/* Jet Cache: catalog/view/theme/new_design/css/style.css */
/* Compass utilities*/
/** @file Normalize.css is intended to be used as an alternative to CSS resets. This file is a slight fork of these original sources: - normalize.css v2.1.2 | MIT License | git.io/normalize - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass It's suggested that you read the normalize.scss file and customise it to meet your needs, rather then including the file in your project and overriding the defaults later in your CSS. @see http://nicolasgallagher.com/about-normalize-css/ Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/ @see http://snook.ca/archives/html_and_css/no_css_reset/ */
/** HTML5 display definitions */
@font-face {
    font-family: 'Myriad Pro Black SemiExtended';
    src: url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/fonts/MyriadPro-BlackSemiExt.eot");
    src: url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/fonts/MyriadPro-BlackSemiExt.eot?#iefix") format("embedded-opentype"), url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/fonts/MyriadPro-BlackSemiExt.woff") format("woff"), url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/fonts/MyriadPro-BlackSemiExt.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/fonts/MyriadPro-Regular.eot");
    src: url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/fonts/MyriadPro-Regular.woff") format("woff"), url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/fonts/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video {
    display: inline-block;
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/* Address styling not present in IE 8/9. */
[hidden] {
    display: none;
}

/** Base Instead of relying on the fonts that are available on a user's computer, you can use web fonts which, like images, are resources downloaded to the user's browser. Because of the bandwidth and rendering resources required, web fonts should be used with care. Numerous resources for web fonts can be found on Google. Here are a few websites where you can find Open Source fonts to download: - http://www.fontsquirrel.com/fontface - http://www.theleagueofmoveabletype.com In order to use these fonts, you will need to convert them into formats suitable for web fonts. We recommend the free-to-use Font Squirrel's Font-Face Generator: http://www.fontsquirrel.com/fontface/generator The following is an example @font-face declaration. This font can then be used in any ruleset using a property like this:  font-family: Example, serif; Since we're using Sass, you'll need to declare your font faces here, then you can add them to the font variables in the _base.scss partial. */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */
html {
    font-family: "Myriad Pro Regular"; /* 1 */
    font-size: 87.5%; /* 3 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

::-webkit-scrollbar{
    width: 4px!important;
}


/* Remove default margin. */
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

/** Links The order of link states are based on Eric Meyer's article: http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states */
/* Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover {
    outline: 0;
}

/** Typography To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins so that the line height of our base font becomes the basic unit of vertical measurement. We use multiples of that unit to set the top and bottom margins for our block level elements and to set the line heights of any fonts. For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
p, pre {
    margin: rhythm(1) 0;
}

blockquote { /* Also indent the quote on both sides. */
    margin: rhythm(1) 30px;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b, strong {
    font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
dfn {
    font-style: italic;
}

/* Address differences between Firefox and other browsers. */
hr {
    box-sizing: content-box;
    height: 0;
    border: 1px solid #666;
    padding-bottom: -1px;
    margin: rhythm(1) 0;
}

/* Address styling not present in IE 8/9. */
mark {
    background: #ff0;
    color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp, tt, var {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
}

/* Improve readability of pre-formatted text in all browsers. */
/* Set consistent quote types. */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/** Lists */
dl, menu, ol, ul { /* Address margins set differently in IE 6/7. */
    margin: rhythm(1) 0;
}

ol ol, ol ul, ul ol, ul ul { /* Turn off margins on nested lists. */
    margin: 0;
}

dd {
    margin: 0 0 0 30px; /* LTR */
}

/* Address paddings set differently in IE 6/7. */
menu, ol, ul {
    padding: 10px 0 10px 50px; /* LTR */
}

/** Embedded content and figures @todo Look into adding responsive embedded video. */
img { /* Remove border when inside `a` element in IE 8/9. */
    border: 0; /* Suppress the space beneath the baseline */ /* vertical-align: bottom; */ /* Responsive images */
    max-width: 100%;
    height: auto;
}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
    overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
figure {
    margin: 0;
}

/** Forms */
/* Define consistent border, margin, and padding. */
fieldset {
    margin: 0 2px; /* Apply borders and padding that keep the vertical rhythm. */
    border-color: #c0c0c0;
}

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. 3. Correct alignment displayed oddly in IE 6/7. */
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. 4. Improve appearance and consistency with IE 6/7. 5. Keep form elements constrained in their containers. */
button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    max-width: 100%; /* 5 */
    box-sizing: border-box; /* 5 */
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input {
    line-height: normal;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
button, select {
    text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
    cursor: default;
}

/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* Drupal-style form labels. */
/** Tables */
table { /* Remove most spacing between table cells. */
    border-collapse: collapse;
    border-spacing: 0; /* Prevent cramped-looking tables */ /* width: 100%; */ /* Add vertical rhythm margins. */
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

a {
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

a:hover {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

*:focus {
    outline: none;
}

body {
    position: relative;
    font-family: "Myriad Pro Regular";
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #2b2e33;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #2b2e33;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2b2e33;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    -webkit-appearance: none;
    background-clip: padding-box;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1366px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

b {
    font-weight: 400;
    font-family:"Open Sans", "sans-serif";
}

.main-wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main,.main-wrapper > .container{
    flex:1 0 auto;
}


footer, header{
    flex: 0 0 auto;
}

.button {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 69px;
    padding: 0 30px;
    background: #fff;
    font-size: 18px;
    color: #2b2e33;
    text-transform: uppercase;
    font-family: "Myriad Pro Black SemiExtended";
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
    .button {
        height: 49px;
        font-size: 16px;
        padding: 0 20px;
    }
}

.button:hover {
    color: #fff;
    background: transparent;
}

.button.green {
    color: #fff;
    background: #f5c400;
    border-color: #f5c400;
}

.button.green:hover {
    background: transparent;
    color: #f5c400;
}

.button.green.border {
    border: 1px solid #f5c400;
    color: #2b2e33;
    background: none;
}

.button.green.border:hover {
    color: #f5c400;
}

.button.blue {
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    border: unset;
    color: white;
    transition-duration: 0.3s;
    height: 50px;
    font-weight: bold;
    font-family: 'Open Sans', 'sans-serif';
}

.button.blue:hover {
    background: linear-gradient(300deg, #389AB7 -1.73%, #51D6FF 103.6%);
    text-decoration: none;
}

.wave {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    pointer-events: none;
    -webkit-animation: wave 0.75s ease-out;
    animation: wave 0.75s ease-out;
}

@-webkit-keyframes wave {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes wave {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.form-group {
    position: relative;
}

.form-area, .form-control {
    width: 100%;
    height: 63px;
    border: 1px solid #fafafa;
    background-color: #fafafa;
    padding: 0 30px;
    color: #2b2e33;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .form-area, .form-control {
        height: 45px;
        font-size: 18px;
        padding: 0 15px;
    }
}

.form-area:hover, .form-control:hover {
    background: #fff;
    border-color: #aedfe4;
}

.form-area:focus, .form-area:active, .form-control:focus, .form-control:active {
    background: #fff;
    border-color: #aedfe4;
}

.form-area {
    padding: 15px 25px;
    background: transparent;
    resize: none;
    border: 1px solid #fafafa;
    background-color: #fafafa;
    height: 140px;
}

@media (max-width: 767px) {
    .form-area {
        height: 70px;
        padding: 15px;
    }
}

.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    margin: 0;
    width: 84px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 40px;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: none;
    opacity: 1;
    border: 2px solid transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 6px;
    background: #fff;
    margin-top: -2px;
    margin-left: -2px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper-pagination .swiper-pagination-bullet:hover:before {
    background-color: #2b2e33;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #a0c344;
}

.badge {
    position: absolute;
    top: -1px;
    right: -1px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 23px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    padding: 0 22px;
    text-transform: uppercase;
}

.badge.hit {
    background-color: #f5c400;
}

.custom-checkbox {
    display: block;
    cursor: pointer;
}

@media (max-width: 767px) {
    .custom-checkbox {
        margin-top: 10px;
    }
}

.custom-checkbox:first-child {
    margin-top: 0;
}

.custom-checkbox:hover span:before {
    background: #fafafa;
}

.custom-checkbox .form-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-checkbox .form-checkbox:checked + span:before {
    background-color: #f5c400;
    border-color: #f5c400;
}

.custom-checkbox .form-checkbox:checked + span:after {
    opacity: 1;
}

.custom-checkbox span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: rgba(43, 46, 51, 0.8);
    padding-left: 63px;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-checkbox span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 32px;
    height: 32px;
    border: 1px solid #bbc1cf;
    border-radius: 100px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.custom-checkbox span:after {
    position: absolute;
    top: 8px;
    left: 8px;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/check.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/check.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    width: 18px;
    height: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

@media (max-width: 767px) {
    .breadcrumb-block {
        overflow: hidden;
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    background-color: unset!important;
    border-radius: .25rem;
    background: none;
    padding: 15px 0!important;
    margin: 0;
    margin-bottom: 10px!important;
    flex-wrap: wrap;
}

.breadcrumb .breadcrumb-item:first-child a {
    color: #2b2e33;
}

.breadcrumb .breadcrumb-item:first-child a:hover {

}



.breadcrumb li a {
    position: relative;
    display: inline-block;
    color: #474747;
    font-size: 13px;
    margin-right: 22px;
    font-weight: 700;
    line-height: 17px;
}


.breadcrumb li a:hover{

}



.breadcrumb li a::after {
    content: "\00BB";
    margin-left: 5px;
    font-size: 17px;
    position: absolute;
}

.breadcrumb li:before {
    content: "" !important;
    display: none!important;

}


.breadcrumb li:last-child a::after {
    content: "";
    margin-left: 20px;
    font-size: 20px;
}



@media (max-width: 767px) {
    .breadcrumb a {
        margin-right: 6px;
        font-size: 14px!important;
    }

    .breadcrumb span {
        margin-right: 6px;
        font-size: 14px!important;
    }
}







.breadcrumb span {
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #474747;
}

@media (max-width: 767px) {
    .breadcrumb span {

    }
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.breadcrumb .breadcrumb-item.active {
    padding-left: 0;
}

.tabs-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1280px) {
    .tabs-menu {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .tabs-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 0;
        margin: 0;
    }
}

.tabs-menu li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

@media (max-width: 1280px) {
    .tabs-menu li {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .tabs-menu li {
        margin: 10px 0;
    }
}

.tabs-menu li.current a {
    color: #211c22;
    font-weight: 500;
}

.tabs-menu li.current a b {
    background-color: #ec5341;
    color: #fff;
}

.tabs-menu li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #4e4750;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs-menu li a b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: #efefef;
    font-size: 16px;
    color: #4e4750;
    font-weight: 400;
    border-radius: 50px;
    margin-right: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .tabs-menu li a b {
        width: 35px;
        height: 35px;
        margin-right: 20px;
        min-width: 35px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .tabs-menu li a {
        font-size: 16px;
    }
}

.tabs-menu li a:hover b {
    background-color: #ec5341;
    color: #fff;
}

.tab {
    padding-top: 55px;
}

@media (max-width: 767px) {
    .tab {
        padding-top: 30px;
    }
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}

.custom-file-group {
    height: 63px;
}

.custom-file-group .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.custom-file-group .inputfile + label {
    font-size: 1.25rem; /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem; /* 10px 20px */
}

.custom-file-group .no-js .inputfile + label {
    display: none;
}

.custom-file-group .inputfile-6 + label {
    padding: 0;
}

.custom-file-group .inputfile-6:focus + label, .custom-file-group .inputfile-6.has-focus + label, .custom-file-group .inputfile-6 + label:hover {
    border-color: #722040;
}

.custom-file-group .inputfile-6 + label span, .custom-file-group .inputfile-6 + label strong {
    padding: 0.625rem 1.25rem; /* 10px 20px */
}

.custom-file-group .inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    color: #bbc1cf;
    font-size: 16px;
    line-height: 45.04px;
    font-family: "Myriad Pro Regular";
    font-weight: 400;
}

.custom-file-group .inputfile-6 + label strong {
    height: 100%;
    color: #2b2e33;
    background-color: #aedfe4;
    font-size: 20px;
    width: 175px;
    height: 63px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    border: 1px solid #aedfe4;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .custom-file-group .inputfile-6 + label strong {
        height: 45px;
        font-size: 18px;
    }
}

.custom-file-group .inputfile-6:focus + label strong, .custom-file-group .inputfile-6.has-focus + label strong, .custom-file-group .inputfile-6 + label:hover strong {
    background: #fff;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: rgba(43, 46, 51, 0.8);
    width: 195px;
    height: 63px;
}

@media (max-width: 767px) {
    .select {
        width: 150px;
        font-size: 16px;
        height: 45px;
    }
}

.select .select-styled {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #f0f0f0;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    z-index: 1;
    background: #fff;
}

@media (max-width: 767px) {
    .select .select-styled {
        padding: 0 20px 0 10px;
    }
}

.select .select-styled:hover {
    border-color: #f5c400;
}

.select .select-styled.active {
    border-color: #f5c400;
}

.select .select-styled.active:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #f5c400;
}

.select .select-styled:before {
    position: absolute;
    right: 18px;
    top: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/left-chevron.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/left-chevron.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: rgba(43, 46, 51, 0.8);
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 767px) {
    .select .select-styled:before {
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
    }
}

.select .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    background-color: #ffffff;
    border: 1px solid #f5c400;
    border-top: 0;
}

.select .select-options li {
    position: relative;
    margin: 0;
    padding: 0 25px;
    font-size: 18px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(43, 46, 51, 0.8);
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .select .select-options li {
        font-size: 16px;
        padding: 0 10px;
        height: 45px;
    }
}

.select .select-options li:hover {
    color: #f5c400;
}

.select .select-options li[rel="hide"] {
    display: none;
}

.accordion .acc-block {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .accordion .acc-block {
        margin-top: 25px;
    }
}

.accordion .acc-block:first-child {
    margin-top: 0;
}

.accordion .accordion-header {
    position: relative;
    background: #f5f6f6;
    border: 1px solid #f5f6f6;
    cursor: pointer;
    padding: 30px 30px 30px 80px;
    font-size: 22px;
    color: #2b2e33;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 767px) {
    .accordion .accordion-header {
        font-size: 13px;
        padding: 25px 25px 25px 50px;
        line-height: 1.3em;
    }
}

.accordion .accordion-header b {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
}

@media (max-width: 767px) {
    .accordion .accordion-header b {
        width: 16px;
        height: 16px;
        left: 15px;
    }
}

.accordion .accordion-header b:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 2px;
    height: 18px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -1px;
}

@media (max-width: 767px) {
    .accordion .accordion-header b:before {
        height: 16px;
    }
}

.accordion .accordion-header b:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    height: 2px;
    width: 18px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .accordion .accordion-header b:after {
        width: 16px;
    }
}

.accordion .accordion-header.active {
    background: #fff;
    color: #f5c400;
    border-color: #f0f0f0;
    border-bottom: 0;
}

.accordion .accordion-header.active:hover + .accordion-content {
    border-color: #f5c400;
}

.accordion .accordion-header.active b:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.accordion .accordion-header:hover {
    border-color: #f5c400;
    background: #fff;
}

.accordion .accordion-content {
    display: none;
    padding: 0 30px 30px 30px;
    border: 1px solid #f5f6f6;
    border-top: 0;
    -webkit-transition: border .3s;
    transition: border .3s;
}

@media (max-width: 1024px) {
    .accordion .accordion-content {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .accordion .accordion-content {
        font-size: 14px;
        line-height: 20px;
        padding: 0 25px 15px;
    }
}

.modal {
    position: fixed;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.6);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.modal-wrapper {
    position: relative;
    z-index: 9999;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    background-color: #fff;
    padding: 50px;
}

@media (max-width: 767px) {
    .modal-wrapper {
        width: 100%;
        padding: 40px 15px 30px;
    }
}

.modal-transition {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    max-height: 100vh;
    overflow-y: auto;
}

.modal.is-visible .modal-transition {
    opacity: 1;
}

.modal-header, .modal-content {
    padding: 1em;
}

.modal-header {
    padding: 0;
}

.modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    border: 0;
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/close.png) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.modal-close:hover {
    opacity: .5;
}

@media (max-width: 767px) {
    .modal-close {
        top: 10px;
        right: 10px;
    }
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    display: block;
    position: relative;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .modal-heading {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

.head-description {
    display: block;
    opacity: 0.8;
    font-size: 20px;
    color: #2b2e33;
    line-height: 24px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .head-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

.modal-content {
    padding: 0;
    margin: 0 auto;
}

.modal-thanks, .modal-take-call, .modal-login {
    max-width: 540px;
}

.modal-thanks .form-group, .modal-take-call .form-group, .modal-login .form-group {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .modal-thanks .form-group, .modal-take-call .form-group, .modal-login .form-group {
        margin-top: 15px;
    }
}

.modal-thanks .form-group:first-child, .modal-take-call .form-group:first-child, .modal-login .form-group:first-child {
    margin-top: 0;
}

.modal-thanks .button, .modal-take-call .button, .modal-login .button {
    padding: 0 65px;
    height: 63px;
    margin: 0 auto;
    font-size: 16px;
}

@media (max-width: 767px) {
    .modal-thanks .button, .modal-take-call .button, .modal-login .button {
        height: 49px;
        padding: 0 30px;
    }
}

.modal-thanks hr, .modal-take-call hr, .modal-login hr {
    background-color: #2b2e33;
    opacity: 0.1;
    margin: 50px 0;
    border: 0;
    height: 1px;
}

@media (max-width: 767px) {
    .modal-thanks hr, .modal-take-call hr, .modal-login hr {
        margin: 20px 0;
    }
}

.modal-thanks .text-group .form-text, .modal-take-call .text-group .form-text, .modal-login .text-group .form-text {
    display: block;
    color: #2b2e33;
    font-size: 18px;
    line-height: 30px;
}

.modal-thanks .text-group .form-text .reg-link, .modal-take-call .text-group .form-text .reg-link, .modal-login .text-group .form-text .reg-link {
    color: #f5c400;
}

.modal-thanks .text-group .form-text .reg-link:hover, .modal-take-call .text-group .form-text .reg-link:hover, .modal-login .text-group .form-text .reg-link:hover {
    color: #2b2e33;
    text-decoration: underline;
}

.modal-thanks .text-group .forgot-pass-link, .modal-take-call .text-group .forgot-pass-link, .modal-login .text-group .forgot-pass-link {
    display: inline-block;
    font-size: 18px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
}

.modal-thanks .text-group .forgot-pass-link:hover, .modal-take-call .text-group .forgot-pass-link:hover, .modal-login .text-group .forgot-pass-link:hover {
    text-decoration: underline;
}

.modal-thanks .modal-heading, .modal-take-call .modal-heading {
    margin-bottom: 25px;
}

.modal-thanks .description, .modal-take-call .description {
    display: block;
    font-size: 13px;
    color: #4e4750;
    line-height: 20px;
    margin-bottom: 40px;
}

.modal-thanks {
    background: #fff url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/thanks-bg.png) 0 0 no-repeat;
    background-size: cover;
}

.modal-thanks .img-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-registration {
    max-width: 850px;
}

.modal-registration .modal-content {
    max-width: 100%;
}

.modal-registration .modal-heading {
    display: block;
    color: #211c22;
    font-size: 26px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .modal-registration .modal-body {
        height: 400px;
        overflow: hidden;
        overflow-y: auto;
    }
}

.modal-registration .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .modal-registration .wrapper {
        margin: 0;
    }
}

.modal-registration .wrapper .form-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 30px);
    -ms-flex: 0 calc(50% - 30px);
    flex: 0 calc(50% - 30px);
    margin: 0 15px 28px;
}

@media (max-width: 767px) {
    .modal-registration .wrapper .form-group {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
}

.modal-registration .wrapper .form-group.full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(100% - 30px);
    -ms-flex: 0 calc(100% - 30px);
    flex: 0 calc(100% - 30px);
    margin: 0;
    text-align: center;
}

.modal-registration .wrapper .button {
    width: 315px;
    height: 49px;
    font-size: 14px;
    margin: 0 auto 30px;
}

@media (max-width: 767px) {
    .modal-registration .wrapper .button {
        width: 270px;
    }
}

.modal-registration .wrapper .form-text {
    display: block;
    font-size: 13px;
    color: #211c22;
}

.modal-registration .wrapper .form-text .reg-link {
    font-weight: 600;
    text-decoration: underline;
}

.modal-registration .wrapper .form-text .reg-link:hover {
    text-decoration: none;
}

.modal-basket {
    max-width: 715px;
}

@media (max-width: 767px) {
    .modal-basket {
        padding-bottom: 0;
    }
}

.modal-basket .modal-content {
    max-width: 100%;
}

.modal-basket .modal-heading {
    display: block;
    color: #211c22;
    font-size: 28px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .modal-basket .modal-heading {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.modal-basket .basket-content .top-block {
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    overflow-y: auto;
    height: 370px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block {
        height: 246px;
    }
}

.modal-basket .basket-content .top-block::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #efefef;
}

.modal-basket .basket-content .top-block::-webkit-scrollbar {
    width: 5px;
}

.modal-basket .basket-content .top-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #211c22;
}

.modal-basket .basket-content .top-block .item {
    border-top: 1px solid #e9e9e9;
    padding: 35px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item {
        padding: 20px 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.modal-basket .basket-content .top-block .item:first-child {
    border-top: 0;
}

.modal-basket .basket-content .top-block .item .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 111px;
    -ms-flex: 1 0 111px;
    flex: 1 0 111px;
    height: 111px;
    border: 2px solid #e9e9e9;
    overflow: hidden;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .img-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 82px;
        -ms-flex: 1 0 82px;
        flex: 1 0 82px;
        height: 82px;
    }
}

.modal-basket .basket-content .top-block .item .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-basket .basket-content .top-block .item .info-block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-left: 25px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-block {
        margin-left: 15px;
    }
}

.modal-basket .basket-content .top-block .item .info-block .remove-item {
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/delete-icon.png) 0 0 no-repeat;
    width: 17px;
    height: 19px;
    background-size: 100% auto;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-block .remove-item {
        top: auto;
        bottom: 6px;
        right: auto;
        left: 120px;
        width: 14px;
        height: 15px;
    }
}

@media (max-width: 359px) {
    .modal-basket .basket-content .top-block .item .info-block .remove-item {
        bottom: auto;
        top: 0;
        left: auto;
        right: 0;
    }
}

.modal-basket .basket-content .top-block .item .info-block .name-product {
    display: block;
    font-size: 16px;
    color: #303030;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-block .name-product {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 359px) {
    .modal-basket .basket-content .top-block .item .info-block .name-product {
        padding-right: 15px;
    }
}

.modal-basket .basket-content .top-block .item .info-block .article-title {
    display: block;
    color: #818181;
    font-size: 13px;
    line-height: 20.23px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-block .article-title {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    width: 130px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom .change-count-block {
        height: 27px;
        width: 95px;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block:hover .calc-btn.plus:before {
    background-color: #211c22;
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block:hover .calc-btn.minus:before {
    background-color: #211c22;
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block:hover .count-control {
    color: #211c22;
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40px;
    -ms-flex: 1 0 40px;
    flex: 1 0 40px;
    background: #efefef;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 30px;
        -ms-flex: 1 0 30px;
        flex: 1 0 30px;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -6px;
    margin-left: -6px;
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn.plus {
    border-radius: 19px 0 0 19px;
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn.plus:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/plus.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/plus.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #9e9d9e;
    width: 12px;
    height: 12px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn.plus:before {
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-left: -4px;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn.minus {
    border-radius: 0 19px 19px 0;
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn.minus:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/minus.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/minus.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #9e9d9e;
    width: 12px;
    height: 12px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom .change-count-block .calc-btn.minus:before {
        width: 8px;
        height: 8px;
        margin-top: -4px;
        margin-left: -4px;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .change-count-block .count-control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    background: #efefef;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    color: #9e9d9e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom .change-count-block .count-control {
        font-size: 11px;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .price-block .price {
    display: block;
    color: #211c22;
    font-weight: 500;
    font-size: 22px;
    line-height: 1em;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom .price-block .price {
        font-size: 20px;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .price-block .price small {
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom .price-block .price small {
        font-size: 16px;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .price-block .old-price {
    display: block;
    font-size: 16px;
    color: #9e9d9e;
    line-height: 1em;
    font-weight: 500;
    text-decoration: line-through;
    margin-bottom: 5px;
}


@media (max-width: 767px) {
    .modal-basket .basket-content .top-block .item .info-bottom .price-block .old-price {
        display: none;
    }
}

.modal-basket .basket-content .top-block .item .info-bottom .price-block .old-price small {
    font-size: 14px;
}

.modal-basket .basket-content .bottom-block .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #e9e9e9;
    padding-top: 50px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block {
        padding: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.modal-basket .basket-content .bottom-block .block:first-child {
    border-top: 0;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block:first-child {
        padding-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.modal-basket .basket-content .bottom-block .block .coupon-block {
    position: relative;
    width: 255px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block .coupon-block {
        display: none;
    }
}

.modal-basket .basket-content .bottom-block .block .coupon-block .form-control {
    height: 47px;
    border-radius: 24px;
    font-size: 12px;
    color: #4e4750;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    padding: 0 50px 0 20px;
}

.modal-basket .basket-content .bottom-block .block .coupon-block .button {
    position: absolute;
    top: 0;
    right: 0;
    background: #dbdbdb url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/cursor-icon.png) 50% 50% no-repeat;
    width: 47px;
    height: 47px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block .full-price-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.modal-basket .basket-content .bottom-block .block .full-price-block .semi-title {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: #3e3e3e;
    margin-bottom: 7px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block .full-price-block .semi-title {
        font-size: 13px;
    }
}

.modal-basket .basket-content .bottom-block .block .full-price-block .price {
    display: block;
    font-size: 27px;
    line-height: 1em;
    color: #211c22;
    font-weight: 500;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block .full-price-block .price {
        font-size: 20px;
    }
}

.modal-basket .basket-content .bottom-block .block .full-price-block .price small {
    font-size: 19px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block .full-price-block .price small {
        font-size: 16px;
    }
}

.modal-basket .basket-content .bottom-block .block .back-link {
    text-decoration: underline;
    font-size: 16px;
    color: #4e4750;
    line-height: 30px;
}

.modal-basket .basket-content .bottom-block .block .back-link:hover {
    text-decoration: none;
    color: #211c22;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block .back-link {
        font-size: 14px;
        line-height: 30px;
        margin-top: 15px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.modal-basket .basket-content .bottom-block .block .buy-btn {
    width: 235px;
    height: 64px;
}

@media (max-width: 767px) {
    .modal-basket .basket-content .bottom-block .block .buy-btn {
        width: 200px;
        height: 45px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

#modalThanks .head-description {
    margin-bottom: 0;
}

#modalThanks .modal-header:before {
    display: none;
}

#modalThanks .modal-header:after {
    width: 161px;
    height: 163px;
    background-color: #6496ed;
    opacity: 0.1;
}

#modalPrivacyPolicy .modal-wrapper, #modalTermsConditions .modal-wrapper {
    max-width: 625px;
}

@media (max-width: 767px) {
    #modalPrivacyPolicy .modal-wrapper, #modalTermsConditions .modal-wrapper {
        max-width: 100%;
    }
}

#modalPrivacyPolicy .modal-header:before, #modalTermsConditions .modal-header:after {
    display: none;
}

@media (max-width: 767px) {
    #modalPrivacyPolicy .modal-content, #modalTermsConditions .modal-content {
        max-width: 100%;
    }
}

#modalPrivacyPolicy .modal-body, #modalTermsConditions .modal-body {
    text-align: center;
}

#modalPrivacyPolicy .scroll-block,
#modalTermsConditions .scroll-block {
    overflow: hidden;
    height: 377px;
    overflow-y: auto;
    background: rgba(174, 223, 228, 0.2);
    margin-bottom: 45px;
    text-align: left;
}

#modalPrivacyPolicy .scroll-block::-webkit-scrollbar-track,
#modalTermsConditions .scroll-block::-webkit-scrollbar-track {
    background-color: rgba(174, 223, 228, 0.2);
}

#modalPrivacyPolicy .scroll-block::-webkit-scrollbar,
#modalTermsConditions .scroll-block::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(174, 223, 228, 0.2);
}

#modalPrivacyPolicy .scroll-block::-webkit-scrollbar-thumb, #modalTermsConditions .scroll-block::-webkit-scrollbar-thumb {
    background-color: #aedfe4;
}

#modalPrivacyPolicy .scroll-block .scroll-content, #modalTermsConditions .scroll-block .scroll-content {
    padding: 30px;
}

@media (max-width: 767px) {
    #modalPrivacyPolicy .scroll-block .scroll-content, #modalTermsConditions .scroll-block .scroll-content {
        padding: 15px 30px 15px 15px;
    }
}

#modalPrivacyPolicy .scroll-block p, #modalTermsConditions .scroll-block p {
    font-size: 16px;
    line-height: 300;
    color: #1f1d34;
    line-height: 24px;
    margin: 4px 0;
}

@media (max-width: 767px) {
    #modalPrivacyPolicy .scroll-block p, #modalTermsConditions .scroll-block p {
        font-size: 14px;
        line-height: 22px;
    }
}

#modalPrivacyPolicy .scroll-block p b, #modalTermsConditions .scroll-block p b {
    display: block;
    font-weight: 300;
}

.show-menu .header:not(.fixed) {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.show-menu .menu-overlay {
    opacity: 1;
    visibility: visible;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(62, 62, 62, 0.42);
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
}

.header {
    position: relative;
}

@media (max-width: 1024px) {
    .header:not(.fixed) {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 445px;
        background: #fff;
        box-shadow: 0 6px 18px rgba(33, 28, 34, 0.11);
        padding: 35px;
        overflow: hidden;
        overflow-y: auto;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 10000;
    }
}

@media (max-width: 767px) {
    .header:not(.fixed) {
        width: 320px;
        padding: 30px 15px;
        background-color: #f6f6f6;
    }
}

.header::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.header::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.header::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5c400;
}

.header.show-catalog .catalog-menu {
    top: 205px;
    opacity: 1;
    visibility: visible;
    z-index: 9999999999999;
}

.header .catalog-menu {
    position: absolute;
    top: -100%;
    right: 0;
    left: 0;
    /*height: 800px;*/
    background: #f5c400;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1024px) {
    .header .catalog-menu {
        height: 400px;
    }
}

.header .catalog-menu .container {
    height: 100%;
}

.header .catalog-menu ul {
    -webkit-column-count: 4;
    column-count: 4;
    list-style-type: none;
    margin: 0;
    padding: 40px 0 50px;
}

@media (max-width: 1024px) {
    .header .catalog-menu ul {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

.header .catalog-menu ul li:first-child .catalog-main-link {
    margin-top: 0;
}

.header .catalog-menu .catalog-main-link {
    display: block;
    color: #fff;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 15px;
}

.header .catalog-menu .catalog-main-link:hover {
    color: #2b2e33;
}

.header .catalog-menu .catalog-semi-link {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .catalog-menu .catalog-semi-link:hover {
    color: #2b2e33;
}

.header .top {
    position: relative;
    z-index: 3;
    background-color: #f6f6f6;
    padding: 5px 0;
}



@media (max-width: 1024px) {
    .header .top .container {
        padding: 0;
    }
}

.header .top .wrapper {
    height: 96px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .header .top .wrapper {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.header .top .wrapper .logo-item {
    margin-right: 100px;
}

@media (max-width: 1440px) {
    .header.logged .top .wrapper .logo-item {
        margin-right: -30px;
    }
}

@media (max-width: 1280px) {
    .header .top .wrapper .logo-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 250px;
        -ms-flex: 0 250px;
        flex: 0 250px;
        margin-right: 10px;
    }

    .header.logged .top .wrapper .logo-item {
        margin-right: -60px;
    }
}

@media (max-width: 1024px) {
    .header .top .wrapper .logo-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        margin-bottom: 15px;
    }

    .header.logged .top .wrapper .logo-item {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.header .top .wrapper .logo-item .logo-link {
    display: block;
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/logo.png) 0 50% no-repeat;
    width: 199px;
    height: 65px;
    margin-bottom: 10px;
}

@media (max-width: 1280px) {
    .header .top .wrapper .logo-item .logo-link {
        width: 150px;
        height: 65px;
        background-size: 100% !important;
    }
}

.header .top .wrapper .logo-item .logo-text {
    display: block;
    font-size: 15px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    letter-spacing: -0.4px;
}

@media (max-width: 1280px) {
    .header .top .wrapper .logo-item .logo-text {
        font-size: 13px;
        line-height: 1.3em;
    }
}

.header .top .wrapper .email-item {
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .header .top .wrapper .email-item {
        margin-bottom: 20px;
    }
}

.header .top .wrapper .email-item .email-link {
    display: block;
    font-size: 16px;
    font-family: "Myriad Pro Black SemiExtended";
    color: #2b2e33;
    line-height: 1.2em;
}

.header .top .wrapper .email-item .simple-text {
    display: block;
    color: #656669;
    line-height: 20px;
}

.header .top .wrapper .phone-item {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}

.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: space-around;
    margin-left: 30px;
}

@media (max-width:1024px) {
    .socials{
        margin-left: 0;
    }
}

.socials-block{
    display: flex;
    justify-content: end;
    height: 31px;
    align-items: center;
}

.messagers{
    display: flex;
    column-gap: 10px;
    flex-direction: column;
}

.messager{
    display: block;
    width:25px;
    height: 25px;
    margin: 0 5px;
}

.messagers-info{
    font-size: 19px;
}

@media (max-width:1200px) {
    .messagers-info{
        font-size: 15px;
    }

}

@media (max-width:1066px) {
    .messagers-info{
        display: none;
    }
}

@media(max-width:1025px){
    .header .socials .messager{
        display: none;
    }
    .messagers-info{
        display: none;
    }
}


@media (max-width: 1024px) {
    .header .top .wrapper .phone-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .header .top .wrapper .phone-item {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.header .top .wrapper .phone-item b {
    font-size: 20px;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    font-weight: 400;
    margin: 0 5px;
}

.header .top .wrapper .phone-item .phone-link {
    display: block;
    font-size: 20px;
    font-family: "Myriad Pro Black SemiExtended";
    color: #2b2e33;
    line-height: 1.2em;
}

@media (max-width: 767px) {
    .header .top .wrapper .phone-item .phone-link {
        font-size: 15px;
    }
}

.header .top .wrapper .phone-item .simple-text {
    display: block;
    color: #656669;
    line-height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    text-align: right;
}

@media (max-width: 767px) {
    .header .top .wrapper .phone-item .simple-text {
        text-align: left;
    }
}

.header .top .wrapper .button-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}




@media (max-width: 1024px) {
    .header .top .wrapper .button-item {
        display: none;
    }
}

.header .top .wrapper .button-item .button {
    height: 46px;
}

.header .top .wrapper .get-call-link {
    line-height: 1;
    height: 25px;
    width: 174px;
    font-size: 11px;
    text-align: center;
}

.header .top .wrapper .get-call-link:before {
    position: absolute;
    top: 50%;
    left: 6px;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/phone-receiver.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/phone-receiver.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}

@media (max-width: 1280px) {
    .header.logged .top .wrapper .button-item .get-call-link {
        margin-right: 15px;
    }
}

.header .top .wrapper .button-item .login-link {
    width: 46px;
    padding: 0;
}

.header .top .wrapper .button-item .login-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/user.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/user.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .top .wrapper .button-item .login-link:hover {
    background: #f5c400;
}

.header .top .wrapper .button-item .login-link:hover:before {
    background-color: #fff;
}

.header .bottom {
    position: relative;
    z-index: 3;
    background: #fff;
}

@media (max-width: 767px) {
    .header .bottom {
        background: none;
    }
}

@media (max-width: 1024px) {
    .header .bottom .container {
        padding: 0;
    }
}

.header .bottom .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 111px;
    padding-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .header .bottom .wrapper {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .catalog-item {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.header .bottom .wrapper .catalog-item .catalog-link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    height: 45px;
    border: 1px solid #f5c400;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #f5c400;
    padding-left: 30px;
    padding-top: 2px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .catalog-item .catalog-link {
        display: none;
    }
}

.header .bottom .wrapper .catalog-item .catalog-link.active {
    background: #f5c400;
    color: #fff;
}

.header .bottom .wrapper .catalog-item .catalog-link.active span {
    background-color: #fff;
}

.header .bottom .wrapper .catalog-item .catalog-link.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .bottom .wrapper .catalog-item .catalog-link.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.header .bottom .wrapper .catalog-item .catalog-link.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .bottom .wrapper .catalog-item .catalog-link:hover,
.header .bottom .wrapper .catalog-item .catalog-link:hover a {
    background: #f5c400;
    color: #fff;
}

.header .bottom .wrapper .catalog-item .catalog-link:hover span {
    background-color: #fff;
}

.header .bottom .wrapper .catalog-item .catalog-link span {
    position: absolute;
    width: 19px;
    height: 1px;
    background-color: #f5c400;
    left: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .bottom .wrapper .catalog-item .catalog-link span:nth-child(1) {
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
}

.header .bottom .wrapper .catalog-item .catalog-link span:nth-child(2) {
    top: 50%;
}

.header .bottom .wrapper .catalog-item .catalog-link span:nth-child(3) {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px);
}

.header .bottom .wrapper .catalog-item .to-catalog-link {
    position: relative;
    display: none;
    width: 120px;
    height: 45px;
    border: 1px solid #f5c400;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #f5c400;
    padding-left: 30px;
    padding-top: 2px;
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .catalog-item .to-catalog-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.header .bottom .wrapper .catalog-item .to-catalog-link.active {
    background: #f5c400;
    color: #fff;
}

.header .bottom .wrapper .catalog-item .to-catalog-link.active span {
    background-color: #fff;
}

.header .bottom .wrapper .catalog-item .to-catalog-link.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .bottom .wrapper .catalog-item .to-catalog-link.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.header .bottom .wrapper .catalog-item .to-catalog-link.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .bottom .wrapper .catalog-item .to-catalog-link:hover {
    background: #f5c400;
    color: #fff;
}

.header .bottom .wrapper .catalog-item .to-catalog-link:hover span {
    background-color: #fff;
}

.header .bottom .wrapper .catalog-item .to-catalog-link span {
    position: absolute;
    width: 19px;
    height: 1px;
    background-color: #f5c400;
    left: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .bottom .wrapper .catalog-item .to-catalog-link span:nth-child(1) {
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
}

.header .bottom .wrapper .catalog-item .to-catalog-link span:nth-child(2) {
    top: 50%;
}

.header .bottom .wrapper .catalog-item .to-catalog-link span:nth-child(3) {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px);
}

.header .bottom .wrapper .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .nav-item {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.header .bottom .wrapper .nav-item .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

@media (max-width: 1280px) {
    .header .bottom .wrapper .nav-item .nav {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .nav-item .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
    }
}

.header .bottom .wrapper .nav-item .nav .nav-link {
    position: relative;
    display: block;
    color: #2b2e33;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .nav-item .nav .nav-link {
        font-size: 17px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header .bottom .wrapper .nav-item .nav .nav-link {
        font-size: 16px;
    }
}

.header .bottom .wrapper .nav-item .nav .nav-link.active:before {
    opacity: 1;
    bottom: -41px;
}

@media (max-width: 767px) {
    .header .bottom .wrapper .nav-item .nav .nav-link.active:before {
        bottom: 0;
    }
}

.header .bottom .wrapper .nav-item .nav .nav-link:before {
    position: absolute;
    bottom: -45px;
    left: -10px;
    right: -10px;
    content: "";
    height: 3px;
    background: #f5c400;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .header .bottom .wrapper .nav-item .nav .nav-link:before {
        bottom: -5px;
    }
}

.header .bottom .wrapper .nav-item .nav .nav-link:hover {
    color: #f5c400;
}

.header .bottom .wrapper .search-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 315px;
    -ms-flex: 0 1 315px;
    flex: 0 1 315px;
}

@media (max-width: 1280px) {
    .header .bottom .wrapper .search-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 250px;
        -ms-flex: 0 1 250px;
        flex: 0 1 250px;
    }
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .search-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
        width: 100%;
    }
}

.a-img-container{
    display: block;
    text-align: center;
}

.header .bottom .wrapper .search-item .form-group:hover .form-control {
    background: #fff;
    border-color: #f5c400;
}

.header .bottom .wrapper .search-item .form-control {
    height: 45px;
    padding-left: 50px;
    font-size: 18px;
    background: none;
    border: 1px solid #f5c400;
}

.header .bottom .wrapper .search-item .form-control:hover, .header .bottom .wrapper .search-item .form-control:focus, .header .bottom .wrapper .search-item .form-control:active {
    border-color: #f5c400;
}

.header .bottom .wrapper .search-item .search-btn {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background: none;
    border: 0;
}

.header .bottom .wrapper .search-item .search-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/search.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/search.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    margin-left: -7.5px;
}

.header .bottom .wrapper .basket-block {
    position: relative;
    margin-left: 70px;
}

@media (max-width: 1280px) {
    .header .bottom .wrapper .basket-block {
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .basket-block {
        display: none;
    }
}

@media (max-width: 767px) {
    .header .bottom .wrapper .basket-block {
        border: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 80px;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        height: 80px;
        max-width: 80px;
    }
}

.header .bottom .wrapper .basket-block.has-item .img-block .val {
    background-color: #f5c400;
}

.header .bottom .wrapper .basket-block:hover .img-block:before {
    background-color: #f5c400;
}

.header .bottom .wrapper .basket-block .img-block {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1280px) {
    .header .bottom .wrapper .basket-block .img-block {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 1024px) {
    .header .bottom .wrapper .basket-block .img-block {
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
    }
}

@media (max-width: 767px) {
    .header .bottom .wrapper .basket-block .img-block {
        width: 22px;
        height: 22px;
    }
}

.header .bottom .wrapper .basket-block .img-block:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #2b2e33;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -8px;
    margin-left: -12px;
}

@media (max-width: 1280px) {
    .header .bottom .wrapper .basket-block .img-block:before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .header .bottom .wrapper .basket-block .img-block:before {
        width: 22px;
        height: 22px;
    }
}

.header .bottom .wrapper .basket-block .img-block .val {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 14px;
    height: 14px;
    background-color: #9e9d9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    z-index: 1;
    color: #fff;
    line-height: 11px;
    border-radius: 100px;
}

@media (max-width: 1280px) {
    .header .bottom .wrapper .basket-block .img-block .val {
        top: 7px;
        right: -7px;
    }
}

@media (max-width: 767px) {
    .header .bottom .wrapper .basket-block .img-block .val {
        width: 16px;
        height: 16px;
        font-size: 8px;
        border-width: 2px;
    }
}

.header .bottom .wrapper .basket-block .basket-link {
    display: block;
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 1280px) {
    .header .bottom .wrapper .basket-block .basket-link {
        padding-left: 40px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .header .bottom .wrapper .basket-block .basket-link {
        width: 60px;
        height: 80px;
    }
}

.header .bottom .wrapper .basket-block .basket-link i {
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #656669;
    font-family: "Myriad Pro Regular";
}

.header .bottom .wrapper .basket-block .basket-link i b {
    font-weight: 500;
}

.header .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/multiply.png") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
    display: none;
}

@media (max-width: 1024px) {
    .header .close-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .header .close-menu {
        top: 10px;
        right: 10px;
    }
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 999;
}

.fixed .messager{
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .header.fixed {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.header.fixed.shown {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header.fixed.show-catalog .catalog-menu {
    top: 110px;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1024px) {
    .header.fixed .container {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .header.fixed .container {
        padding: 0 5px;
    }
}

.header.fixed .wrapper {
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .header.fixed .wrapper {
        height: 80px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

}

@media (max-width: 767px) {
    .header.fixed .wrapper {
        height: 60px;
    }
}

.header.fixed .wrapper .logo-item {
    margin-right: 30px;
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .logo-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 58px;
        -ms-flex: 0 58px;
        flex: 1 1 auto;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .logo-item {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .header.fixed .wrapper .logo-item {
        text-align: center;
        margin-right: 15px;
        margin-bottom: 0;
    }
}

.header.fixed .wrapper .logo-item .logo-link {
    display: block;
    background: url(/image/catalog/logo.png) no-repeat center/100%;
    width: 199px;
    height: 65px;
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .logo-item .logo-link {
        width: 100%;

        background-size: auto 100%;
    }
}

@media (min-width: 1024px){
    .get-call-hidden{
        display: none;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .logo-item .logo-link {
        background-size: 100% auto;
        width: 100px;
    }
    .messagers-number-mobile{
        order: 3;
        flex: 1 1 auto;
    }
}

@media (max-width: 767px) {
    .header.fixed .wrapper .logo-item .logo-link {
        height: 50px;
        margin-bottom: 22px;
    }
}

.header.fixed .wrapper .logo-item .logo-text {
    display: block;
    font-size: 15px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    letter-spacing: -0.4px;
}

.header.fixed .wrapper .menu-item {
    display: none;
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .menu-item {
        display: block;
    }
}

.header.fixed .wrapper .menu-item .menu-link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    height: 45px;
    border: 1px solid #f5c400;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #f5c400;
    padding-left: 30px;
    padding-top: 2px;
}

@media (max-width: 767px) {
    .header.fixed .wrapper .menu-item .menu-link {
        width: 45px;
        color: #fff;
        text-indent: -99999px;
        overflow: hidden;
    }
}

.header.fixed .wrapper .menu-item .menu-link.active {
    background: #f5c400;
    color: #fff;
}

.header.fixed .wrapper .menu-item .menu-link.active span {
    background-color: #fff;
}

.header.fixed .wrapper .menu-item .menu-link.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header.fixed .wrapper .menu-item .menu-link.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.header.fixed .wrapper .menu-item .menu-link.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header.fixed .wrapper .menu-item .menu-link:hover {
    background: #f5c400;
    color: #fff;
}

@media (max-width: 767px) {
    .header.fixed .wrapper .menu-item .menu-link:hover {
        color: #f5c400;
    }
}

.header.fixed .wrapper .menu-item .menu-link:hover span {
    background-color: #fff;
}

.header.fixed .wrapper .menu-item .menu-link span {
    position: absolute;
    width: 19px;
    height: 1px;
    background-color: #f5c400;
    left: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.fixed .wrapper .menu-item .menu-link span:nth-child(1) {
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
}

.header.fixed .wrapper .menu-item .menu-link span:nth-child(2) {
    top: 50%;
}

.header.fixed .wrapper .menu-item .menu-link span:nth-child(3) {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px);
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .catalog-item {
        display: none;
    }
}

.header.fixed .wrapper .catalog-item .catalog-link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    height: 45px;
    border: 1px solid #f5c400;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: #f5c400;
    padding-left: 30px;
    padding-top: 2px;
    cursor: pointer;
}

.header.fixed .wrapper .catalog-item .catalog-link.active {
    background: #f5c400;
    color: #fff;
}

.header.fixed .wrapper .catalog-item .catalog-link.active span {
    background-color: #fff;
}

.header.fixed .wrapper .catalog-item .catalog-link.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header.fixed .wrapper .catalog-item .catalog-link.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.header.fixed .wrapper .catalog-item .catalog-link.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header.fixed .wrapper .catalog-item .catalog-link a:hover,
.header.fixed .wrapper .catalog-item .catalog-link:hover {
    background: #f5c400;
    color: #fff;
}

.header.fixed .wrapper .catalog-item .catalog-link:hover span {
    background-color: #fff;
}

.header.fixed .wrapper .catalog-item .catalog-link span {
    position: absolute;
    width: 19px;
    height: 1px;
    background-color: #f5c400;
    left: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.fixed .wrapper .catalog-item .catalog-link span:nth-child(1) {
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
}

.header.fixed .wrapper .catalog-item .catalog-link span:nth-child(2) {
    top: 50%;
}

.header.fixed .wrapper .catalog-item .catalog-link span:nth-child(3) {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px);
}

.header.fixed .wrapper .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .nav-item {
        display: none;
    }
}

.header.fixed .wrapper .nav-item .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px;
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .nav-item .nav {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .nav-item .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
    }
}

.header.fixed .wrapper .nav-item .nav.active .nav-link:before {
    opacity: 1;
    bottom: 0;
}

.header.fixed .wrapper .nav-item .nav .nav-link {
    position: relative;
    display: block;
    color: #2b2e33;
    font-size: 18px;
    line-height: 26px;
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .nav-item .nav .nav-link {
        font-size: 17px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .header.fixed .wrapper .nav-item .nav .nav-link {
        font-size: 14px;
    }
}

.header.fixed .wrapper .nav-item .nav .nav-link:before {
    position: absolute;
    bottom: -5px;
    left: -5px;
    right: -5px;
    content: "";
    height: 2px;
    background: #f5c400;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.fixed .wrapper .nav-item .nav .nav-link:hover {
    color: #f5c400;
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .button-item {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        justify-content: space-between;
    }
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .button-item .get-call-link {
        margin-right: 15px;
        width: 160px;
        padding-left: 20px;
        padding-right: 5px;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .button-item .get-call-link {
        width: 46px;
        height: 46px;
        color: #aedfe4;
        padding: 0;

    }
}

@media (max-width: 767px) {
    .header.fixed .wrapper .button-item .get-call-link {
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .button-item .get-call-link:hover {
        color: #fff;
    }
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .button-item .get-call-link:before {
        left: 6px;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .button-item .get-call-link:before {
        left: 50%;
        margin-left: -6px;
    }
}

.header.fixed .wrapper .form-search {
    width: 46px;
    margin-right: 30px;
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .form-search {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .form-search {
        display: none;
    }
}

.header.fixed .wrapper .form-search .form-group {
    position: relative;
    height: 46px;
}

.header.fixed .wrapper .form-search .form-group.full-search-view .form-control {
    width: 277px;
    left: -230px;
    padding-right: 46px;
    background: #fafafa;
}

.header.fixed .wrapper .form-search .form-group.full-search-view .search-btn {
    opacity: 1;
    visibility: visible;
    left: -230px;
}

.header.fixed .wrapper .form-search .form-group.full-search-view .full-search {
    border: none;
}

.header.fixed .wrapper .form-search .form-group.full-search-view .full-search:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/multiply.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/multiply.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #2b2e33;
    width: 15px;
    height: 15px;
}

.header.fixed .wrapper .form-search .form-group.full-search-view .full-search:hover:before {
    background-color: #fff;
}

.header.fixed .wrapper .form-search .form-group:hover .form-control {
    background: #fff;
}

.header.fixed .wrapper .form-search .form-control {
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
    padding-left: 50px;
    font-size: 18px;
    width: 0;
    padding: 0;
    padding-left: 44px;
    max-width: none;
    background: none;
}

.header.fixed .wrapper .form-search .form-control:hover, .header.fixed .wrapper .form-search .form-control:focus, .header.fixed .wrapper .form-search .form-control:active {
    border-color: #f5c400;
}

.header.fixed .wrapper .form-search .search-btn {
    position: absolute;
    top: 0;
    left: 0px;
    width: 46px;
    height: 46px;
    background: none;
    border: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.fixed .wrapper .form-search .search-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/search.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/search.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    margin-left: -7.5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.fixed .wrapper .form-search .full-search {
    position: absolute;
    top: 0;
    left: 0px;
    width: 46px;
    height: 46px;
    background: none;
    border: 0;
    cursor: pointer;
    border: 1px solid #f5c400;
}

.header.fixed .wrapper .form-search .full-search:hover {
    background: #f5c400;
}

.header.fixed .wrapper .form-search .full-search:hover:before {
    background: #fff;
}

.header.fixed .wrapper .form-search .full-search:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/search.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/search.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
    margin-left: -7.5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.fixed .wrapper .basket-block {
    position: relative;
    margin-left: 20px;
    width: 46px;
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .basket-block {
        margin-right: 5px;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .basket-block {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .header.fixed .wrapper .basket-block {
        margin-left: 5px;
    }
}

.header.fixed .wrapper .basket-block.has-item .img-block .val {
    background-color: #f5c400;
}

.header.fixed .wrapper .basket-block:hover .img-block:before {
    background-color: #f5c400;
}

.header.fixed .wrapper .basket-block .img-block {
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .basket-block .img-block {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 1024px) {
    .header.fixed .wrapper .basket-block .img-block {
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
    }
}

.header.fixed .wrapper .basket-block .img-block:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #2b2e33;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -12px;
    margin-left: -12px;
}

.about-us-section .a-img-container img{
    max-width:100%;
}

.about-us-section .about-info a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.video-container{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.about-info-title{
    font-size: 30px!important;
    text-align: center;
    padding: 30px 10px;
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .basket-block .img-block:before {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .header.fixed .wrapper .basket-block .img-block:before {
        width: 22px;
        height: 22px;
    }
}

.header.fixed .wrapper .basket-block .img-block .val {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 14px;
    height: 14px;
    background-color: #9e9d9e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    z-index: 1;
    color: #fff;
    line-height: 11px;
    border-radius: 100px;
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .basket-block .img-block .val {
        top: 7px;
        right: -7px;
    }
}

@media (max-width: 767px) {
    .header.fixed .wrapper .basket-block .img-block .val {
        top: 3px;
        right: 0;
    }
}

.header.fixed .wrapper .basket-block .basket-link {
    display: block;
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    width: 46px;
    height: 46px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 1280px) {
    .header.fixed .wrapper .basket-block .basket-link {
        padding-left: 40px;
        font-size: 14px;
    }
}

.header.fixed .wrapper .basket-block .basket-link i {
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #656669;
    font-family: "Myriad Pro Regular";
}

.header.fixed .wrapper .basket-block.scrolling-header .basket-link i {
    display: none;
}

.header.fixed .wrapper .basket-block.scrolling-header .basket-link span.price {
    display: none;
}

.header.fixed .wrapper .basket-block .basket-link i b {
    font-weight: 500;
}

.inner-page .header {
    background: #fafafa;
}

.inner-page .header .bottom .wrapper .search-item .form-control {
    border: 1px solid #f0f0f0;
}

.footer {
    background: #fff;
    padding: 85px 0 100px;
}

@media (max-width: 1024px) {
    .footer {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 20px 0;
    }
}

.footer .top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 65px;
}

@media (max-width: 1024px) {
    .footer .top-block {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .footer .top-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer .top-block .logo-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 196px;
    -ms-flex: 1 196px;
    flex: 1 196px;
    width: 196px;
    height: 23px;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .footer .top-block .logo-block {
        width: 150px;
        height: 35px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .footer .top-block .logo-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
}

.footer .top-block .logo-block .logo-link {
    display: block;
    width: 199px;
    height: 85px;
    background: url(/image/catalog/logo.png) 0 0 no-repeat;
    background-size: 100% auto;
}

@media (max-width: 1024px) {
    .footer .top-block .logo-block .logo-link {
        width: 150px;
        height: 60px;
        background-size: 100% auto;
    }
}

@media (max-width: 767px) {
    .footer .top-block .logo-block .logo-link {
        margin: 0 auto;
    }
}

.footer .top-block .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width: 767px) {
    .footer .top-block .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        margin: 30px 0 10px 0;
    }
}

.footer .top-block .nav .nav-list {
    margin: 0 15px;
}

@media (max-width: 1280px) {
    .footer .top-block .nav .nav-list {
        margin: 0 5px;
    }
}

@media (max-width: 1024px) {
    .footer .top-block .nav .nav-list {
        margin: 0 5px;
    }
}

.footer .top-block .nav .nav-link {
    position: relative;
    display: inline-block;
    color: #2b2e33;
    font-size: 18px;
    line-height: 1em;
}

@media (max-width: 1024px) {
    .footer .top-block .nav .nav-link {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .footer .top-block .nav .nav-link {
        font-size: 17px;
        margin: 5px 0;
    }
}

.footer .top-block .nav .nav-link:hover {
    color: #f5c400;
}

.news-about-info{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    background-color: #ffd800;
    padding: 10px;
}

.footer .top-block .map-link {
    display: inline-block;
    color: #1f1d34;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.01px;
    text-decoration: underline;
    margin-left: 60px;
}

@media (max-width: 1024px) {
    .footer .top-block .map-link {
        font-size: 14px;
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .footer .top-block .map-link {
        margin-left: 0;
    }
}

.footer .top-block .map-link:hover {
    color: #e41c3f;
}

.footer .bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
    column-gap: 70px;
}

@media (max-width: 1024px) {
    .footer .bottom-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer .bottom-block .item {
    padding-bottom: 5px;
}

@media (max-width: 1024px) {
    .footer .bottom-block .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer .bottom-block .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    .footer .bottom-block .item:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 1024px) {
    .footer .bottom-block .item:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}

.footer .bottom-block .copyright {
    display: inline-block;
    color: #1f1d34;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.01px;
}

@media (max-width: 1280px) {
    .footer .bottom-block .copyright {
        font-size: 14px;
    }
}

.footer .bottom-block .footer-link {
    position: relative;
    display: inline-block;
    color: #a0c344;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.01px;
    padding-bottom: 5px;
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .footer .bottom-block .footer-link {
        font-size: 14px;
    }
}

.footer .bottom-block .footer-link.modal-toggle {
    color: black;
}

.footer .bottom-block .footer-link:hover {
    color: #2b2e33;
}

.footer .bottom-block .dev-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .footer .bottom-block .dev-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer .bottom-block .dev-block:hover .img-block img {
    opacity: 1;
}

.footer .bottom-block .dev-block .title {
    display: inline-block;
    opacity: 0.6;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.01px;
    margin-right: 17px;
}

@media (max-width: 1280px) {
    .footer .bottom-block .dev-block .title {
        font-size: 14px;
    }
}

.footer .bottom-block .dev-block .img-block {
    height: 37px;
}

.footer .bottom-block .dev-block .img-block img {
    opacity: 0.6;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.inner-page .footer {
    background: #fafafa;
}

/*@media (max-width: 1024px) {*/
/*    .content {*/
/*        padding-top: 80px;*/
/*    }*/
/*}*/

/*@media (max-width: 1024px) {*/
/*    .content {*/
/*        padding-top: 60px;*/
/*    }*/
/*}*/

.one-news-section .main-title {
    display: block;
    color: #2b2e33;
    /*font-family: "Myriad Pro Black SemiExtended";*/
    font-size: 24px;
    font-weight: 00;
    line-height: 45px;
}
.one-news-section .main-title h1 {
    font-size: 34px!important;
    font-weight: normal!important;
    line-height: 45px;
}
.one-news-section h2 {
    font-size: 30px;
}
.one-news-section a {
    color: #3ba0bf;
}
.one-news-section h3 {
    font-size: 25px;
}
.one-news-section ul li,.one-news-section ol li {
    padding: 2px 0;
    font-size: 16px;
    color: #484848;
}

blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 16px!important;
    font-style: italic;
    font-weight: 500;
    border-left: 5px solid #eee;
    line-height: 30px;
}




@media (max-width: 1024px) {
    .main-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .main-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.main-title.small {
    font-size: 30px;
    line-height: 35px;
}

@media (max-width: 1024px) {
    .main-title.small {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .main-title.small {
        font-size: 20px;
        line-height: 28px;
    }
}

.main-title.white {
    color: #fff;
}

.main-title.blue {
    color: #aedfe4;
}

.main-section {
    position: relative;
    height: 667px;
}

@media (max-width: 1024px) {
    .main-section {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .main-section {
        height: auto;
    }
}

.main-section .main-img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .main-section .main-img-container {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        height: 200px;
    }
}

.main-section .main-img-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #2b2e33;
    opacity: 0.3;
    z-index: 1;
}

.main-section .main-img-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-section .main-img-container.first-slide .first-img {
    opacity: 1;
    visibility: visible;
}

.main-section .main-img-container.second-slide .second-img {
    opacity: 1;
    visibility: visible;
}

.main-section .main-img-container.third-slide .third-img {
    opacity: 1;
    visibility: visible;
}

.main-section .container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .main-section .container {
        padding: 0;
    }
}

.main-section .container .left-slider {
    position: relative;
    width: 540px;
    height: 600px;
    background: #f5c400;
    padding: 65px;
}

@media (max-width: 1024px) {
    .main-section .container .left-slider {
        width: 350px;
        padding: 30px;
        height: 500px;
    }
}

@media (max-width: 767px) {
    .main-section .container .left-slider {
        width: 100%;
        height: 350px;
        padding: 20px 15px;
    }
}

.main-section .container .left-slider:before {
    position: absolute;
    top: 25px;
    right: 0;
    content: "";
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/leaf.png) 0 0 no-repeat;
    width: 160px;
    height: 391px;
}

@media (max-width: 767px) {
    .main-section .container .left-slider:before {
        background-size: 100% auto;
        width: 120px;
    }
}

.main-section .container .left-slider .swiper-slide {
    opacity: 0 !important;
}

.main-section .container .left-slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.main-section .container .left-slider .name-product {
    display: block;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 1024px) {
    .main-section .container .left-slider .name-product {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .main-section .container .left-slider .name-product {
        font-size: 25px;
        line-height: 30px;
    }
}

.main-section .container .left-slider .price-title {
    display: block;
    color: black;
    font-size: 30px;
    font-family: "Myriad Pro Black SemiExtended";
    margin-top: 7px;
    margin-bottom: 40px;
    line-height: 1;
}

@media (max-width: 1024px) {
    .main-section .container .left-slider .price-title {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main-section .container .left-slider .price-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

.main-section .container .left-slider .description {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .main-section .container .left-slider .description {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .main-section .container .left-slider .description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.main-section .container .left-slider .button {
    width: 265px;
}

@media (max-width: 767px) {
    .main-section .container .left-slider .button {
        width: auto;
    }
}

.main-section .container .left-slider .button-group {
    position: absolute;
    bottom: 80px;
    left: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 235px;
}

@media (max-width: 1024px) {
    .main-section .container .left-slider .button-group {
        left: 30px;
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main-section .container .left-slider .button-group {
        left: 50%;
        margin-left: -117.5px;
    }
}

.main-section .container .left-slider .button-group .swiper-pagination {
    position: relative;
}

.main-section .container .left-slider .button-group .swiper-button-next, .main-section .container .left-slider .button-group .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 28px;
    height: 28px;
    background: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
}

.main-section .container .left-slider .button-group .swiper-button-next:hover svg, .main-section .container .left-slider .button-group .swiper-button-prev:hover svg {
    fill: #2b2e33;
}

.main-section .container .left-slider .button-group .swiper-button-next svg, .main-section .container .left-slider .button-group .swiper-button-prev svg {
    position: absolute;
    width: 28px;
    height: 28px;
    fill: #fff;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-section .container .left-slider .button-group .swiper-button-prev svg, .main-section .container .left-slider .button-group .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -7px;
}

.catalog-of-product-section {
    padding: 105px 0 65px;
}

.catalog-page-products .catalog-of-product-section{padding-top: 0;}

.catalog-page-products .item .img-block{
    margin-bottom:0 !important;
}


@media (max-width: 1024px) {
    .catalog-of-product-section {
        padding: 80px 0 40px;
    }
}

@media (max-width: 767px) {
    .catalog-of-product-section {
        padding: 50px 0;
    }
}

.catalog-of-product-section .main-title {
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .catalog-of-product-section .main-title {
        margin-bottom: 40px;
    }
}

.catalog-of-product-section .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 5px;
}

.catalog-of-product-section .wrapper .item {
    text-align: center;
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33%;
    -ms-flex: 0 33%;
    flex: 0 33%;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .catalog-of-product-section .wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 30%;
        -ms-flex: 0 30%;
        flex: 0 30%;
    }
}

@media (max-width: 767px) {
    .catalog-of-product-section .wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 45%;
        -ms-flex: 0 45%;
        flex: 0 45%;
    }
}

@media (max-width: 600px) {
    .catalog-of-product-section .wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

.catalog-of-product-section .wrapper .item:hover .product-link {
    color: #2b2e33;
}

.catalog-of-product-section .wrapper .item .img-block {
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .catalog-of-product-section .wrapper .item .img-block {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .catalog-of-product-section .wrapper .item .img-block img {
        height: 100%;
    }
}

.catalog-of-product-section .wrapper .item .product-link {
    display: inline-block;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 25px;
    font-weight: 400;
    line-height: 24.96px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding:  0 23px;
}

@media (max-width: 1280px) {
    .catalog-of-product-section .wrapper .item .product-link {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .catalog-of-product-section .wrapper .item .product-link {
        font-size: 18px;
        line-height: 26px;
        padding: 0 25px;
    }
}

.hot-section {
    padding-bottom: 105px;
}

@media (max-width: 1024px) {
    .hot-section {
        padding-bottom: 50px;
    }
}

.hot-section .main-title {
    position: relative;
    padding-left: 90px;
    margin-bottom: 55px;
}

.hot-section .main-title b {
    position: absolute;
    top: 50%;
    left: 0;
    width: 61px;
    height: 61px;
    margin-top: -30.5px;
    background: #f0f0f0 url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/flame.png) 50% 50% no-repeat;
    background-size: 26px 34px;
    border-radius: 100px;
}

.hot-section .slider .swiper-slide {
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    padding: 65px 44px 44px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .hot-section .slider .swiper-slide {
        padding: 30px;
    }
}

.hot-section .slider .swiper-slide:first-child {
    margin-left: 0;
}

.hot-section .slider .swiper-slide.swiper-slide-active {
    border-left: 1px solid #f0f0f0;
    margin-left: 0;
}

.hot-section .slider .swiper-slide:hover {
    border-color: #aedfe4;
    z-index: 1;
}

.hot-section .slider .swiper-slide .img-block {
    display: block;
    /*height: 146px;*/
    overflow: hidden;
}

@media (max-width: 767px) {
    .hot-section .slider .swiper-slide .img-block {
        height: 100px;
    }
}

@media (max-width: 767px) {
    .hot-section .slider .swiper-slide .img-block img {
        height: 100%;
    }
}

.hot-section .slider .swiper-slide .name {
    display: block;
    font-size: 20px;
    font-family: "Myriad Pro Black SemiExtended";
    color: #000;
    margin-top: 60px;
    overflow: hidden;
    height: 96px;
}

@media (max-width: 767px) {
    .hot-section .slider .swiper-slide .name {
        font-size: 18px;
        margin-top: 30px;
    }
}

.hot-section .slider .swiper-slide .count {
    display: block;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .hot-section .slider .swiper-slide .count {
        font-size: 18px;
        margin-top: 20px;
    }
}

.hot-section .slider .swiper-slide .old-price {
    position: absolute;
    bottom: 180px;
    display: block;
    width: 100%;
    left: 0;
    text-decoration: line-through;
}

.hot-section .slider .swiper-slide .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.hot-section .slider .swiper-slide .button:before {
    position: absolute;
    top: 50%;
    left: 17%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #2b2e33;
    width: 17px;
    height: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -8.5px;
}

.hot-section .slider .bottom-block {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
}

@media (max-width: 1280px) {
    .hot-section .slider .bottom-block {
        margin-top: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .hot-section .slider .bottom-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hot-section .slider .bottom-block .left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.hot-section .slider .bottom-block .left-block .button {
    margin: 0 15px;
}

.hot-section .slider .bottom-block .button-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 235px;
}

.hot-section .slider .bottom-block .button-group .swiper-pagination {
    position: relative;
}

.hot-section .slider .bottom-block .button-group .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #656669;
    opacity: 0.6;
}

.hot-section .slider .bottom-block .button-group .swiper-pagination .swiper-pagination-bullet:hover:before {
    background-color: #f5c400;
}

.hot-section .slider .bottom-block .button-group .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #a0c344;
}

.hot-section .slider .bottom-block .button-group .swiper-button-prev.swiper-button-lock + .swiper-pagination {
    display: none;
}

.hot-section .slider .bottom-block .button-group .swiper-button-next, .hot-section .slider .bottom-block .button-group .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 28px;
    height: 28px;
    background: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
}

.hot-section .slider .bottom-block .button-group .swiper-button-next:hover svg, .hot-section .slider .bottom-block .button-group .swiper-button-prev:hover svg {
    fill: #f5c400;
}

.hot-section .slider .bottom-block .button-group .swiper-button-next svg, .hot-section .slider .bottom-block .button-group .swiper-button-prev svg {
    position: absolute;
    width: 28px;
    height: 28px;
    fill: #2b2e33;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hot-section .slider .bottom-block .button-group .swiper-button-prev svg, .hot-section .slider .bottom-block .button-group .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -7px;
}

.main-about-us-section {
    position: relative;
    overflow: hidden;
}

/*.main-about-us-section:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/about-bg.png) 0 0 repeat;*/
/*    background-size: cover;*/
/*    z-index: -1;*/
/*}*/

.main-about-us-section .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .main-about-us-section .wrapper {
        display: block;
    }
}

.main-about-us-section .wrapper .left-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    padding: 105px 60px 0 0;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .left-block {
        padding: 50px 30px 0 0;
    }
}

@media (max-width: 767px) {
    .main-about-us-section .wrapper .left-block {
        padding: 50px 0;
    }
}

.main-about-us-section .wrapper .left-block .main-title {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .left-block .main-title {
        margin-bottom: 30px;
    }
}

.main-about-us-section .wrapper .left-block .main-title.small {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .left-block .main-title.small {
        margin-top: 50px;
    }
}

.main-about-us-section .wrapper .left-block p {
    font-size: 20px;
    opacity: 0.8;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .left-block p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .main-about-us-section .wrapper .left-block p {
        font-size: 16px;
        line-height: 24px;
    }
}

.main-about-us-section .wrapper .left-block .certificate-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.main-about-us-section .wrapper .left-block .certificate-group .img-block {
    margin: 0 15px;
}

.main-about-us-section .wrapper .right-block {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 530px;
    -ms-flex: 1 0 530px;
    flex: 1 0 530px;
    padding: 105px 15px 105px 55px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .right-block {
        padding: 50px 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 350px;
        -ms-flex: 1 0 350px;
        flex: 1 0 350px;
    }
}

@media (max-width: 767px) {
    .main-about-us-section .wrapper .right-block {
        padding: 50px 15px 50px;
        margin: 0 -15px;
    }
}

.main-about-us-section .wrapper .right-block:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/about-right-bg.png) 0 0 no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .right-block:before {
        right: -15px;
    }
}

.main-about-us-section .wrapper .right-block * {
    z-index: 1;
    position: relative;
}

.main-about-us-section .wrapper .right-block .main-title {
    margin-bottom: 50px;
    font-size: 41px;
}

.main-about-us-section .wrapper .right-block .inner-wrapper .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .right-block .inner-wrapper .item {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .main-about-us-section .wrapper .right-block .inner-wrapper .item {
        margin-top: 15px;
    }
}

.main-about-us-section .wrapper .right-block .inner-wrapper .item:first-child {
    margin-top: 0;
}

.main-about-us-section .wrapper .right-block .inner-wrapper .item .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 115px;
    -ms-flex: 1 0 115px;
    flex: 1 0 115px;
    width: 115px;
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .right-block .inner-wrapper .item .img-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 70px;
        -ms-flex: 1 0 70px;
        flex: 1 0 70px;
        width: 70px;
    }
}

.main-about-us-section .wrapper .right-block .inner-wrapper .item .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.main-about-us-section .wrapper .right-block .inner-wrapper .item .info-block .item-title {
    display: block;
    font-size: 29px;
    line-height: 50px;
    color: black;
    font-weight: bold;
    margin-top: 7px;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .right-block .inner-wrapper .item .info-block .item-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.main-about-us-section .wrapper .right-block .inner-wrapper .item .info-block .item-title b {
    display: block;
    font-family: "Myriad Pro Black SemiExtended";
    color: #fff;
    font-size: 35px;
}

@media (max-width: 769px) {
    .main-about-us-section .wrapper .right-block .inner-wrapper .item .info-block .item-title b {
        font-size: 21px;
    }
    .main-about-us-section .wrapper .right-block .main-title{
        font-size: 25px;
    }
}

.main-about-us-section .wrapper .right-block .bottom-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 95px -37.5px 0;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .right-block .bottom-wrapper {
        margin: 50px -20px 0;
    }
}

.main-about-us-section .wrapper .right-block .bottom-wrapper .item {
    margin: 0 37.5px;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .right-block .bottom-wrapper .item {
        margin: 0 20px;
        font-size: 18px;
    }
}

.main-about-us-section .wrapper .right-block .bottom-wrapper .item b {
    display: block;
    font-size: 42px;
    font-family: "Myriad Pro Black SemiExtended";
    color: black;
    line-height: 1em;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .main-about-us-section .wrapper .right-block .bottom-wrapper .item b {
        font-size: 30px;
    }
}

.review-section {
    position: relative;
    padding: 105px 0 50px;
}

@media (max-width: 1024px) {
    .review-section {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .review-section {
        padding: 50px 0;
    }
}

.review-section .main-title {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .review-section .main-title {
        margin-bottom: 30px;
    }
}

.review-section .slider .swiper-container {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .review-section .slider .swiper-container {
        margin-bottom: 30px;
    }
}

.review-section .slider .swiper-slide a {
    position: relative;
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-top: 4px solid #aedfe4;
    overflow: hidden;
    height: 318px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .review-section .slider .swiper-slide a {
        padding: 15px;
        height: 260px;
    }
}

.review-section .slider .swiper-slide a:hover {
    border-color: #aedfe4;
    border-top-color: #f5c400;
}

.review-section .slider .swiper-slide a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 32px;
    background: #fff;
}

.review-section .slider .swiper-slide a:before {
    position: absolute;
    bottom: 30px;
    right: 0;
    content: "";
    width: 280px;
    height: 30px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, white));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    z-index: 1;
}

.review-section .slider .swiper-slide a .name {
    display: block;
    font-size: 20px;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    line-height: 30px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .review-section .slider .swiper-slide a .name {
        font-size: 18px;
        line-height: 28px;
    }
}

.review-section .slider .swiper-slide a .name b {
    font-family: "Myriad Pro Regular";
    font-weight: 400;
    color: #656669;
}

.review-section .slider .swiper-slide a p {
    position: relative;
    color: #2b2e33;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    height: 208px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .review-section .slider .swiper-slide a p {
        font-size: 16px;
        line-height: 24px;
    }
}

.review-section .slider .bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .review-section .slider .bottom-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.review-section .slider .bottom-block .left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .review-section .slider .bottom-block .left-block {
        display: block;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.review-section .slider .bottom-block .left-block .button {
    margin: 0 15px;
}

@media (max-width: 767px) {
    .review-section .slider .bottom-block .left-block .button {
        margin: 7.5px 0;
        width: 100%;
    }
}

.review-section .slider .bottom-block .button-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 235px;
}

@media (max-width: 767px) {
    .review-section .slider .bottom-block .button-group {
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.review-section .slider .bottom-block .button-group .swiper-pagination {
    position: relative;
}

.review-section .slider .bottom-block .button-group .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #656669;
    opacity: 0.6;
}

.review-section .slider .bottom-block .button-group .swiper-pagination .swiper-pagination-bullet:hover:before {
    background-color: #f5c400;
}

.review-section .slider .bottom-block .button-group .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #a0c344;
}

.review-section .slider .bottom-block .button-group .swiper-button-next, .review-section .slider .bottom-block .button-group .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 28px;
    height: 28px;
    background: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
}

.review-section .slider .bottom-block .button-group .swiper-button-next:hover svg, .review-section .slider .bottom-block .button-group .swiper-button-prev:hover svg {
    fill: #f5c400;
}

.review-section .slider .bottom-block .button-group .swiper-button-next svg, .review-section .slider .bottom-block .button-group .swiper-button-prev svg {
    position: absolute;
    width: 28px;
    height: 28px;
    fill: #2b2e33;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.review-section .slider .bottom-block .button-group .swiper-button-prev svg, .review-section .slider .bottom-block .button-group .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -7px;
}

.news-section {
    position: relative;
    padding: 50px 0 90px;
}

@media (max-width: 767px) {
    .news-section {
        padding: 0 0 50px;
    }
}

.news-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/about-right-bg.png) 0 0 repeat;
    height: 463px;
}

.news-section .container {
    position: relative;
    z-index: 1;
}

.news-section .main-title {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .news-section .main-title {
        margin-bottom: 30px;
    }
}

.news-section .slider .swiper-slide {
    position: relative;
}

.news-section .slider .swiper-slide .video-link {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
}

.news-section .slider .swiper-slide .video-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83px;
    height: 83px;
    content: "";
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.9) url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/play-icon.png) 55% 50% no-repeat;
    margin-top: -41.5px;
    margin-left: -41.5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-section .slider .swiper-slide .video-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-section .slider .swiper-slide .video-link:hover:before {
    background-color: #fff;
}

.news-section .slider .swiper-slide .date {
    display: block;
    color: #aedfe4;
    font-size: 18px;
    line-height: 24.01px;
    margin-bottom: 15px;
}

.news-section .slider .swiper-slide .description {
    display: inline;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Myriad Pro Black SemiExtended";
    -webkit-transition: all .3s;
    transition: all .3s;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

@media (max-width: 767px) {
    .news-section .slider .swiper-slide .description {
        font-size: 18px;
        line-height: 28px;
    }
}

.news-section .slider .swiper-slide .description:hover {
    border-bottom: 2px solid #fff;
}

.news-section .slider .bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .news-section .slider .bottom-block {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news-section .slider .bottom-block .left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .news-section .slider .bottom-block .left-block {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        margin-top: 30px;
    }
}

.news-section .slider .bottom-block .left-block .button {
    margin: 0 15px;
}

@media (max-width: 767px) {
    .news-section .slider .bottom-block .left-block .button {
        margin: 0;
        width: 100%;
    }
}

.news-section .slider .bottom-block .button-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 235px;
}

@media (max-width: 767px) {
    .news-section .slider .bottom-block .button-group {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.news-section .slider .bottom-block .button-group .swiper-pagination {
    position: relative;
}

.news-section .slider .bottom-block .button-group .swiper-button-next, .news-section .slider .bottom-block .button-group .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 28px;
    height: 28px;
    background: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
}

.news-section .slider .bottom-block .button-group .swiper-button-next:hover svg, .news-section .slider .bottom-block .button-group .swiper-button-prev:hover svg {
    fill: #2b2e33;
}

.news-section .slider .bottom-block .button-group .swiper-button-next svg, .news-section .slider .bottom-block .button-group .swiper-button-prev svg {
    position: absolute;
    width: 28px;
    height: 28px;
    fill: #fff;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-section .slider .bottom-block .button-group .swiper-button-prev svg, .news-section .slider .bottom-block .button-group .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -7px;
}

.subscribe-section {
    position: relative;
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/subscribe-bg.png) 50% 50% repeat;
    background-size: auto 100%;
}

@media (max-width: 1024px) {
    .subscribe-section {
        padding: 80px 0;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .subscribe-section {
        padding: 50px 0;
    }
}

.subscribe-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 945px;
    height: 9px;
    background-color: #ffffff;
    content: "";
}

@media (max-width: 1024px) {
    .subscribe-section:before {
        width: 50%;
    }
}

.subscribe-section:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 945px;
    height: 9px;
    background-color: #ffffff;
    content: "";
}

@media (max-width: 1024px) {
    .subscribe-section:after {
        width: 50%;
    }
}

.subscribe-section .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 235px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .subscribe-section .wrapper {
        height: auto;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .subscribe-section .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.subscribe-section .wrapper .title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    color: #2b2e33;
    font-size: 42px;
    font-family: "Myriad Pro Black SemiExtended";
    line-height: 1.2em;
}

@media (max-width: 1024px) {
    .subscribe-section .wrapper .title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        font-size: 29px;
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .subscribe-section .wrapper .title {
        text-align: center;
        font-size: 25px;
        margin-right: 0;
        margin-bottom: 40px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
}

.subscribe-section .wrapper .title b {
    display: block;
    font-size: 42px;
    color: black;
}

@media (max-width: 767px) {
    .subscribe-section .wrapper .title b {
        font-size: 16px;
        margin-top: 5px;
    }
}

.subscribe-section .wrapper .form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 655px;
    -ms-flex: 1 0 655px;
    flex: 1 0 655px;
}

@media (max-width: 1280px) {
    .subscribe-section .wrapper .form {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 500px;
        -ms-flex: 1 0 500px;
        flex: 1 0 500px;
    }
}

@media (max-width: 1024px) {
    .subscribe-section .wrapper .form {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        margin-left: 25px;
    }
}

@media (max-width: 767px) {
    .subscribe-section .wrapper .form {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        width: 100%;
        margin: 0;
    }
}

.subscribe-section .wrapper .form .form-group {
    position: relative;
}

.subscribe-section .wrapper .form .form-group .form-description {
    display: block;
    font-size: 18px;
    color: #2b2e33;
    margin-bottom: 18px;
    font-weight: bold;
}

.subscribe-section .wrapper .form .form-group .form-description small {
    font-size: 18px;
    color: black;
}

.subscribe-section .wrapper .form .form-group .form-control {
    width: 100%;
    height: 63px;
    background: #fff;
    border: 0;
    padding: 0 240px 0 45px;
}

@media (max-width: 1280px) {
    .subscribe-section .wrapper .form .form-group .form-control {
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {
    .subscribe-section .wrapper .form .form-group .form-control {
        height: 56px;
        font-size: 16px;
        padding: 0 34px;
    }
}

.subscribe-section .wrapper .form .form-group .form-control::-webkit-input-placeholder {
    color: #656669;
}

.subscribe-section .wrapper .form .form-group .form-control::-moz-placeholder {
    color: #656669;
}

.subscribe-section .wrapper .form .form-group .form-control:-ms-input-placeholder {
    color: #656669;
}

.subscribe-section .wrapper .form .form-group .form-control:-moz-placeholder {
    color: #656669;
}

.subscribe-section .wrapper .form .form-group .button {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 63px;
    width: 230px;
}

@media (max-width: 1024px) {
    .subscribe-section .wrapper .form .form-group .button {
        position: relative;
        height: 56px;
        width: 182px;
        font-size: 14px;
        margin: 30px auto 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.subscribe-section .wrapper .form .form-group .button:hover {
    background: #a0c344;
    border-color: #a0c344;
    color: #fff;
}

.map-section {
    position: relative;
    height: 755px;
}

@media (max-width: 1024px) {
    .map-section {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .map-section {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.map-section #map {
    height: 100%;
}

.map-section .map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

@media (max-width: 767px) {
    .map-section .map-wrapper {
        position: relative;
        height: 300px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.map-section .container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .map-section .container {
        padding-top: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.map-section .container .map-info-block {
    position: relative;
    width: 540px;
    background: #f5c400;
    padding: 50px 55px;
    z-index: 2;
}

@media (max-width: 1024px) {
    .map-section .container .map-info-block {
        padding: 30px 15px;
        width: 400px;
    }
}

@media (max-width: 767px) {
    .map-section .container .map-info-block {
        width: 100%;
        padding: 15px;
        margin: 0 -12px;
        width: auto;
    }
}

.map-section .container .map-info-block:before {
    position: absolute;
    top: 55px;
    right: 0;
    content: "";
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/leaf.png) 0 0 no-repeat;
    width: 160px;
    height: 391px;
}

.map-section .container .map-info-block .main-title {
    display: block;
    color: #fff;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .map-section .container .map-info-block .main-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .map-section .container .map-info-block .main-title {
        font-size: 24px;
    }
}

.map-section .container .map-info-block .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

@media (max-width: 1024px) {
    .map-section .container .map-info-block .item {
        margin-top: 10px;
    }
}

.map-section .container .map-info-block .item:first-child {
    margin-top: 0;
}

.map-section .container .map-info-block .item .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 37px;
    -ms-flex: 1 0 37px;
    flex: 1 0 37px;
    width: 37px;
    margin-right: 30px;
}

.map-section .container .map-info-block .item .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 1024px) {
    .map-section .container .map-info-block .item .info-block {
        font-size: 16px;
        line-height: 24px;
    }
}

.map-section .container .map-info-block .item .info-block * {
    color: #fff;
}

.map-section .container .map-info-block .item .info-block b {
    display: block;
    font-weight: 400;
    color: #fff;
}

.map-section .container .map-info-block .nav-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 55px -17.5px 0 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .map-section .container .map-info-block .nav-social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
        margin-left: -17.5px;
    }
}

.map-section .container .map-info-block .nav-social .social-link {
    position: relative;
    display: inline-block;
    margin: 0 17.5px;
    width: 30px;
    height: 30px;
}

.map-section .container .map-info-block .nav-social .social-link:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
}

.map-section .container .map-info-block .nav-social .social-link:hover:before {
    background-color: #2b2e33;
}

.map-section .container .map-info-block .nav-social .social-link.vk:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/vk.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/vk.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
}

.map-section .container .map-info-block .nav-social .social-link.facebook:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/facebook.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/facebook.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
}

.map-section .container .map-info-block .nav-social .social-link.ok:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/odnoklassniki-logo.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/odnoklassniki-logo.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
}

.map-section .container .map-info-block .nav-social .social-link.youtube:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/youtube.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/youtube.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
}

.about-us-section {
    padding: 40px 0 0;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .about-us-section {
        padding: 20px 0 50px;
    }
}

.about-us-section .main-title {
    margin-bottom: 40px;
    margin-top: 0
}

@media (max-width: 767px) {
    .about-us-section .main-title {
        margin-bottom: 30px;
    }
}

.about-us-section .about-info {
    position: relative;
    color: rgba(43, 46, 51, 0.8);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-us-section .about-info:nth-child(3) {
    padding-right: 320px;
}

@media (max-width: 1024px) {
    .about-us-section .about-info:nth-child(3) {
        padding-right: 0;
    }
}

.about-us-section .about-info .button {
    position: absolute;
    top: 50%;
    right: 0;
    width: 295px;
    margin-top: -35px;
}

@media (max-width: 1024px) {
    .about-us-section .about-info .button {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 30px;
    }
}

.about-us-section .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .about-us-section .wrapper {
        display: block;
    }
}

.about-us-section .wrapper .left-block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 55%;
    -ms-flex: 0 55%;
    flex: 0 55%;
    padding: 100px 50px 100px 0;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .left-block {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .about-us-section .wrapper .left-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
}

.about-us-section .wrapper .left-block:before {
    position: absolute;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    content: "";
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/about-bg.png) 0 0 repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .left-block:before {
        right: -15px;
    }
}

.about-us-section .wrapper .left-block .main-title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.3em;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .left-block .main-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .about-us-section .wrapper .left-block .main-title {
        font-size: 24px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }
}

.about-us-section .wrapper .left-block .main-title.small {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .left-block .main-title.small {
        margin-top: 50px;
    }
}

.about-us-section .wrapper .left-block p {
    font-size: 20px;
    opacity: 0.8;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .left-block p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .about-us-section .wrapper .left-block p {
        font-size: 16px;
        line-height: 24px;
    }
}

.about-us-section .wrapper .left-block .certificate-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 45px -15px 0;
}

.about-us-section .wrapper .left-block .certificate-group .img-block {
    margin: 0 15px;
}

.about-us-section .wrapper .right-block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    padding: 100px 0 100px 50px;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .right-block {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .about-us-section .wrapper .right-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }

    #d_quickcheckout #confirm_form .fieldset .form-group-area .form-area {
        line-height: 1;
    }
}

.about-us-section .wrapper .right-block:before {
    position: absolute;
    top: 0;
    left: 0;
    right: -500px;
    bottom: 0;
    content: "";
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/about-right-bg.png) 0 0 no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .right-block:before {
        right: -15px;
    }
}

.about-us-section .wrapper .right-block .main-title {
    color: #fff;
    font-size: 30px;
}

@media (max-width: 767px) {
    .about-us-section .wrapper .right-block .main-title {
        font-size: 24px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }
}

.about-us-section .wrapper .right-block .main-title.blue {
    margin-bottom: 0;
    color: #aedfe4;
}

.about-us-section .wrapper .right-block * {
    z-index: 1;
    position: relative;
}

.about-us-section .wrapper .right-block .main-title {
    margin-bottom: 50px;
}

.about-us-section .wrapper .right-block .inner-wrapper .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .right-block .inner-wrapper .item {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .about-us-section .wrapper .right-block .inner-wrapper .item {
        margin-top: 10px;
    }
}

.about-us-section .wrapper .right-block .inner-wrapper .item:first-child {
    margin-top: 0;
}

.about-us-section .wrapper .right-block .inner-wrapper .item .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 63px;
    -ms-flex: 1 0 63px;
    flex: 1 0 63px;
    width: 63px;
    margin-right: 30px;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .right-block .inner-wrapper .item .img-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 70px;
        -ms-flex: 1 0 70px;
        flex: 1 0 70px;
        width: 70px;
    }
}

.about-us-section .wrapper .right-block .inner-wrapper .item .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.about-us-section .wrapper .right-block .inner-wrapper .item .info-block .item-title {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-top: 7px;
}

@media (max-width: 1024px) {
    .about-us-section .wrapper .right-block .inner-wrapper .item .info-block .item-title {
        font-size: 18px;
        line-height: 28px;
    }
}

.about-us-section .wrapper .right-block .inner-wrapper .item .info-block .item-title b {
    display: block;
    font-family: "Myriad Pro Black SemiExtended";
    color: #fff;
}

.about-us-section .wrapper .right-block .inner-wrapper p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin: 40px 0 50px;
}

.anchor-link {
    position: fixed;
    bottom: 50px;
    left: 30px;
    width: 69px;
    height: 69px;
    border: 1px solid #f5c400;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    z-index: 2;
}

@media (max-width: 1024px) {
    .anchor-link {
        bottom: 45px;
        left: 15px;
        width: 49px;
        height: 49px;
    }
}

@media (max-width: 767px) {
    .anchor-link {
        width: 40px;
        height: 40px;
    }
}

.anchor-link.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.anchor-link:hover {
    background: #f5c400;
}

.anchor-link:hover:before {
    background-color: #fff;
}

.anchor-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/left-chevron.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/left-chevron.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1024px) {
    .anchor-link:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
    }
}

.inner-page .content, .main-wrapper .content {

}

@media (max-width: 767px) {
    .inner-page .content, .main-wrapper .content {

    }
}

.delivery-section {
    padding: 35px 0 105px;
}

@media (max-width: 767px) {
    .delivery-section {
        padding: 20px 0 50px;
    }
}

.delivery-section + .map-section {
    height: 605px;
}

@media (max-width: 767px) {
    .delivery-section + .map-section {
        height: auto;
    }
}

.delivery-section + .map-section .container .map-info-block:before {
    display: none;
}

.delivery-section + .map-section .container .map-info-block .main-title {
    margin-bottom: 40px;
}

.delivery-section + .map-section .container .map-info-block .map-description {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .delivery-section + .map-section .container .map-info-block .map-description {
        font-size: 16px;
        line-height: 24px;
    }
}

.delivery-section + .map-section .container .map-info-block .map-description a {
    font-family: "Myriad Pro Black SemiExtended";
    color: #fff;
    display: block;
}

.delivery-section + .map-section .container .map-info-block .map-description a:hover {
    color: #2b2e33;
}

.delivery-section + .map-section .container .map-info-block .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.delivery-section + .map-section .container .map-info-block .item .info-block {
    font-family: "Myriad Pro Regular";
    margin-bottom: 30px;
}

.delivery-section .main-title {
    margin-bottom: 40px;
    margin-top: 0
}

@media (max-width: 767px) {
    .delivery-section .main-title {
        margin-bottom: 30px;
    }
}

.delivery-section .price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

@media (max-width: 1024px) {
    .delivery-section .price-wrapper {
        margin: 0 -7.5px;
    }
}

@media (max-width: 767px) {
    .delivery-section .price-wrapper {
        margin: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.delivery-section .price-wrapper .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(33.3333% - 30px);
    -ms-flex: 0 calc(33.3333% - 30px);
    flex: 0 calc(33.3333% - 30px);
    margin: 0 15px;
}

@media (max-width: 1024px) {
    .delivery-section .price-wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(33.3333% - 15px);
        -ms-flex: 0 calc(33.3333% - 15px);
        flex: 0 calc(33.3333% - 15px);
        margin: 0 7.5px;
    }
}

@media (max-width: 767px) {
    .delivery-section .price-wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        margin: 7.5px 0;
    }
}

.full-news-section .date{
    padding-top: 30px;
}

.delivery-section .price-wrapper .bottom{
    font-size: 26px;
    letter-spacing: 1px;
}

.delivery-section .price-wrapper .item:nth-child(1) .top {
    display: none;
}

.delivery-section .price-wrapper .item:nth-child(1) .bottom {
    background: #f5c400;
    height: 100%;
}

.delivery-section .price-wrapper .item:nth-child(2) .top {
    display: none;
}

.delivery-section .price-wrapper .item:nth-child(2) .bottom {
    background: #f5c400;
    height: 100%;
}

.delivery-section .price-wrapper .item:nth-child(3) .top {
    display: none;
}

.delivery-section .price-wrapper .item:nth-child(3) .bottom {
    background: #f5c400;
    height: 100%;
}

.delivery-section .price-wrapper .item:nth-child(3) .bottom .d-title {
    color: #2b2e33;
}

.delivery-section .price-wrapper .item .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 81px;
    color: #ffffff;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 15px;
}

@media (max-width: 1024px) {
    .delivery-section .price-wrapper .item .top {
        font-size: 20px;
    }
}

.delivery-section .price-wrapper .item .bottom {
    padding: 30px;
}

@media (max-width: 1024px) {
    .delivery-section .price-wrapper .item .bottom {
        padding: 15px;
    }
}

.delivery-section .price-wrapper .item .bottom .d-title {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .delivery-section .price-wrapper .item .bottom .d-title {
        font-size: 18px;
    }
}

.delivery-section .price-wrapper .item .bottom .d-title b {
    font-family: "Myriad Pro Black SemiExtended";
    font-weight: 400;
}

.delivery-section .inner-content {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .delivery-section .inner-content {
        margin: 60px -15px 0;
    }
}

@media (max-width: 767px) {
    .delivery-section .inner-content {
        margin: 30px 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.delivery-section .inner-content .main-title {
    font-size: 22px;
    line-height: 1.3em;
}

@media (max-width: 767px) {
    .delivery-section .inner-content .main-title {
        font-size: 20px;
    }
}

.delivery-section .inner-content .list-delivery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.delivery-section .inner-content .list-delivery li {
    position: relative;
    display: block;
    color: #2b2e33;
    padding-left: 30px;
    font-size: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .delivery-section .inner-content .list-delivery li {
        font-size: 16px;
        line-height: 24px;
    }
}

.delivery-section .inner-content .list-delivery li:first-child {
    margin-top: 0;
}

.delivery-section .inner-content .list-delivery li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/check.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/check.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.delivery-section .inner-content .left-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

@media (max-width: 1024px) {
    .delivery-section .inner-content .left-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(50% - 15px);
        -ms-flex: 0 calc(50% - 15px);
        flex: 0 calc(50% - 15px);
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .delivery-section .inner-content .left-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        margin: 7.5px 0;
    }
}

.delivery-section .inner-content .right-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 430px;
    -ms-flex: 1 430px;
    flex: 1 430px;
    min-width: 430px;
    margin-left: 50px;
}

@media (max-width: 1024px) {
    .delivery-section .inner-content .right-item {
        min-width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(50% - 15px);
        -ms-flex: 0 calc(50% - 15px);
        flex: 0 calc(50% - 15px);
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .delivery-section .inner-content .right-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        margin: 7.5px 0;
    }
}

.delivery-section .inner-content .right-item .list-delivery {
    -webkit-column-count: 2;
    column-count: 2;
}

.delivery-section .inner-content .right-item p {
    font-size: 18px;
    line-height: 26px;
    color: #6a6b6e;
    margin: 0;
    margin-top: 20px;
}

.delivery-section .inner-content .right-item p b {
    display: block;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    font-weight: 400;
    margin-top: 5px;
}

.payment-section {
    padding: 35px 0 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .payment-section {
        padding: 20px 0 50px;
    }
}

.payment-section .main-title {
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .payment-section .main-title {
        margin-bottom: 30px;
    }
}

.payment-section .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .payment-section .wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.payment-section .wrapper .main-title {
    font-size: 30px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .payment-section .wrapper .main-title {
        font-size: 24px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }
}

.payment-section .wrapper .left-block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    padding: 60px 50px 60px 0;
}

@media (max-width: 1024px) {
    .payment-section .wrapper .left-block {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .payment-section .wrapper .left-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
}

.payment-section .wrapper .left-block:before {
    position: absolute;
    top: 0;
    left: -500px;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #f6f6f6;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1024px) {
    .payment-section .wrapper .left-block:before {
        right: -15px;
    }
}

.payment-section .wrapper .left-block .block {
    position: relative;
    border-top: 3px solid black;
    margin-bottom: 40px;
}

.payment-section .wrapper .left-block .block:before {
    position: absolute;
    top: -3px;
    left: -2px;
    content: "";
    width: 3px;
    height: 40px;
    background: black;
}

.payment-section .wrapper .left-block .block:after {
    position: absolute;
    top: -3px;
    right: -2px;
    content: "";
    width: 3px;
    height: 40px;
    background: black;
}

.payment-section .wrapper .left-block .block .inner-title {
    display: block;
    font-size: 20px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    line-height: 1.2em;
}

@media (max-width: 767px) {
    .payment-section .wrapper .left-block .block .inner-title {
        font-size: 16px;
    }
}

.payment-section .wrapper .left-block .block .inner-title b {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 30px;
    color: black;
}

@media (max-width: 767px) {
    .payment-section .wrapper .left-block .block .inner-title b {
        top: 15px;
        left: 12px;
    }
}

.payment-section .wrapper .left-block .block .inner-info {
    display: block;
    font-size: 20px;
    color: #2b2e33;
    line-height: 30px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .payment-section .wrapper .left-block .block .inner-info {
        font-size: 16px;
        line-height: 24px;
    }
}

.payment-section .wrapper .left-block p {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .payment-section .wrapper .left-block p {
        font-size: 16px;
        line-height: 24px;
    }
}

.payment-section .wrapper .left-block p:nth-child(4) {
    margin-top: 150px;
}

@media (max-width: 767px) {
    .payment-section .wrapper .left-block p:nth-child(4) {
        margin-top: 30px;
    }
}

.payment-section .wrapper .left-block p a {
    font-family: "Myriad Pro Black SemiExtended";
    color: #f5c400;
}

.payment-section .wrapper .left-block p a:hover {
    color: #2b2e33;
}

.payment-section .wrapper .right-block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    padding: 60px 0 60px 50px;
}

@media (max-width: 1024px) {
    .payment-section .wrapper .right-block {
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .payment-section .wrapper .right-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
}

.payment-section .wrapper .right-block:before {
    position: absolute;
    top: 0;
    left: 0;
    right: -500px;
    bottom: 0;
    content: "";
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/about-right-bg.png) 0 0 no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width: 1024px) {
    .payment-section .wrapper .right-block:before {
        right: -15px;
    }
}



.payment-section .wrapper .right-block .block {
    position: relative;
    border-top: 3px solid black;
    margin-bottom: 40px;
}

.payment-section .wrapper .right-block .block:before {
    position: absolute;
    top: -3px;
    left: -2px;
    content: "";
    width: 3px;
    height: 40px;
    background: black;
}

.payment-section .wrapper .right-block .block:after {
    position: absolute;
    top: -3px;
    right: -2px;
    content: "";
    width: 3px;
    height: 40px;
    background: black;
}

.payment-section .wrapper .right-block .block .inner-title {
    display: block;
    font-size: 20px;
    font-family: "Myriad Pro Black SemiExtended";
    line-height: 1.2em;
}

@media (max-width: 767px) {
    .payment-section .wrapper .right-block .block .inner-title {
        font-size: 18px;
    }
}

.payment-section .wrapper .right-block .block .inner-title b {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 30px;

}

@media (max-width: 767px) {
    .payment-section .wrapper .right-block .block .inner-title b {
        top: 15px;
        left: 12px;
    }
}

.payment-section .wrapper .right-block .block .inner-info {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .payment-section .wrapper .right-block .block .inner-info {
        font-size: 16px;
        line-height: 24px;
    }
}

.payment-section .wrapper .right-block .block .inner-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.payment-section .wrapper .right-block .block .inner-list li {
    position: relative;
    display: block;
    padding-left: 27px;
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .payment-section .wrapper .right-block .block .inner-list li {
        font-size: 16px;
        line-height: 24px;
    }
}

.payment-section .wrapper .right-block .block .inner-list li:first-child {
    margin-top: 20px;
}

.payment-section .wrapper .right-block .block .inner-list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/check.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/check.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: black;
    width: 15px;
    height: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.payment-section .wrapper .block {
    position: relative;
    padding: 30px 30px 30px 85px;
}

@media (max-width: 767px) {
    .payment-section .wrapper .block {
        padding: 15px 15px 15px 55px;
    }
}

.full-news-section {
    padding: 35px 0 105px;
}

@media (max-width: 767px) {
    .full-news-section {
        padding: 20px 0 50px;
    }
}

.full-news-section .main-title {
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .full-news-section .main-title {
        margin-bottom: 30px;
    }
}

.full-news-section .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .full-news-section .wrapper {
        display: block;
    }
}

.full-news-section .wrapper .left-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.full-news-section .wrapper .left-block .inner-wrapper {
    margin: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.full-news-section .wrapper .left-block .inner-wrapper .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(33.3333% - 30px);
    -ms-flex: 0 calc(33.3333% - 30px);
    flex: 0 calc(33.3333% - 30px);
    margin: 15px;
    position: relative;
    background: #fafafa;
}

@media (max-width: 1280px) {
    .full-news-section .wrapper .left-block .inner-wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 calc(50% - 30px);
        flex: 0 calc(50% - 30px);
    }
}

@media (max-width: 1024px) {
    .full-news-section .wrapper .left-block .inner-wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(100% - 30px);
        -ms-flex: 0 calc(100% - 30px);
        flex: 0 calc(100% - 30px);
    }
}

.full-news-section .wrapper .left-block .inner-wrapper .item .video-link {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
}

.full-news-section .wrapper .left-block .inner-wrapper .item .video-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83px;
    height: 83px;
    content: "";
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.9) url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/play-icon.png) 55% 50% no-repeat;
    margin-top: -41.5px;
    margin-left: -41.5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.full-news-section .wrapper .left-block .inner-wrapper .item .video-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.full-news-section .wrapper .left-block .inner-wrapper .item .video-link:hover:before {
    background-color: #fff;
}

.full-news-section .wrapper .left-block .inner-wrapper .item .bottom-block {
    padding: 35px 30px;
}

.full-news-section .wrapper .left-block .inner-wrapper .item .date {
    display: block;
    color: #f5c400;
    font-size: 18px;
    line-height: 24.01px;
    margin-bottom: 15px;
}

.full-news-section .wrapper .left-block .inner-wrapper .item .description {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 767px) {
    .full-news-section .wrapper .left-block .inner-wrapper .item .description {
        font-size: 18px;
        line-height: 28px;
    }
}

.full-news-section .wrapper .left-block .inner-wrapper .item .description:hover {
    color: #f5c400;
}

.full-news-section .wrapper .right-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 280px;
    -ms-flex: 1 0 280px;
    flex: 1 0 280px;
    min-width: 280px;
    margin-left: 60px;
}

@media (max-width: 1024px) {
    .full-news-section .wrapper .right-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        min-width: auto;
        margin-left: 0;
        margin-top: 30px;
    }
}

.full-news-section .wrapper .right-block .item {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(43, 46, 51, 0.1);
}

.full-news-section .wrapper .right-block .item:first-child {
    margin-top: 0;
}

.full-news-section .wrapper .right-block .item .date {
    display: block;
    color: #f5c400;
    font-size: 18px;
    line-height: 24.01px;
    margin-bottom: 15px;
}

.full-news-section .wrapper .right-block .item .description {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 767px) {
    .full-news-section .wrapper .right-block .item .description {
        font-size: 18px;
        line-height: 28px;
    }
}

.full-news-section .wrapper .right-block .item .description:hover {
    color: #f5c400;
}

.full-news-section .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    margin: 50px auto 0;
}

.full-news-section + .subscribe-section:before, .full-news-section + .subscribe-section:after {
    display: none;
}

.one-news-section {
    /*padding: 40px 0 65px;*/
}

@media (max-width: 767px) {
    .one-news-section {
        padding: 20px 0 50px;
    }
}

.one-news-section .main-title {
    position: relative;
    margin-bottom: 40px;
    padding-right: 400px;
}

@media (max-width: 1024px) {
    .one-news-section .main-title {
        padding-right: 250px;
    }
}

@media (max-width: 767px) {
    .one-news-section .main-title {
        margin-bottom: 30px;
        padding-right: 0;
    }
}

.one-news-section .main-title .button {
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    margin-top: -35px;
}

@media (max-width: 767px) {
    .one-news-section .main-title .button {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 15px;
    }
}

.one-news-section .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .one-news-section .wrapper {
        display: block;
    }
}

.one-news-section .wrapper .left-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    padding-right: 35px;
}

@media (max-width: 767px) {
    .one-news-section .wrapper .left-block {
        padding: 0;
    }
}

.one-news-section .wrapper .left-block p {
    font-size: 20px;
    opacity: 0.8;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .one-news-section .wrapper .left-block p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .one-news-section .wrapper .left-block p {
        font-size: 16px;
        line-height: 24px;
    }
}

.one-news-section .wrapper .right-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    padding-left: 35px;
}

@media (max-width: 767px) {
    .one-news-section .wrapper .right-block {
        padding: 0;
    }
}

.one-news-section .wrapper .right-block .video-link {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .one-news-section .wrapper .right-block .video-link {
        height: 200px;
    }
}

.one-news-section .wrapper .right-block .video-link:hover:before {
    background-color: #fff;
}

.one-news-section .wrapper .right-block .video-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83px;
    height: 83px;
    content: "";
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.9) url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/play-icon.png) 55% 50% no-repeat;
    margin-top: -41.5px;
    margin-left: -41.5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.one-news-section .wrapper .right-block .video-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.one-news-section .wrapper .full-block {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
}

.one-news-section .wrapper .full-block .swiper-container {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
}

@media (max-width: 767px) {
    .one-news-section .wrapper .full-block .swiper-container {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}

.one-news-section .wrapper .full-block .swiper-button-prev {
    left: -12px;
}

.one-news-section .wrapper .full-block .swiper-button-next {
    right: -7px;
}

.one-news-section .wrapper .full-block .swiper-button-next, .one-news-section .wrapper .full-block .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
    margin-top: -14px;
}

.one-news-section .wrapper .full-block .swiper-button-next:hover svg, .one-news-section .wrapper .full-block .swiper-button-prev:hover svg {
    fill: #f5c400;
}

.one-news-section .wrapper .full-block .swiper-button-next svg, .one-news-section .wrapper .full-block .swiper-button-prev svg {
    position: absolute;
    width: 28px;
    height: 28px;
    fill: #2b2e33;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.one-news-section .wrapper .full-block .swiper-button-prev svg, .one-news-section .wrapper .full-block .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -7px;
}

.full-review-section {
    padding: 35px 0 105px;
}

@media (max-width: 767px) {
    .full-review-section {
        padding: 20px 0 50px;
    }
}

.full-review-section .main-title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .full-review-section .main-title {
        margin-bottom: 30px;
    }
}

.full-review-section .inner-content {
    margin-bottom: 60px;
}

.full-review-section .item {
    margin-top: 40px;
    border: 1px solid #f0f0f0;
    border-top: 4px solid #ffd800;
    padding: 30px;
}

@media (max-width: 767px) {
    .full-review-section .item {
        padding: 30px 15px;
    }
}

.full-review-section .item .info-block .name {
    display: block;
    font-size: 20px;
    color: #656669;
    line-height: 30px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .full-review-section .item .info-block .name {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

.full-review-section .item .info-block .name b {
    color: #f5c400;
}

.full-review-section .item .info-block p {
    position: relative;
    color: #2b2e33;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 767px) {
    .full-review-section .item .info-block p {
        font-size: 16px;
        line-height: 24px;
    }
}

.full-review-section .item .avatar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.full-review-section .item .avatar-item .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 85px;
    -ms-flex: 1 85px;
    flex: 1 85px;
    width: 85px;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .full-review-section .item .avatar-item .img-block {
        margin-right: 15px;
    }
}

.full-review-section .item .avatar-item .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

@media (max-width: 767px) {
    .full-review-section .item .avatar-item .info-block p {
        margin-left: -77px;
    }
}

.full-review-section .item .video-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .full-review-section .item .video-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.full-review-section .item .video-item .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .full-review-section .item .video-item .info-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        padding-right: 0;
    }
}

.full-review-section .item .video-item .video-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    padding-left: 15px;
}

@media (max-width: 767px) {
    .full-review-section .item .video-item .video-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}

.full-review-section .item .video-item .video-block .video-link {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .full-review-section .item .video-item .video-block .video-link {
        height: 200px;
    }
}

.full-review-section .item .video-item .video-block .video-link:hover:before {
    background-color: #fff;
}

.full-review-section .item .video-item .video-block .video-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83px;
    height: 83px;
    content: "";
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.9) url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/play-icon.png) 55% 50% no-repeat;
    margin-top: -41.5px;
    margin-left: -41.5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.full-review-section .item .video-item .video-block .video-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.full-review-section .item .slider-item .info-block .about-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media (max-width: 767px) {
    .full-review-section .item .slider-item .info-block .about-wrapper {
        margin: 0;
    }
}

.full-review-section .item .slider-item .info-block .about-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 20px);
    -ms-flex: 0 calc(50% - 20px);
    flex: 0 calc(50% - 20px);
    display: inline-block;
    position: relative;
    color: #2b2e33;
    font-size: 20px;
    line-height: 30px;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .full-review-section .item .slider-item .info-block .about-item {
        font-size: 16px;
        line-height: 24px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        margin: 5px 0;
    }
}

.full-review-section .item .slider-item .info-block .about-item:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

.full-review-section .item .slider-item .slider {
    position: relative;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .full-review-section .item .slider-item .slider {
        margin-top: 30px;
    }
}

.full-review-section .item .slider-item .slider .swiper-container {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
}

@media (max-width: 767px) {
    .full-review-section .item .slider-item .slider .swiper-container {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
}

.full-review-section .item .slider-item .slider .swiper-button-prev {
    left: -12px;
}

.full-review-section .item .slider-item .slider .swiper-button-next {
    right: -7px;
}

.full-review-section .item .slider-item .slider .swiper-button-next, .full-review-section .item .slider-item .slider .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
    top: 50%;
    margin-top: -14px;
}

.full-review-section .item .slider-item .slider .swiper-button-next:hover svg, .full-review-section .item .slider-item .slider .swiper-button-prev:hover svg {
    fill: #f5c400;
}

.full-review-section .item .slider-item .slider .swiper-button-next svg, .full-review-section .item .slider-item .slider .swiper-button-prev svg {
    position: absolute;
    width: 28px;
    height: 28px;
    fill: #2b2e33;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.full-review-section .item .slider-item .slider .swiper-button-prev svg, .full-review-section .item .slider-item .slider .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -7px;
}

@media (max-width: 767px) {
    .full-review-section .button {
        text-align: center;
        width: 195px;
        margin: 5px auto;
        float: none !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.full-review-section .button.blue {
    float: right;
}

.contact-us-section {
    padding: 35px 0 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .contact-us-section {
        padding: 20px 0 50px;
    }
}

.contact-us-section .main-title {
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .contact-us-section .main-title {
        margin-bottom: 30px;
    }
}

.contact-us-section .tabs-menu {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .contact-us-section .tabs-menu {
        margin: 0 -15px;
    }
}

.contact-us-section .tabs-menu:before {
    position: absolute;
    top: 0;
    left: -500px;
    right: -500px;
    content: "";
    height: 89px;
    background-color: #fafafa;
}

@media (max-width: 767px) {
    .contact-us-section .tabs-menu:before {
        left: 0;
        right: 0;
        height: 100%;
    }
}

.contact-us-section .tabs-menu li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.contact-us-section .tabs-menu li.current a {
    background-color: #fff;
    font-family: "Myriad Pro Black SemiExtended";
}

.contact-us-section .tabs-menu li.current a:before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.contact-us-section .tabs-menu li.current a:after {
    display: block;
}

.contact-us-section .tabs-menu li.current a:hover {
    background: #fff;
    color: #2b2e33;
}

.contact-us-section .tabs-menu li:nth-child(1) a {
    width: 190px;
}

@media (max-width: 1024px) {
    .contact-us-section .tabs-menu li:nth-child(1) a {
        width: 150px;
    }
}

.contact-us-section .tabs-menu li:nth-child(2) a {
    width: 520px;
}

@media (max-width: 1024px) {
    .contact-us-section .tabs-menu li:nth-child(2) a {
        width: 370px;
    }
}

.contact-us-section .tabs-menu li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 89px;
    font-size: 20px;
    color: #2b2e33;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .contact-us-section .tabs-menu li a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .contact-us-section .tabs-menu li a {
        width: 100% !important;
        height: 55px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact-us-section .tabs-menu li a:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    content: "";
    height: 4px;
    background-color: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.contact-us-section .tabs-menu li a:hover {
    background: #f5f6f6;
    color: #f5c400;
}

.contact-us-section .tab {
    padding-top: 0;
}

.contact-us-section .tab .tab-content {
    position: relative;
    height: 677px;
}

@media (max-width: 767px) {
    .contact-us-section .tab .tab-content {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-us-section .tab .tab-content .map-block {
    height: 100%;
}

.contact-us-section .tab .tab-content .map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

@media (max-width: 767px) {
    .contact-us-section .tab .tab-content .map-wrapper {
        position: relative;
        height: 300px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.contact-us-section .tab .tab-content .container {
    z-index: 1;
    /*height: 100%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .contact-us-section .tab .tab-content .container {
        padding-top: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 -15px;
        width: auto;
    }
}

.contact-us-section .tab .tab-content .container .map-info-block {
    position: relative;
    width: 540px;
    background: #f5c400;
    padding: 50px 55px;
    z-index: 2;
}

@media (max-width: 1024px) {
    .contact-us-section .tab .tab-content .container .map-info-block {
        padding: 30px 15px;
        width: 400px;
    }
}

@media (max-width: 767px) {
    .contact-us-section .tab .tab-content .container .map-info-block {
        width: 100%;
        padding: 15px;
    }
}

.contact-us-section .tab .tab-content .container .map-info-block:before {
    position: absolute;
    top: 55px;
    right: 0;
    content: "";
    background: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/leaf.png) 0 0 no-repeat;
    width: 160px;
    height: 391px;
}

.contact-us-section .tab .tab-content .container .map-info-block .main-title {
    display: block;
    color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
}

@media (max-width: 1024px) {
    .contact-us-section .tab .tab-content .container .map-info-block .main-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .contact-us-section .tab .tab-content .container .map-info-block .main-title {
        font-size: 18px;
    }
}

.contact-us-section .tab .tab-content .container .map-info-block .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

@media (max-width: 1024px) {
    .contact-us-section .tab .tab-content .container .map-info-block .item {
        margin-top: 10px;
    }
}

.contact-us-section .tab .tab-content .container .map-info-block .item:first-child {
    margin-top: 0;
}

.contact-us-section .tab .tab-content .container .map-info-block .item .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 37px;
    -ms-flex: 1 0 37px;
    flex: 1 0 37px;
    width: 37px;
    margin-right: 30px;
}

.contact-us-section .tab .tab-content .container .map-info-block .item .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 1024px) {
    .contact-us-section .tab .tab-content .container .map-info-block .item .info-block {
        font-size: 18px;
        line-height: 26px;
    }
}

.contact-us-section .tab .tab-content .container .map-info-block .item .info-block * {
    color: #fff;
}

.contact-us-section .tab .tab-content .container .map-info-block .item .info-block b {
    display: block;
    font-weight: 400;
    color: #fff;
}

.contact-us-section .tab .tab-content .container .map-info-block .nav-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -17.5px 40px 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .contact-us-section .tab .tab-content .container .map-info-block .nav-social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
        margin-left: -17.5px;
    }
}

.contact-us-section .tab .tab-content .container .map-info-block .nav-social .social-link {
    position: relative;
    display: inline-block;
    margin: 0 17.5px;
    width: 30px;
    height: 30px;
}

.contact-us-section .tab .tab-content .container .map-info-block .nav-social .social-link:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
}

.contact-us-section .tab .tab-content .container .map-info-block .nav-social .social-link:hover:before {
    background-color: #2b2e33;
}

.contact-us-section .tab .tab-content .container .map-info-block .nav-social .social-link.vk:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/vk.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/vk.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
}

.contact-us-section .tab .tab-content .container .map-info-block .nav-social .social-link.facebook:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/facebook.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/facebook.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
}

.contact-us-section .tab .tab-content .container .map-info-block .nav-social .social-link.ok:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/odnoklassniki-logo.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/odnoklassniki-logo.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
}

.contact-us-section .tab .tab-content .container .map-info-block .nav-social .social-link.youtube:before {
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/youtube.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/youtube.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 30px;
    height: 30px;
}

.contact-us-section .tab .tab-content .container .map-info-block .button {
    padding-left: 55px;
}

.contact-us-section .tab .tab-content .container .map-info-block .button:hover:before {
    background-color: #fff;
}

.contact-us-section .tab .tab-content .container .map-info-block .button:before {
    position: absolute;
    top: 50%;
    left: 30px;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/dwn-icon.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/dwn-icon.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cart-section {
    padding: 35px 0 100px;
}

@media (max-width: 767px) {
    .cart-section {
        padding: 20px 0 50px;
    }
}

.cart-section .main-title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .cart-section .main-title {
        margin-bottom: 30px;
    }
}

.cart-section .cart-content .cart-head, .cart-section .cart-content .cart-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid #eeeff3;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head, .cart-section .cart-content .cart-row {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head, .cart-section .cart-content .cart-row {
        margin: 15px -15px 0;
        padding: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head:nth-child(2), .cart-section .cart-content .cart-row:nth-child(2) {
        border-top: 1px solid #eeeff3;
    }
}

.cart-section .cart-content .cart-head .img-title, .cart-section .cart-content .cart-head .img-block, .cart-section .cart-content .cart-row .img-title, .cart-section .cart-content .cart-row .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 250px;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    margin-right: 70px;
    max-width: 250px;
}

@media (max-width: 1280px) {
    .cart-section .cart-content .cart-head .img-title, .cart-section .cart-content .cart-head .img-block, .cart-section .cart-content .cart-row .img-title, .cart-section .cart-content .cart-row .img-block {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head .img-title, .cart-section .cart-content .cart-head .img-block, .cart-section .cart-content .cart-row .img-title, .cart-section .cart-content .cart-row .img-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 85px;
        -ms-flex: 1 0 85px;
        flex: 1 0 85px;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head .img-title, .cart-section .cart-content .cart-head .img-block, .cart-section .cart-content .cart-row .img-title, .cart-section .cart-content .cart-row .img-block {
        padding-bottom: 10px;
    }
}

.cart-section .cart-content .cart-head .info-title, .cart-section .cart-content .cart-head .info-block, .cart-section .cart-content .cart-row .info-title, .cart-section .cart-content .cart-row .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 430px;
    -ms-flex: 0 430px;
    flex: 0 430px;
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head .info-title, .cart-section .cart-content .cart-head .info-block, .cart-section .cart-content .cart-row .info-title, .cart-section .cart-content .cart-row .info-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        padding-bottom: 10px;
        margin-left: 15px;
    }
}

.cart-section .cart-content .cart-head .info-title .semi-title, .cart-section .cart-content .cart-head .info-block .semi-title, .cart-section .cart-content .cart-row .info-title .semi-title, .cart-section .cart-content .cart-row .info-block .semi-title {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #000;
    font-family: "Myriad Pro Black SemiExtended";
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head .info-title .semi-title, .cart-section .cart-content .cart-head .info-block .semi-title, .cart-section .cart-content .cart-row .info-title .semi-title, .cart-section .cart-content .cart-row .info-block .semi-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head .info-title .semi-title, .cart-section .cart-content .cart-head .info-block .semi-title, .cart-section .cart-content .cart-row .info-title .semi-title, .cart-section .cart-content .cart-row .info-block .semi-title {
        font-size: 16px;
    }
}

.cart-section .cart-content .cart-head .info-title .product-information, .cart-section .cart-content .cart-head .info-block .product-information, .cart-section .cart-content .cart-row .info-title .product-information, .cart-section .cart-content .cart-row .info-block .product-information {
    display: block;
    font-size: 18px;
    color: #8d8d8d;
    margin-bottom: 4px;
    line-height: 1.2em;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head .info-title .product-information, .cart-section .cart-content .cart-head .info-block .product-information, .cart-section .cart-content .cart-row .info-title .product-information, .cart-section .cart-content .cart-row .info-block .product-information {
        font-size: 16px;
    }
}

.cart-section .cart-content .cart-head .change-count-title, .cart-section .cart-content .cart-head .change-count-block, .cart-section .cart-content .cart-row .change-count-title, .cart-section .cart-content .cart-row .change-count-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 115px;
    -ms-flex: 1 0 115px;
    flex: 1 0 115px;
    height: 46px;
    max-width: 115px;
    background: #f5f6f6;
    margin-left: 70px;
}

@media (max-width: 1280px) {
    .cart-section .cart-content .cart-head .change-count-title, .cart-section .cart-content .cart-head .change-count-block, .cart-section .cart-content .cart-row .change-count-title, .cart-section .cart-content .cart-row .change-count-block {
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head .change-count-title, .cart-section .cart-content .cart-head .change-count-block, .cart-section .cart-content .cart-row .change-count-title, .cart-section .cart-content .cart-row .change-count-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 150px;
        -ms-flex: 1 0 150px;
        flex: 1 0 150px;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head .change-count-title, .cart-section .cart-content .cart-head .change-count-block, .cart-section .cart-content .cart-row .change-count-title, .cart-section .cart-content .cart-row .change-count-block {
        height: 40px;
        width: 95px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        max-width: 110px;
        margin-left: 0;
        margin-right: 30px;
    }
}

.cart-section .cart-content .cart-head .change-count-title .calc-btn, .cart-section .cart-content .cart-head .change-count-block .calc-btn, .cart-section .cart-content .cart-row .change-count-title .calc-btn, .cart-section .cart-content .cart-row .change-count-block .calc-btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40px;
    -ms-flex: 1 0 40px;
    flex: 1 0 40px;
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head .change-count-title .calc-btn, .cart-section .cart-content .cart-head .change-count-block .calc-btn, .cart-section .cart-content .cart-row .change-count-title .calc-btn, .cart-section .cart-content .cart-row .change-count-block .calc-btn {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 36px;
        -ms-flex: 1 0 36px;
        flex: 1 0 36px;
    }
}

.cart-section .cart-content .cart-head .change-count-title .calc-btn:before, .cart-section .cart-content .cart-head .change-count-block .calc-btn:before, .cart-section .cart-content .cart-row .change-count-title .calc-btn:before, .cart-section .cart-content .cart-row .change-count-block .calc-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -6px;
    margin-left: -6px;
}

.cart-section .cart-content .cart-head .change-count-title .calc-btn.plus:before, .cart-section .cart-content .cart-head .change-count-block .calc-btn.plus:before, .cart-section .cart-content .cart-row .change-count-title .calc-btn.plus:before, .cart-section .cart-content .cart-row .change-count-block .calc-btn.plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 2px;
    height: 12px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -1px;
    margin-top: -6px;
}

.cart-section .cart-content .cart-head .change-count-title .calc-btn.plus:after, .cart-section .cart-content .cart-head .change-count-block .calc-btn.plus:after, .cart-section .cart-content .cart-row .change-count-title .calc-btn.plus:after, .cart-section .cart-content .cart-row .change-count-block .calc-btn.plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 2px;
    width: 12px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1px;
    margin-left: -6px;
}

.cart-section .cart-content .cart-head .change-count-title .calc-btn.plus:hover:after, .cart-section .cart-content .cart-head .change-count-title .calc-btn.plus:hover:before, .cart-section .cart-content .cart-head .change-count-block .calc-btn.plus:hover:after, .cart-section .cart-content .cart-head .change-count-block .calc-btn.plus:hover:before, .cart-section .cart-content .cart-row .change-count-title .calc-btn.plus:hover:after, .cart-section .cart-content .cart-row .change-count-title .calc-btn.plus:hover:before, .cart-section .cart-content .cart-row .change-count-block .calc-btn.plus:hover:after, .cart-section .cart-content .cart-row .change-count-block .calc-btn.plus:hover:before {
    background-color: #2b2e33;
}

.cart-section .cart-content .cart-head .change-count-title .calc-btn.minus:before, .cart-section .cart-content .cart-head .change-count-block .calc-btn.minus:before, .cart-section .cart-content .cart-row .change-count-title .calc-btn.minus:before, .cart-section .cart-content .cart-row .change-count-block .calc-btn.minus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 2px;
    width: 12px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1px;
}

.cart-section .cart-content .cart-head .change-count-title .calc-btn.minus:hover:before, .cart-section .cart-content .cart-head .change-count-block .calc-btn.minus:hover:before, .cart-section .cart-content .cart-row .change-count-title .calc-btn.minus:hover:before, .cart-section .cart-content .cart-row .change-count-block .calc-btn.minus:hover:before {
    background-color: #2b2e33;
}

.cart-section .cart-content .cart-head .change-count-title .count-control, .cart-section .cart-content .cart-head .change-count-block .count-control, .cart-section .cart-content .cart-row .change-count-title .count-control, .cart-section .cart-content .cart-row .change-count-block .count-control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #2b2e33;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f6f6;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head .change-count-title .count-control, .cart-section .cart-content .cart-head .change-count-block .count-control, .cart-section .cart-content .cart-row .change-count-title .count-control, .cart-section .cart-content .cart-row .change-count-block .count-control {
        font-size: 11px;
    }
}

.cart-section .cart-content .cart-head .change-count-title .count-control:hover, .cart-section .cart-content .cart-head .change-count-block .count-control:hover, .cart-section .cart-content .cart-row .change-count-title .count-control:hover, .cart-section .cart-content .cart-row .change-count-block .count-control:hover {
    color: #211c22;
}

.cart-section .cart-content .cart-head .change-count-title .elem-count, .cart-section .cart-content .cart-head .change-count-block .elem-count, .cart-section .cart-content .cart-row .change-count-title .elem-count, .cart-section .cart-content .cart-row .change-count-block .elem-count {
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    right: -50px;
    margin-top: -12px;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head .change-count-title .elem-count, .cart-section .cart-content .cart-head .change-count-block .elem-count, .cart-section .cart-content .cart-row .change-count-title .elem-count, .cart-section .cart-content .cart-row .change-count-block .elem-count {
        right: -30px;
    }
}

.cart-section .cart-content .cart-head .full-price-title, .cart-section .cart-content .cart-head .full-price, .cart-section .cart-content .cart-row .full-price-title, .cart-section .cart-content .cart-row .full-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 381px;
    -ms-flex: 0 381px;
    flex: 0 381px;
    display: inline-block;
    font-size: 22px;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    padding-left: 90px;
    padding-right: 100px;
}

@media (max-width: 1280px) {
    .cart-section .cart-content .cart-head .full-price-title, .cart-section .cart-content .cart-head .full-price, .cart-section .cart-content .cart-row .full-price-title, .cart-section .cart-content .cart-row .full-price {
        padding: 0 10px 0 90px;
    }
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head .full-price-title, .cart-section .cart-content .cart-head .full-price, .cart-section .cart-content .cart-row .full-price-title, .cart-section .cart-content .cart-row .full-price {
        padding: 0;
        padding-left: 50px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head .full-price-title, .cart-section .cart-content .cart-head .full-price, .cart-section .cart-content .cart-row .full-price-title, .cart-section .cart-content .cart-row .full-price {
        font-size: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        padding-left: 0;
    }
}

.cart-section .cart-content .cart-head .full-price-title b, .cart-section .cart-content .cart-head .full-price b, .cart-section .cart-content .cart-row .full-price-title b, .cart-section .cart-content .cart-row .full-price b {
    display: block;
    font-size: 18px;
    font-family: "Myriad Pro Regular";
    color: #bbc1cf;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head .full-price-title b, .cart-section .cart-content .cart-head .full-price b, .cart-section .cart-content .cart-row .full-price-title b, .cart-section .cart-content .cart-row .full-price b {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.cart-section .cart-content .cart-head .remove-title, .cart-section .cart-content .cart-head .remove-btn, .cart-section .cart-content .cart-row .remove-title, .cart-section .cart-content .cart-row .remove-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 20px;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
    position: relative;
    display: inline-block;
    max-width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head .remove-title, .cart-section .cart-content .cart-head .remove-btn, .cart-section .cart-content .cart-row .remove-title, .cart-section .cart-content .cart-row .remove-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
    }
}

.cart-section .cart-content .cart-head .remove-title:hover:before, .cart-section .cart-content .cart-head .remove-btn:hover:before, .cart-section .cart-content .cart-row .remove-title:hover:before, .cart-section .cart-content .cart-row .remove-btn:hover:before {
    background-color: #f5c400;
}

.cart-section .cart-content .cart-head .remove-title:before, .cart-section .cart-content .cart-head .remove-btn:before, .cart-section .cart-content .cart-row .remove-title:before, .cart-section .cart-content .cart-row .remove-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/trash.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/trash.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #2b2e33;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-left: -5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cart-section .cart-content .cart-head .remove-title:before, .cart-section .cart-content .cart-row .remove-title:before {
    display: none;
}

.cart-section .cart-content .cart-head {
    padding: 0;
    border: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeff3;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .cart-head {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .cart-head {
        display: none;
    }
}

.cart-section .cart-content .cart-head .change-count-title {
    background: none;
    height: auto;
}

.cart-section .cart-content .cart-head .head-title {
    display: inline-block;
    font-size: 16px;
    color: #bbc1cf;
    line-height: 1em;
    text-transform: uppercase;
    font-family: "Myriad Pro Regular";
}

.cart-section .cart-content .full-product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 35px 0 45px;
    font-size: 22px;
    color: #2b2e33;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .full-product-price {
        font-size: 20px;
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .full-product-price {
        font-size: 18px;
        padding-bottom: 50px;
    }
}

.cart-section .cart-content .full-product-price b {
    font-size: 30px;
    color: #f5c400;
    margin-left: 35px;
}

@media (max-width: 1024px) {
    .cart-section .cart-content .full-product-price b {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .cart-section .cart-content .full-product-price b {
        font-size: 22px;
    }
}


@media (max-width: 767px) {
    .cart-section .delivery-block {
        padding: 50px 0 30px;
    }
}

.cart-section .delivery-block .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .cart-section .delivery-block .form-row {
        display: block;
    }
}

.cart-section .delivery-block .form-row:first-child {
    margin-top: 0;
}

.cart-section .delivery-block .form-row .form-title {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 310px;
    -ms-flex: 1 0 310px;
    flex: 1 0 310px;
    width: 310px;
    color: #2b2e33;
    font-size: 20px;
    line-height: 45.04px;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 1024px) {
    .cart-section .delivery-block .form-row .form-title {
        font-size: 18px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 200px;
        -ms-flex: 1 0 200px;
        flex: 1 0 200px;
        width: 200px;
    }
}

.cart-section .delivery-block .form-row .fieldset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -27.5px;
}

@media (max-width: 1440px) {
    .cart-section .delivery-block .form-row .fieldset {
        margin: 0 -15px;
    }
}

.cart-section .delivery-block .form-row .fieldset .form-group {
    /*-webkit-box-flex: 0;*/
    /*-webkit-flex: 0 -webkit-calc(50% - 55px);*/
    /*-ms-flex: 0 calc(50% - 55px);*/
    /*flex: 0 calc(50% - 55px);*/
    /*margin: 0 27.5px 30px;*/
}

@media (max-width: 1440px) {
    .cart-section .delivery-block .form-row .fieldset .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 calc(50% - 30px);
        flex: 0 calc(50% - 30px);
        margin: 0 15px 30px;
    }
}

@media (max-width: 767px) {
    .cart-section .delivery-block .form-row .fieldset .form-group {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(100% - 30px);
        -ms-flex: 0 calc(100% - 30px);
        flex: 0 calc(100% - 30px);
        margin-bottom: 15px;
    }
}

.cart-section .delivery-block .form-row .fieldset .form-group-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(100% - 55px);
    -ms-flex: 0 calc(100% - 55px);
    flex: 0 calc(100% - 55px);
    margin: 0 27.5px 30px;
}

@media (max-width: 1440px) {
    .cart-section .delivery-block .form-row .fieldset .form-group-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(100% - 30px);
        -ms-flex: 0 calc(100% - 30px);
        flex: 0 calc(100% - 30px);
        margin: 0 15px 30px;
    }
}

.cart-section .delivery-block .form-row .fieldset .form-group-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-section .delivery-block .form-row .fieldset .custom-form-radio {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
}

.cart-section .delivery-block .form-row .fieldset .custom-form-radio .form-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cart-section .delivery-block .form-row .fieldset .custom-form-radio .form-radio:checked + span {
    background: #f5c400;
    color: #fff;
}

.cart-section .delivery-block .form-row .fieldset .custom-form-radio .form-radio:checked:hover + span {
    background: #f5c400;
    color: #fff;
}

.cart-section .delivery-block .form-row .fieldset .custom-form-radio .form-radio:hover + span {
    background: #f5f6f6;
    color: #f5c400;
}

.cart-section .delivery-block .form-row .fieldset .custom-form-radio span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    color: #2b2e33;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 63px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
    transition: all .3s;
}

@media (max-width: 1024px) {
    .cart-section .delivery-block .form-row .fieldset .custom-form-radio span {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .cart-section .delivery-block .form-row .fieldset .custom-form-radio span {
        height: 45px;
    }
}

.cart-section .cart-bottom-block .agree-block {
    margin-top: 30px;
}

.cart-section .cart-bottom-block .agree-block .custom-checkbox span {
    font-size: 20px;
}

.cart-section .cart-bottom-block .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .cart-section .cart-bottom-block .button-group {
        margin-top: 30px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .cart-section .cart-bottom-block .button-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cart-section .cart-bottom-block .button-group .button.green {
    margin-left: 30px;
}

@media (max-width: 600px) {
    .cart-section .cart-bottom-block .button-group .button.green {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .cart-section .cart-bottom-block .button-group .button {
        width: 100%;
        margin: 10px 0;
    }
}

.catalog-section {
    padding: 35px 0 100px;
}

@media (max-width: 767px) {
    .catalog-section {
        padding: 20px 0 50px;
    }
}

.catalog-section .main-title {
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .catalog-section .main-title {
        margin-bottom: 30px;
    }
}

.catalog-section .head-block-filter {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .catalog-section .head-block-filter {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .catalog-section .head-block-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-top: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.catalog-section .head-block-filter .show-filter-link {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22.5px;
    height: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    border: 1px solid #ebeeef;
}

@media (max-width: 1024px) {
    .catalog-section .head-block-filter .show-filter-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .catalog-section .head-block-filter .show-filter-link {
        top: -20px;
        margin-top: 0;
    }
}

.catalog-section .head-block-filter .show-filter-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/filter.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/filter.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 14px;
    height: 14px;
    background-color: #082742;
    margin-top: -7px;
    margin-left: -7px;
}

@media (max-width: 767px) {
    .catalog-section .head-block-filter .show-filter-link:before {
        display: block;
    }
}

.catalog-section .head-block-filter .show-filter-link:hover {
    background: #e9e9e9;
}

@media (max-width: 767px) {
    .catalog-section .head-block-filter .show-filter-link:hover {
        color: #e9e9e9;
    }
}

.catalog-section .head-block-filter .search-result, .catalog-section .head-block-filter .price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .catalog-section .head-block-filter .search-result, .catalog-section .head-block-filter .price-block {
        margin-bottom: 15px;
    }
}

.catalog-section .head-block-filter .search-result .item, .catalog-section .head-block-filter .price-block .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 70px;
}

@media (max-width: 1024px) {
    .catalog-section .head-block-filter .search-result .item, .catalog-section .head-block-filter .price-block .item {
        margin-left: 15px;
    }
}

.catalog-section .head-block-filter .search-result .item:first-child, .catalog-section .head-block-filter .price-block .item:first-child {
    margin-left: 0;
}

.catalog-section .head-block-filter .search-result .item:first-child .form-control, .catalog-section .head-block-filter .price-block .item:first-child .form-control {
    width: 65px;
}

.catalog-section .head-block-filter .search-result .item .title, .catalog-section .head-block-filter .price-block .item .title {
    display: inline-block;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 18px;
    line-height: 28px;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .catalog-section .head-block-filter .search-result .item .title, .catalog-section .head-block-filter .price-block .item .title {
        font-size: 16px;
        line-height: 24px;
        margin-right: 15px;
    }
}

.catalog-section .head-block-filter .search-result .item .form-control, .catalog-section .head-block-filter .price-block .item .form-control {
    width: 105px;
    padding: 5px;
    height: 45px;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.catalog-section .head-block-filter .search-result .item .form-control:hover, .catalog-section .head-block-filter .search-result .item .form-control:focus, .catalog-section .head-block-filter .price-block .item .form-control:hover, .catalog-section .head-block-filter .price-block .item .form-control:focus {
    border-color: #aedfe4;
}

.catalog-section .head-block-filter .search-result .search-title {
    display: block;
    font-size: 20px;
    color: #2b2e33;
}

.catalog-section .head-block-filter .sort-by-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-section .head-block-filter .sort-by-block .title {
    display: inline-block;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 18px;
    line-height: 28px;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .catalog-section .head-block-filter .sort-by-block .title {
        font-size: 16px;
        line-height: 24px;
        margin-right: 15px;
    }
}

.catalog-section .mark-slider {
    margin-bottom: 50px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
    max-width: 100%;
}

.catalog-section .mark-slider .swiper-container {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
}

@media (max-width: 767px) {
    .catalog-section .mark-slider .swiper-container {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}

.catalog-section .mark-slider .swiper-container .swiper-slide {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .catalog-section .mark-slider .swiper-container .swiper-slide {
        height: 100px;
    }
}

.catalog-section .mark-slider .swiper-container .swiper-slide .product-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 16px;
    line-height: 24.96px;
    text-align: center;
}

.catalog-section .mark-slider .swiper-button-prev {
    left: -8px;
}

.catalog-section .mark-slider .swiper-button-next {
    right: -5px;
}

.catalog-section .mark-slider .swiper-button-next, .catalog-section .mark-slider .swiper-button-prev {
    width: 21px;
    height: 21px;
    background: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
    margin-top: -10.5px;
    z-index: 1;
}

.catalog-section .mark-slider .swiper-button-next:hover svg, .catalog-section .mark-slider .swiper-button-prev:hover svg {
    fill: #f5c400;
}

.catalog-section .mark-slider .swiper-button-next svg, .catalog-section .mark-slider .swiper-button-prev svg {
    position: absolute;
    width: 21px;
    height: 21px;
    fill: #2b2e33;
    top: 50%;
    left: 50%;
    margin-top: -10.5px;
    margin-left: -10.5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.catalog-section .mark-slider .swiper-button-prev svg, .catalog-section .mark-slider .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -7px;
}

.catalog-section .catalog-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .catalog-section .catalog-content {
        margin-top: 0;
    }
}

.catalog-section .catalog-content .left-filter {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 310px;
    -ms-flex: 1 0 310px;
    flex: 1 0 310px;
    max-width: 310px;
}

@media (max-width: 1024px) {
    .catalog-section .catalog-content .left-filter {
        position: fixed;
        top: 80px;
        left: 0;
        bottom: 0;
        width: 355px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        box-shadow: -6px 1px 76px rgba(33, 28, 34, 0.56);
        z-index: 99;
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .catalog-section .catalog-content .left-filter {
        width: 320px;
        top: 60px;
    }
}

@media (max-width: 360px) {
    .catalog-section .catalog-content .left-filter {
        width: 320px;
    }
}

.catalog-section .catalog-content .left-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.catalog-section .catalog-content .left-filter::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.catalog-section .catalog-content .left-filter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5c400;
}

@media (max-width: 1024px) {
    .catalog-section .catalog-content .left-filter.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.catalog-section .catalog-content .left-filter .head-link {
    display: none;
    color: #082742;
    font-size: 16px;
    line-height: 28px;
    pointer-events: none;
}

.catalog-section .catalog-content .left-filter .head-link:hover {
    background: #f5c400;
    color: #fff;
}

@media (max-width: 1024px) {
    .catalog-section .catalog-content .left-filter .head-link {
        display: block;
        position: relative;
        width: 100%;
        height: 65px;
        background: #fafafa;
        font-size: 18px;
        padding: 20px 25px;
        pointer-events: all;
    }
}

@media (max-width: 767px) {
    .catalog-section .catalog-content .left-filter .head-link {
        height: 76px;
        font-size: 19px;
        padding: 26px 15px;
    }
}

.catalog-section .catalog-content .left-filter .head-link:before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    background: url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/multiply.png") 0 0 no-repeat;
    width: 12px;
    height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -6px;
    background-size: 100% auto;
}

@media (max-width: 767px) {
    .catalog-section .catalog-content .left-filter .head-link:before {
        right: 15px;
    }
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item {
    margin-top: 25px;
}

@media (max-width: 1024px) {
    .catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item {
        margin-top: 15px;
    }
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item:first-child {
    margin-top: 0;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #2b2e33;
    font-size: 16px;
    line-height: 1em;
    background-color: #f5f6f6;
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block:hover {
    color: #fff;
    background-color: #f5c400;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block:hover a {
    color: #fff;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.open:hover a {
    color: #000;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block:hover b:after, .catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block:hover b:before {
    background: #fff;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.price-head {
    pointer-events: none;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.price-head b {
    display: none;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.price-head + .filter-content {
    display: block;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.open {
    background: none;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.open:hover {
    color: #2b2e33;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.open:hover b:after,
.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.open:hover b:before {
    background: #f5c400;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block.open b:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block b {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block b:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 2px;
    height: 14px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -1px;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .head-block b:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    height: 2px;
    width: 14px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1px;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content {
    display: none;
    padding: 0 12px 25px 25px;
    border: 1px solid #f0f0f0;
    border-top: 0;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row:first-child {
    margin-top: 0;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row:hover .val {
    opacity: 1;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row .filter-item-link {
    display: inline-block;
    font-size: 16px;
    color: #2b2e33;
    padding-right:25px;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row .filter-item-link:hover, .catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row .filter-item-link.active {
    color: #f5c400;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.open > .expanded-link:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.open .open > .expanded-link:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.has-child .expanded-link {
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    /*border: 1px solid #f5c400;*/
    cursor: pointer;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.has-child .expanded-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 2px;
    height: 14px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -1px;
    margin-top: -7px;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.has-child .expanded-link:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 2px;
    width: 14px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1.5px;
    margin-left: -7px;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.has-child ul {
    list-style-type: none;
    display: none;
    width: 100%;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.has-child li {
    position: relative;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.open > ul {
    display: block;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.open .open ul {
    display: block;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row .active-item {
    color: #f5c400 !important;
}

.catalog-section .catalog-content .right-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 30px;
}

@media (max-width: 1024px) {
    .catalog-section .catalog-content .right-content {
        margin-left: 0;
    }
}

.catalog-section .catalog-content .right-content .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .catalog-section .catalog-content .right-content .content-wrapper {
        margin: 0;
    }
}

.catalog-section .catalog-content .right-content .content-wrapper .item {
    position: relative;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    padding: 65px 40px 45px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.33333%;
    -ms-flex: 0 33.33333%;
    flex: 0 33.33333%;
    margin: -1px 0 0 -1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1280px) {
    .catalog-section .catalog-content .right-content .content-wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
    }
}

@media (max-width: 1024px) {
    .catalog-section .catalog-content .right-content .content-wrapper .item {
        padding: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 33.33333%;
        -ms-flex: 0 33.33333%;
        flex: 0 33.33333%;
    }
}

@media (max-width: 767px) {
    .catalog-section .catalog-content .right-content .content-wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        padding: 15px;
    }
}

@media (max-width: 600px) {
    .catalog-section .catalog-content .right-content .content-wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
}

.catalog-section .catalog-content .right-content .content-wrapper .item:hover {
    border-color: #ffd800;
    z-index: 1;
}

.catalog-section .catalog-content .right-content .content-wrapper .item .img-block {
    display: block;
    overflow: hidden;
}



@media (max-width: 767px) {
    .catalog-section .catalog-content .right-content .content-wrapper .item .img-block img {
        height: 100%;
    }
}

.catalog-section .catalog-content .right-content .content-wrapper .item .name {
    display: block;
    font-size: 20px;
    font-family: "Myriad Pro Black SemiExtended";
    color: #000;
    margin-top: 40px;
    overflow: hidden;
    height: 96px;
}

@media (max-width: 767px) {
    .catalog-section .catalog-content .right-content .content-wrapper .item .name {
        font-size: 18px;
        margin-top: 30px;
    }
}

.catalog-section .catalog-content .right-content .content-wrapper .item .count {
    display: block;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 35px;
}

@media (max-width: 767px) {
    .catalog-section .catalog-content .right-content .content-wrapper .item .count {
        font-size: 18px;
        margin-top: 20px;
    }
}

.catalog-section .catalog-content .right-content .content-wrapper .item .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    height: 65px;
    font-size: 16px;
}

.catalog-section .catalog-content .right-content .content-wrapper .item .button:before {
    position: absolute;
    top: 50%;
    left: 17%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #2b2e33;
    width: 17px;
    height: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -8.5px;
}

.catalog-section .catalog-content .right-content .button.green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 265px;
    margin: 70px auto 0;
}

.show-filter {
    overflow: hidden;
}

.show-filter .menu-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 11;
}

.catalog-delivery-section {
    position: relative;
    padding-bottom: 105px;
}

@media (max-width: 767px) {
    .catalog-delivery-section {
        padding: 0 0 50px;
    }
}

.catalog-delivery-section .main-title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .catalog-delivery-section .main-title {
        margin-bottom: 30px;
    }
}

.catalog-delivery-section .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -27.5px;
}

@media (max-width: 1440px) {
    .catalog-delivery-section .wrapper {
        margin: 0 -15px;
    }
}

@media (max-width: 1024px) {
    .catalog-delivery-section .wrapper {
        display: block;
        margin: 0;
    }
}

.catalog-delivery-section .wrapper .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 55px);
    -ms-flex: 0 calc(50% - 55px);
    flex: 0 calc(50% - 55px);
    margin: 0 27.5px;
    font-size: 20px;
    color: rgba(43, 46, 51, 0.8);
    line-height: 30px;
}

@media (max-width: 1440px) {
    .catalog-delivery-section .wrapper .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 calc(50% - 30px);
        flex: 0 calc(50% - 30px);
        margin: 0 15px;
    }
}

@media (max-width: 1024px) {
    .catalog-delivery-section .wrapper .item {
        margin: 10px 0;
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .catalog-delivery-section .wrapper .item {
        font-size: 16px;
        line-height: 24px;
    }
}

.product-section {
    padding: 35px 0 100px;
}

@media (max-width: 767px) {
    .product-section {
        padding: 20px 0 50px;
    }
}

.product-section .main-title {
    margin-bottom: 40px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .product-section .main-title {
        margin-bottom: 30px;
    }
}

.product-section .product-content .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}

@media (max-width: 1024px) {
    .product-section .product-content .top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .top {
        margin-bottom: 0;
    }
}

.product-section .product-content .top .right-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 685px;
    -ms-flex: 1 0 685px;
    flex: 1 0 685px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 385px;
}

@media (max-width: 1280px) {
    .product-section .product-content .top .right-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 550px;
        -ms-flex: 1 0 550px;
        flex: 1 0 550px;
    }
}

@media (max-width: 1024px) {
    .product-section .product-content .top .right-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .top .right-block {
        height: 300px;
    }
}

.product-section .product-content .top .right-block .right-slider {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 115px;
    -ms-flex: 1 0 115px;
    flex: 1 0 115px;
    max-width: 115px;
}

@media (max-width: 767px) {
    .product-section .product-content .top .right-block .right-slider {
        display: none;
    }
}

.product-section .product-content .top .right-block .right-slider .swiper-button-next, .product-section .product-content .top .right-block .right-slider .swiper-button-prev {
    position: absolute;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 28px;
    z-index: 1;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: none;
}

@media (max-width: 767px) {
    .product-section .product-content .top .right-block .right-slider .swiper-button-next, .product-section .product-content .top .right-block .right-slider .swiper-button-prev {
        width: 28px;
        height: 28px;
        margin-left: 5px;
    }
}

.product-section .product-content .top .right-block .right-slider .swiper-button-next:hover svg, .product-section .product-content .top .right-block .right-slider .swiper-button-prev:hover svg {
    opacity: 0.7;
}

.product-section .product-content .top .right-block .right-slider .swiper-button-next svg, .product-section .product-content .top .right-block .right-slider .swiper-button-prev svg {
    position: absolute;
    width: 28px;
    height: 28px;
    fill: #2c2c2c;
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .product-section .product-content .top .right-block .right-slider .swiper-button-next svg, .product-section .product-content .top .right-block .right-slider .swiper-button-prev svg {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
    }
}

.product-section .product-content .top .right-block .right-slider .swiper-button-prev, .product-section .product-content .top .right-block .right-slider .swiper-container-rtl .swiper-button-next {
    position: absolute;
    top: 0;
}

.product-section .product-content .top .right-block .right-slider .swiper-button-next, .product-section .product-content .top .right-block .right-slider .swiper-container-rtl .swiper-button-prev {
    position: absolute;
    bottom: 0;
}

.product-section .product-content .top .right-block .right-slider .swiper-button-prev svg, .product-section .product-content .top .right-block .right-slider .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 767px) {
    .product-section .product-content .top .right-block .right-slider .swiper-button-prev svg, .product-section .product-content .top .right-block .right-slider .swiper-container-rtl .swiper-button-next svg {
        margin-left: -5px;
    }
}

.product-section .product-content .top .right-block .right-slider .swiper-container {
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    margin: 35px 0;
}

.product-section .product-content .top .right-block .right-slider .swiper-slide {
    height: 85px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.product-section .product-content .top .right-block .right-slider .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #f5c400;
}

.product-section .product-content .top .right-block .right-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-section .product-content .top .right-block .left-slider {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin-right: 30px;
}

@media (max-width: 767px) {
    .product-section .product-content .top .right-block .left-slider {
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        margin-bottom: 45px;
    }
}

.product-section .product-content .top .right-block .left-slider .swiper-container {
    border: 1px solid #f0f0f0;
    height: 100%;
}

.product-section .product-content .top .right-block .left-slider .swiper-slide {
    padding: 5px;
}

.product-section .product-content .top .right-block .left-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .product-section .product-content .top .right-block .left-slider .swiper-slide img {
        width: auto;
        display: block;
        margin: 0 auto;
    }
}

.product-section .product-content .top .right-block .left-slider .button-group {
    position: relative;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 235px;
}

@media (max-width: 767px) {
    .product-section .product-content .top .right-block .left-slider .button-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 30px auto 0;
    }
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-pagination {
    position: relative;
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #656669;
    opacity: 0.6;
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-pagination .swiper-pagination-bullet:hover:before {
    background-color: #f5c400;
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #a0c344;
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-button-prev.swiper-button-lock + .swiper-pagination {
    display: none;
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-button-next, .product-section .product-content .top .right-block .left-slider .button-group .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 28px;
    height: 28px;
    background: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0;
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-button-next:hover svg, .product-section .product-content .top .right-block .left-slider .button-group .swiper-button-prev:hover svg {
    fill: #f5c400;
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-button-next svg, .product-section .product-content .top .right-block .left-slider .button-group .swiper-button-prev svg {
    position: absolute;
    width: 28px;
    height: 28px;
    fill: #2b2e33;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-section .product-content .top .right-block .left-slider .button-group .swiper-button-prev svg, .product-section .product-content .top .right-block .left-slider .button-group .swiper-container-rtl .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: -7px;
}

.product-section .product-content .top .left-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-right: 30px;
}

@media (max-width: 1280px) {
    .product-section .product-content .top .left-block {
        margin-right: 15px;
    }
}

@media (max-width: 1024px) {
    .product-section .product-content .top .left-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-top: 30px;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 1280px) {
    .product-section .product-content .top .left-block .main-title {
        font-size: 30px;
        line-height: 1.3em;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .main-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.product-section .product-content .top .left-block .info-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .product-section .product-content .top .left-block .info-product {
        margin: 0 -15px;
    }
}

@media (max-width: 600px) {
    .product-section .product-content .top .left-block .info-product {
        margin: 0;
        display: block;
    }
}

.product-section .product-content .top .left-block .info-product .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 40px);
    -ms-flex: 0 calc(50% - 40px);
    flex: 0 calc(50% - 40px);
    margin: 0 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1280px) {
    .product-section .product-content .top .left-block .info-product .item {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .product-section .product-content .top .left-block .info-product .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 calc(50% - 30px);
        flex: 0 calc(50% - 30px);
        margin: 0 15px 20px;
    }
}

@media (max-width: 600px) {
    .product-section .product-content .top .left-block .info-product .item {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin: 10px 0;
    }
}

.product-section .product-content .top .left-block .info-product .item .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 21px;
    -ms-flex: 1 0 21px;
    flex: 1 0 21px;
    margin-right: 15px;
}

.product-section .product-content .top .left-block .info-product .item .info-title {
    display: block;
    color: #8d8d8d;
    font-size: 22px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
}

@media (max-width: 1280px) {
    .product-section .product-content .top .left-block .info-product .item .info-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .info-product .item .info-title {
        font-size: 16px;
    }
}

.product-section .product-content .top .left-block .bottom-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1280px) {
    .product-section .product-content .top .left-block .bottom-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .product-section .product-content .top .left-block .bottom-info {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.product-section .product-content .top .left-block .bottom-info .full-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: inline-block;
    font-size: 30px;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    margin-right: 40px;
}

@media (max-width: 1440px) {
    .product-section .product-content .top .left-block .bottom-info .full-price {
        margin-right: 15px;
    }
}

@media (max-width: 1280px) {
    .product-section .product-content .top .left-block .bottom-info .full-price {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px;
    }
}

@media (max-width: 1024px) {
    .product-section .product-content .top .left-block .bottom-info .full-price {
        font-size: 26px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .full-price {
        font-size: 18px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-top: 15px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.product-section .product-content .top .left-block .bottom-info .full-price b {
    display: block;
    font-size: 22px;
    font-family: "Myriad Pro Regular";
    color: #2b2e33;
    line-height: 1em;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .product-section .product-content .top .left-block .bottom-info .full-price b {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.product-section .product-content .top .left-block .bottom-info .change-count-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 155px;
    -ms-flex: 1 0 155px;
    flex: 1 0 155px;
    height: 63px;
    max-width: 155px;
    background: #f5f6f6;
}

@media (max-width: 1024px) {
    .product-section .product-content .top .left-block .bottom-info .change-count-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 150px;
        -ms-flex: 1 0 150px;
        flex: 1 0 150px;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .change-count-block {
        height: 40px;
        width: 95px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        max-width: 110px;
        margin-left: 0;
        margin-right: 30px;
    }
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50px;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px;
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 36px;
        -ms-flex: 1 0 36px;
        flex: 1 0 36px;
    }
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -6px;
    margin-left: -6px;
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 2px;
    height: 15px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -1px;
    margin-top: -7.5px;
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.plus:before {
        height: 10px;
        margin-top: -5px;
    }
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 2px;
    width: 15px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1px;
    margin-left: -7.5px;
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.plus:after {
        width: 10px;
        margin-left: -5px;
    }
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.plus:hover:after, .product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.plus:hover:before {
    background-color: #2b2e33;
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.minus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 2px;
    width: 15px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.minus:before {
        width: 10px;
        margin-left: -5px;
    }
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .calc-btn.minus:hover:before {
    background-color: #2b2e33;
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .count-control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    color: #2b2e33;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f6f6;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .change-count-block .count-control {
        font-size: 11px;
    }
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .count-control:hover {
    color: #211c22;
}

.product-section .product-content .top .left-block .bottom-info .change-count-block .elem-count {
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    right: -40px;
    margin-top: -12px;
}

@media (max-width: 1024px) {
    .product-section .product-content .top .left-block .bottom-info .change-count-block .elem-count {
        right: -30px;
    }
}

.product-section .product-content .top .left-block .bottom-info .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 60px;
    height: 65px;
    font-size: 16px;
    width: 200px;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .button {
        height: 40px;
        width: 150px;
        margin-left: 15px;
        font-size: 14px;
        padding-left: 30px;
    }
}

.product-section .product-content .top .left-block .bottom-info .button:before {
    position: absolute;
    top: 50%;
    left: 17%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #2b2e33;
    width: 17px;
    height: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -8.5px;
}

@media (max-width: 1440px) {
    .product-section .product-content .top .left-block .bottom-info .button:before {
        left: 10%;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .top .left-block .bottom-info .button:before {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }
}

.product-section .product-content .bottom {
    margin-top: 80px;
}

@media (max-width: 1024px) {
    .product-section .product-content .bottom {
        margin-top: 40px;
    }
}

/**/

.product-section .product-content .bottom .bottom-info {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

@media (max-width: 1280px) {
    .product-section .product-content .bottom .bottom-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 1024px) {
    .product-section .product-content .bottom .bottom-info {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.product-section .product-content .bottom .bottom-info .item {
    margin: 0;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .item:first-child {
        margin-bottom: 20px;
    }
}

.product-section .product-content .bottom .bottom-info .full-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: inline-block;
    font-size: 30px;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    margin-right: 40px;
}

@media (max-width: 1440px) {
    .product-section .product-content .bottom .bottom-info .full-price {
        margin-right: 15px;
    }
}

@media (max-width: 1280px) {
    .product-section .product-content .bottom .bottom-info .full-price {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 15px;
    }
}

@media (max-width: 1024px) {
    .product-section .product-content .bottom .bottom-info .full-price {
        font-size: 26px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .full-price {
        font-size: 18px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-top: 15px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.product-section .product-content .bottom .bottom-info .full-price .inner-block:first-child {
    margin-bottom: 20px;
}

.product-section .product-content .bottom .bottom-info .full-price b {
    display: block;
    font-size: 22px;
    font-family: "Myriad Pro Regular";
    color: #2b2e33;
    line-height: 1em;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .product-section .product-content .bottom .bottom-info .full-price b {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.product-section .product-content .bottom .bottom-info .change-count-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 155px;
    -ms-flex: 1 0 155px;
    flex: 1 0 155px;
    height: 63px;
    max-width: 155px;
    background: #f5f6f6;
}

@media (max-width: 1024px) {
    .product-section .product-content .bottom .bottom-info .change-count-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 150px;
        -ms-flex: 1 0 150px;
        flex: 1 0 150px;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .change-count-block {
        height: 40px;
        width: 95px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 50%;
        -ms-flex: 0 50%;
        flex: 0 50%;
        max-width: 110px;
        margin-left: 0;
        margin-right: 30px;
    }
}

.product-section .product-content .bottom .bottom-info .change-count-block .calc-btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50px;
    -ms-flex: 1 0 50px;
    flex: 1 0 50px;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .change-count-block .calc-btn {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 36px;
        -ms-flex: 1 0 36px;
        flex: 1 0 36px;
    }
}

.product-section .product-content .bottom .bottom-info .change-count-block .calc-btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -6px;
    margin-left: -6px;
}

.product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 2px;
    height: 15px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-left: -1px;
    margin-top: -7.5px;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.plus:before {
        height: 10px;
        margin-top: -5px;
    }
}

.product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 2px;
    width: 15px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1px;
    margin-left: -7.5px;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.plus:after {
        width: 10px;
        margin-left: -5px;
    }
}

.product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.plus:hover:after, .product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.plus:hover:before {
    background-color: #2b2e33;
}

.product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.minus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    height: 2px;
    width: 15px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.minus:before {
        width: 10px;
        margin-left: -5px;
    }
}

.product-section .product-content .bottom .bottom-info .change-count-block .calc-btn.minus:hover:before {
    background-color: #2b2e33;
}

.product-section .product-content .bottom .bottom-info .change-count-block .count-control {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 22px;
    color: #2b2e33;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f5f6f6;
    font-family: "Myriad Pro Black SemiExtended";
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .change-count-block .count-control {
        font-size: 11px;
    }
}

.product-section .product-content .bottom .bottom-info .change-count-block .count-control:hover {
    color: #211c22;
}

.product-section .product-content .bottom .bottom-info .change-count-block .elem-count {
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    right: -40px;
    margin-top: -12px;
}

@media (max-width: 1024px) {
    .product-section .product-content .bottom .bottom-info .change-count-block .elem-count {
        right: -30px;
    }
}

.product-section .product-content .bottom .bottom-info .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 60px;
    height: 65px;
    font-size: 16px;
    width: 200px;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .button {
        height: 40px;
        width: 150px;
        margin-left: 15px;
        font-size: 14px;
        padding-left: 30px;
    }
}

.product-section .product-content .bottom .bottom-info .button:before {
    position: absolute;
    top: 50%;
    left: 17%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/shopping-cart.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #2b2e33;
    width: 17px;
    height: 17px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -8.5px;
}

@media (max-width: 1440px) {
    .product-section .product-content .bottom .bottom-info .button:before {
        left: 10%;
    }
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .bottom-info .button:before {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }
}

.product-section .product-content .bottom .bottom-info .full-price span.b {
    font-size: 22px;
    font-family: "Myriad Pro Regular";
    color: #2b2e33;
    line-height: 1em;
    margin-bottom: 10px;
}

/**/


.product-section .product-content .bottom .description-item .head-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #2b2e33;
    font-size: 22px;
    line-height: 1em;
    background-color: #f5f6f6;
    padding: 25px 25px 25px 85px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Myriad Pro Black SemiExtended";
    border: 1px solid #f0f0f0;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .description-item .head-block {
        font-size: 17px;
        padding: 15px 15px 15px 50px;
    }
}

.product-section .product-content .bottom .description-item .head-block:hover {
    color: #fff;
    background-color: #f5c400;
}

.product-section .product-content .bottom .description-item .head-block:hover b:after, .product-section .product-content .bottom .description-item .head-block:hover b:before {
    background: #fff;
}

.product-section .product-content .bottom .description-item .head-block.open {
    background: none;
}

.product-section .product-content .bottom .description-item .head-block.open:hover {
    color: #2b2e33;
}

.product-section .product-content .bottom .description-item .head-block.open:hover b:after, .product-section .product-content .bottom .description-item .head-block.open:hover b:before {
    background: #f5c400;
}

.product-section .product-content .bottom .description-item .head-block.open b:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.product-section .product-content .bottom .description-item .head-block b {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .description-item .head-block b {
        width: 16px;
        height: 16px;
        left: 15px;
    }
}

.product-section .product-content .bottom .description-item .head-block b:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 1px;
    height: 18px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .description-item .head-block b:before {
        height: 16px;
    }
}

.product-section .product-content .bottom .description-item .head-block b:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    height: 1px;
    width: 18px;
    background: #f5c400;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .description-item .head-block b:after {
        width: 16px;
    }
}

.product-section .product-content .bottom .description-item .description-content {
    display: none;
    padding: 0 25px 25px 25px;
    border: 1px solid #f0f0f0;
    border-top: 0;
    margin-top: -20px;
    display: block;
    font-size: 20px;
    line-height: 51px;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .description-item .description-content {
        padding: 0 15px 15px 15px;
    }
}

.product-section .product-content .bottom .description-item .description-content p {
    font-size: 19px;
    color: rgba(43, 46, 51, 0.8);
    line-height: 30px;
}

@media (max-width: 767px) {
    .product-section .product-content .bottom .description-item .description-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.personal-page {
    background: #fafafa;
    margin-top: 0 !important;
    padding-top: 43px;
}

@media (max-width: 767px) {
    .personal-page {
        padding-top: 65px;
    }
}

.personal-cabinet-section {
    padding: 35px 0 0;
}

@media (max-width: 767px) {
    .personal-cabinet-section {
        padding: 20px 0 0;
    }
}

.personal-cabinet-section .main-title {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .personal-cabinet-section .main-title {
        margin-bottom: 30px;
    }
}

.personal-cabinet-section .tabs-menu {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .personal-cabinet-section .tabs-menu {
        margin: 0 -15px;
    }
}

.personal-cabinet-section .tabs-menu li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.personal-cabinet-section .tabs-menu li:first-child a {
    padding: 0 65px;
}

.personal-cabinet-section .tabs-menu li.current a {
    color: #f5c400;
    background: #fff;
}

.personal-cabinet-section .tabs-menu li.current a:hover {
    color: #f5c400;
    background: #fff;
}

.personal-cabinet-section .tabs-menu li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 76px;
    font-size: 20px;
    color: #3e4144;
    padding: 0 45px;
    font-family: "Myriad Pro Black SemiExtended";
    background: #f0f0f0;
}

@media (max-width: 1280px) {
    .personal-cabinet-section .tabs-menu li a {
        padding: 0 50px;
    }
}

@media (max-width: 1024px) {
    .personal-cabinet-section .tabs-menu li a {
        padding: 0 30px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .tabs-menu li a {
        padding: 0 15px;
        width: 100%;
        height: 55px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.personal-cabinet-section .tabs-menu li a:hover {
    background-color: #f5c400;
    color: #fff;
}

.personal-cabinet-section .tab {
    padding-top: 50px;
    background: #fff;
    padding-bottom: 75px;
}

.personal-cabinet-section .order-content .cart-head, .personal-cabinet-section .order-content .cart-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    border-top: 1px solid #eeeff3;
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head, .personal-cabinet-section .order-content .cart-row {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head, .personal-cabinet-section .order-content .cart-row {
        margin: 0 -15px 0;
        padding: 15px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.personal-cabinet-section .order-content .cart-head:nth-child(2), .personal-cabinet-section .order-content .cart-row:nth-child(2) {
    border-top: 0;
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head:nth-child(2), .personal-cabinet-section .order-content .cart-row:nth-child(2) {
        border-top: 1px solid #eeeff3;
    }
}

.personal-cabinet-section .order-content .cart-head .img-title, .personal-cabinet-section .order-content .cart-head .img-block, .personal-cabinet-section .order-content .cart-row .img-title, .personal-cabinet-section .order-content .cart-row .img-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 250px;
    -ms-flex: 1 0 250px;
    flex: 1 0 250px;
    margin-right: 70px;
    max-width: 250px;
}

@media (max-width: 1280px) {
    .personal-cabinet-section .order-content .cart-head .img-title, .personal-cabinet-section .order-content .cart-head .img-block, .personal-cabinet-section .order-content .cart-row .img-title, .personal-cabinet-section .order-content .cart-row .img-block {
        margin-right: 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 180px;
        -ms-flex: 1 0 180px;
        flex: 1 0 180px;
        margin-right: 30px;
        max-width: 180px;
    }
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head .img-title, .personal-cabinet-section .order-content .cart-head .img-block, .personal-cabinet-section .order-content .cart-row .img-title, .personal-cabinet-section .order-content .cart-row .img-block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 85px;
        -ms-flex: 1 0 85px;
        flex: 1 0 85px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head .img-title, .personal-cabinet-section .order-content .cart-head .img-block, .personal-cabinet-section .order-content .cart-row .img-title, .personal-cabinet-section .order-content .cart-row .img-block {
        padding-bottom: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 35%;
        -ms-flex: 0 35%;
        flex: 0 35%;
        margin-right: 0;
    }
}

.personal-cabinet-section .order-content .cart-head .info-title, .personal-cabinet-section .order-content .cart-head .info-block, .personal-cabinet-section .order-content .cart-row .info-title, .personal-cabinet-section .order-content .cart-row .info-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 430px;
    -ms-flex: 0 430px;
    flex: 0 430px;
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head .info-title, .personal-cabinet-section .order-content .cart-head .info-block, .personal-cabinet-section .order-content .cart-row .info-title, .personal-cabinet-section .order-content .cart-row .info-block {
        min-width: 180px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head .info-title, .personal-cabinet-section .order-content .cart-head .info-block, .personal-cabinet-section .order-content .cart-row .info-title, .personal-cabinet-section .order-content .cart-row .info-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(65% - 15px);
        -ms-flex: 0 calc(65% - 15px);
        flex: 0 calc(65% - 15px);
        padding-bottom: 10px;
        margin-left: 15px;
        min-width: auto;
    }
}

.personal-cabinet-section .order-content .cart-head .info-title .semi-title, .personal-cabinet-section .order-content .cart-head .info-block .semi-title, .personal-cabinet-section .order-content .cart-row .info-title .semi-title, .personal-cabinet-section .order-content .cart-row .info-block .semi-title {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #000;
    font-family: "Myriad Pro Black SemiExtended";
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head .info-title .semi-title, .personal-cabinet-section .order-content .cart-head .info-block .semi-title, .personal-cabinet-section .order-content .cart-row .info-title .semi-title, .personal-cabinet-section .order-content .cart-row .info-block .semi-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head .info-title .semi-title, .personal-cabinet-section .order-content .cart-head .info-block .semi-title, .personal-cabinet-section .order-content .cart-row .info-title .semi-title, .personal-cabinet-section .order-content .cart-row .info-block .semi-title {
        font-size: 16px;
    }
}

.personal-cabinet-section .order-content .cart-head .info-title .product-information, .personal-cabinet-section .order-content .cart-head .info-block .product-information, .personal-cabinet-section .order-content .cart-row .info-title .product-information, .personal-cabinet-section .order-content .cart-row .info-block .product-information {
    display: block;
    font-size: 18px;
    color: #8d8d8d;
    margin-bottom: 4px;
    line-height: 1.2em;
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head .info-title .product-information, .personal-cabinet-section .order-content .cart-head .info-block .product-information, .personal-cabinet-section .order-content .cart-row .info-title .product-information, .personal-cabinet-section .order-content .cart-row .info-block .product-information {
        font-size: 16px;
    }
}

.personal-cabinet-section .order-content .cart-head .change-count-title, .personal-cabinet-section .order-content .cart-head .change-count-block, .personal-cabinet-section .order-content .cart-row .change-count-title, .personal-cabinet-section .order-content .cart-row .change-count-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 115px;
    -ms-flex: 1 0 115px;
    flex: 1 0 115px;
    max-width: 115px;
    margin-left: 60px;
}

@media (max-width: 1440px) {
    .personal-cabinet-section .order-content .cart-head .change-count-title, .personal-cabinet-section .order-content .cart-head .change-count-block, .personal-cabinet-section .order-content .cart-row .change-count-title, .personal-cabinet-section .order-content .cart-row .change-count-block {
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head .change-count-title, .personal-cabinet-section .order-content .cart-head .change-count-block, .personal-cabinet-section .order-content .cart-row .change-count-title, .personal-cabinet-section .order-content .cart-row .change-count-block {
        margin-left: 13px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 95px;
        -ms-flex: 1 0 95px;
        flex: 1 0 95px;
        max-width: 95px;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head .change-count-title, .personal-cabinet-section .order-content .cart-head .change-count-block, .personal-cabinet-section .order-content .cart-row .change-count-title, .personal-cabinet-section .order-content .cart-row .change-count-block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 35%;
        -ms-flex: 0 35%;
        flex: 0 35%;
        max-width: none;
        text-align: center;
        margin-left: 0;
    }
}

.personal-cabinet-section .order-content .cart-head .change-count-title .count-title, .personal-cabinet-section .order-content .cart-head .change-count-block .count-title, .personal-cabinet-section .order-content .cart-row .change-count-title .count-title, .personal-cabinet-section .order-content .cart-row .change-count-block .count-title {
    display: inline-block;
    font-size: 16px;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
}

.personal-cabinet-section .order-content .cart-head .full-price-title, .personal-cabinet-section .order-content .cart-head .full-price, .personal-cabinet-section .order-content .cart-row .full-price-title, .personal-cabinet-section .order-content .cart-row .full-price {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 130px;
    -ms-flex: 1 0 130px;
    flex: 1 0 130px;
    max-width: 130px;
    min-width: 130px;
    display: inline-block;
    font-size: 16px;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    margin-left: 65px;
}

@media (max-width: 1280px) {
    .personal-cabinet-section .order-content .cart-head .full-price-title, .personal-cabinet-section .order-content .cart-head .full-price, .personal-cabinet-section .order-content .cart-row .full-price-title, .personal-cabinet-section .order-content .cart-row .full-price {
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head .full-price-title, .personal-cabinet-section .order-content .cart-head .full-price, .personal-cabinet-section .order-content .cart-row .full-price-title, .personal-cabinet-section .order-content .cart-row .full-price {
        margin-left: 15px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100px;
        -ms-flex: 1 0 100px;
        flex: 1 0 100px;
        max-width: 100px;
        min-width: 100px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head .full-price-title, .personal-cabinet-section .order-content .cart-head .full-price, .personal-cabinet-section .order-content .cart-row .full-price-title, .personal-cabinet-section .order-content .cart-row .full-price {
        font-size: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(65% - 15px);
        -ms-flex: 0 calc(65% - 15px);
        flex: 0 calc(65% - 15px);
        padding-left: 0;
        max-width: none;
        min-width: auto;
        margin-left: 15px;
    }
}

.personal-cabinet-section .order-content .cart-head .full-sum-title, .personal-cabinet-section .order-content .cart-row .full-sum-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
    display: inline-block;
    font-size: 22px;
    color: #f5c400;
    font-family: "Myriad Pro Black SemiExtended";
    padding-left: 90px;
}

@media (max-width: 1280px) {
    .personal-cabinet-section .order-content .cart-head .full-sum-title, .personal-cabinet-section .order-content .cart-row .full-sum-title {
        padding-left: 30px;
    }
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head .full-sum-title, .personal-cabinet-section .order-content .cart-row .full-sum-title {
        padding-left: 15px;
        font-size: 18px;
        min-width: 150px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head .full-sum-title, .personal-cabinet-section .order-content .cart-row .full-sum-title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }
}

.personal-cabinet-section .order-content .cart-head {
    padding: 0;
    border: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeff3;
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .cart-head {
        display: none;
    }
}

.personal-cabinet-section .order-content .cart-head .change-count-title {
    background: none;
}

.personal-cabinet-section .order-content .cart-head .head-title {
    display: inline-block;
    font-size: 16px;
    color: #bbc1cf;
    line-height: 45px;
    text-transform: uppercase;
    font-family: "Myriad Pro Regular";
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .cart-head .head-title {
        font-size: 14px;
        line-height: 24px;
    }
}

.personal-cabinet-section .order-content .bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.personal-cabinet-section .order-content .button.green {
    margin-bottom: 20px;
    width: 250px;
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .bottom-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.personal-cabinet-section .order-content .bottom-block .button {
    width: 265px;
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .bottom-block .button {
        margin: 0 auto;
    }
}

.personal-cabinet-section .order-content .bottom-block .full-product-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 22px;
    color: #2b2e33;
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .bottom-block .full-product-price {
        font-size: 20px;
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .bottom-block .full-product-price {
        font-size: 18px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.personal-cabinet-section .order-content .bottom-block .full-product-price b {
    font-size: 30px;
    color: #f5c400;
    margin-left: 35px;
}

@media (max-width: 1024px) {
    .personal-cabinet-section .order-content .bottom-block .full-product-price b {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .order-content .bottom-block .full-product-price b {
        font-size: 22px;
    }
}

.personal-cabinet-section .form-personal-cabinet .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
}

@media (max-width: 1280px) {
    .personal-cabinet-section .form-personal-cabinet .wrapper {
        margin: 0 -15px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .form-personal-cabinet .wrapper {
        margin: 0;
        display: block;
    }
}

.personal-cabinet-section .form-personal-cabinet .wrapper .form-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 485px;
    -ms-flex: 1 0 485px;
    flex: 1 0 485px;
    max-width: 485px;
    margin: 0 25px;
}

@media (max-width: 1280px) {
    .personal-cabinet-section .form-personal-cabinet .wrapper .form-column {
        margin: 0 15px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 450px;
        -ms-flex: 1 0 450px;
        flex: 1 0 450px;
        max-width: 450px;
    }
}

@media (max-width: 1024px) {
    .personal-cabinet-section .form-personal-cabinet .wrapper .form-column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 calc(50% - 30px);
        flex: 0 calc(50% - 30px);
        max-width: auto;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .form-personal-cabinet .wrapper .form-column {
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }
}

.personal-cabinet-section .form-personal-cabinet .wrapper .semi-title {
    display: block;
    color: #2c2c2c;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .personal-cabinet-section .form-personal-cabinet .wrapper .semi-title {
        font-size: 18px;
    }
}

.personal-cabinet-section .form-personal-cabinet .wrapper .form-group {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .personal-cabinet-section .form-personal-cabinet .wrapper .form-group {
        margin-top: 15px;
    }
}

.personal-cabinet-section .form-personal-cabinet .bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .personal-cabinet-section .form-personal-cabinet .bottom-block {
        display: block;
    }
}

.personal-cabinet-section .form-personal-cabinet .bottom-block .policy-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: inline-block;
    color: #2b2e33;
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .personal-cabinet-section .form-personal-cabinet .bottom-block .policy-title {
        font-size: 16px;
    }
}

.personal-cabinet-section .form-personal-cabinet .bottom-block .policy-title a {
    color: #f5c400;
    text-decoration: underline;
}

.personal-cabinet-section .form-personal-cabinet .bottom-block .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 280px;
    -ms-flex: 1 0 280px;
    flex: 1 0 280px;
    width: 280px;
    margin-left: 100px;
    padding: 0;
}

@media (max-width: 1024px) {
    .personal-cabinet-section .form-personal-cabinet .bottom-block .button {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .personal-cabinet-section .form-personal-cabinet .bottom-block .button {
        width: 260px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 260px;
        -ms-flex: 1 0 260px;
        flex: 1 0 260px;
        margin: 20px auto 0;
    }
}

.animation-left {
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.animation-right {
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.animation-top {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.animation-bottom {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.anim-left {
    -webkit-animation: show-left ease-in 1;
    animation: show-left ease-in 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

@media (max-width: 767px) {
    .anim-left {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.anim-left.two {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.anim-left.three {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.anim-left.four {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes show-left {

0
{
    opacity: 0
;
    -webkit-transform: translate(-100%, 0)
;
    transform: translate(-100%, 0)
;
}
100
%
{
    opacity: 1
;
    -webkit-transform: translate(0, 0)
;
    transform: translate(0, 0)
;
}
}

@keyframes show-left {

0
{
    opacity: 0
;
    -webkit-transform: translate(-100%, 0)
;
    transform: translate(-100%, 0)
;
}
100
%
{
    opacity: 1
;
    -webkit-transform: translate(0, 0)
;
    transform: translate(0, 0)
;
}
}

.anim-right {
    -webkit-animation: show-right ease-in 1;
    animation: show-right ease-in 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

@media (max-width: 767px) {
    .anim-right {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.anim-right.two {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.anim-right.three {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.anim-right.four-anim {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes show-right {

0
{
    opacity: 0
;
    -webkit-transform: translate(100%, 0)
;
    transform: translate(100%, 0)
;
}
100
%
{
    opacity: 1
;
    -webkit-transform: translate(0, 0)
;
    transform: translate(0, 0)
;
}
}

@keyframes show-right {

0
{
    opacity: 0
;
    -webkit-transform: translate(100%, 0)
;
    transform: translate(100%, 0)
;
}
100
%
{
    opacity: 1
;
    -webkit-transform: translate(0, 0)
;
    transform: translate(0, 0)
;
}
}

.anim-bottom {
    -webkit-animation: show-bottom ease 1;
    animation: show-bottom ease 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

@media (max-width: 767px) {
    .anim-bottom {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.anim-bottom.two {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.anim-bottom.three {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-webkit-keyframes show-bottom {

0
{
    opacity: 0
;
    -webkit-transform: translate(0, 100px)
;
    transform: translate(0, 100px)
;
}
100
%
{
    opacity: 1
;
    -webkit-transform: translate(0, 0)
;
    transform: translate(0, 0)
;
}
}

@keyframes show-bottom {

0
{
    opacity: 0
;
    -webkit-transform: translate(0, 100px)
;
    transform: translate(0, 100px)
;
}
100
%
{
    opacity: 1
;
    -webkit-transform: translate(0, 0)
;
    transform: translate(0, 0)
;
}
}

.anim-top {
    -webkit-animation: show-bottom ease 1;
    animation: show-bottom ease 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

@media (max-width: 767px) {
    .anim-top {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.anim-top.two {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.anim-top.three {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-webkit-keyframes show-bottom {
    0{
        opacity: 0;
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes show-bottom {
0{
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}
100%{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

.text-danger {
    color: red;
}

.text-success {
    color: #f5c400;
}

#modalAddToCart .modal-wrapper {
    width: 300px;
    padding: 50px;
    top: 10px;
    right: 10px;
    position: absolute;
}

#modalAddToCart .modal-wrapper .head-description {
    margin-bottom: 0;
}


.one-news-section .wrapper .full-width p {
    font-size: 16px;
    /*opacity: 0.8;*/
    line-height: 30px;
}

@media (max-width: 767px) {
    .one-news-section .wrapper .full-width p {
        font-size: 16px;
        line-height: 24px;
    }
}

.error {
    color: red;
}

.header .top .wrapper .button-item .logout-link {
    width: 46px;
    padding: 0;
}

.header .top .wrapper .button-item .logout-link:before {
    position: absolute;
    top: 40%;
    left: 80%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/multiply.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/multiply.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .top .wrapper .button-item .logout-link:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/user.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/user.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #f5c400;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.logged .top .wrapper .button-item .cabinet-link {
    padding-right: 10px;
    background: #f5c400;
    color: #fff;
    font-family: 'Myriad Pro Regular';
}

.header.logged .top .wrapper .button-item .cabinet-link:after {
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    -webkit-mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/user.svg) no-repeat 50% 50%;
    mask: url(https://alyuminievyjplintus.ru/catalog/view/theme/new_design/img/user.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #fff;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.header.logged.fixed .top .wrapper .button-item .login-link {
    background: #f5c400;
}

.header.logged.fixed .top .wrapper .button-item .login-link:before {
    background: #fff;
}

.header.logged.fixed .top .wrapper .button-item .login-link:hover,
.header.logged .top .wrapper .button-item .cabinet-link:hover {
    background: none;
    color: #f5c400;
}

.header.logged.fixed .top .wrapper .button-item .login-link:hover:before,
.header.logged .top .wrapper .button-item .cabinet-link:hover:after {
    background: #f5c400;
}

.reset-password .form-group {
    margin-top: 30px;
}

.checkout-checkout .main-title {
    margin-bottom: 40px;
    margin-top: 0;
}

/*body #d_quickcheckout .container {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    width: 1366px;*/
/*    margin: 0 auto;*/
/*}*/

body #d_quickcheckout h1.main-title {
    display: block;
    color: #2b2e33;
    font-family: "Myriad Pro Black SemiExtended";
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 40px;
    margin-top: 0;
}

body #d_quickcheckout .form-control {
    width: 100%;
    height: 63px;
    border: 1px solid #fafafa;
    background-color: #fafafa;
    padding: 0 30px;
    color: #2b2e33;
    font-size: 20px !important;
    font-weight: 400;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
    box-shadow: none;
}

.cart-section .delivery-block .form-row .fieldset {
    justify-content: space-around;
}

#d_quickcheckout .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

#d_quickcheckout #payment_address_form .form-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 55px);
    -ms-flex: 0 calc(50% - 55px);
    flex: 0 calc(50% - 55px);
    margin: 0 27.5px 30px;
}

#d_quickcheckout #payment_method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 55px);
    -ms-flex: 0 calc(50% - 55px);
    flex: 0 calc(50% - 55px);
    margin: 0 27.5px 30px;
    justify-content: center;
}

#d_quickcheckout #payment_method #payment_method_form {
    width: 100%;
}

#d_quickcheckout #shipping_method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(50% - 55px);
    -ms-flex: 0 calc(50% - 55px);
    flex: 0 calc(50% - 55px);
    margin: 0 27.5px 30px;
    justify-content: center;
}

#d_quickcheckout #shipping_method #shipping_method_form {
    width: 100%;
}

.cart-section .delivery-block {
    background: #edeeef;
    padding: 50px 0 0 0;
}

#d_quickcheckout #confirm_form #confirm_comment_input {
    margin: 0;
    background: #edeeef;
    padding: 0 0 50px 0;
}

#d_quickcheckout #confirm_form .form-row .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#d_quickcheckout #confirm_form .form-title {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 310px;
    -ms-flex: 1 0 310px;
    flex: 1 0 310px;
    width: 310px;
    color: #2b2e33;
    font-size: 20px;
    line-height: 45.04px;
    font-family: "Myriad Pro Black SemiExtended";
}

#d_quickcheckout #confirm_form .fieldset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -27.5px;
}

#d_quickcheckout #confirm_form .fieldset .form-group-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 -webkit-calc(100% - 55px);
    -ms-flex: 0 calc(100% - 55px);
    flex: 0 calc(100% - 55px);
    margin: 0 27.5px 30px;
}

#d_quickcheckout #confirm_form .fieldset .form-group-area .form-area {
    padding: 15px 25px;
    background: transparent;
    resize: none;
    border: 1px solid #fafafa;
    background-color: #fafafa;
    height: 140px;
}

.success {
    display: block;
    margin-bottom: 20px;
    color: #f5c400;
}

.mt-20 {
    margin-top: 20px;
}

@media (max-width: 1440px) {
    .cart-section .delivery-block .form-row .fieldset .form-group {
        margin: 0 0 30px;
    }

    #d_quickcheckout #confirm_form .fieldset {
        margin: 0 -15px;
    }

    #d_quickcheckout #confirm_form .fieldset .form-group-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(100% - 30px);
        -ms-flex: 0 calc(100% - 30px);
        flex: 0 calc(100% - 30px);
        margin: 0 15px 30px;
    }

    #d_quickcheckout #payment_address_form .form-group, #d_quickcheckout #payment_method, #d_quickcheckout #shipping_method {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 calc(50% - 30px);
        flex: 0 calc(50% - 30px);
        margin: 0 15px 30px;
    }
}

@media (max-width: 1024px) {
    #d_quickcheckout #confirm_form .form-title {
        font-size: 18px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 200px;
        -ms-flex: 1 0 200px;
        flex: 1 0 200px;
        width: 200px;
    }
}

@media (max-width: 767px) {
    #d_quickcheckout #payment_address_form .form-group, #d_quickcheckout #payment_method, #d_quickcheckout #shipping_method {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(100% - 30px);
        -ms-flex: 0 calc(100% - 30px);
        flex: 0 calc(100% - 30px);
        margin-bottom: 15px;
    }

    body #d_quickcheckout .form-control {
        height: 45px;
        font-size: 18px;
        padding: 0 15px;
    }

    #d_quickcheckout #confirm_form .fieldset .form-group-area {
        -webkit-box-flex: 0;
        -webkit-flex: 0 -webkit-calc(100% - 30px);
        -ms-flex: 0 calc(100% - 30px);
        flex: 0 calc(100% - 30px);
        margin: 0 15px 30px;
    }

    #d_quickcheckout #confirm_form .form-row .container {
        display: block;
    }

    #d_quickcheckout #confirm_form .fieldset .form-group-area .form-area {
        height: 70px;
        padding: 15px;
    }

    #d_quickcheckout #confirm_form #confirm_comment_input {
        padding: 50px 0 30px;
    }
}

p.status {
    width: 250px;
    text-align: center;
    font-size: 16px;
}

.text-center {
    text-align: center;
}

/*# sourceMappingURL=style.css.map */


.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content .inner-row.active-item .filter-item-link {
    color: #f5c400;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content ul {
    list-style-type: none;
    padding-left: 30px;
    margin: 0;
    margin-top: 5px;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content ul a {
    display: inline-block;
    font-size: 16px;
    color: #2b2e33;
}

.catalog-section .catalog-content .left-filter .filter-bottom-block .filter-item .filter-content ul a:hover {
    color: #f5c400;
}

/*.active-item {
    color: #f5c400 !important;
}*/

.swiper-wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.swiper-wrap .item {
    flex-basis: 33%;
}

.swiper-wrap .item .product-name{
    font-size: 18px;
    color: #000;
    margin: 18px;
}

@media (max-width: 767px) {
    .swiper-wrap .item {
        flex-basis: 33%;
    }

    .swiper-wrap {
        margin-top: 40px;
    }
}

@media (max-width: 640px) {
    .swiper-wrap .item {
        flex-basis: 50%;
    }
}

.old-price {
    font-family: "Myriad Pro Regular";
}

.old-price-block {
    font-size: 16px;
    color: #000;
}

.old-price-block .old-price {
    text-decoration: line-through;
}

.old-price-block span.b {
    font-size: 16px !important;
}

.price {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.swiper-slide {
    height: auto;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-button {
    background-color: #fff;
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #fff;
}

}
::-webkit-resizer {
    background-color: #fff
}

.badge.action {
    top: 25px;
    padding: 0 13.5px;
    background: #f3705a;
}

.badge.new {
    top: 51px;
    padding: 0 5px;
    background: #a0c344;
    color: #000;
}

.product-block .img-block img {
    height: 100%;
}

.product-section .product-content .top .right-block .right-slider .swiper-slide img {
    object-fit: contain;
}

.product-section .product-content .top .right-block .left-slider .swiper-slide img {
    object-fit: contain;
}

.error-border {
    border: 1px solid red;
}

#d_quickcheckout .alert-danger {
    border-radius: 0 !important;
    font-size: 18px;
}

.price-block {
    margin-top: 40px !important;
}

.price-block .count {
    display: inline-block !important;
    margin-top: 10px !important;
}

.product-section .product-content .top .left-block .bottom-info .full-price span.b {
    font-size: 22px;
    font-family: "Myriad Pro Regular";
    color: #2b2e33;
    line-height: 1em;
    margin-bottom: 10px;
}

.product-section .product-content .top .left-block .bottom-info .full-price .inner-block:first-child {
    margin-bottom: 20px;
}

#product .full-price span {
    padding-right: 10px;
}

.grey {
    color: #9e9d9e !important;
    font-weight: 300 !important;
    padding: 5px;
    font-family: "Myriad Pro Regular";
}

.p-5 {
    padding: 5px !important;
}

.product-page .badge.hit,
.product-page .badge.action,
.product-page .badge.new {
    left: 0;
    z-index: 9;
    right: auto;
}

.product-section .product-content .top .left-block .bottom-info {
    flex-wrap: wrap;
    flex-direction: column;
}

.button-block {
    display: flex;
    margin-top: 30px;
}

.fancybox-content {
    background: #fff !important;
}

.catalog-section .catalog-content .right-content .content-wrapper .item .old-price {
    text-decoration: line-through;
}

.catalog-link a {
    color: #f5c400;
}

.catalog-link a:hover {
    color: #fff;
}

.catalog-link.active a {
    color: #fff;
}

.header .catalog-menu .catalog-semi-link {
    display: none !important;
}

.header .catalog-menu .catalog-main-link {
    margin-top: 5px;
}

.filter_catalog {
    position: absolute;
    left: 50px;
    font-weight: 600;
}

span.old-price.grey,
span.price.grey,
#product .full-price span.price {
    display: none;
}

.pagination{
    list-style-type: none;
    display: flex;
    margin: 30px 0;
    column-gap: 3px;
    justify-content: center;
    padding: 0;
}



.pagination li a{
    color: white;
}


.pagination li:hover{
    background-color: white;
    color: #f5c400 !important;
}


.category-item-img{
    width: 100%;
}


.h1_main {
    text-align: center;
    background: #EAF3F7;
    margin: 0;    
    padding-top: 55px;
}

.h1_main h1 {
    font-size: 45px;
    margin-bottom: 0;
}
/* Jet Cache: catalog/view/theme/new_design/css/vendors/fancybox/jquery.fancybox.min.css */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* Jet Cache: catalog/view/theme/new_design/css/vendors/telInput/intlTelInput.css */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
    .intl-tel-input .selected-flag .iti-arrow {
      margin-left: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    margin-left: 6px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-size: 5652px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti-flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/css/vendors/telInput/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-image: url("https://alyuminievyjplintus.ru/catalog/view/theme/new_design/css/vendors/telInput/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

/* Jet Cache: catalog/view/javascript/clf/owl.carousel.min.css */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://alyuminievyjplintus.ru/catalog/view/javascript/clf/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* Jet Cache: catalog/view/javascript/clf/owl.theme.default.min.css */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* Jet Cache: catalog/view/javascript/clf/swiper-bundle.css */
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

/* Jet Cache: catalog/view/javascript/font-awesome/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url('https://alyuminievyjplintus.ru/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');src:url('https://alyuminievyjplintus.ru/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('https://alyuminievyjplintus.ru/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('https://alyuminievyjplintus.ru/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('https://alyuminievyjplintus.ru/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('https://alyuminievyjplintus.ru/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

/* Jet Cache: catalog/view/theme/new_design/css/new_style.css */
body {
    font-family: 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;

}

legend {
    border-bottom: 1px solid transparent !important;
}

/* --- HEADER START ----*/

header {
    z-index: 19999999999
}

.header_top_block {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #E8E8E8;
}

.header_bottom_block .phone_first .top {
    display: flex;
    align-items: center;
    column-gap: 8px;
}


.header_bottom_block .logo_mobile {
    display: none;
}

.header_bottom_block .phone_first .top .number a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: black;
}

.header_bottom_block .phone_first .top .icon {
    margin-top: -2px;
}

.header_bottom_block .phone_first .bottom {
    margin-left: 28px;
    margin-top: 3px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #888888;
}

.header_bottom_block .phone_second {
    display: flex;
}

.header_bottom_block .phone_second a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    white-space: nowrap;
}

.header_bottom_block .phone_second .icon {
    display: none;
    margin-right: 5px;
}

.header_bottom_block .email .top {
    display: flex;
    column-gap: 8px;
}

.header_bottom_block .email .top .icon {

}

.header_bottom_block .email .top .address  {
    display: flex;
    flex-direction: column;
}

.header_bottom_block .email .top .address span.email_desc {
    font-size: 12px;
    color: #000000BF;
}


.header_bottom_block .email .top .address span a {
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    /*text-decoration-line: underline;*/
    color: #000000;
}

.header_bottom_block .email .top .address span:hover {
    color: #348FAA;
}


.header_bottom_block .email .bottom {
    display: flex;
    align-items: center;
}

.header_bottom_block .email .bottom img {
    width: 16px;
    margin-right: 3px;
    margin-left: 2px;
}

.header_bottom_block .email .bottom .icon {
    margin-right: 5px;
}

.header_bottom_block .bottom .prmn-cmngr__city-name {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    color: #000000;
    text-decoration: none;
}

.header_bottom_block .bottom .prmn-cmngr__city {
    text-decoration: none;
    display: flex;
    column-gap: 8px;
}

.header_bottom_block .email .bottom > a:hover, .header_bottom_block .email .bottom > a:active, .header_bottom_block .email .bottom > a:focus {
    text-decoration: none;
}

.header_bottom_block .email .bottom .address span {
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    /*text-decoration-line: underline;*/
    color: #000000;
}

.header_bottom_block .email .bottom .address span:hover {
    color: #348FAA;
}


.header_bottom_block .time .top {
    display: flex;
}

.header_bottom_block .time .top .icon {
    margin-right: 12px;
}

.header_bottom_block .time .top .address span {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    /*text-decoration-line: underline;*/
    color: #000000;
}

.header_bottom_block .time .top .address span:hover {
    color: #348FAA;
}

.header_bottom_block .time .address {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;

    color: #888888;
}

.header_bottom_block .time .bottom {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #888888;
    margin-left: 25px;
    margin-top: 3px;
}

.header_bottom_block .cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 5px;
}

.header_bottom_block .cart a {
    display: flex;
}

.header_bottom_block .cart a:hover {
    text-decoration: none;
}

.header_bottom_block .cart a:hover .text {
    text-decoration: underline;
}


.header_bottom_block .cart .text {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin: 3px 5px 0;
}


.header_bottom_block .callback_cart {
    height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header_bottom_block .callback_cart .count {
    display: none;
}

.cart .amount {
    padding: 5px 10px;
    background-color: #FFD800;
    border-radius: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #434445;
    white-space: nowrap;
    transition-duration: 0.2s;
    text-decoration: none;
}

.header_bottom .cart > a {
    text-decoration: none;
}


.header_bottom_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 106px;
    margin: 40px 0 30px 0;
}

.header_bottom_block .logo {
    display: flex;
    flex-direction: column;
    /*height: 60px;*/
}

.header_bottom_block .logo .image {
    height: 60px;
}


.header_bottom_block a:hover {
    text-decoration: none;
}

.header_bottom_block .logo .text {
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #888888;
    margin-top: -7px;
}

.header_bottom_block .manager {
    display: flex;
    flex-direction: column;
    height: 106px;
    justify-content: space-between;
}

.header_bottom_block .manager .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #888888;
}


.header_bottom_block .manager .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 7px;
}


.header_bottom_block .manager .info > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 7px;
}

.header_bottom_block .manager .info .wa a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 7px;
}

.header_bottom_block .manager .info img{
    width: 30px;
    height: 30px;
}


.header_bottom_block .manager .info .whatsapp_desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: black;
}


.header_bottom_block .manager .info .phone a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}


.header_bottom_block .callback {
    color: white;
    text-transform: uppercase;
    padding: 15px 25px;
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    max-height: 45px;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
}

.header_bottom_block .callback:hover {
    background: linear-gradient(100deg, #389AB7 43.27%, #51D6FF 103.6%);
}


.header_bottom_block .callback:active {
    background: #389AB7;
}


.header_bottom_block .callback_mobile {
    display: none;
}


.callback_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(48, 74, 91, 0.41);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999;
}

.callback_modal form {
    position: relative;
    margin: 0 15px;
    background: linear-gradient(130.05deg, rgba(110, 135, 152) 7.62%, rgba(110, 135, 152) 89.2%);
    padding: 50px 30px;
}

.callback_modal form legend {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    border-bottom: none;
}

.callback_modal form .pretitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #c7c7c7;
}


.callback_modal form .inputs_block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
}


.callback_modal form .nes_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
}

.callback_modal form .message {
    display: none;
    max-width: 370px;
    font-weight: 700;
}

.callback_modal form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.callback_modal form .inputs_block input[type=text] {
    height: 40px;
    padding: 10px;
}

.callback_modal form .form-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #434445;
    padding: 10px 30px;
    background-color: #FFD800;
    margin-top: 10px;
    text-align: center;
    outline: none;
    border: none;
    width: 100%;
}
.callback_modal_opt_price form .form-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #434445;
    padding: 10px 30px;
    background-color: #FFD800;
    margin-top: 10px;
    text-align: center;
    outline: none;
    border: none;
    width: 100%;
}

button.form-button:disabled,
button.form-button[disabled]{
    background-color: #9a9a9a!important;
}

.callback_modal form .form-button:hover {
    cursor: pointer;
    background-color: #FFE035;
}

.callback_modal form .form-button:active {
    cursor: pointer;
    background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFD800;
}

.callback_modal form .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}


.callback_modal_opt_price {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(48, 74, 91, 0.41);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999;
}

.callback_modal_opt_price form {
    position: relative;
    margin: 0 15px;
    background: linear-gradient(130.05deg, rgba(110, 135, 152) 7.62%, rgba(110, 135, 152) 89.2%);
    padding: 50px 30px;
}

.callback_modal_opt_price form legend {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    border-bottom: none;
}

.callback_modal_opt_price form .pretitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #c7c7c7;
}


.callback_modal_opt_price form .inputs_block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
}


.callback_modal_opt_price form .nes_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
}

.callback_modal_opt_price form .message {
    display: none;
    max-width: 370px;
    font-weight: 700;
}

.callback_modal_opt_price form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.callback_modal_opt_price form .inputs_block input[type=text] {
    height: 40px;
    padding: 10px;
}

.callback_modal_opt_price form .form-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #434445;
    padding: 10px 30px;
    background-color: #FFD800;
    margin-top: 10px;
    text-align: center;
}

.callback_modal_opt_price form .form-button:hover {
    cursor: pointer;
    background-color: #FFE035;
}

.callback_modal_opt_price form .form-button:active {
    cursor: pointer;
    background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFD800;
}

.callback_modal_opt_price form .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.callback_modal_raschet {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(48, 74, 91, 0.41);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999;
}

.callback_modal_raschet form {
    position: relative;
    margin: 0 15px;
    background: linear-gradient(130.05deg, rgba(110, 135, 152) 7.62%, rgba(110, 135, 152) 89.2%);
    padding: 50px 30px;
}

.callback_modal_raschet form legend {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    border-bottom: none;
}

.callback_modal_raschet form .pretitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #c7c7c7;
}


.callback_modal_raschet form .inputs_block {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
}


.callback_modal_raschet form .nes_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin: 10px 0;
}

.callback_modal_raschet form .message {
    display: none;
    max-width: 370px;
    font-weight: 700;
}

.callback_modal_raschet form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.callback_modal_raschet form .inputs_block input[type=text] {
    height: 40px;
    padding: 10px;
}

.callback_modal_raschet form .form-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #434445;
    padding: 10px 30px;
    background-color: #FFD800;
    margin-top: 10px;
    text-align: center;
}

.callback_modal_raschet form .form-button:hover {
    cursor: pointer;
    background-color: #FFE035;
}

.callback_modal_raschet form .form-button:active {
    cursor: pointer;
    background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #FFD800;
}

.callback_modal_raschet form .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}



.header_bottom {
    font-family: 'Open Sans', sans-serif;
    background-color: black;
    padding: 10px 0;
}

.header_bottom .container .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
}

.header_bottom .container .content .categories {
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 13px 10px;
    height: 43px;
    width: 180px;
    cursor: pointer;
}

.header_bottom .container .content .categories:hover {
    background: linear-gradient(100deg, #389AB7 40%, #51D6FF 103.6%);
}

.header_bottom .container .content .categories .text {
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header_bottom .container .content .categories .icon {
    margin-top: -4px;
}

.header_bottom .container .content .cart a {
    display: block;
    padding: 10px;
    margin: 0 10px;
}


.header_bottom .container .content .menu .list {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.header_bottom .container .content .menu .list .item a {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    transition-duration: 0.2s;
}

.header_bottom .container .content .menu .list .item a:hover {
    color: #46BADE;
    text-decoration: none;
}

.header_bottom .container .content .menu .list .item .active {
    color: #46BADE;
}


.category_dropdown {
    background-color: #304A5B;
    padding: 20px 10px;
}


.category_dropdown .container {
    position: relative;
}

.category_dropdown .container .close {
    position: absolute;
    z-index: 99999;
    top: 0px;
    right: 10px;
    color: white;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.category_dropdown .container .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
}

.category_dropdown .container .list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 30px;
    list-style-type: none;
    max-height: 500px;
    padding: 0;
}

.category_dropdown .container .list .link {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 5px 0;
}

.category_dropdown .container .list li:hover {
    background: linear-gradient(130deg, #3A9DBA 2.7%, rgba(80, 209, 249, 0) 92.76%);

}

.category_dropdown .container .list li:hover a {

    text-decoration: none;
}


.header_bottom .container .content .search .icon {
    cursor: pointer;
}


.search_dropdown {
    background-color: #44B6D9;
}

#search {
    background-color: #44B6D9;
    padding-bottom: 10px;
}


#search .form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#search .form-group input {
    height: 44px;
    color: white;
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 6px 12px 0;
}


#search .form-group input:-webkit-autofill,
#search .form-group input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}


#search .form-group input::placeholder {
    color: rgba(255, 255, 255, 0.56);
}

#search .form-group button {
    color: white;
    background-color: transparent;
    border: none;
}


.header_bottom .container .content .menu .menu_mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header_bottom .container .content .menu .menu_mobile .text {
    margin-right: 10px;
}


.mobile_phones {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(48, 74, 91, 0.41);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.mobile_phones .thumb {
    background-color: #304A5B;
    padding: 30px 25px;
    position: relative;
}

.mobile_phones .thumb .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 20px;
}

.mobile_phones .thumb .phone1 img {
    /*margin-bottom: -5px;*/
}

.mobile_phones .thumb .phone1 a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.mobile_phones .thumb .phone1 div {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin: 15px 0 3px 0;
}

.mobile_phones .thumb .phone2 a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-left: 25px;
    margin-top: 10px;
}

.mobile_phones .thumb .modal_button {
    color: white;
    text-transform: uppercase;
    padding: 15px 25px;
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    max-height: 45px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    margin-top: 15px;
}

.menu_mobile_dropdown {
    position: relative;
    /*height: 100%!important;*/
}


.menu_mobile_dropdown .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 30px;
}

.menu_mobile_dropdown .content {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.menu_mobile_dropdown .content .top {
    background-color: black;
    padding: 25px;
}

.menu_mobile_dropdown .content .top .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.menu_mobile_dropdown .content .top .list {
    list-style-type: none;
    padding: 0;
    margin-left: 20px;
}

.menu_mobile_dropdown .content .top .list .item {
    margin: 10px 0;
}

.menu_mobile_dropdown .content .top .list a {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 15px;
}

.menu_mobile_dropdown .content .bottom {
    background-color: #304A5B;
    padding: 25px;
}

.menu_mobile_dropdown .content .bottom .icon {
    min-width: 17px;
}

.menu_mobile_dropdown .content .bottom .phones {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}


.menu_mobile_dropdown .content .bottom .phone_first .number {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.menu_mobile_dropdown .content .bottom .phone_first .number a {
    color: white;
}

.menu_mobile_dropdown .content .bottom .phone_first .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin-left: 27px;
}


.menu_mobile_dropdown .content .bottom .phone_second .number {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.menu_mobile_dropdown .content .bottom .phone_second .number a {
    color: white;
}

.menu_mobile_dropdown .content .bottom .mail {
    margin-top: 30px;
}

.menu_mobile_dropdown .content .bottom .mail .address {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.menu_mobile_dropdown .content .bottom .mail .address a {
    color: white;
}

.menu_mobile_dropdown .content .bottom .mail .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin-left: 29px;
}

.menu_mobile_dropdown .content .bottom .address {
    margin-top: 30px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.menu_mobile_dropdown .content .bottom .address .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: white;
}

.menu_mobile_dropdown .content .bottom .work_time {
    margin-top: 30px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.menu_mobile_dropdown .content .bottom .work_time .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: white;
}

.menu_mobile_dropdown .content .bottom .managers {
    margin-top: 20px;
}

.menu_mobile_dropdown .content .bottom .managers .manager {
    margin-top: 10px;
}

.menu_mobile_dropdown .content .bottom .managers .manager .write_to_whatsapp a {
    display: flex;
    column-gap: 13px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.menu_mobile_dropdown .content .bottom .managers .manager .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.75);
}

.menu_mobile_dropdown .content .bottom .managers .manager .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 210px;
}

.menu_mobile_dropdown .content .bottom .managers .manager .info .phone a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.header_menu {
    z-index: 10000000;
}
.header_menu.stick {
    position: sticky;
    top: 0;
}

.fancybox-container {
    z-index: 999999999992 !important;
}

@media (max-width: 1200px) {
    .header_bottom .container .content .menu .list {
        column-gap: 13px;
    }

    .product .product_info .left .scu {
        margin-bottom: 30px;
    }


    .product .product_info .left .params .param:nth-child(4) {
        width: 100%;
    }

    .product .product_info .left .params {
        margin-bottom: 30px;
    }


    .banner .content {
        position: relative;
        display: grid;
        justify-content: space-between;
        grid-template-columns: 558px 1fr !important;
        column-gap: 20px !important;
    }

}

.slider_form.two {
    display: none;
}

@media (max-width: 1024px) {

    .slider_form.one {
        display: none;
    }

    .slider_form.two {
        display: block;
        width: 100%;
        float: none;
        padding: 30px 100px;
        background: linear-gradient(269.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    }

    .slider_form .slider_form_head {
        text-align: center;
    }

    .slider_form .slider_form_subhead {
        text-align: center;
    }

    .slider_form_wrap_line1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
  "slider_form_name  slider_form_phone  "
  "slider_form_comment slider_form_comment"
  "slider_form_file  slider_form_file   "
  "slider_form_ckbox   slider_form_ckbox  "
  "slider_form_btn  slider_form_btn" !important;
        column-gap: 20px;
        row-gap: 20px;
    }

    .slider_form_wrap_line1 .slider_form_btn {
        grid-area: slider_form_btn;
        text-align: center;
    }

    .banner-slider_content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }


    .banner .content {
        position: relative;
        display: grid;
        justify-content: space-between;
        grid-template-columns: 1fr !important;
        column-gap: 110px;
    }

    .banner .content .info {
        display: none;
        position: relative;
        left: 0;
        top: 70px !important;
        display: flex;
        justify-content: center;
    }


    .header_bottom .container .content {
        padding: 0;
    }

    .container {
        width: 100%;
    }


    .container::before,
    .container::after {
        content: unset;
    }

    .header_bottom .container .content .menu .list {
        display: none;
    }

    .header_bottom .container .content .menu .menu_mobile {
        display: flex;
    }

    .header_bottom .container .content .menu {
        margin-right: auto;
    }

    .header_bottom .container .content .categories {
        margin-right: 20px;
    }


    .header_bottom_block {
        height: 40px;
        margin: 10px 0 10px 0;
        width: 100%;
        min-height: auto;
        column-gap: 20px;
    }
    .header_bottom_block .logo .image {
        height: 40px;
    }

    .header_bottom_block .logo .image img{
        height: inherit;
    }

    .header_bottom_block .logo .text {
        display: none;
    }

    .header_bottom_block .manager {
        height: auto;
        margin-left: auto;
    }

    .header_bottom_block .manager.manager1, .header_bottom_block .manager.manager2 .time,  .header_bottom_block .manager.manager2 .whatsapp_desc {
        display: none;
    }

    .header_bottom_block .cart {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: 0px;
        position: relative;
        margin-right: 10px;
    }

    .header_bottom_block .callback_cart {
        height: auto;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        column-gap: 20px;
    }


    .header_bottom_block .callback_cart .cart a .text {
        display: none;
    }
    .header_bottom_block .callback_cart .cart a .amount {
        display: none;
    }
    .header_bottom_block .callback_cart .cart a .count {
        display: block;
        background: #ffd904;
        color: #000;
        font-weight: 800;
        font-size: 11px;
        padding: 6px;
        line-height: 7px;
        border-radius: 50%;
        position: absolute;
        top: 7px;
        right: -10px;
    }

    .header_top_block .logo_mobile,
    .header_top_block .phone_second .icon {
        display: block;
    }

    .header_top_block {
        align-items: center;
        border-bottom: unset;
        flex: 1 1 auto;
        margin-right: 20px;
    }

    .header_top .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_bottom_block .callback {
        max-height: 50px;
        width: 195px;
        text-align: center;
        padding-top: 7px;
    }


    .header_bottom_block .manager .info img{
        width: auto;
        height: auto;
    }


    .header_bottom_block .callback.callback_desktop {
        padding: 0px;
        height: 40px;
        display: flex;
        align-items: center;
    }




}

@media (max-width: 1024px) {
    .menu_mobile_dropdown {
        overflow-y: auto;
        overscroll-behavior-y: contain;
        height: 600px;
        background: #304a5b;
    }

    .category_dropdown {
        overflow-y: auto;
        overscroll-behavior-y: contain;
        height: 600px;
    }
}


@media (max-width: 992px) {
    .header_top_block .phone_second {
        padding: 8px 14px;
        border-right: 1px solid lightgrey;
    }

}

@media (max-width: 768px) {

    .banner .content .info .text .bottom > div > ul {
        display: none !important;
    }

    .banner .content .info {
        top: 15px !important;
    }

    .category_dropdown .container .list {
        height: unset;
        flex-wrap: nowrap;
        max-height: 1000px;
    }

    .category_dropdown .container {
        padding-bottom: 100px;
    }


    .callback_modal form {
        padding: 20px;
    }

    .header_bottom_block .callback_desktop {
        display: none !important;
    }


    .header_bottom_block .callback_mobile {
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 600px) {

    .header_top_block .phone_second {
        display: none;
    }

    .header_top_block .cart {
        column-gap: 7px;
    }

    .header_top_block .cart .text {
        display: none;
    }

    .cart .amount {
        font-size: 15px;
    }

    .header_top_block .cart .icon {
        margin-bottom: 3px;
    }

    .header_top_block {
        margin-right: 8px;
    }

    .header_bottom {
        padding: 0;
    }

    .header_bottom .container {
        padding: 0;
    }

    .header_top .container {
        /*padding: 5px;*/
    }

    .header_bottom .container .content .search .icon {
        margin-right: 15px;
    }
}


@media (max-width: 360px) {
    .header_bottom .container .content .categories {
        width: 150px;
    }
}


/* --- HEADER END ----*/


/* --- BANNER START ---- */

.banner-slider_content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.slider_form_file_input-file {
    position: relative;
    display: inline-block;
    display: flex;


}

.slider_form_file_input-file-text {
    padding: 0 10px;
    line-height: 40px;
    text-align: left;
    height: 40px;
    display: block;
    float: left;
    box-sizing: border-box;

    word-break: break-word;
    line-height: 20px;
}

.slider_form_file_input-file-btn {
    align-items: center;
    position: relative;
    display: flex;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    /*border-radius: 0 4px 4px 0;*/
    line-height: 22px;
    height: 40px;
    padding: 10px 20px 10px 10px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
    background: linear-gradient(269.93deg, #389AB7 -1.73%, #51D6FF 103.6%);

    /*border-radius: 6px;*/
    /*border: 1px solid #ddd;*/
}

.slider_form_file_input-file-btn > div {
    white-space: nowrap;
}


.slider_form_file_input-file-btn img {
    width: auto !important;
}

.slider_form_file_input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.slider_form_file_input-file input[type=file]:focus + .slider_form_file_input-file-btn {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover/active */
.slider_form_file_input-file:hover .slider_form_file_input-file-btn {

}

.slider_form_file_input-file:active .slider_form_file_input-file-btn {

}

/* Disabled */
.slider_form_file_input-file input[type=file]:disabled + .slider_form_file_input-file-btn {
    background-color: #eee;
}

/* чекбокс */
.slider_form_checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.slider_form_checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.slider_form_checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    line-height: 22px;
}

.slider_form_checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/catalog/view/image/obertka.svg) 0 0 no-repeat;
}

/* Checked */
.slider_form_checkbox-other input[type=checkbox] + span:after {
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slider_form_checkbox-other input[type=checkbox]:checked + span:after {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(/catalog/view/image/galochka.svg) 0 0 no-repeat;
    opacity: 1;
}

/* Focus */
.focused span:before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover */
.checkbox-other span:hover:after {
    filter: brightness(110%);
}

/* Active */
.checkbox-other span:active:before,
.checkbox-other span:active:after {
    filter: brightness(80%);
}

/* Disabled */
.checkbox-other input[type=checkbox]:disabled + span {
    color: #666;
    cursor: default;
}

.checkbox-other input[type=checkbox]:disabled + span:before,
.checkbox-other input[type=checkbox]:disabled + span:after {
    filter: grayscale(100%);
    opacity: 0.6;
}

section.banner {
    position: relative;

}

.slider_form_wrap_block {
    position: absolute;
    top: 0;
    z-index: 9999;
    transform: translateX(-50%);
    left: 50%;
}

.slider_form {
    width: auto;
    float: right;
}

.banner .content {
    position: relative;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 568px 1fr;
    column-gap: 110px;
}

.banner .content:before {
    content: none;
}

.banner .content:after {
    content: none;
}

.banner .content .slider_form {
    position: relative;
    top: 20px;
    top: 20px;
}

.slider_form .slider_form_head {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
}

.slider_form .slider_form_subhead {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.slider_form_wrap_line1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:    "slider_form_name slider_form_phone"
                            "slider_form_comment slider_form_comment"
                            "slider_form_file slider_form_file"
                            "slider_form_ckbox slider_form_ckbox"
                            "slider_form_btn .";
    column-gap: 20px;
    /*row-gap: 18px;*/
}

.slider_form_wrap_line1 input[type=text] {
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #B7BFC3;
    border-radius: 6px;
    padding: 0 15px;
    width: 100%;
}

.slider_form_wrap_line1 label {
    color: #fff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.slider_form_wrap_line1 .slider_form_btn {
    grid-area: slider_form_btn;
}

.slider_form_wrap_line1 .slider_form_btn input {
    background: #FFD800;
    color: #434445;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    padding: 0 40px;
    border: none;
    outline: none;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.slider_form_wrap_line1 .slider_form_btn input:hover {
    background: #FFE300;
    color: #434445;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    border: none;
    outline: none;
}

.slider_form_wrap_line1 .slider_form_name {
    grid-area: slider_form_name;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.slider_form_wrap_line1 .slider_form_phone {
    grid-area: slider_form_phone;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.slider_form_wrap_line1 .slider_form_comment {
    grid-area: slider_form_comment;
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.slider_form_wrap_line1 .slider_form_file {
    grid-area: slider_form_file;
    margin-bottom: 17px;
}

.slider_form_wrap_line1 .slider_form_ckbox {
    grid-area: slider_form_ckbox;
    margin-bottom: 24px;
}


.slider_form_wrap_line1 .slider_form_ckbox .privacy_link{
    font-size: 12px;
}

@media (max-width: 767px) {
    .slider_form_wrap_line1 input[type="text"] {
        height: 40px;
        background: #FFFFFF;
        border: 2px solid #B7BFC3;
        border-radius: 6px;
        padding: 0 15px;
        width: 100%;
    }
}


.banner .content .info {
    /*display: none;*/
    position: relative;
    left: 0;
    top: 20px;
}

.banner .content .info.active {
    /*display: block;*/
}

.banner .content .info .text {
    max-width: 564px;
}

.banner .content .info .link {
    display: inline-flex;
    background: linear-gradient(269.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    padding: 0 14px;
    column-gap: 10px;
    text-align: center;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: auto;
    width: fit-content;
    height: 48px;
    text-decoration: none;
}

.banner .content .info .link .text {
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    padding-top: 2px;
}


.banner .content .info .text .top {
    /*background: no-repeat center/cover url('/catalog/view/image/banner/banner_text_bg.png');*/
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0 0px;
    font-family: "Open Sans";
}

.banner .content .info .text .bottom {
    /*background: no-repeat center/cover url('/catalog/view/image/banner/banner_text_bg2.png');*/
    /*font-weight: 700;*/
    /*font-size: 24px;*/
    /*line-height: 33px;*/
    /*color: #FFFFFF;*/
    /*padding: 13px 125px 14px 28px;*/
    display: grid;
    grid-template-columns: 45% 1fr;
    column-gap: 20px;
}

.banner .content .info .text .bottom > div {
    display: flex;
    column-gap: 20px;
    flex-direction: column;
}

.banner .content .info .text .bottom > div ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px 0 20px 0px;
}

.banner .content .info .text .bottom > div ul li {
    color: #fff;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    line-height: 20px;
    font-family: "Open Sans";
}

.banner .content .info .text .bottom > div ul li:before {
    content: "";
    min-width: 8px;
    width: 8px;
    height: 8px;
    background-color: #4ECFF6;
    display: inline-block;
    vertical-align: unset;
    margin-right: 15px;
    margin-top: 6px;
}

.banner .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -36px;
    position: relative;
}

.banner .owl-theme .owl-dots .owl-dot.active span {
    background: #f9b61e;
    outline: 5px solid rgba(249, 182, 30, 0.5);
}

.banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #f9b61e;
}

.banner .owl-theme .owl-dots .owl-dot span {
    background: #404040;
}


@media (max-width: 1024px) {
    .banner .content .info {
        right: 1%;
    }
}


.ocf-horizontal .ocf-filter-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    column-gap: 17px;
    row-gap: 10px;
}

.ocf-theme-light.ocf-horizontal .ocf-filter {
    margin-bottom: 0px !important;
    flex: 0 0 auto !important;
}

.ocf-content {
    background: #F2F2F2 !important;
    padding: 20px;
}

.ocf-theme-light .ocf-dropdown .ocf-filter-header {
    background-color: #fff !important;
}

.ocf-popover, .ocf-header-btn.ocf-desktop {
    /*display: none !important;*/
}

.ocf-header-btn.ocf-desktop {
    display: none !important;
}

.up_galka_close {
    position: absolute;
    right: 25px;
    top: 20px;
}

.up_galka_close:after {
    content: " ";
    background: url("/catalog/view/image/filter_galka_down.svg");
    background-repeat: repeat;
    background-repeat: repeat;
    width: 15px;
    height: 8px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 5px;
    transform: rotate(180deg);
    cursor: pointer;
}

.customFilterClear a {
    border: 1px solid #3A9DBA;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #474747;

    display: flex;
    height: 30px;
    align-items: center;
    column-gap: 11px;
    padding: 0 11px;
    text-decoration: none !important;

}

.customFilter a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(269.93deg, #51D6FF -1.73%, #389AB7 103.6%);

    display: flex;
    height: 30px;
    align-items: center;
    padding: 0 11px;
    text-decoration: none !important;
}

.customFilter a:hover {
    color: #fff;
}


.ocf-theme-light .ocf-dropdown .ocf-filter-header {
    border: 0;
    font-weight: bold;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.ocf-theme-light .ocf-filter-header, .ocf-theme-light .ocf-module-page-header {
    color: #212529;
    text-transform: initial !important;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
}

.ocf-horizontal .ocf-filter {
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-width: fit-content !important;
    flex: 0 0 auto;
}


@media (max-width: 768px) {
    .product .product_info {
        row-gap: 0px !important;
    }

    .catalog_page .catalog_content .products_list .product .product_content .image {
        margin-bottom: 0 !important;
    }

    .product .product_info {
        /*margin-top: 0px !important;*/
    }


    .ocf-horizontal .ocf-filter-list {
        column-gap: 10px !important;
    }

    .ocf-content {
        padding: 20px 12px;
    }

    .customFilter {
        width: 100%;
    }

    .customFilter a {
        justify-content: center;
    }

    .slider_form_wrap_line1 {
        row-gap: 15px;
    }

    .slider_form.two {
        display: block;
        width: 100%;
        float: none;
        padding: 30px 15px;
        background: linear-gradient(269.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    }

    .slider_form .slider_form_head {
        font-family: 'Open Sans';
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .slider_form .slider_form_subhead {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
    }

    .slider_form_wrap_line1 label {
        color: #fff;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }

    .slider_form_checkbox-other {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }


    .banner .content .info {
        right: unset;
        left: 0px;
        top: unset;
        bottom: 0;
    }

    .banner .content .info .text .top {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .banner .content .info .text .bottom {
        padding-right: 70px;
    }

    .banner {
        background-position: 52%;
    }

    .banner .content {
        /*height: 236px;*/
    }

    .banner .content .info .text .top {
        background: unset;
        padding: 0;
        min-height: 110px;
    }

    .banner .content .info .link .text {
        color: white;
        font-weight: 700;
        font-size: 10px;
        line-height: 14px;
        padding-top: 2px;
    }


    .banner .content .info .text .top br {
        /*display: none;*/
    }

    .banner .content .info .text .bottom {
        background: unset;
        padding: 0;
    }

    .banner .owl-theme .owl-nav.disabled + .owl-dots {
        /*display: none;*/
    }

    .banner .content .info .link {
        margin-top: 10px;
        column-gap: 5px;
        padding: 10px;
        width: 100%;
        height: 30px;
    }

    .banner-slider_content {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner .content .info .text {
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    .banner {
        background-position: 37%;
    }


    .banner .content .info .text .top {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }

    .banner .content .info .text .bottom {
        font-size: 14px;
        line-height: 19px;

        display: grid;
        grid-template-columns: auto auto;
        column-gap: 9px;
    }

    .banner .content {
        padding-left: 10px;
        padding-right: 10px;
    }


    .banner .content .info {
        bottom: 14%;
    }
}

/* --- BANNER END ---- */



/* --- XD STICKERS START ----*/
.xd_stickers_2_wrap {
    position: absolute;
    z-index: 9;

    width: 100%;
}

.xdstickers_wrapper.position_upleft {
    top: 0!important;
    right: 0px!important;
    left: auto!important;
    /*background: url(/image/yellow_exluziv.png) no-repeat;*/
    background: url(/image/yellow_exluziv2.png) no-repeat;
    /*height: 70px;*/
    /*width: 74px;*/

    width: 97px !important;
    height: 99px !important;

    overflow: hidden;
}
.xdstickers_wrapper.position_upleft .xdsticker_0{

    background: transparent !important;
    transform: rotate(45deg);
    top: 23px;
    color: #000;
    font-size: 13px;
    position: relative;
    right: -12px;

    /*background: transparent !important;*/
    /*transform: rotate(45deg);*/
    /*top: 16px;*/
    /*color: #000;*/
    /*font-size: 10px;*/
    /*position: relative;*/
    /*right: -2px;*/
}

/* --- XD STICKERS END ---- */



/* --- REASONS START ----*/

.twelve_reasons {
    background-color: #EAF3F7;
    padding-top: 60px;
    padding-bottom: 90px;
}

.twelve_reasons .container h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    text-transform: lowercase;
    color: #000000;
}

.twelve_reasons .container .reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px
}

.twelve_reasons .container .reasons .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 28%;
    margin-top: 35px;
}

.twelve_reasons .container .reasons .item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: center;
    margin-top: 15px;
}

.twelve_reasons .container .reasons .item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-align: center;
    color: #474747;
    margin-top: 12px;
}


@media (max-width: 768px) {
    .twelve_reasons .container .reasons .item {
        width: 80%;
    }

    .twelve_reasons .container .reasons {
        justify-content: center;
    }
}


/* --- REASONS END ----*/

/* --- CATEGORIES_FILTER START ---- */

.categories_filter {
    margin-top: 60px;
    margin-bottom: 50px;
}


.categories_filter ul > li:nth-child(1) {
    margin-left: -10px;
}

.categories_filter h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin-top: 0;
    text-align: center;
}

.categories_filter .pretitle {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.categories_filter .filters {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 20px;
}

.categories_filter .filters .item a {
    display: block;
    border: 3px solid #3A9DBA;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding: 5px 10px;
    border-radius: 0;
    transition-duration: unset;
}

.categories_filter .filters .item a:hover, .categories_filter .filters .item a:focus {
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    padding: 8px 13px;
    border: unset;
}


.categories_filter .nav-tabs {
    border-bottom: unset;
}


.categories_filter .filters .active a, .categories_filter .filters .active a:hover, .categories_filter .filters .active a:focus {
    display: block;
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    padding: 8px 13px;
    border-radius: 0;
    margin: 0;
    border: unset;
    transition-duration: unset;
}


.categories_filter .categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    align-items: center;

}


.categories_filter .categories .item {
    width: 32%;
    /*height: 260px;*/
    position: relative;
    margin-top: 20px;
}

.categories_filter .categories .item:hover {
    transform: scale(1.05);
}


.categories_filter .categories .name {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(100deg, #3A9DBA 2.7%, rgba(80, 209, 249, 0) 92.76%);
    color: white;
    padding: 12px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
}

@media (max-width: 768px) {

    .breadcrumb {
        flex-wrap: nowrap;
        display: flex;
        overflow: scroll;
        width: 100%;
    }

    .breadcrumb a, .breadcrumb span {
        white-space: nowrap;
    }

    .categories_filter .categories .item {
        width: 48%;
    }

    .categories_filter .categories .name {
        bottom: 0;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
    }


    .categories_filter .filters .active a, .categories_filter .filters .active a:hover, .categories_filter .filters .active a:focus {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 16px !important;
        text-align: center;
        color: #000000;
    }

    .categories_filter .filters .item a {

        font-weight: 700 !important;
        font-size: 12px !important;
        line-height: 16px !important;

    }

}

@media (max-width: 550px) {


    #myTab-accordion .confirm_rewiev_chk {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 0 10px 0 !important;
    }

    .categories_filter .categories .item {
        width: 100%;
    }

    .categories_filter .filters .item:first-child {
        margin-left: -10px;
    }

    .categories_filter .filters {
        column-gap: 10px;
    }

    .categories_filter ul > li:nth-child(1) {
        margin-left: -2px;
    }
}

/* --- CATEGORIES_FILTER END ---- */
.js-tabcollapse-panel-body {
    padding: 15px 0 !important;
}

/* PAGE PRODUCT DELIVERY */
.tab_delivery_head {
    font-family: 'Open Sans';
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 33px !important;
    color: #000000 !important;
    margin-bottom: 25px !important;
    margin-top: 30px !important;
}

#tab-delivery p {
    margin: 25px 0 !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #474747 !important;
}

.tab_delivery_list {
    padding: 0;
}

.tab_delivery_list > li {
    list-style: none;
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: flex-start;
    column-gap: 11px;
    row-gap: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    margin-bottom: 20px;
}

.tab_delivery_imagelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab_delivery_imagelist > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.tab_delivery_imagelist > div span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #474747;
}

.tab_delivery_sklad_list {
    display: flex;
    flex-direction: row;
    column-gap: 18px;
}

@media (max-width: 767px) {
    .tab_delivery_sklad_list {
        display: flex;
        flex-direction: column;
        column-gap: normal;
        row-gap: 15px;
    }

    .tab_delivery_imagelist {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
        justify-content: space-around;
    }
}

.tab_delivery_sklad_list .tab_delivery_sklad_item {
    padding: 29px 23px;
    background: #EEF2F2;
    flex: 1 1;
}

.tab_delivery_sklad_list .tab_delivery_sklad_item .sklad_item_name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}

.tab_delivery_sklad_list .tab_delivery_sklad_item .sklad_sublist {
    display: flex;
    flex-direction: column;
    row-gap: 33px;
    column-gap: 15px;
}

.tab_delivery_sklad_list .tab_delivery_sklad_item .sklad_sublist span:nth-child(1) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.tab_delivery_sklad_list .tab_delivery_sklad_item .sklad_sublist span:nth-child(2) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.75);
}

.tab_delivery_sklad_list .tab_delivery_sklad_item .sklad_sublist .sklad_sublist_item {
    display: flex;
    column-gap: 15px;
}


/* PAGE PRODUCT PAY */
.tab_payment_list {
    display: flex;
    flex-direction: column;
    row-gap: 21px;
    margin-top: 30px;
}

.tab_payment_list .tab_payment_item {
    padding: 35px;
    background: #EEF2F2;
}

.tab_payment_list .tab_payment_item .payment_item_head {
    display: flex !important;
    column-gap: 20px !important;
    align-items: center !important;
    margin-bottom: 25px;
}


.tab_payment_list .tab_payment_item .payment_item_head h3 {
    display: flex !important;
    column-gap: 20px !important;
    align-items: center !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 33px !important;
    color: #000000 !important;
    margin: 0 !important;
}

.tab_payment_list .tab_payment_item .payment_item_subhead {
    display: flex !important;
    column-gap: 20px !important;
    align-items: center !important;
    margin-bottom: 15px;
}


.tab_payment_list .tab_payment_item .payment_item_subhead h3 {
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    color: #000000 !important;
    margin: 0 !important;
}

.tab_payment_list .tab_payment_item ul li {
    list-style: none;
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: flex-start;
    column-gap: 15px;
    margin-bottom: 20px;
}

.tab_payment_list .tab_payment_item ul li span:nth-child(1) {
    width: 100%;
    height: 4px;
    background: #46BADE;
    display: block;
    margin-top: 10px;
}

.tab_payment_list .tab_payment_item ul li span:nth-child(2) {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

@media (max-width: 767px) {
    .tab_payment_list .tab_payment_item {
        padding: 25px 15px;
        background: #EEF2F2;
    }

    .product .product_decsription p {
        margin: 10px 0 !important;
    }
}

/* --- COMMENTS START ----*/


.comments {
    padding: 50px 0;
    background-color: #EEF1F3;
}

.comments h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #000000;
}

.comments .comments_slider {
    margin-top: 40px;
    position: relative;

}

.comments #comments_slider {
    width: 90%;
    margin: auto;
}

.comments .comments_slider .item {
    background-color: #fff;
    padding: 30px 20px;
    margin: 25px 0;
    transform: scale(0.9);
}

.comments .comments_slider .item .comment_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.comments .comments_slider .item .comment_content .name {
    margin-top: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.comments .comments_slider .item .comment_content .city {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    margin-bottom: 10px;
}


.comments .comments_slider .item .comment_content .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}

.comments .comments_slider .item .comment_content .link {
    margin-top: 10px;
    display: none;
}

.comments .comments_slider .item .comment_content .link a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.comments .comments_slider .item .comment_content .link a img {
    display: inline-block;
    width: 12px;
    margin-bottom: 3px;
}


.comments .arrow_right {
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.comments .arrow_left {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 2;
    cursor: pointer;
}


.comments .owl-carousel.owl-drag .center .item {
    box-shadow: 0px 12px 12px 5px rgba(34, 60, 80, 0.2);
    transform: scale(1.1);
    padding: 50px 20px;
}

.comments .owl-carousel.owl-drag .center .item .link {
    display: block;
}


.comments .comments_slider .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;

}

.comments .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
    position: relative;
    display: block !important;
}

.comments .owl-theme .owl-dots .owl-dot.active span {
    background: #f9b61e;
    outline: 5px solid rgba(249, 182, 30, 0.5);
}

.comments .owl-theme .owl-dots .owl-dot span {
    background-color: #404040;
}

.comments .owl-theme .owl-dots .owl-dot:hover span {
    background: #f9b61e;
}

.comments .owl-theme .owl-dots .owl-dot {
    zoom: 1.4;

}


.comments .buttons {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.comments .all_comments a {
    border: 3px solid #399DBA;
    padding: 8px 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #161616;
    margin-right: 5px;
    white-space: nowrap;
}

.comments .leave_comment a {
    padding: 11px 25px;
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 5px;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .comments .owl-carousel.owl-drag .center .item {
        transform: scale(0.75);
        max-width: 371px;
        margin: 10px auto;
    }

    .comments .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: -35px;
    }

    .comments .comments_slider .item .comment_content .text {
        font-size: 19px;
    }

    .comments .comments_slider .item .comment_content .link {
        margin-top: 15px;
    }

    .comments .comments_slider .item .comment_content .link a {
        font-size: 17px;
    }

    .comments .comments_slider .item .comment_content .name {
        margin-top: 20px;
        font-size: 19px;
    }

    .comments .comments_slider .item .comment_content .city {
        font-size: 15px;
        margin-top: 10px;
    }

    .comments h2 {
        margin-bottom: -72px;
    }

    .comments {
        padding-top: 30px;
    }

    .comments .owl-theme .owl-dots .owl-dot {
        zoom: 1.2;
    }

    .comments .all_comments a {
        font-size: 10px;
    }

    .comments .leave_comment a {
        font-size: 10px;
    }

}


/* --- COMMENTS END ----*/

/* --- PRICE LIST FORM START ----*/

.price_list_form {
    padding: 50px 0;
    background: linear-gradient(270.14deg, rgba(98, 134, 158, 0.75) 46.54%, rgba(26, 80, 116, 0.75) 99.91%);
    position: relative;
    overflow: hidden;
}

.price_list_form .alm_chunk {
    position: absolute;
    top: 0;
    right: 17%;
}

.price_list_form .alm_chunk img {
    max-width: 729px !important;
}

.price_list_form form {
    z-index: 10;
    position: relative;
}

.price_list_form form legend {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: none;
}

.price_list_form form .pretitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 25px;
    width: 80%;
}

.price_list_form form .inputs_block {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.price_list_form form .message {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.price_list_form form .nes_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.price_list_form form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.price_list_form form .inputs_block input[type=text] {
    height: 50px;
    font-size: 18px;
}

.price_list_form form .form-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #434445;
    padding: 10px 30px;
    background-color: #FFD800;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}


@media (max-width: 1024px) {
    .price_list_form .alm_chunk {
        right: -20%;
    }

    .price_list_form form .inputs_block {
        flex-direction: column;
        align-items: baseline;
    }

    .price_list_form form legend {
        width: 50%;
    }

}


@media (max-width: 600px) {
    .price_list_form form .form-group {
        width: 100%;
    }

    .price_list_form .alm_chunk {
        right: -26%;
    }

    .price_list_form form .form-button {
        display: block;
        text-align: center;
    }

    .price_list_form form legend {
        width: unset;
    }
}

@media (max-width: 450px) {

    .price_list_form .alm_chunk {
        right: -55%;
    }

}


/* --- PRICE LIST FORM END ----*/


/* --- FOOTER START ---- */

footer {
    background-color: #304A5B;
    padding-top: 35px;
    padding-bottom: 10px;
}

footer .container {
    /*display: flex;*/
    /*flex-direction: column;*/
}

.footer_top {
    display: grid;
    grid-template-areas: "footerLogo footerPhones footerAddress footerCallback"
                         "footerLogo footerMessenger work_time ."
                         "footerPayment . . ."   ;
    grid-template-columns: 25% 25% 25% 25%;
    column-gap: 15px;
    row-gap: 20px;
}


@media (max-width: 1200px) {
    .footer_top {
        display: grid;
        grid-template-areas: "footerLogo footerPhones footerAddress "
                         "footerLogo footerMessenger work_time"
                         "footerPayment . footerCallback"   ;
        grid-template-columns: auto auto auto;
        column-gap: 15px;
        row-gap: 20px;
    }
}


.footer_top .footer_messenger {
    grid-area: footerMessenger;
    display: flex;
    flex-direction: column;
}
.footer_top .footer_messenger > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.footer_top .footer_messenger .whatsapp_desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
}

.footer_top .footer_messenger a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    column-gap: 15px;
    text-decoration: none;
    align-items: center;
}
.footer_top .footer_messenger a img {
    width: 30px;
    height: 30px;
}

.footer_middle {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
}

.footer_top .paymethods {
    grid-area: footerPayment;
}

.footer_top .paymethods  p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 8px;
}

.footer_top .paymethods .paymethods_icons {
    display: flex;
    column-gap: 11px;
}

.footer_top .paymethods .paymethods_icons img {
    max-width: 100%;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    column-gap: 65px;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding-top: 15px;
}

.footer_top .logo {
    grid-area: footerLogo;
}

.footer_top .logo .rights {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 15px;
}

.footer_top .phones {
    grid-area: footerPhones;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer_top .phones .phone_first .number a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer_top .phones .phone_first .number .icon {
    display: inline-block;
    margin-right: 5px;
}

.footer_top .phones .phone_first .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 5px;
    margin-left: 30px;
}

.footer_top .phones .phone_second .number .icon {
    display: none;
    margin-right: 5px;
}

.footer_top .phones .phone_second .number a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-left: 30px;
}

.footer_top .address {
    display: flex;
    column-gap: 8px;
}

.footer_top .address_wrap {
    grid-area: footerAddress;
    display: flex;
    flex-direction: column;
    flex: 0 0 333px;
}

.footer_top .address .icon {

}

.footer_top .address_wrap .address a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;

    /* identical to box height */
    text-decoration-line: underline;

    color: #FFFFFF;
}

.footer_top .address_wrap .text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
}

.footer_top .address .text {
    width: 250px;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.75);
}
.footer_top .address .footer_addres_desc {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.footer_top .callback {
    grid-area: footerCallback;
    color: white;
    text-transform: uppercase;
    padding: 15px 25px;
    background: linear-gradient(100deg, #389AB7 -1.73%, #51D6FF 103.6%);
    max-height: 49px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    flex: 0 0 278px;
    cursor: pointer;
    transition-duration: 0.2s;
}

.footer_top .callback:hover {
    background: linear-gradient(100deg, #389AB7 43.27%, #51D6FF 103.6%);
}

.footer_top .callback:active {
    background: #389AB7;
}


.footer_top .callback .icon_mobile {
    display: none;
}

.footer_middle .mail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex: 0 0 22%;
    margin-left: 3px;
}

.footer_middle .mail .icon {
    display: inline-block;
    padding-top: 3px;
}

.footer_middle .mail .address {
    display: grid;
    grid-template-columns: 20px 1fr;
    column-gap: 8px;
}

.footer_middle .mail .address a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.footer_middle .mail .address a:hover {
    color: #348FAA;
}


.footer_middle .mail .text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    /*margin-top: 5px;*/
    /*margin-left: 30px;*/
}

.footer_top .work_time {
    display: flex;
    grid: work_time;
}

.footer_top .work_time .icon {
    display: inline-block;
    margin-right: 10px;

}

.footer_top .work_time .text {
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    width: 250px;
}

.footer_middle .managers {
    display: flex;
    flex-direction: column;
    margin-top: -50px;
    margin-right: 60px;
    row-gap: 10px;
}

.footer_middle .manager {
    display: flex;
    flex-direction: column;
}

.footer_middle .manager .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.75);

}


.footer_middle .manager .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
}


.footer_middle .manager .info .phone a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.footer_bottom .menu {
    width: 100%;
}

.footer_bottom .menu .list {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 15px;
}

.footer_bottom .menu .list li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.footer_bottom .links {
    text-align: right;
    white-space: nowrap;
}

.footer_bottom .links .link a {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.75);
}

.footer_mobile_add {
    display: none;
    row-gap: 10px;
}

.footer_mobile_add .footerCopyright {
    grid-area: footerCopyright;
}
.footer_mobile_add .footerLogo {
    grid-area: footerLogo;
    max-width: 120px;
    display: flex;
    align-items: center;
}
.footer_mobile_add .footerLinks {
    grid-area: footerLinks;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_mobile_add .top {
    display: flex;
    column-gap: 10px;
    grid-area: footer_mobile_phone;
    align-items: center;
    justify-content: flex-end;
}

.footer_mobile_add .top .number a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer_mobile_add .bottom {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.75);
}


@media (max-width: 1200px) {
    .footer_middle .managers {
        margin-right: -15px;
    }

    .footer_middle {
        margin-top: 25px;
    }


}

@media (max-width: 1024px) {
    footer_mobile_add
    .footer_top .phones,
    .footer_top .address,
    .footer_top .callback,
    .footer_middle,
    .footer_bottom .menu,
    .footer_top .logo .rights {
        /*display: none;*/
    }

    .footer_top .phones .phone_second .number a {
        margin-left: 0;
    }

    .footer_top .phones .phone_second .number .icon {
        display: inline-block;
    }

    footer .container {
        flex-direction: row;
        justify-content: space-between;
        column-gap: 10%;
        align-items: center;
    }

    footer .container::before,
    footer .container::after {
        content: unset;
    }

    .footer_mobile_add {
        display: grid;
        grid-template-areas:    "footerLogo footerLinks footer_mobile_phone"
                                "footerLogo footerLinks footer_mobile_phone"  ;

        grid-template-columns: 33% 33% 33%;
        column-gap: 15px;
    }

    .footer_mobile_add .footerCopyright {
        display: none;
    }

    .footer_mobile_add .links .link a {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.75);
    }


    footer {
        padding: 20px 0;
    }


}

@media (max-width: 768px) {
    footer .container {
        column-gap: unset;
        position: relative;
    }

    .footer_top .logo {
        width: 120px;
    }

    .footer_mobile_add {
        display: grid;
        grid-template-areas:    "footerLogo footer_mobile_phone"
                                "footerLinks footer_mobile_phone"  ;

        grid-template-columns: 40% 1fr;
        column-gap: 15px;
    }

    .footer_mobile_add .top {
        display: flex;
        justify-content: flex-end;
    }

    .footerLinks {
        display: none!important;
    }

}

@media (max-width: 520px) {



    footer .container {
        flex-direction: column;
        align-items: baseline;
    }

    .footer_bottom .links {
        margin-top: 0;
    }

}


/* --- FOOTER END ---- */

/* --- NEWS PAGE START ---- */

.news_page h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
}

.news_page .news_list {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    margin-bottom: 22px;

}

.news_page .pagination {
    display: none !important;
}

.news_page .news_list .item {
    display: flex;
}

.news_page .news_list .item .left {
    flex: 0 0 300px;
    align-items: center;
    display: flex;
}

.news_page .news_list .item .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_page .news_list .item .right {
    flex: 1 1 auto;
}


.news_page .news_list .item .right .news_content {
    background-color: #F8F8F8;
    padding: 50px;
    height: 100%;
}

.news_page .news_list .item .right .news_content .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.news_page .news_list .item .right .news_content .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}

.news_page .news_list .item .right .news_content .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.75);
}

.news_page .news_list .item .right .news_content .link {
    margin-top: 20px;
}

.news_page .news_list .item .right .news_content .link a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.news_page #load_more_news {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #161616;
    padding: 10px 20px;
    border: 3px solid #3A9DBA;
    margin: 50px auto;
    display: block;
    width: 261px;
    cursor: pointer;
}


@media (max-width: 768px) {
    .news_page .news_list .item {
        flex-direction: column;
    }

}

@media (max-width: 425px) {


    .news_page .news_list .item .right .news_content {
        padding: 15px;
    }

}

/* --- NEWS PAGE END ---- */

/* --- DELIVERY PAGE START ---- */

.delivery_page h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
}

.delivery_page .price_list h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.delivery_page .price_list .list .item {
    display: flex;
    column-gap: 20px;
    margin-top: 12px;
}

.delivery_page .price_list .list .item .icon {
    flex: 0 0 32px;
}

.delivery_page .regions {
    margin-top: 35px;
}

.delivery_page .regions h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}


.delivery_page .regions .text .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 40px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.delivery_page .regions .text .list .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}


.delivery_page .regions .text .list .icon .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #474747;
    margin-top: 15px;
}

.delivery_page .regions .text b {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.delivery_page .pickup h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-top: 30px;
}

.delivery_page .pickup .info_blocks {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.delivery_page .pickup .info_blocks .left {
    background-color: #EEF2F2;
    padding: 30px 25px;
    flex: 1 1 auto;
}

.delivery_page .pickup .info_blocks .left h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.delivery_page .pickup .info_blocks .left .address {
    display: flex;
    column-gap: 15px;
}


.delivery_page .pickup .info_blocks .left .address .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.delivery_page .pickup .info_blocks .left .work_time {
    margin-top: 25px;
    display: flex;
    column-gap: 10px;
}

.delivery_page .pickup .info_blocks .left .work_time .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.75);
    max-width: 350px;
}

.delivery_page .pickup .info_blocks .left .parking {
    margin-top: 15px;
}

.delivery_page .pickup .info_blocks .left .parking .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.delivery_page .pickup .info_blocks .left .parking .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.75);
}

.delivery_page .pickup .info_blocks .left .shipment .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-top: 15px;
}

.delivery_page .pickup .info_blocks .left .shipment .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
}

.delivery_page .pickup .info_blocks .left .shipment .text b {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}


.delivery_page .pickup .info_blocks .right {
    background-color: #EEF2F2;
    padding: 30px 25px;
    flex: 1 1 auto;
}

.delivery_page .pickup .info_blocks .right h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.delivery_page .pickup .info_blocks .right .address {
    display: flex;
    column-gap: 15px;
}


.delivery_page .pickup .info_blocks .right .address .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.delivery_page .pickup .info_blocks .right .work_time {
    margin-top: 25px;
    display: flex;
    column-gap: 10px;
}

.delivery_page .pickup .info_blocks .right .work_time .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.75);
    max-width: 350px;
}

.delivery_page .bottom_text {
    margin-top: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .delivery_page .pickup .info_blocks {
        flex-direction: column;
        row-gap: 20px;
    }

    .delivery_page .regions .text {
        line-height: 20px;
    }

    .delivery_page .bottom_text {
        line-height: 20px;
    }
}

/* --- DELIVERY PAGE END ---- */


/* --- REFUND PAGE START ---- */

.refund_page h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
}

.refund_page .refund h2,
.refund_page .exchange h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;

}

.refund_page .refund .item .icon,
.refund_page .exchange .item .icon {
    flex: 0 0 33px;
}

.refund_page .refund .item .text,
.refund_page .exchange .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.refund_page .refund .item .text b,
.refund_page .exchange .item .text b {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.refund_page .refund .item,
.refund_page .exchange .item {
    display: flex;
    column-gap: 10px;
    margin: 10px 0;
}


.refund_page .exchange {
    margin-bottom: 50px;
}

/* --- REFUND PAGE END ---- */

/* --- CATALOG PAGE START ---- */
.sort-by-block-wrap {
    display: none;
}

.sort-by-block-wrap.open {
    display: block;
    float: right;
    width: 200px;
    position: absolute;
    right: 20px;
    top: 0px;
}

.sort-by-block {
    position: relative;
    display: block;
    min-width: 220px;
    width: 190px;
    max-width: 190px;
    margin-bottom: 20px;
}

.sort-by-block-head {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #474747;
    margin-bottom: 7px;
}

.select__head {
    width: 100%;
    max-width: 100%;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
}

.select__head.open {
    border-radius: 4px 4px 0 0;
}

.select__head::after {
    width: 10px;
    height: 6px;
    background: #FFF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 9px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 7.5px 15px;
    cursor: pointer;
    list-style-type: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
    background: #EAEAEA;
    border: 1px solid #E9E9E9;

    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #3A9DBA;
}


.catalog_page h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin-bottom: 20px;
}

.search-result {
    margin: 30px 0;
    font-size: 20px;

}


.catalog_page .catalog_content {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    margin-bottom: 50px;
}


/* Plitka tags */
.catalog_page .catalog_content .products .plitka_tag_up_wrap {
    overflow: hidden;
    position: relative;
    background: #fff;
    z-index: 999;
}

.catalog_page .catalog_content .products .plitka_tag_up_wrap .navi {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 30px;
    align-items: center;
    padding: 0 10px;
    background: linear-gradient(269.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: #fff;
    border-left: 10px solid #fff;
    cursor: pointer;
}


.catalog_page .catalog_content .products .plitka_tag_up_wrap .navi span {
    display: none;
}

.catalog_page .catalog_content .products .plitka_tag_up_wrap .navi span.open {
    display: flex;
}


.catalog_page .catalog_content .products .plitka_tag_up_wrap_list {
    display: flex;
    /*flex-wrap: wrap;*/
    column-gap: 6px;
    row-gap: 6px;
}

.catalog_page .catalog_content .products .plitka_tag_up_wrap_list.open {
    flex-wrap: wrap;
}

.catalog_page .catalog_content .products .plitka_tag_up_wrap .plitka_tag_up_item a {
    white-space: nowrap;
    display: flex;
    padding: 0 15px;
    height: 30px;
    border: 1px solid #3A9DBA;
    align-items: center;


    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.catalog_page .catalog_content .products {
    flex: 1 1 auto;
    position: relative;
}

.catalog_page .catalog_content .menu .list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}


.catalog_page .catalog_content .menu .list .item a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: black;
    padding: 5px 20px;
    width: 214px;
    border: unset;
    transition-duration: 0s;
    border: 2.5px solid #389AB7;
}

.catalog_page .catalog_content .menu .list .item .active {
    background: linear-gradient(350deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    border: none;
    padding: 7.5px 22.5px;
}


.catalog_page .catalog_content .menu .list .item a:hover {
    background: linear-gradient(350deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    border: none;
    padding: 7.5px 22.5px;
    text-decoration: none;
}

.catalog_page .catalog_content .menu .list .active a {
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    border: unset;
    padding: 8px 23px;
}

.catalog_page .catalog_content .products {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    /*overflow: hidden;*/
}

.catalog_page .catalog_content .settings {
    display: flex;
    justify-content: space-between;
}

.catalog_page .catalog_content .settings .left {
    margin-right: 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    margin-top: 0;
}

.catalog_page .catalog_content .settings .left label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #474747;
}

.catalog_page .catalog_content .settings .left input {
    width: 114px;
    height: 36px;
    padding: 3px 7px;
    font-size: 16px;
    border: 1.5px solid #B7BFC3;
}

.catalog_page .catalog_content .settings .string {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #888888;
}


.catalog_page .catalog_content .settings .right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.catalog_page .catalog_content .settings .right .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #474747;
}

.catalog_page .catalog_content .settings .right .setting-buttons {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 15px;
}

.catalog_page .catalog_content .settings .right .setting-buttons .setting-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    padding: 3px 10px;
    border: 1.5px solid #3A9DBA;
    height: 35px;
    cursor: pointer;
    white-space: nowrap;
}

.catalog_page .catalog_content .settings .right .setting-buttons .setting-button:hover {
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    border: unset;
    padding: 4.5px 11.5px;
}

.catalog_page .catalog_content .settings .right .setting-buttons .setting-button:hover .title {
    color: white;
}


.catalog_page .catalog_content .settings .right .setting-buttons .setting-button .dropdown-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}


.catalog_page .catalog_content .settings .right .setting-buttons .setting-button .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}

.catalog_page .catalog_content .settings .right .open > .dropdown-menu {
    border: 1px solid #3A9DBA;
    display: inline-block;
    border-radius: 0;
    margin-top: -1px;
    padding: 0;
}

.catalog_page .catalog_content .settings .right .open > .dropdown-menu li {
    cursor: pointer;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
}

.catalog_page .catalog_content .settings .right .open > .dropdown-menu li:hover {
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
}

.catalog_page .catalog_content .settings .right .open > .dropdown-menu .active {
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
}


.catalog_page .catalog_content .settings .right .setting-buttons .active {
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    border: unset;
    padding: 4.5px 11.5px;
}


.catalog_page .catalog_content .settings .right .setting-buttons .active .title {
    color: white;
}

.catalog_page .catalog_content .products_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    justify-content: flex-start;
}

.catalog_page .catalog_content .products_list .product {
    width: 31%;
    position: relative;
}

.catalog_page .catalog_content .products_list .product .product_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    transition-duration: 0.3s;
    position: relative;
}

.catalog_page .catalog_content .products_list .product .product_content .image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.catalog_page .catalog_content .products_list .product .product_content .image img {
    max-width: 100%;
    max-height: 100%;
}

.catalog_page .catalog_content .products_list .product .product_content .caption {
    padding: 15px;
    height: 100%;
    background-color: #F2F2F2;
}
.catalog_page .catalog_content .products_list .product .product_content .caption:focus {
    text-decoration: none;
}

.catalog_page .catalog_content .products_list .product:hover .product_content .caption {
    /*background-color: #e3e3e3;*/
}

.catalog_page .catalog_content .products_list .product .product_content .caption .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #3A9DBA;
    margin-bottom: 15px;
}

.catalog_page .catalog_content .products_list .product .product_content .caption .item {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.catalog_page .catalog_content .products_list .product .product_content .caption:hover {
    text-decoration: none;
}


.catalog_page .catalog_content .products_list .product .product_content .caption .item .name {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #474747;
}

.catalog_page .catalog_content .products_list .product .product_content .caption .item .value {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #474747;
}

.catalog_page .catalog_content .products_list .product .product_content .bottom_block {
    display: flex;
}


.catalog_page .catalog_content .products_list .product .product_content .bottom_block .quantity_select {
    display: flex;
    align-items: center;
    background: #E6E6E6;
    flex: 1 1 30%;
    justify-content: space-evenly;
}

.catalog_page .catalog_content .products_list .product .product_content .bottom_block .quantity_select input {
    width: 32px;
    background: #E6E6E6;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.catalog_page .catalog_content .products_list .product .product_content .bottom_block .quantity_select a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    width: 100%;
}

.catalog_page .catalog_content .products_list .product .product_content .bottom_block .price {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5E5E5E;
    font-weight: 700;
    font-size: 14px;
    /*line-height: 24px;*/
    color: #FFFFFF;

    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.catalog_page .catalog_content .products_list .product .product_content .bottom_block .cart {
    /*flex: 1 1 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    column-gap: 10px;
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
}

.catalog_page .catalog_content .products_list .product .product_content .bottom_block .cart:hover {
    background: linear-gradient(300deg, #389AB7 -1.73%, #51D6FF 103.6%);
}

.catalog_page .catalog_content .products_list .product .product_content .bottom_block .cart button {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: white;
    background: unset;
    border: none;
    white-space: pre;
}

.catalog_page .catalog_content .products_list .product .product_content .bottom_block .cart .message {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(300deg, #389AB7 40%, #51D6FF 103.6%);
    text-align: center;
    padding-top: 13px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: white;
}

.catalog_page .catalog_content .products_list .product .product_content .bottom_block .cart .icon {
    min-width: 22px;
    min-height: 20px;
}

.catalog_page .catalog_content .products_list
.catalog_page .catalog_content .products_list .pagination > .active > a,
.catalog_page .catalog_content .products_list .pagination > .active > a:focus,
.catalog_page .catalog_content .products_list .pagination > .active > a:hover,
.catalog_page .catalog_content .products_list .pagination > .active > span,
.catalog_page .catalog_content .products_list .pagination > .active > span:focus,
.catalog_page .catalog_content .products_list .pagination > .active > span:hover {
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    border-color: #389AB7;
}

.catalog_page .catalog_content .products_list .pagination li:hover a {
    color: white;
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
}


@media (max-width: 1024px) {
    .catalog_page .catalog_content {
        column-gap: 10px;
    }

    .catalog_page .catalog_content .settings .left {
        column-gap: 5px;
    }

    .catalog_page .catalog_content .settings .right .setting-buttons {
        column-gap: 7px;
    }

    .catalog_page .catalog_content .menu .list {
        display: none;
    }

    .catalog_page .catalog_content .products_list .product {
        width: 48%;
    }
}

@media (max-width: 680px) {
    .catalog_page .catalog_content .settings {
        flex-direction: column;
    }

    .catalog_page .catalog_content .settings .left {
        justify-content: start;
    }

    .catalog_page .catalog_content .products_list .product {
        width: 70%;
    }

    .catalog_page .catalog_content .products_list {
        justify-content: center;
        margin-top: 30px;
    }

}

@media (max-width: 425px) {

    .catalog_page .catalog_content .settings .right .setting-buttons {
        flex-direction: column;
        row-gap: 5px;
    }

    .catalog_page .catalog_content .settings .right .setting-buttons .setting-button {
        width: 100%;
        justify-content: center;
    }

    .catalog_page .catalog_content .settings .right .open > .dropdown-menu li {
        font-size: 15px;
        text-align: center;
    }

    .catalog_page .catalog_content .settings .right .open > .dropdown-menu {
        min-width: 100%;
        margin-top: 5px;
        margin-left: 1px;
    }

    .catalog_page .catalog_content .products_list .product {
        width: 98%;
    }


}


/* --- CATALOG PAGE END ---- */

/* --- PRODUCT START ----*/


.product .product_info {
    display: flex;
    justify-content: space-between;
    column-gap: 23px;
}

.product .product_head_wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 23px;
}

.product .product_head_wrap .product_head_wrap_reviews {
    display: flex;
    height: 30px;
    align-items: center;
    column-gap: 32px;
    margin-top: 7px;
}

.product .product_head_wrap .product_head_wrap_reviews .product_head_wrap_reviews_left .lll {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    border-bottom: 2px dashed rgba(71, 71, 71, 0.3);;
    color: #474747;
}

.product .product_head_wrap .product_head_wrap_reviews .product_head_wrap_reviews_left {
    display: flex;
    column-gap: 14px;
}

.product .product_head_wrap .product_head_wrap_reviews .product_head_wrap_reviews_right .vnalichii {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #5BB215;

}

.product .product_head_wrap .product_head_wrap_reviews .product_head_wrap_reviews_right .vnalichii {

}


.product .product_info .left {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: space-between;
    height: 347px;
    width: 592px;
    padding-top: 49px;
}


.product h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 40px;
}

.product .product_info .left .scu {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    /*margin-bottom: 30px;*/
}

.product .product_info .left .params {
    display: flex;
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.product .product_info .left .params .param .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #474747;
}

.product .product_info .left .params .param .value {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #474747;
}

.product .product_info .left .bottom_buttons {
    display: grid;
    grid-template-columns: 150px 150px auto auto 1fr;
    /*grid-template-columns: auto auto auto auto 1fr;*/
    grid-template-areas:    "bottom_buttons_price bottom_buttons_quantaty bottom_buttons_cart bottom_buttons_metrprice ."
                            "tesWtrappp tesWtrappp tesWtrappp . .";
    /* bottom_buttons_product_calc_btn */
    align-items: center;
    height: 48px;
    row-gap: 40px;
}


.product .product_info .left .tesWtrappp {
    grid-area: tesWtrappp;
    display: flex;
}

.product .product_info .left .product_calc_btn {
    grid-area: bottom_buttons_product_calc_btn;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 25px;
    justify-content: center;
}

.product .product_info .left .product_calc_btn a {
    text-decoration: none;
}

.product .product_info .left .product_calc_btn span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000000;

}

.product .product_info .left .product_metr_price {
    grid-area: bottom_buttons_metrprice;
}

.product .product_info .left .product_metr_price a {
    border: 2px solid #4CCBF1;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 48px;
    margin-left: 20px;
    padding: 0 0px;
    justify-content: center;
    width: 100%;
}

#product_metr_price {
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}


.product .product_info .left .bottom_buttons .quantaty {
    grid-area: bottom_buttons_quantaty;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #474747;
    background-color: rgb(218 218 218);
    padding: 7px 8px;
    flex: 0 0 auto;
}

.product .product_info .left .bottom_buttons .quantaty input {
    width: 40px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #474747;
    border: none;
    background-color: rgb(218 218 218);
}

.product .product_info .left .bottom_buttons .quantaty .button_increase,
.product .product_info .left .bottom_buttons .quantaty .button_decrease {
    padding: 5px 10px;
    cursor: pointer;
    user-select: none;
}

.product .product_info .left .bottom_buttons .price {
    grid-area: bottom_buttons_price;
    background-color: #5E5E5E;
    padding: 0px 25px;
    color: white;
    font-weight: 700;
    font-size: 14px;
    /*line-height: 24px;*/
    flex: 0 0 auto;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price .special_stroke {
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through;
    text-decoration-color: white;
}

.product .product_info .left .bottom_buttons .cart {
    grid-area: bottom_buttons_cart;
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    position: relative;
}

.product .product_info .left .bottom_buttons .cart button {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: white;
    background: unset;
    border: none;
}

.product .product_info .left .bottom_buttons .cart .message {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(300deg, #389AB7 40%, #51D6FF 103.6%);
    text-align: center;
    padding-top: 13px;
    font-size: 14px;
    color: white;
}


.product .product_info .right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
    position: relative;
}

.product .product_get_opt_price_btn {
    grid-area: bottom_buttons_opt_price_btn;
}


.product .product_get_opt_price_btn a {
    background: #FFD800;
    display: inline-flex;
    align-items: center;
    height: 40px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    padding: 0 15px;
    text-decoration: none;
}


.product .product_decsription {
    margin-bottom: 50px;
    margin-top: 90px;
}

.product .product_decsription .tab-content {
    display: block;
}

.product .product_decsription ul.nav-tabs {
    border: none;
    margin-right: 4px;
}

.product .product_decsription ul.nav-tabs > li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #474747;
    padding: 12px 24px;
    background: #ECECEC;
    border: none;
    border-radius: 0;
    margin-right: 4px;
    border-bottom: 2px solid #50D2FA;
}


.product .product_decsription ul.nav-tabs li.active a {
    border-bottom: 2px solid #ECECEC;
}


.product .product_decsription p {
    margin: 30px 0;
}

.product .product_decsription h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;

    color: #474747;
}

#myTab-accordion > .panel-default {
    border: none;
    border-radius: 0;
}

#myTab-accordion > .panel-default > .panel-heading {
    background: #ECECEC;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

#myTab-accordion > .panel-default > .panel-heading > .panel-title a {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #474747;
    border-bottom: 2px solid transparent;
}

#myTab-accordion > .panel-default > .panel-heading > .panel-title a.collapsed {
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #474747;
    border-bottom: 2px solid #50D2FA;
}


@media (max-width: 1024px) {
    .product .product_info {
        flex-direction: column-reverse;
        row-gap: 30px;
        /*margin-top: 15px;*/
    }

    .product h1 {
        max-width: 100%;
    }
}


@media (max-width: 470px) {

    .product .product_info .left .bottom_buttons {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .product .product_info .left .bottom_buttons .cart {
        flex: 1 1 auto;
        justify-content: center;
    }

    .product .product_info .left .bottom_buttons .price {
        flex: 1 1 auto;
        text-align: center;
    }

    .product .product_info .left .scu {
        margin-top: 0;
    }
}


/* --- PRODUCT END ----*/

/* --- PRODUCT-SLIDER START ---- */

.swiper-button-prev::after, .swiper-button-next::after {
    content: "";
}

.swiper-button-prev {
    position: absolute;
    top: -34px;
    bottom: unset;
    right: 7%;
    left: unset;
    transform: rotate(90deg);
}

.swiper-button-next {
    position: absolute;
    bottom: -40px;
    top: unset;
    right: 7%;
    left: unset;
    transform: rotate(90deg);
}

.gallery {
    width: 100%;
    max-width: 625px;
    /*display: flex;*/
    height: 333px;
    /*max-height: 333px;*/
    column-gap: 10px;
    position: relative;

    display: grid;
    grid-template-columns: 70% auto;
    grid-template-rows: 1fr;
}

/*.gallery .swiper-container .swiper-wrapper a.swiper-slide > div{*/
/*    position: relative;*/
/*}*/

.gallery-slider {
    height: auto;
    /*margin: 0 0 10px 0;*/
    overflow: hidden;
    /*flex: 1 1 70%;*/
    /*align-self: center;*/
    /*width: 70%;*/
    position: relative;
}

.gallery-slider .swiper-slide {
    width: auto;
    /*height: 400px;*/
}

.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    /*height: 100%;*/
    margin: 0 auto;
}

.gallery-thumbs {
    /*width: 100%;*/
    padding: 0;
    overflow: hidden;
    /*flex: 1 1 30%;*/
}

.gallery-thumbs .swiper-slide {
    /*width: 100px;*/
    /*height: 100px !important;*/
    /*text-align: center;*/
    /*overflow: hidden;*/

}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    cursor: pointer;
}

/* Стикеры */
.sticker_discount_product {
    position: absolute;
    top: 0;
    right: 0;
    width: 117px !important;
    height: 119px !important;
}

.sticker_discount_category {
    position: absolute;
    top: 0;
    right: 0;
    width: 97px !important;
    height: 99px !important;
}

@media (max-width: 425px) {
    .swiper-button-prev {
        right: 28px;

    }

    .swiper-button-next {
        right: 28px;
    }

    .gallery-slider .swiper-slide img {
        /*object-fit: contain;*/
    }

    .gallery {
        height: 220px;
        margin-top: 50px;
    }

    .product h1 {
        margin-bottom: -10px;
    }

}


/* --- PRODUCT-SLIDER END ---- */

.see_more_article ul li a {
    color: #3ba0bf;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 5px 0;
    display: block;

}
.see_more_article h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}

/* --- PRODUCT MODULES START */

.likely_products {
    margin-bottom: 50px;
}

.likely_products h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}

.likely_products .list {
    display: flex;

    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
}

.likely_products .list .product {
    width: 23%;
    position: relative;
}

.likely_products .list .product .product_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.likely_products .list .product .product_content .image img {
    width: 100%;
}

.likely_products .list .product .product_content .caption {
    padding: 15px;
    margin-top: 10px;
    background-color: #F2F2F2;
    min-height: 105px;
    height: 100%;
}

.likely_products .list .product .product_content .caption:hover {
    text-decoration: none;
}


.likely_products .list .product .product_content .caption .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #3A9DBA;
    margin-bottom: 15px;
}

.likely_products .list .product .product_content .caption .param {
    display: flex;
    column-gap: 10px;
    color: black;
    align-items: center;
}


.likely_products .list .product .product_content .caption .param .name {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #474747;
}

.likely_products .list .product .product_content .caption .param .value {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #474747;
}

.likely_products .list .product .product_content .bottom_block {
    display: flex;
}


.likely_products .list .product .product_content .bottom_block {
    display: flex;
}


.likely_products .list .product .product_content .bottom_block .quantity_select {
    display: flex;
    align-items: center;
    background: #E6E6E6;
    flex: 1 1 30%;
    justify-content: space-evenly;
}

.likely_products .list .product .product_content .bottom_block .quantity_select input {
    width: 32px;
    background: #E6E6E6;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.likely_products .list .product .product_content .bottom_block .quantity_select a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    width: 100%;
}


.likely_products .list .product .product_content .bottom_block .price {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5E5E5E;
    font-weight: 700;
    font-size: 14px;
    /*line-height: 24px;*/
    color: #FFFFFF;

    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.likely_products .list .product .product_content .bottom_block .cart {
    /*flex: 1 1 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    column-gap: 10px;
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

.likely_products .list .product .product_content .bottom_block .cart button {
    white-space: pre;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: white;
    background: unset;
    border: none;
}

.likely_products .list .product .product_content .bottom_block .cart .message {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(300deg, #389AB7 40%, #51D6FF 103.6%);
    text-align: center;
    padding-top: 13px;
    font-size: 14px;
    color: white;
}

.likely_products .list .product .product_content .bottom_block .cart .icon {
    min-width: 22px;
    min-height: 20px;
}


@media (max-width: 1024px) {
    .likely_products .list .product {
        width: 48%;
    }
}

@media (max-width: 680px) {

    .likely_products .list .product {
        width: 70%;
    }

    .likely_products .list {
        justify-content: center;
        margin-top: 30px;
    }

}

@media (max-width: 425px) {
    .likely_products .list .product {
        width: 98%;
    }
}


.viewed_products {
    margin-bottom: 50px;
}


.viewed_products h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 20px;
}

.viewed_products .list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    justify-content: flex-start;
}

.viewed_products .list .product {
    width: 23%;
    position: relative;
}

.viewed_products .list .product .product_content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
}

.viewed_products .list .product .product_content .image img {
    width: 100%;
}

.viewed_products .list .product .product_content .caption {
    padding: 15px;
    background-color: #F2F2F2;
    margin-top: 10px;
    height: 100%;
}

.viewed_products .list .product .product_content .caption:hover {
    text-decoration: none;
}

.viewed_products .list .product .product_content .caption .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #3A9DBA;
    margin-bottom: 15px;
}

.viewed_products .list .product .product_content .caption .param {
    display: flex;
    column-gap: 10px;
    align-items: center;
    color: black;
}

.viewed_products .list .product .product_content .caption .param .name {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #474747;
}

.viewed_products .list .product .product_content .caption .param .value {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #474747;
}

.viewed_products .list .product .product_content .bottom_block {
    display: flex;
}


.viewed_products .list .product .product_content .bottom_block {
    display: flex;
}


.viewed_products .list .product .product_content .bottom_block .quantity_select {
    display: flex;
    align-items: center;
    background: #E6E6E6;
    flex: 1 1 30%;
    justify-content: space-evenly;
}

.viewed_products .list .product .product_content .bottom_block .quantity_select input {
    width: 32px;
    background: #E6E6E6;
    border: none;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.viewed_products .list .product .product_content .bottom_block .quantity_select a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    width: 100%;
}


.viewed_products .list .product .product_content .bottom_block .price {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5E5E5E;
    font-weight: 700;
    font-size: 14px;
    /*line-height: 24px;*/
    color: #FFFFFF;

    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.viewed_products .list .product .product_content .bottom_block .cart {
    /*flex: 1 1 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    column-gap: 10px;
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    cursor: pointer;
    position: relative;
}

.viewed_products .list .product .product_content .bottom_block .cart button {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    white-space: pre;
    background: unset;
    border: none;
}

.viewed_products .list .product .product_content .bottom_block .cart .message {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: linear-gradient(300deg, #389AB7 40%, #51D6FF 103.6%);
    text-align: center;
    padding-top: 13px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: white;
}

.viewed_products .list .product .product_content .bottom_block .cart .icon {
    min-width: 22px;
    min-height: 20px;

}

 .tab_review_head {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-top: 23px;
}

 .review_items .review_item .review_item_head {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 27px;
}

.review_items .review_item .review_item_head .review_item_head_text_name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}


#tab-review .review_items .review_item .review_item_head .review_item_head_text_rating {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.confirm_rewiev_chk {
    height: 48px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 25px;
}

.confirm_rewiev_chk label, #tab-review .confirm_rewiev_chk input{
    padding: 0;
    margin: 0;
}

.review_items .review_item .review_item_head .review_item_head_text_rating span {
    line-height: 16px;
}

.review_items .review_item .review_item_head .review_item_head_text_rating > div.hhh {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
}

 .review_items .review_item .review_item_head .review_item_head_text_rating > div.rrr {
    font-size: 7px;
}

 .review_items .review_item .review_item_text span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 12px;
    display: block;
}

 .review_items .review_item .review_item_text > div {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
}

 .review_items .review_item .review_item_answer {
    margin-left: 90px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}


 .review_items .review_item .review_item_answer .answer_admin {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.review_items .review_item .review_item_answer .answer_admin_head_sub {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.review_items .review_item .review_item_answer .answer_admin_text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
}


.review_items .review_item {
    padding-bottom: 27px;
    padding-top: 20px;
    border-bottom: 1px solid #ECECEC;
}


.tab_review_head.hline {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    padding-top: 25px;
    border-top: 1px solid #ECECEC;
    margin-top: 33px;
    margin-bottom: 15px;
}










#tab-review .rating {
    display: flex;
}

#tab-review .rating input {
    position: absolute;
    left: -100vw;
}

#tab-review .rating label {
    width: 28px;
    height: 28px;
    padding: 28px 0 0;
    overflow: hidden;
    background: url('/catalog/view/image/custom_star.svg') no-repeat top left;
}

#tab-review .rating:not(:hover) input:indeterminate + label,
#tab-review .rating:not(:hover) input:checked ~ input + label,
#tab-review .rating input:hover ~ input + label {
    background-position: -28px 0;
    background: url('/catalog/view/image/custom_star_gray.svg') no-repeat top left;
}

#tab-review .rating:not(:hover) input:focus-visible + label {
    background-position: -96px 0;
}









#myTab-accordion .rating {
    display: flex;
}

#myTab-accordion .rating input {
    position: absolute;
    left: -100vw;
}

#myTab-accordion .rating label {
    width: 28px;
    height: 28px;
    padding: 28px 0 0;
    overflow: hidden;
    background: url('/catalog/view/image/custom_star.svg') no-repeat top left;
}

#myTab-accordion .rating:not(:hover) input:indeterminate + label,
#myTab-accordion .rating:not(:hover) input:checked ~ input + label,
#myTab-accordion .rating input:hover ~ input + label {
    background-position: -28px 0;
    background: url('/catalog/view/image/custom_star_gray.svg') no-repeat top left;
}

#myTab-accordion .rating:not(:hover) input:focus-visible + label {
    background-position: -96px 0;
}









.customRatingWrap {
    display: flex;
    align-items: center;
    column-gap: 13px;
}

.customRatingWrap label.control-label {
    margin: 0;
    padding: 0 !important;

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

    color: #000000;

}

.customRatingWrap label {
    margin: 0 !important;
}

#tab-review .form-group {
    margin-bottom: 0px;
}


#tab-review .form-group label.control-label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 15px;
}

#myTab-accordion .buttons button {
    display: flex;
    height: 40px;
    padding: 0 40px;
    background: #FFD800;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: none;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #434445;
    margin-bottom: 10px;
}


#myTab-accordion .confirm_rewiev_chk {
    height: 40px;
    margin: 0;
}

#tab-review .buttons button {
    display: flex;
    height: 48px;
    padding: 0 40px;
    background: #FFD800;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: none;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #434445;
    margin-top: 25px;
}

#tab-review textarea, #tab-review input[type=text] {
    border: 2px solid #B7BFC3;
}


@media (max-width: 1024px) {
    .viewed_products .list .product {
        width: 48%;
    }
}

@media (max-width: 680px) {

    .viewed_products .list .product {
        width: 70%;
    }

    .viewed_products .list {
        justify-content: center;
        margin-top: 30px;
    }

}

@media (max-width: 425px) {
    .viewed_products .list .product {
        width: 98%;
    }
}


/* --- PRODUCT MODULES END */


/* --- COMPANY START ---- */

.company .about {
    margin-bottom: 30px;
}

.company .about h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
}

.company .about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    margin: 30px 0;
}

.company .about .images {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
}

.company .about .images div {
    flex: 1 1 auto;
}

.company .about .images div img {
    width: 100%;
    height: 100%;
}


.company .advantages h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.company .advantages h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
}

.company .advantages .list {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    row-gap: 15px;
}

.company .advantages .list .item .value {
    display: inline-block;
    padding: 5px 10px;
    background: rgba(80, 212, 252, 0.5);
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}


.company .advantages .list .item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #474747;
    margin-top: 10px;
    margin-left: 14px;
}

.company .activity {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.company .activity .item {
    width: 48%;
}

.company .activity .item img {
    margin-bottom: 40px;
}

.company .activity .item p {
    margin-bottom: 20px;
}

.company .activity .item b {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #474747;
}

.company .card1 {
    display: flex;
    column-gap: 20px;
    margin-bottom: 130px;
}

.company .card1 .left {
    padding: 50px 50px 100px;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EEF2F2;
    position: relative;
}

.company .card1 .left h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.company .card1 .left .text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.company .card1 .left text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.company .card1 .left img {
    position: absolute;
    bottom: -80px;
}


.company .card1 .right {
    flex: 1 1 50%;
}

.company .card1 .right img {
    width: 100%;
    height: 100%;
}


.company .card2 {
    display: flex;
    column-gap: 20px;
    margin-bottom: 130px;
}

.company .card2 .right {
    padding: 0 50px;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.company .card2 .right h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.company .card2 .text p {
    margin: 20px 0;
}

.company .card2 .left {
    flex: 1 1 50%;
}

.company .card2 .left img {
    width: 100%;
    height: 100%;
}

.company .card2 .left img:nth-child(2) {
    display: none;
}


.company .card3 {
    background-color: #EEF2F2;
}

.company .card3 .top {
    margin-bottom: 50px;
}

.company .card3 .top .text {
    padding: 50px 80px;
}

.company .card3 .top .text h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}

.company .card3 .top .images {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.company .card3 .top .images img {
    width: 23%;
}

.company .card3 .bottom {
    padding: 50px 80px;
    display: flex;
    column-gap: 40px;
}

.company .card3 .bottom .left {
    flex: 1 1 50%;
}

.company .card3 .bottom .left h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.company .card3 .bottom .left p {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.company .card3 .bottom .left p img {
    margin-right: 10px;
}


.company .card3 .bottom .right {
    flex: 1 1 50%;
}

.company .card3 .bottom .right h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.company .card3 .bottom .right .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 5px;
    column-gap: 5px;
}

.company .card3 .bottom .right .cards img {
    width: 140px;
    height: 110px;
}

.company .card3 .bottom .right .cards p {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #474747;
    margin: 0;
}

.company .extra h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.company .extra h4 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.company .extra p,
.company .extra span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    margin: 0;
}

.company .extra span {
    display: block;
    margin-top: 80px;
}

.company .extra h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #474747;
    margin-top: 20px;
}

.company .extra .points {
    margin-top: 15px;
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.company .extra .points .right {
    display: flex;
    flex-direction: column;
    row-gap: 30px;

}

.company .extra .points .left {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}


@media (max-width: 1200px) {

    .product .product_head_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        column-gap: 23px;
    }

    .product .product_head_wrap h1 {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }

    .product .product_head_wrap .product_head_wrap_reviews {
        width: 100%;
        justify-content: space-between;
    }

    .product .product_info .left .bottom_buttons {
        row-gap: 11px;
    }

    .product .product_info {
        flex-direction: column-reverse;
        row-gap: 30px;
        /*margin-top: 15px;*/
    }

    .company .card1 {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .company .card1 .left img {
        position: unset;
    }

    .company .card1 .left {
        padding: 50px 50px 30px;

    }

    .company .card1 .left .text {
        padding-bottom: 20px;
    }

    .company .card2 {
        flex-direction: column-reverse;
    }

    .company .card2 .left img:nth-child(2) {
        display: block;
    }

    .company .card2 .left img:nth-child(1) {
        display: none;
    }

    .company .card3 .top .images img {
        width: 46%;
    }

    .company .card3 .top .images {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
        justify-content: center;
    }

    .company .card3 .bottom {
        flex-direction: column;
    }

    .company .card3 .bottom .right .cards {
        justify-content: unset;
    }

    .product .product_decsription {
        margin-bottom: 50px;
        margin-top: 90px;
    }


}


@media (max-width: 764px) {
    .company .about .images {
        flex-direction: column;
    }

    .company .advantages .list {
        flex-direction: column;
    }

    .company .activity {
        flex-direction: column;
    }

    .company .activity .item {
        width: 100%;
    }

    .company .card1 .left {
        padding: 0px 15px 30px;

    }

    .company .card2 .right {
        padding: 0 5px;
    }

    .company .card3 .top .images img {
        width: 100%;
    }

    .company .card3 .top .images {
        padding: 0;
    }

    .company .card3 .top .text {
        padding: 10px;
    }

    .company .card3 .bottom {
        padding: 20px 10px;
    }

    .company .card3 .bottom .left p {
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .company .card3 .bottom .left p img {
        margin-right: 5px;
    }

    .company .card3 .bottom .right .cards {
        justify-content: center;
    }

    .company .extra .points {
        flex-direction: column;
    }

    .company .extra .points .left {
        row-gap: 10px;
    }

    .company .extra .points .right {
        row-gap: 10px;
    }
}


/* --- COMPANY END ---- */

/* --- PAYMENT START ---- */

.payment h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin-top: 20px;
}

.payment .top {
    padding: 30px;
    margin: 20px 0;
    background-color: #EEF2F2;
}

.payment .top .title {
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.payment .top .title .text {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.payment .top p {
    margin: 20px 20px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    display: flex;
}

.payment .top p img {
    margin-top: 5px;
    height: 24px;
}


.payment .middle {
    padding: 30px;
    margin: 20px 0;
    background-color: #EEF2F2;
}

.payment .middle h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;

}

.payment .middle .title {
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.payment .middle .title .text {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.payment .middle p {
    margin: 20px 20px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    display: flex;
}

.payment .middle span {
    margin-top: -20px;
    margin-left: 59px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    display: flex;
}

.payment .middle b {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.payment .middle p img {
    margin-top: 5px;
    height: 24px;
}

.payment .middle .bottom_block {
    padding-top: 50px;
}


.payment .bottom {
    padding: 30px;
    margin: 20px 0;
    background-color: #EEF2F2;
}


.payment .bottom .title {
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.payment .bottom .title .text {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.payment .bottom p {
    margin: 20px 20px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    display: flex;
}

.payment .bottom span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    display: flex;
}

.payment .bottom p img {
    margin-top: 5px;
    height: 24px;
}

.payment .bottom_text p {
    margin: 30px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}


@media (max-width: 425px) {

    .payment .top,
    .payment .middle,
    .payment .bottom {
        padding: 20px;

    }

    .payment .middle h2 {
        margin-top: 0;
    }

    .payment .top p,
    .payment .middle p,
    .payment .bottom p {
        margin-left: 0;
    }

    .payment .middle span {
        margin-left: 39px;
    }
}

/* --- PAYMENT END ---- */


/* --- REVIEWS START ---- */


.reviews h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin-bottom: 50px;
}

.reviews .reviews_list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.reviews .reviews_list:not(:first-child) {
    margin-bottom: 20px;
}

.reviews_list .pagination {
    display: none;
}

#load_more_comments {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #161616;
    padding: 10px 20px;
    border: 3px solid #3A9DBA;
    margin: 50px auto;
    display: block;
    width: 261px;
    cursor: pointer;
}

.reviews .reviews_list .item {
    width: 32%;
    box-shadow: 0px 25px 25px -20px #C5DDE4;
}

.reviews .reviews_list .item .item_content {
    background-color: #F8F8F8;
    padding: 76px 27px 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.reviews .reviews_list .item .item_content_screen {
    background-color: #F8F8F8;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 465px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}


.reviews .reviews_list .item .item_content_screen .item_content_screen_popup {
    padding: 46px 27px 46px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    background: #fff;
    position: absolute;
    bottom: 0;

    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.reviews .reviews_list .item .item_content_screen:hover .item_content_screen_popup {
    opacity: 1;
}


.reviews .reviews_list .item .image {
    margin-bottom: 40px;
}

.reviews .reviews_list .item .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;

}

.reviews .reviews_list .item .city {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin: 5px 0;
}

.reviews .reviews_list .item .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}

.reviews .reviews_list .item .link a .text {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-top: 20px;

}

.add_review {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.add_review a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #161616;
    padding: 5px 10px;
    border: 3px solid #399DBA;
}

.reviews .bottom_form {
    padding: 30px;
    background-color: #C3D3DE;
    margin-bottom: 50px;
    margin-top: 50px;
}

.reviews .bottom_form form legend {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.reviews .bottom_form form .inputs_block {
    display: flex;
    column-gap: 20px;
    row-gap: 40px;
}

.reviews .bottom_form form .inputs_block .form-group {
    width: 100%;
}

.reviews .bottom_form form .inputs_block label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.reviews .bottom_form form .inputs_block input {
    height: 40px;
    padding: 10px;
}

.reviews .bottom_form form .inputs_block #fio {
    width: 330px;
}


.reviews .bottom_form form textarea {
    min-height: 140px;
    padding: 10px;
}

.reviews .bottom_form form .nes_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.5);
    margin: 10px 0;

}

.reviews .bottom_form form input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.reviews .bottom_form form p {
    margin-top: 2px;
    margin-left: 10px;
}

.reviews .bottom_form form .form-button {
    padding: 10px 35px;
    background-color: #FFD800;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #434445;
}

.reviews_item {
    display: flex;
    column-gap: 20px;
    flex-direction: row;
    background: #F8F8F8;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 25px 25px -20px #C5DDE4;
    padding: 62px 15px;
}

.reviews_item .reviews_item_left {
    width: 30%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.reviews_item .reviews_item_right {
    width: 70%;
}

.reviews_item_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 7px;
}

.reviews_item_city {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.reviews_item_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 16px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.reviews_item_buttons .reviews_item_button_prew {
    padding: 8px 15px 8px 0;
    border: 2px solid rgba(79, 208, 248, 1);
    text-transform: uppercase;
    color: #161616;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}

.reviews_item_buttons .reviews_item_button_next {
    padding: 8px 0 8px 15px;
    border: 2px solid rgba(79, 208, 248, 1);
    text-transform: uppercase;
    color: #161616;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}


.reviews_item_buttons .reviews_item_button_prew::before {
    display: inline-block;
    content: url("/catalog/view/theme/new_design/img/reviews_item_button_prew.png");
    padding: 0 15px;
    vertical-align: middle;
}

.reviews_item_buttons .reviews_item_button_next::after {
    display: inline-block;
    content: url("/catalog/view/theme/new_design/img/reviews_item_button_next.png");
    padding: 0 10px;
    vertical-align: middle;
}

@media (max-width: 1200px) {
    .reviews .reviews_list .item {
        width: 48%;
    }

}


@media (max-width: 1024px) {
    .inputs_block {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .product .product_info .left .bottom_buttons {
        margin-top: 10px;

        height: auto !important;
        grid-template-areas:
            "bottom_buttons_price bottom_buttons_quantaty bottom_buttons_cart bottom_buttons_metrprice"
            "tesWtrappp           tesWtrappp              tesWtrappp          .                       "
    }

    .reviews .bottom_form form .inputs_block #fio {
        width: 100%;
        /*max-width: 300px;*/
    }

    .reviews .bottom_form form .inputs_block #phone {
        /*max-width: 200px;*/
    }

    .reviews .bottom_form form .inputs_block #city {
        /*max-width: 300px;*/
    }

    .reviews .bottom_form form .inputs_block #profile {
        /*max-width: 200px;*/
    }

}


@media (max-width: 550px) {
    .reviews .bottom_form form .inputs_block {
        flex-direction: column;
        row-gap: 10px;
    }

    .reviews .bottom_form form .form-button {
        display: block;
    }

    .reviews .bottom_form form .inputs_block #fio,
    .reviews .bottom_form form .inputs_block #phone,
    .reviews .bottom_form form .inputs_block #city,
    .reviews .bottom_form form .inputs_block #profile {
        max-width: 100%
    }
}


@media (max-width: 600px) {
    .reviews .reviews_list .item {
        width: 100%;
    }
}

/* --- REVIEWS END ---- */

/* --- PROJECTS START ---- */

.projects h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
}


.projects h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.projects h2 a {
    text-decoration: underline;
}


.projects .top p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    margin: 25px 0;
}

.projects .top span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
}

.projects .top span a {
    color: black;
}


.projects .top span div {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.projects .top .email {
    display: block;
    margin-top: 30px;
}

.projects .top .email a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #3A9DBA;
}

.projects .content_block {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 30px;
}

.projects .content_block .item .video {
    aspect-ratio: 16 / 9;
    width: 100%;

}

.projects .content_block .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 47%;
}


@media (max-width: 768px) {

    .product .product_info .left {
        height: auto;
        width: auto;
    }


    .product .product_info .left .bottom_buttons {
        margin-top: 20px;
        height: auto !important;
        grid-template-columns: 50% 50%;
        grid-template-areas:    "bottom_buttons_price bottom_buttons_quantaty"
                                "bottom_buttons_cart bottom_buttons_cart"
                                "bottom_buttons_metrprice bottom_buttons_metrprice"
                                "tesWtrappp tesWtrappp";
        row-gap: 0;
        margin-bottom: 0;
    }

    .product .product_info .left .tesWtrappp {
        grid-area: tesWtrappp;
        display: flex;
        flex-direction: column;
    }

    .product .product_decsription {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .product .product_info .left .product_metr_price a {
        border: 2px solid #4CCBF1;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        margin-left: 0px;
        padding: 0 17px;
        margin-top: 13px;
    }

    .product .product_get_opt_price_btn a {
        background: #FFD800;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        margin-left: 0px;
        padding: 0 17px;
        margin-top: 13px;
    }


    .projects .content_block .item {
        flex: 1 1 100%;
    }

    .product .product_info .left .product_calc_btn {
        padding: 0 17px;
        margin-top: 4px;
    }

    .product .product_info .left .product_calc_btn span {
        padding: 0 13px;
        font-style: normal;
        font-weight: 700;
        font-size: 12px !important;
        line-height: 16px;
    }

    .product .product_decsription p {
        margin: 0 0 10px;
    }

    .projects .content_block {
        align-items: center;
        justify-content: center;
    }

    .sort-by-block-wrap {
        float: none;
        position: relative !important;
        right: auto !important;
        width: 100%;
    }

    .sort-by-block {
        position: relative;
        display: block;
        min-width: 220px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0px;
    }

    .catfilter_btn {
        width: 100%;
    }

    .catfilter_btn span {
        margin-left: auto;
    }

    .catalog_content .menu {
        display: none;
    }

    .catfilter_wrap {
        margin-bottom: 10px;
    }

    .product .product_decsription ul.nav-tabs {
        display: flex;
        flex-direction: column;
    }

    .product .product_decsription ul.nav-tabs > li {
        display: flex;
        flex-direction: column;
        margin-bottom: 2px;
    }

    .product .product_decsription ul.nav-tabs > li > a {
        margin-right: 0;
    }
}

/* --- PROJECTS END ---- */


/* --- CONTACTS START ---- */

.contacts h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin-bottom: 30px;
}

.contacts .brief {
    display: flex;
}

.contacts .kontakt_column_left {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
@media (min-width: 1024px) {
    .contacts .kontakt_column_left {
        min-width: 584px;
    }
}



.contacts .kontakt_column_left a {
    color: #000;
}

.contacts .kontakt_column_right .managers_whatsapp_kontakt {
    margin-top: 30px;
}
.contacts .kontakt_column_right .managers_whatsapp_kontakt a {
    display: flex;
    column-gap: 15px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.contacts .brief .column .phones {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.contacts .brief .column .phones .phone1 {
    display: flex;
    flex-direction: column;
}

.contacts .brief .column .phones .phone1 .top {
    display: flex;
    column-gap: 10px;
}

.contacts .brief .column .phones .phone1 .top .number a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.contacts .brief .column .phones .phone1 .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.75);
    margin-left: 30px;
}

.contacts .brief .column .phones .phone2 {
    margin-left: 30px;
}

.contacts .brief .column .phones .phone2 .number a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.contacts .brief .column .mail {
    margin-top: 20px;
}

.contacts .brief .column .mail .top {
    display: flex;
    column-gap: 10px;
}

.contacts .brief .column .mail .top .address {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.contacts .brief .column .mail .text {
    margin-left: 30px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.75);
}

.contacts .brief .column .mail .top .address a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000000;
}


.contacts .brief .column > .address {
    display: flex;
    column-gap: 15px;
    margin-top: 20px;
}

.contacts .brief .column .address .text {
    width: 235px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.contacts .brief .column .address .text a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #1E819F;

}

.contacts .brief .column .address .icon {
    min-width: 16.2px;
    max-height: 20px;
    min-height: 20px;
}

.contacts .brief .column .address .icon img {
    width: 100%;
    height: 100%;
}

.contacts .brief .column .time {
    display: flex;
    column-gap: 10px;
    margin-top: 20px;
}

.contacts .brief .column .time .text {
    width: 235px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.75);
}


.contacts .brief .column h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.contacts .brief .column h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.contacts .brief .column p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    margin: 0;
    width: 250px;
}

.contacts .brief .column p b {
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    color: #000000;
}

.contacts .brief .column .managers {
    display: flex;
    column-gap: 40px;
}

.contacts .brief .column .manager {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contacts .brief .column .manager .image {
    max-width: 102px;
    border-radius: 400px;
}
.contacts .brief .column .manager .image img {
    border-radius: 100%;
}

.contacts .brief .column .manager .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 10px;
    text-align: center;
}

.contacts .brief .column .manager .phone a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;

}

.contacts .brief .column .manager .wa {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.contacts .brief .column .manager .wa .icon {
    margin-right: 10px;
}

.contacts .brief .column .manager .wa .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.75);
}


.contacts .brief .column .manager .tlg {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
}

.contacts .brief .column .manager .tlg .icon {
    margin-right: 10px;
}

.contacts .brief .column .manager .tlg .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.75);
}


.contacts .video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.contacts h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 50px;
}

.contacts .maps .map {
    margin-bottom: 30px;
    background-color: #EEF2F2;
}

.contacts .maps .map .top {
    display: flex;
    column-gap: 30px;
    padding: 30px 25px;
}

.contacts .maps .map .top .left {
    flex: 1 1 47%;
}

.contacts .maps .map .top .right {
    flex: 1 1 47%;
}

.contacts .maps .map .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.contacts .maps .map .param {
    display: flex;
    margin: 15px 0;
}


.contacts .maps .map .param .icon {
    display: ruby;
    width: 20.5px;
    height: 25.5px;
    margin-right: 15px;
}


.contacts .maps .map .param .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.contacts .maps .map p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.contacts .maps .map b {
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
}

.contacts .maps .map b a {
    padding-right: 5px;
    white-space: nowrap;
    color: black;
}

.contacts .maps .map .left p {
    margin-top: 20px;
}

.contacts .maps > div:nth-child(2) > div.top > div.right,
.contacts .maps > div:nth-child(3) > div.top > div.right {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .contacts .brief {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .contacts .brief .column .address .text {
        width: 300px;
    }

    .contacts .brief .column p {
        width: 300px;
    }

    .contacts .maps .map .top {
        flex-direction: column;
    }

    .contacts .maps > div:nth-child(2) > div.top > div.right,
    .contacts .maps > div:nth-child(3) > div.top > div.right {
        margin-top: 0px;
    }
}


@media (max-width: 600px) {
    #simplecheckout_cart > div.table-responsive > table > tbody > tr > td.quantity > div > input {
        border-top: 1px solid lightgrey !important;
        border-bottom: 1px solid lightgrey !important;
    }

    .header_bottom .container .content .cart a {
        display: block;
        padding: 10px 2px;
        margin: 0 5px;
        display: flex;
        column-gap: 10px;
    }

    .smallCartIcon {
        display: none;
    }

    .small_cart_amount.amount {
        font-size: 12px;
        margin-right: 10px;
    }

    .header_bottom .container .content .categories .text {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .contacts .brief .column {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .reviews_item_buttons {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        column-gap: 16px;
        margin-top: 30px !important;
        margin-bottom: 0px !important;
        row-gap: 10px;
        margin: 0 auto;
        text-align: center;
    }

    .reviews_item_buttons_row {
        text-align: center;
    }

    .simplecheckout-cart td.name div.image {
        display: block;
    }

    .cart_buttons_row {
        display: flex !important;
        flex-direction: column-reverse;
    }

    #simplecheckout_cart > div.table-responsive > table > tbody > tr > td.quantity > div button {
        text-align: center;
        padding: 5px 10px !important;
    }
}

/* --- CONTACTS END ---- */


/* --- OTHER ---- */

.hidden_block {
    display: none !important;
}

main h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
}

.checkout-simplecheckout h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 33px;
    color: #000000;
}

.container .pagination .active span,
.container .pagination .active span:hover,
.container .pagination .active span:active {
    color: #fff;
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    border-color: #389AB7;
}


.container .pagination a:hover,
.container .pagination a:active {
    color: #fff;
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);

}


.scroll-top-button {
    height: 50px;
    width: 50px;
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 103.6%);
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: fixed;
    bottom: 100px;
    left: 100px;
    cursor: pointer;
    transition-duration: 0.2s;
    z-index: 999;
}

.fixedForMenu {
    position: fixed;
    top: 130px;
}

.scroll-top-button:hover {
    background: linear-gradient(130.93deg, #389AB7 -1.73%, #51D6FF 0%);
}

.option_wrap_category {
    background-color: #F2F2F2;
}

.option_wrap_category .form-control {
    width: auto;
    margin: 0 auto;
}

.option_wrap_product .form-control {
    width: auto;

}


@media (max-width: 768px) {
    .scroll-top-button {
        left: 20px;
        bottom: 50px;

    }


    .reviews_item {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
    }

    .reviews_item .reviews_item_left {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reviews_item .reviews_item_right {
        width: 100%;
    }

    .reviews_item_name {
        text-align: center;
    }

    .reviews_item_city {
        text-align: center;
    }

    .reviews .bottom_form form .inputs_block .form-group {
        width: 100%;
    }

    /*.reviews .bottom_form form .inputs_block {*/
    /*    column-gap: normal;*/
    /*}*/
}

@media (max-width: 320px) {
    .product .product_head_wrap .product_head_wrap_reviews {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        column-gap: 20px;
        row-gap: 17px;
    }
}


@media (min-width: 320px) {
    .gallery {
        height: 190px;
        margin-top: 50px;
    }

    .swiper-button-prev {
        right: 7%;
    }

    .swiper-button-next {
        right: 7%;
    }
}

@media (min-width: 350px) {
    .gallery {
        height: 208px;
        margin-top: 50px;
    }
}

@media (min-width: 400px) {
    .gallery {
        height: 237px;
        margin-top: 50px;
    }
}

@media (min-width: 450px) {
    .gallery {
        height: 267px;
        margin-top: 50px;
    }
}

@media (min-width: 500px) {
    .gallery {
        height: 298px;
        margin-top: 50px;
    }
}

@media (min-width: 550px) {
    .gallery {
        height: 354px;
        margin-top: 50px;
    }
}

@media (min-width: 600px) {
    .gallery {
        height: 332px;
        margin-top: 50px;
        display: grid;
        grid-template-columns: 80% auto;
        grid-template-rows: 1fr;
    }


}

@media (min-width: 700px) and (max-width: 800px) {
    .gallery {
        height: 422px;
    }
}
@media (min-width: 800px) and (max-width: 900px) {
    .gallery {
        height: 422px;
    }
}
@media (min-width: 900px) and (max-width: 1000px) {
    .gallery {
        height: 400px;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    .gallery {
        height: 400px;
    }
}
@media (min-width: 1100px) and (max-width: 1200px) {
    .gallery {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .contacts .maps .map .param .text {
        font-size: 14px;
    }


    .swiper-button-prev {
        right: 8%;
    }

    .swiper-button-next {
        right: 8%;
    }
}


@media (max-width: 1024px) {
    .footer_top{
        display: none;
    }
    .footer_bottom {
        display: none;
    }
}

.name.name_articul_css::after {
    content: "Артикул";
}

/* Везде */
.name.name_quantity {
    /*display: none!important;*/
    display: flex;
    align-items: center;
    column-gap: 5px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px !important;
    color: #5BB215;
}
.name.name_quantity::before {
    /*display: none!important;*/
    content: url("/catalog/view/image/green_nalich_galka_small.png");
}
.name.name_quantity::after {
    /*display: none!important;*/
    content: "шт. есть на складе";
}

/* Только товар */
.name.name_quantity_product {
    /*display: none!important;*/
    display: flex;
    align-items: center;
    column-gap: 5px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
    color: #5BB215;
}
.name.name_quantity_product::before {
    /*display: none!important;*/
    content: url("/catalog/view/image/green_nalich_galka.png");
}
.name.name_quantity_product::after {
    /*display: none!important;*/
    content: "шт. есть на складе";
}



/* LazyLoader YOUTUBE */
.video_inject_adapt {
    position: relative;
    /*margin: 15px 15px;*/
    width: 100%;
    height: auto;
    background-color: transparent;
    display: block;
    max-width: 700px;
}

.video_inject_adapt iframe, .video_inject_adapt img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
}

.video_inject-btn-reset {
    border: none;
    background: transparent;
    cursor: pointer;
}

.video_inject-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_inject-play-shape  {
    fill: #212121;
    fill-opacity: 0.8;
}

.video_inject-play-icon  {
    fill: #ffffff;
}

.video_inject-play:focus{
    outline: none;
}

.video_inject_adapt:hover video_inject-play-shape, .video_inject_adapt:focus .video_inject-play-shape
{
    fill: #ff0000;
    fill-opacity: 1;
}

    /* LazyLoader ADAPT */
.video_inject {
    position: relative;
    /*margin: 15px 15px;*/
    width: 100%;
    height: auto;
    background-color: transparent;
    display: block;
    max-width: 700px;
}

.video_inject iframe, .video_inject img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
}

.video_inject-btn-reset {
    border: none;
    background: transparent;
    cursor: pointer;
}

.video_inject-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_inject-play-shape  {
    fill: #212121;
    fill-opacity: 0.8;
}

.video_inject-play-icon  {
    fill: #ffffff;
}

.video_inject-play:focus{
    outline: none;
}

.video_inject:hover video_inject-play-shape, .video_inject:focus .video_inject-play-shape
{
    fill: #ff0000;
    fill-opacity: 1;
}


.privacy_link a {
    color: #ffd800;
}


.messenger_list {
    display: flex;
    flex-direction: column;

}
.messenger_list .messenger_list_desc {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 10px;
}

.messenger_list .messenger_list_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.calc_contact_bottom_head .messenger_list .messenger_list_desc {
    color: #fff;
}
/* Jet Cache: catalog/view/javascript/bootstrap/css/bootstrap.min.css */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-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:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}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{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{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 td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-display:swap;font-family:'Glyphicons Halflings';src:url(https://alyuminievyjplintus.ru/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot);src:url(https://alyuminievyjplintus.ru/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://alyuminievyjplintus.ru/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://alyuminievyjplintus.ru/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://alyuminievyjplintus.ru/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://alyuminievyjplintus.ru/catalog/view/javascript/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-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:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;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}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}.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,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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{padding:.2em;background-color:#fcf8e3}.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:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer: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:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}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}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{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;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@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>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{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=checkbox]:focus,input[type=radio]: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:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-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;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;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:34px}.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],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.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],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left: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}select[multiple].input-sm,textarea.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 select[multiple].form-control,.form-group-sm textarea.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:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.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:#737373}@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 .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;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.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{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,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{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,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{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,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{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=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .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;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.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}.dropdown,.dropup{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;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.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:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-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:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.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-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{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-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;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:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.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}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.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 #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.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:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.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{margin-bottom:5px;text-align:center}.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:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.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:768px){.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:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@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 .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.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:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{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:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.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:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:""}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.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{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-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;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.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{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.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{right:5px;bottom:0;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}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;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{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";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:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left: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-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-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}td.visible-xs,th.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}td.visible-sm,th.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}td.visible-md,th.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}td.visible-lg,th.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 (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}}.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}td.visible-print,th.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}}
/* Jet Cache: catalog/view/theme/default/stylesheet/menuprosheme.css */
#menuprosheme {
    /*margin: 10px 0px;*/
    position: relative;
    z-index: 9;
    background: #fff;
}

#menuprosheme:hover + #maskMenuShemeA {
    display: block;
}

#menuprosheme:hover {
    z-index: 1039;
}

#menuprosheme + #maskMenuShemeA {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1038;
}

#menuprosheme .title-menu-sheme {
    display: none;
    color: #222;
    font-weight: 600;
    text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-bottom: 0px;
    background: #f5f5f5;;
}

#menuprosheme .title-menu-sheme i.fa {
    margin-right: 10px;
}

#menuprosheme .navbar-nav {
    margin: 0;
    /*border: 1px solid #d9d9d9;*/
}

#menuprosheme .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

#menuprosheme .nav > li > a {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: black;
    padding: 5px 20px;
    width: 214px;
    border: unset;
    transition-duration: 0s;
    border: 2px solid #389AB7;
}

#menuprosheme .nav > li > a.active {
    background: linear-gradient(350deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    border: none;
    padding: 7px 22.5px;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list li > a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 20px;
    color: #333;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list li a,
#menuprosheme .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev a {
    color: #333;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list li a:hover,
#menuprosheme .navbar-nav > li > .mob-submenu-list li a.active-m,
#menuprosheme .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev a:hover {
    color: #2B8CDB;
}

#menuprosheme .navbar-nav > li .mob-html-block {
    padding: 10px;
}

#menuprosheme .navbar-nav,
#menuprosheme .navbar-nav > li {
    float: none;
    position: relative;
}

#menuprosheme .navbar-nav > li:hover > a .pitem-icon,
#menuprosheme .navbar-nav > li > a .hitem-icon {
    display: none
}

#menuprosheme .navbar-nav > li > a .pitem-icon,
#menuprosheme .navbar-nav > li:hover > a .hitem-icon {
    display: block
}

#menuprosheme .navbar-nav > li {
    /*border-bottom: 1px solid #d9d9d9;*/
    border: none;
    margin-bottom: 10px;
}

#menuprosheme .navbar-nav > li:last-child {
    border-bottom: 0px;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list li a > .show-sc-sheme,
#menuprosheme .navbar-nav > li a > .show-sc-sheme {
    font-size: 12px;
    height: 100%;
    width: 40px;
    text-align: center;
    border-left: 1px solid #d9d9d9;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list li a > .show-sc-sheme > i,
#menuprosheme .navbar-nav > li a > .show-sc-sheme > i {
    font-size: 11px;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list li a > .show-sc-sheme.open-sc-sheme > i.plus,
#menuprosheme .navbar-nav > li a > .show-sc-sheme.open-sc-sheme > i.plus {
    transform: rotate(45deg);
    -webkit-transition: rotate 0.3s ease 0s;
    -moz-transition: rotate 0.3s ease 0s;
    -ms-transition: rotate 0.3s ease 0s;
    -o-transition: rotate 0.3s ease 0s;
    transition: rotate 0.3s ease 0s;
    font-size: 12px;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list li a > .show-sc-sheme > i,
#menuprosheme .navbar-nav > li a > .show-sc-sheme > i {
    line-height: 40px;
    text-align: center;
    width: 40px;
}

#menuprosheme .nav > li > .close-mobmenu:focus,
#menuprosheme .nav > li > .close-mobmenu:hover,
#menuprosheme .nav > li > a.active-m,
#menuprosheme .nav > li > a:hover {
    background-color: #eee;
}

#menuprosheme .nav > li > a:hover {
    background: linear-gradient(350deg, #389AB7 -1.73%, #51D6FF 103.6%);
    color: white;
    border: none;
    padding: 7px 22.5px!important;
    text-decoration: none;
}

#menuprosheme .nav > li a > .show-sc-sheme:focus,
#menuprosheme .nav > li a > .show-sc-sheme:hover {
    background-color: #fff;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list,
#menuprosheme .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev {
    background-color: #fff;
}

#menuprosheme .navbar-nav > li > .mob-submenu-list li,
#menuprosheme .navbar-nav > li > .mob-submenu-list li > .mob-submenu-list-3lev li {
    float: none;
    position: relative;
    border-top: 1px solid #ddd;
}

#menuprosheme .cat-label {
    font-size: 10px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    border-radius: 2px;
    line-height: 1;
    padding: 3px;
    right: 41px;
    top: 1px;
    z-index: 1;
    position: absolute;
    text-transform: uppercase;
}

#menuprosheme .cat-label-label {
    background-color: #0cc485;
    color: #fff;
}

#menuprosheme .sheme-menu-icon {
    float: left;
    margin: -2px 5px -2px 0;
}

#menuprosheme a:focus {
    outline: none;
    outline-offset: -2px;
}


#menu-vsheme .title-menu-sheme {
    color: #222;
    font-weight: 600;
    text-shadow: -1px 0px 0px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-bottom: 0px;
    background: #f5f5f5;;
}

#menu-vsheme .title-menu-sheme i.fa {
    margin-right: 10px;
}

#menu-vsheme-list .nsmenu-thumb {
    float: left;
    margin: -2px 5px -2px 0;
}

#menu-vsheme #menu-vsheme-list > li:hover > a .pitem-icon,
#menu-vsheme #menu-vsheme-list > li > a .hitem-icon {
    display: none
}

#menu-vsheme #menu-vsheme-list > li > a .pitem-icon,
#menu-vsheme #menu-vsheme-list > li:hover > a .hitem-icon {
    display: block
}

#menu-vsheme #menu-vsheme-list .ns-dd.open {
    display: block;
}

.dropdown-menu-sheme > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu-sheme {
    position: relative;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
}

#menu-vsheme .dropdown-menu-sheme {
    font-size: 14px;
    text-align: left;
    list-style: none;
}

#menu-vsheme .dropdown-menu-sheme li > a:hover .cat-label {
    opacity: 0;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
}

#menu-vsheme .cat-label {
    font-size: 10px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    border-radius: 2px;
    line-height: 1;
    padding: 3px;
    right: 10px;
    top: 0px;
    z-index: 1;
    position: absolute;
    text-transform: uppercase;
}

#menu-vsheme .cat-label-label {
    background-color: #0cc485;
    color: #fff;
}

#menu-vsheme {
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
    z-index: 9;
    margin-top: 10px;
}

#menu-vsheme a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

#menu-vsheme #menu-vsheme-list > li > a {
    text-transform: uppercase;
}

#menu-vsheme #menu-vsheme-list {
    width: 100%;
    border-color: #ddd;
    border-radius: 0px;
    padding: 0;
    margin: 0px;
}

#menu-vsheme #menu-vsheme-list li.dropdown {
    position: unset;
}

#menu-vsheme #menu-vsheme-list > li > a {
    padding: 10px 12px;
    white-space: normal;
    position: relative;
}

#menu-vsheme #menu-vsheme-list > li + li {
    border-top: 1px solid #eee;
}

#menu-vsheme #menu-vsheme-list:hover {
    display: block;
}

@media (min-width: 992px) {
    .nsmenu-block {
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li.menu-open > .ns-dd {
        display: block !important;
    }

    .menu-open-2level > .list-unstyled.nsmenu-ischild.nsmenu-ischild-simple {
        display: block !important;
    }

    .menu-open-4level > .list-unstyled.child_4level_simple {
        display: block !important;
    }

    #menu-vertical:hover #menu-vsheme-list {
        display: block;
    }

    #menu-vsheme .cat-label {
        right: 10px;
    }

    #menu-vsheme #menu-vsheme-list > li .parent-link .cat-label {
        right: 10px;
    }

    #menu-vsheme #menu-vsheme-list > li .toggle-child {
        display: none;
    }

    #menu-vsheme #menu-vsheme-list > li .parent-link {
        clear: none;
        margin-right: 0px;
    }

    #menu-vertical:hover + #maskMenuHC {
        display: block;
    }

    #menu-vertical:hover {
        z-index: 1039;
    }

    #menu-vsheme + #maskMenuHC {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .3);
        z-index: 1038;
    }

    #menu-vsheme .open + #maskMenuHC {
        display: block;
    }

    #menu-vsheme .open {
        z-index: 1039;
    }

    #menu-vsheme #menu-vsheme-list .arrow {
        color: #aaa;
        line-height: 20px;
        float: right;
        font-size: 18px;
        -webkit-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        transition: 0.3s ease 0s;
    }

    #menu-vsheme #menu-vsheme-list > li > a.parent-link:hover .arrow,
    #menu-vsheme #menu-vsheme-list > li > a.parent-link.hover .arrow {
        transform: rotate(-90deg);
    }

    #menu-vsheme #menu-vsheme-list > li > a.parent-link:hover,
    #menu-vsheme #menu-vsheme-list > li > a.parent-link.hover {
        background: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
        color: #2B8CDB;
    }

    #menu-vsheme #menu-vsheme-list > li > a.dropdown-toggle:hover {
        background: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
        color: #2B8CDB;
    }

    #menu-vsheme #menu-vsheme-list > li > a.parent-link:hover:after,
    #menu-vsheme #menu-vsheme-list > li > a.parent-link.hover:after {
        content: "";
        position: absolute;
        right: -2px;
        top: 0;
        height: 100%;
        width: 3px;
        background: transparent;
        z-index: 1009;
    }

    #menu-vsheme #menu-vsheme-list > li > a:hover,
    #menu-vsheme #menu-vsheme-list > li > a.hover {
        background: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
        color: #2B8CDB;
    }

    #menu-vsheme #menu-vsheme-list > li.menu-open > .ns-dd.dropdown-menu-manufacturer,
    #menu-vsheme #menu-vsheme-list > li.menu-open > .ns-dd.dropdown-menu-simple {
        display: block;
    }

    /*---SIMPLE CATEGORY----*/
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: -0.5px;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 0;
        margin-top: 0px;
        margin-left: 0px;
        box-sizing: content-box;
        z-index: -1;
        width: 100%;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-haschild > li > a {
        padding: 10px 20px;
        position: relative;
        white-space: normal;
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-haschild > li > a:hover .arrow,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-haschild > li > a.hover .arrow {
        transform: rotate(-90deg);
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-haschild > li > a:hover,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-haschild > li > a.hover {
        background: linear-gradient(to right, #ffffff 0%, #f5f5f5 22%, #f5f5f5 70%, #fff 80%);
        color: #2B8CDB;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-haschild > li + li {
        border-top: 1px solid #d7d7d7;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .menu-open-2level .nsmenu-ischild-simple {
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-ischild-simple {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 0;
        margin-top: -1px;
        margin-left: 0px;
        box-sizing: content-box;
        z-index: -1;
        width: 100%;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-issubchild:hover > .nsmenu-ischild-simple {
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li > .dropdown-menu-simple .nsmenu-issubchild > a:hover:after,
    #menu-vsheme #menu-vsheme-list > li > .dropdown-menu-simple .nsmenu-issubchild > a.hover:after {
        content: "";
        position: absolute;
        right: -2px;
        top: 0;
        height: 100%;
        width: 3px;
        background: transparent;
        z-index: 1009;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li > a {
        padding: 10px 20px;
        position: relative;
        white-space: normal;
        display: block;
        position: relative;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li > a:hover,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li > a.hover {
        background: linear-gradient(to right, #ffffff 0%, #f5f5f5 22%, #f5f5f5 70%, #fff 80%);
        color: #2B8CDB;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li.ischild_4level_simple > a:hover:after,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li.ischild_4level_simple > a.hover:after {
        content: "";
        position: absolute;
        right: -2px;
        top: 0;
        height: 100%;
        width: 3px;
        background: transparent;
        z-index: 1009;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li + li {
        border-top: 1px solid #eee;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .child_4level_simple {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 0;
        margin-top: -1px;
        margin-left: 0px;
        box-sizing: content-box;
        z-index: -1;
        width: 100%;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .nsmenu-ischild-simple > li:hover > .child_4level_simple {
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .child_4level_simple > li > a {
        padding: 11px 20px;
        position: relative;
        white-space: normal;
        display: block;
        position: relative;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .child_4level_simple > li > a:hover {
        background: linear-gradient(to right, #ffffff 0%, #f5f5f5 22%, #f5f5f5 70%, #fff 80%);
        color: #2B8CDB;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-simple .child_4level_simple > li + li {
        border-top: 1px solid #eee;
    }

    /*---END SIMPLE CATEGORY----*/
    #menu-vsheme #menu-vsheme-list > li.menu-open > .ns-dd {
        display: block;
    }

    /*---FULL CATEGORY -/- FULL-IMAGE CATEGORY---*/
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full-image {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 0;
        margin-top: -1px;
        box-sizing: content-box;
        margin-left: -1px;
        z-index: -1;
        padding: 15px;
        overflow: auto;
        box-sizing: content-box;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full .nsmenu-haschild,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full-image .nsmenu-haschild {
        padding: 5px 10px;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full .nsmenu-parent-block,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full-image .nsmenu-parent-block {
        margin-bottom: 20px;
        margin-top: 10px;
        vertical-align: top;
        position: relative;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full .nsmenu-parent-title,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full-image .nsmenu-parent-title {
        display: block;
        font-weight: bold;
        padding: 5px;
        text-decoration: none;
        position: relative;
        text-align: center;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full-image .nsmenu-parent-img {
        display: block;
        text-align: center;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full .nsmenu-parent-title:hover,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full-image .nsmenu-parent-title:hover {
        background: transperent;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full .nsmenu-ischild li a,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full-image .nsmenu-ischild li a {
        font-size: 12px;
        color: #999;
        padding: 3px 8px;
        position: relative;
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full .nsmenu-ischild li a:hover,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-full-image .nsmenu-ischild li a:hover {
        text-decoration: underline;
    }

    #menu-vsheme #menu-vsheme-list > li .menu-add-html {
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }

    #menu-vsheme #menu-vsheme-list > li .menu-add-html img {
        max-width: 100%;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-html-block {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 0px;
        padding: 0;
        margin-top: -1px;
        box-sizing: content-box;
        margin-left: -1px;
        z-index: -1;
        padding: 15px;
        overflow: auto;
        box-sizing: content-box;
    }

    #menu-vsheme #menu-vsheme-list > li.menu-open > .dropdown-menu-manufacturer {
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-manufacturer {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 0;
        margin-top: -1px;
        margin-left: -3px;
        box-sizing: content-box;
        z-index: -1;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-manufacturer .nsmenu-parent-block {
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: center;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-manufacturer .name-manuf-a {
        font-size: 16px;
        color: #000000;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-manufacturer .manuf-res a {
        font-size: 12px;
        color: #000000;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-manufacturer a.nsmenu-parent-img {
        padding: 0 !important;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-manufacturer .nsmenu-parent-title {
        display: block;
        font-size: 14px;
        padding: 5px;
        text-decoration: none;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-manufacturer .nsmenu-parent-title:hover {
        text-decoration: underline;
    }

    #menu-vsheme #menu-vsheme-list > li.menu-open > .dropdown-menu-information {
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-information {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 0;
        margin-top: -1px;
        margin-left: -3px;
        box-sizing: content-box;
        z-index: -1;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-information .dropdown-inner .nsmenu-haschild li > a {
        padding: 11px 20px;
        position: relative;
        white-space: normal;
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-information .dropdown-inner .nsmenu-haschild li > a:hover,
    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-information .dropdown-inner .nsmenu-haschild li > a.hover {
        background: linear-gradient(to right, #f5f5f5 70%, #fff 80%);
        color: #2B8CDB;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-information .dropdown-inner .nsmenu-haschild li + li {
        border-top: 1px solid #eee;
    }

    #menu-vsheme #menu-vsheme-list > li.menu-open > .dropdown-menu-product {
        display: block;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-product {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 0;
        margin-top: -1px;
        margin-left: -3px;
        box-sizing: content-box;
        z-index: -1;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-product .nsmenu-parent-block {
        display: inline-block;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        vertical-align: top;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-product a.nsmenu-parent-img {
        padding: 0 !important;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-product a.nsmenu-parent-img img {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ececec;
        border-radius: 3px;
        padding: 2px;
    }

    #menu-vsheme #menu-vsheme-list > li .dropdown-menu-product .nsmenu-parent-title {
        display: block;
        padding: 5px;
        text-decoration: none;
    }

    #menu-vsheme:hover + #maskMenuSheme {
        display: block;
    }

    #menu-vsheme:hover {
        z-index: 1039;
    }

    #menu-vsheme + #maskMenuSheme {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, .3);
        z-index: 1038;
    }

    .box-col-3 {
        width: 325.2%;
    }

    .box-col-2 {
        width: 220%;
    }

    .box-col-1 {
        width: 110%;
    }
}
/* Jet Cache: catalog/view/theme/default/stylesheet/ocfilter/ocf.cache.767.5339414562.css */
.ocf-noUi-target,.ocf-noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-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}.ocf-noUi-base,.ocf-noUi-connects{width:100%;height:18px;position:relative;z-index:1}.ocf-noUi-connect,.ocf-noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0;-webkit-transform-origin:0;-webkit-transform-style:preserve-3d;transform-origin:0;transform-style:flat}.ocf-noUi-connect{height:100%;width:100%}.ocf-noUi-origin{height:10%;width:10%}.ocf-noUi-txt-dir-rtl .ocf-noUi-origin{left:0;right:auto}.ocf-noUi-origin{height:0}.ocf-noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.ocf-noUi-touch-area{height:100%;width:100%}.ocf-noUi-state-tap .ocf-noUi-connect,.ocf-noUi-state-tap .ocf-noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.ocf-noUi-state-drag *{cursor:inherit!important}.ocf-noUi-handle{width:24px;height:24px;right:-13px;top:-3px}.ocf-noUi-txt-dir-rtl .ocf-noUi-handle{left:-13px;right:auto}.ocf-noUi-base:before,.ocf-noUi-connect:before{content:"";border-radius:20px;width:100%;height:4px;position:absolute;top:50%;margin-top:-2px}.ocf-noUi-base:before{background-color:#eceef2}.ocf-noUi-connect:before,.ocf-noUi-handle{background-color:#3366d5}.ocf-noUi-connects:before,.ocf-noUi-connects:after{content:"";border-radius:100%;position:absolute;background-color:#eceef2;width:10px;height:10px;top:50%;margin-top:-5px}.ocf-noUi-connects:before{left:0;margin-left:-5px}.ocf-noUi-connects:after{right:0;margin-right:-5px}.ocf-noUi-draggable{cursor:ew-resize}.ocf-noUi-handle{border:3px solid #fff;border-radius:100%;cursor:default;box-shadow:0 3px 6px -3px #bbb}.ocf-loading .ocf-noUi-handle{background-image:linear-gradient(45deg,rgba(255,255,255,.40) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.40) 50%,rgba(255,255,255,.40) 75%,transparent 75%,transparent);background-size:1rem 1rem;-webkit-animation:progresss 600ms linear infinite;animation:ocf-progress 600ms linear infinite}.ocf-noUi-active{box-shadow:0 0 0 6px #3366d540}[disabled].ocf-noUi-handle,[disabled] .ocf-noUi-handle,[disabled] .ocf-noUi-connect:before,.ocf-loading .ocf-noUi-connect:before{background-color:#AEB5BD}[disabled].ocf-noUi-target,[disabled].ocf-noUi-handle,[disabled] .ocf-noUi-handle{cursor:not-allowed}.ocf-noUi-pips,.ocf-noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.ocf-noUi-pips{position:relative;color:#999;padding:10px 0 0;height:45px}.ocf-noUi-value{position:absolute;margin-top:15px;top:0;white-space:nowrap;text-align:center;font-size:11px;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.ocf-noUi-marker:first-child + .ocf-noUi-value,.ocf-noUi-value:last-child{color:#555}.ocf-noUi-rtl .ocf-noUi-value{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.ocf-noUi-value-sub{color:#ccc;font-size:10px}.ocf-noUi-marker{position:absolute;background:#CCC;margin-left:-1px;width:2px;margin-top:6px;height:3px}.ocf-noUi-marker:first-child,.ocf-noUi-marker[style*="100%"]{height:10px;margin-top:0}@keyframes ocf-progress{from{background-position:0 0}to{background-position:1rem 0}}.ocf-text-right{text-align:right!important}.ocf-text-center{text-align:center!important}.ocf-btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;background-color:#ECEEF2;border:0;border-radius:4px}[role=button]{cursor:pointer}.ocf-btn:focus,.ocf-btn:active:focus{outline:0}.ocf-btn:hover,.ocf-btn:focus{color:#333;text-decoration:none}.ocf-btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 6px rgba(0,0,0,.2);box-shadow:inset 0 3px 6px rgba(0,0,0,.2)}.ocf-btn.ocf-disabled,.ocf-btn[disabled]{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.ocf-btn.ocf-disabled{pointer-events:none}.ocf-btn-link{font-weight:normal;color:#337ab7;border-radius:0}.ocf-btn-link,.ocf-btn-link:active,.ocf-btn-link[disabled]{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.ocf-btn-link:hover,.ocf-btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.ocf-btn-link[disabled],.ocf-btn-link[disabled]:hover,.ocf-btn-link[disabled]:focus{color:#777;text-decoration:none}.ocf-btn-block{display:block;width:100%}.ocf-collapse{display:none}.ocf-collapse.ocf-in{display:block}.ocf-collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.ocf-input-group{position:relative;display:table;border-collapse:separate;width:100%}.ocf-input-group .ocf-form-control{font-size:14px;position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.ocf-input-group .ocf-form-control:focus{z-index:3}.ocf-input-group-addon,.ocf-input-group-btn,.ocf-input-group .ocf-form-control{display:table-cell}.ocf-input-group-addon:not(:first-child):not(:last-child),.ocf-input-group-btn:not(:first-child):not(:last-child),.ocf-input-group .ocf-form-control:not(:first-child):not(:last-child){border-radius:0}.ocf-input-group-addon,.ocf-input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.ocf-input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#ECEEF2;border-radius:4px}.ocf-input-group .ocf-form-control:first-child,.ocf-input-group-addon:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ocf-input-group-addon:first-child{border-right:0}.ocf-input-group .ocf-form-control:last-child,.ocf-input-group-addon:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.ocf-input-group-addon:last-child{border-left:0}.ocf-form-control,input.ocf-form-control,textarea.ocf-form-control{display:block;width:100%;height:34px;padding:6px 12px;margin:0;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #eee;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color ease-in-out .2s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,background-color ease-in-out .2s,-webkit-box-shadow ease-in-out .15s}.ocf-form-control:focus,input.ocf-form-control:focus,textarea.ocf-form-control:focus{border-color:#5AA3C6!important;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ocf-form-control::-moz-placeholder{color:#999;opacity:1}.ocf-form-control:-ms-input-placeholder{color:#999}.ocf-form-control::-webkit-input-placeholder{color:#999}.ocf-form-control::-ms-expand{background-color:transparent;border:0}.ocf-form-control[disabled],.ocf-form-control[readonly]{background-color:#eee;opacity:1}.ocf-form-control[disabled]{cursor:not-allowed}.ocf-invisible{visibility:hidden}.ocf-hidden{display:none!important}.ocf-overflow-hidden{overflow:hidden!important}.ocf-clearfix::before,.ocf-clearfix::after{display:table;content:"";clear:both;width:100%}@-ms-viewport{width:device-width}.ocf-form-control[type=number]::-webkit-outer-spin-button,.ocf-form-control[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ocf-form-control[type=number]{-moz-appearance:textfield}.ocf-icon{background-repeat:no-repeat;background-position:center;background-size:contain;min-width:12px;min-height:12px;display:inline-block;vertical-align:middle}.ocf-icon-16{min-width:16px;min-height:16px}.ocf-sliders{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z'/%3e%3c/svg%3e")}.ocf-angle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='12' height='12' viewBox='0 0 16 16'%3e%3cpath d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e")}.ocf-angle-right{transform:rotate(90deg)}.ocf-angle-down{transform:rotate(180deg)}.ocf-angle-left{transform:rotate(-90deg)}.ocf-arrow-long{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z'/%3e%3c/svg%3e")}.ocf-arrow-right{transform:rotate(90deg)}.ocf-arrow-down{transform:rotate(180deg)}.ocf-arrow-left{transform:rotate(-90deg)}.ocf-times-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236B7275' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3e%3c/svg%3e")}.ocf-times{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%236B7275' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")}.ocf-help-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z'/%3e%3c/svg%3e")}.ocf-minus-circle{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3e%3c/svg%3e")}.ocf-between{display:flex!important;justify-content:space-between;flex-wrap:nowrap;align-items:center}.ocf-collapse,.ocf-collapsing{width:100%}[aria-expanded=false]>.ocf-hide-expand-0{display:none}[aria-expanded=true]>.ocf-hide-expand-1{display:none}.ocf-is-mobile{display:none;height:0;overflow:hidden}.ocf-mobile{display:none}.ocf-container,.ocf-filter-list{overflow-anchor:auto}.ocf-header{font-size:20px;line-height:1.2;display:flex;align-items:center}.ocf-header .ocf-brand{margin-right:10px}.ocf-hidden-filters-divider{margin-bottom:45px;position:relative;top:15px;text-align:center;height:1px}.ocf-hidden-filters-divider>span{cursor:pointer;padding:1px 10px;border-radius:15px;vertical-align:top;margin-top:-10px;display:inline-block}.ocf-filter-header{display:flex;align-items:center;font-style:normal;line-height:1.5;cursor:default}.ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;font-size:12px;color:#444}.ocf-filter-name,.ocf-active-label{font-size:inherit;font-weight:inherit;line-height:inherit}.ocf-filter-header-append{margin-left:auto;display:flex;align-items:center;order:9}.ocf-filter-header-append>*{min-width:16px}.ocf-filter-discard{display:none;cursor:pointer}.ocf-collapse-value .ocf-value-list{border-top:1px solid #e0e1e5;margin-top:10px}.ocf-collapse-value .ocf-value-list-body{padding-top:10px}.ocf-value,.ocf-value:active,.ocf-value:focus,.ocf-value:visited,.ocf-value:hover{cursor:pointer;font-weight:normal;font-style:normal;display:flex;font-size:13px;width:100%!important;color:#353535;flex-wrap:nowrap;align-items:flex-start;text-decoration:none;text-transform:none;padding:0;line-height:1.5;margin-bottom:6px;text-transform:none;background:transparent;box-shadow:none;border:0;outline:0}.ocf-value:last-child{margin-bottom:0}.ocf-value.ocf-disabled,.ocf-value[disabled],.ocf-value:disabled{color:#AEB5BD;cursor:not-allowed}.ocf-value-image,.ocf-value-color{position:relative;width:22px;height:22px;flex:0 0 22px;margin-right:10px;overflow:hidden;border:1px solid transparent;border-radius:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 200ms}.ocf-selected .ocf-value-image,.ocf-selected .ocf-value-color{box-shadow:inset 0 0 0 2px #fff;border-color:#65A2C7}.ocf-disabled .ocf-value-image,.ocf-disabled .ocf-value-color{opacity:.25;filter:saturate(0.5)}.ocf-value-image + .ocf-value-name,.ocf-value-color + .ocf-value-name{align-self:center}.ocf-value-input{position:relative;width:16px;height:16px;flex:0 0 16px;margin-right:10px;margin-top:2px}.ocf-value-input::before,.ocf-value-input::after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%}.ocf-value-input::before{pointer-events:none;background-color:#fff;border:#adb5bd solid 1px;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.ocf-value-input::before{transition:none}}.ocf-value:active .ocf-value-input::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.ocf-value:focus:not(:active) .ocf-value-input::before{border-color:#328ca7}.ocf-value:not(.ocf-disabled):active .ocf-value-input::before{color:#fff;background-color:#4fa6d966;border-color:transparent}.ocf-value.ocf-disabled .ocf-value-input::before,.ocf-value[disabled] .ocf-value-input::before,.ocf-value:disabled .ocf-value-input::before{background-color:#eceef2}.ocf-selected .ocf-value-input::before{color:#fff;border-color:#3366D5;background-color:#3366D5}.ocf-value .ocf-value-input::after{background-repeat:no-repeat;background-position:center;background-size:8px}.ocf-value-input-checkbox::before{border-radius:2px}.ocf-value:active .ocf-value-input-checkbox::before{border-color:#328ca7;background-color:#219ac7}.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-checkbox::before,.ocf-value.ocf-disabled:active .ocf-value-input-checkbox::before{background-color:rgb(33 154 200 / 50%)}.ocf-selected .ocf-value-input-checkbox::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.ocf-value.ocf-selected:active .ocf-value-input-checkbox::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.ocf-value-input-radio::before{border-radius:50%}.ocf-value.ocf-selected.ocf-disabled .ocf-value-input-radio::before{background-color:rgba(0,123,255,.5)}.ocf-value.ocf-selected .ocf-value-input-radio::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.ocf-value.ocf-selected:active .ocf-value-input-radio::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.ocf-value-name{margin-right:5px;word-break:break-word;text-align:left;font-size:inherit}.ocf-auto-column .ocf-value-name{white-space:nowrap}.ocf-value-append{margin-left:auto;min-width:50px;text-align:right}.ocf-auto-column .ocf-value-append{min-width:auto}.ocf-value-count{padding:2px 6px;font-size:11px;font-weight:400}.ocf-value-count .ocf-num-abbr{font-weight:600;color:#DB5C68}.ocf-selected .ocf-value-count,.ocf-value-count:empty{display:none}.ocf-disabled .ocf-value-count{color:#b5b9c1}.ocf-search-btn-static,.ocf-search-btn-popover{padding-top:9px;padding-bottom:9px}.ocf-page-list-top,.ocf-page-list-bottom{overflow:hidden;position:relative;z-index:3}.ocf-page-list-top{margin-bottom:5px}.ocf-page-list-bottom{margin-top:25px}.ocf-page-group{margin-bottom:10px;display:flex;align-items:start}.ocf-page-group-name{font-weight:bold;font-size:14px;margin-top:3px;margin-right:15px;width:150px;flex:0 0 150px}.ocf-category-page-list{max-height:135px;list-style-type:none;padding:0;display:flex;flex-wrap:wrap;margin:0 -5px;overflow-y:scroll;overflow-x:hidden}.ocf-category-page-list::-webkit-scrollbar{width:8px}.ocf-category-page-list::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.ocf-category-page-list::-webkit-scrollbar-thumb{background-color:#DFE3ED;border-radius:10px}.ocf-category-page-list:hover::-webkit-scrollbar-thumb{background-color:#9096A4}.ocf-category-page-list::-webkit-scrollbar-corner{display:none}.ocf-category-page-list::-webkit-resizer{display:none}.ocf-category-page-list li{margin-bottom:10px}.ocf-category-page-list li.ocf-page-selected{}.ocf-category-page-list a{background-color:#eceef2;padding:3px 7px;border-radius:7px;color:#3a3c40;display:block;font-size:13px;align-items:center;font-weight:normal;margin:0 5px;min-height:100%;text-decoration:none}.ocf-category-page-list .ocf-page-selected a{background-color:#656565;color:#fff}.ocf-category-page-list .ocf-page-selected a:after{content:"";width:12px;height:12px;display:inline-block;color:#656565;vertical-align:top;margin-left:5px;margin-top:4px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23fff' fill-opacity='0.8' viewBox='0 0 16 16'%3e%3cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z'/%3e%3c/svg%3e")}.ocf-theme-light .ocf-text-danger{color:#D1524C}.ocf-theme-light .ocf-hidden-filters-divider{background-color:#ebebeb}.ocf-theme-light .ocf-hidden-filters-divider>span{background-color:#eceef2;color:#a0a4a6;box-shadow:0 0 0 10px #fff;font-size:13px}.ocf-theme-light .ocf-hidden-filters-divider>span:hover{background-color:#cbced4;color:#575c5f}.ocf-theme-light .ocf-hidden-filters-divider>span .ocf-icon{filter:brightness(1.3)}.ocf-theme-light .ocf-hidden-filters-divider>span:hover .ocf-icon{filter:brightness(0.7)}.ocf-theme-light .ocf-filter-header{color:#444}.ocf-theme-light .ocf-value-count{background-color:#eceef2;border-radius:50px;color:#46494e}.ocf-theme-light .ocf-footer{background-color:#fff;box-shadow:-10px -10px 10px 0 #fff}.ocf-theme-light .ocf-search-btn-static:hover,.ocf-theme-light .ocf-search-btn-popover:hover{background-color:#596063}.ocf-theme-light .ocf-search-btn-static:focus,.ocf-theme-light .ocf-search-btn-static:active,.ocf-theme-light .ocf-search-btn-popover:focus,.ocf-theme-light .ocf-search-btn-popover:active{background-color:#596063}.ocf-theme-light .ocf-search-btn-static,.ocf-theme-light .ocf-search-btn-popover,.ocf-theme-light .ocf-search-btn-static.ocf-disabled,.ocf-theme-light .ocf-search-btn-popover.ocf-disabled{background-color:#6a7275;color:#fff}.ocf-theme-light-block .ocf-noUi-connects:before,.ocf-theme-light-block .ocf-noUi-connects:after,.ocf-theme-light-block .ocf-noUi-base:before{background-color:#81858c}.ocf-theme-light-block .ocf-text-danger{color:#D1524C}.ocf-theme-light-block .ocf-footer{background-color:#fff;box-shadow:0 -10px 10px 0 #fff}.ocf-theme-light-block .ocf-hidden-filters-divider{background-color:#ebebeb}.ocf-theme-light-block .ocf-hidden-filters-divider>span{background-color:#eceef2;color:#a0a4a6;box-shadow:0 0 0 10px #fff}.ocf-theme-light-block .ocf-hidden-filters-divider>span:hover{background-color:#cbced4;color:#575c5f}.ocf-theme-light-block .ocf-hidden-filters-divider>span .ocf-icon{filter:brightness(1.3)}.ocf-theme-light-block .ocf-hidden-filters-divider>span:hover .ocf-icon{filter:brightness(0.7)}.ocf-theme-light-block .ocf-input-group-addon{background-color:#DEE2E6}.ocf-theme-light-block .ocf-form-control{border-color:#DEE2E6;border-width:2px}.ocf-theme-light-block .ocf-search-btn-static:hover,.ocf-theme-light-block .ocf-search-btn-popover:hover{background-color:#596063}.ocf-theme-light-block .ocf-search-btn-static:focus,.ocf-theme-light-block .ocf-search-btn-static:active,.ocf-theme-light-block .ocf-search-btn-popover:focus,.ocf-theme-light-block .ocf-search-btn-popover:active{background-color:#596063}.ocf-theme-light-block .ocf-search-btn-static,.ocf-theme-light-block .ocf-search-btn-popover,.ocf-theme-light-block .ocf-search-btn-static.ocf-disabled,.ocf-theme-light-block .ocf-search-btn-popover.ocf-disabled{background-color:#6a7275;color:#fff}
@media (max-width: 767px) {
#column-left-grid,#column-right-grid,#column-left,#column-right{z-index:6}.ocf-popover{position:absolute;max-width:240px;opacity:0;top:0;left:0;z-index:1075;display:none;font-family:"Helvetica Neue",Helvetica,Arial,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;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;box-shadow:0 6px 30px rgb(0 0 0 / 25%);-webkit-transition:transform 300ms ease-in-out,opacity 200ms linear;-moz-transition:transform 300ms ease-in-out,opacity 200ms linear;-ms-transition:transform 300ms ease-in-out,opacity 200ms linear;-o-transition:transform 300ms ease-in-out,opacity 200ms linear;transition:transform 300ms ease-in-out,opacity 200ms linear;will-change:transform,opacity}.ocf-popover.ocf-in{opacity:1}.ocf-popover.ocf-in.ocf-top{transform:translateY(-3px)}.ocf-popover.ocf-in.ocf-right{transform:translateX(3px)}.ocf-popover.ocf-in.ocf-bottom{transform:translateY(3px)}.ocf-popover.ocf-in.ocf-left{transform:translateX(-3px)}.ocf-popover.ocf-top{margin-top:-15px}.ocf-popover.ocf-right{margin-left:15px}.ocf-popover.ocf-bottom{margin-top:15px}.ocf-popover.ocf-left{margin-left:-15px}.ocf-popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.ocf-popover-content{color:#333;padding:12px}.ocf-popover>.ocf-arrow{position:absolute;display:block;background-color:#fff;transform:rotate(45deg);border-radius:3px;width:16px;height:16px;z-index:-1}.ocf-popover.ocf-top>.ocf-arrow{left:50%;margin-left:-8px;bottom:-5px}.ocf-popover.ocf-bottom>.ocf-arrow{left:50%;margin-left:-8px;top:-5px}.ocf-popover.ocf-right>.ocf-arrow{top:50%;margin-top:-8px;left:-5px}.ocf-popover.ocf-left>.ocf-arrow{top:50%;margin-top:-8px;right:-5px}.ocf-scroll-y{max-height:240px;margin-right:-12px!important;padding-right:10px!important;overflow-y:scroll;overflow-x:hidden;overscroll-behavior:contain;background-image:linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent);background-position-x:0;background-position-y:0,100%,0,100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 65px,100% 65px,100% 12px,100% 12px;background-attachment:local,local,scroll,scroll}.ocf-scroll-y:hover{padding-right:2px!important}.ocf-scroll-y::-webkit-scrollbar{width:2px;margin-right:-5px}.ocf-scroll-y:hover::-webkit-scrollbar{width:10px}.ocf-scroll-y::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.ocf-scroll-y:hover::-webkit-scrollbar-track{background-color:transparent}.ocf-scroll-y::-webkit-scrollbar-thumb{background-color:#3F67D8;border-radius:10px}.ocf-scroll-y::-webkit-scrollbar-corner{display:none}.ocf-scroll-y::-webkit-resizer{display:none}.ocf-content{margin-bottom:25px}.ocf-header{margin-bottom:15px}.ocf-header .ocf-header-btn{margin-left:auto}.ocf-selected-card{padding:15px;margin-bottom:20px}.ocf-selected-header{font-size:16px;margin-bottom:10px}.ocf-selected-filter{font-size:13px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px;padding:4px 10px}.ocf-selected-filter-name{font-size:inherit;margin-right:5px;margin-left:7px}.ocf-selected-discard{padding:0 2px 0 6px;max-width:100%;display:flex;align-items:center;flex-wrap:nowrap}.ocf-selected-value-name{font-size:inherit;overflow:hidden;margin-right:5px;text-overflow:ellipsis}.ocf-selected-discard .ocf-icon{border-radius:14px;width:14px;height:14px;flex:0 0 14px;margin-left:auto}.ocf-filter-list{}.ocf-horizontal .ocf-filter-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;margin-right:-5px;margin-left:-5px}.ocf-horizontal .ocf-collapse-filter .ocf-filter-list{margin-left:0;margin-right:0}.ocf-horizontal .ocf-btn-show-filters{margin-bottom:10px;margin-top:0;margin-right:5px;margin-left:5px}.ocf-filter{margin-bottom:15px}.ocf-horizontal .ocf-filter{padding-left:5px;padding-right:5px;min-width:200px;flex:auto}.ocf-filter-body{position:relative}.ocf-filter-header,.ocf-module-page-header{font-weight:bold;font-size:14px;margin-bottom:10px}.ocf-dropdown .ocf-filter-header{cursor:pointer;margin-bottom:0;position:relative;z-index:1}.ocf-dropdown.ocf-open .ocf-filter-header{z-index:21}.ocf-active-label{margin-right:5px}.ocf-slider .ocf-active-label{white-space:nowrap}.ocf-dropdown .ocf-active-label,.ocf-slider .ocf-active-label,.ocf-horizontal .ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-open .ocf-active-label{display:block}.ocf-active-label,.ocf-open .ocf-active-label,.ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-has-input.ocf-open .ocf-active-label{display:none}.ocf-filter-name{margin-right:5px;order:-1}.ocf-horizontal .ocf-filter-name,.ocf-slider .ocf-filter-name,.ocf-horizontal .ocf-active-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ocf-dropdown .ocf-active-label + .ocf-filter-name{display:none}.ocf-dropdown.ocf-slider .ocf-active-label + .ocf-filter-name{display:block}.ocf-active-label:empty + .ocf-filter-name,.ocf-open .ocf-active-label + .ocf-filter-name{display:block}.ocf-open .ocf-active-label + .ocf-filter-name:hover{white-space:nowrap;text-overflow:initial;overflow:visible;background-color:#fff}.ocf-has-input .ocf-slider-value{display:none}.ocf-horizontal .ocf-has-input .ocf-slider-value{display:block}.ocf-filter-description~*{margin-left:5px}.ocf-filter-description .ocf-icon{display:block;filter:invert(37%) sepia(24%) saturate(2825%) hue-rotate(199deg) brightness(96%) contrast(94%)}.ocf-active .ocf-filter-header .ocf-angle-down{display:none}.ocf-dropdown.ocf-active .ocf-filter-discard,.ocf-horizontal .ocf-active .ocf-filter-discard,.ocf-slider.ocf-active .ocf-filter-discard{display:block}.ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;padding:55px 15px 15px;margin:-10px 0 0;position:absolute;top:0;left:-3px;right:-3px;z-index:20;display:none;min-width:100%}.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list{min-width:260px}.ocf-dropdown.ocf-open .ocf-filter-body>.ocf-value-list{display:block}.ocf-auto-column{display:grid;gap:6px 15px;justify-items:stretch}.ocf-column-1{grid-template-columns:repeat(1,1fr)}.ocf-column-2{grid-template-columns:repeat(2,1fr)}.ocf-column-3{grid-template-columns:repeat(3,1fr)}.ocf-column-4{grid-template-columns:repeat(4,1fr)}.ocf-column-5{grid-template-columns:repeat(5,1fr)}.ocf-column-6{grid-template-columns:repeat(6,1fr)}.ocf-slider-input-group{margin-bottom:10px}.ocf-value-slider{padding:10px 10px 0}.ocf-btn-show-values{margin-top:10px;padding:0}.ocf-auto-column .ocf-value{margin-bottom:0;width:auto!important}.ocf-value-image~.ocf-value-append,.ocf-value-color~.ocf-value-append{margin-top:2px}.ocf-footer{background-color:#fff;position:sticky;bottom:0;z-index:3;margin:15px -10px 0;padding:10px}.ocf-search-btn-popover{min-width:190px}.ocf-module-page{background-color:#fff!important;box-shadow:0 3px 15px rgb(0 0 0 / 12%);margin-bottom:15px}.ocf-module-page-header{margin-bottom:15px}.ocf-module-page-list{list-style-type:none;margin:0;padding:0;max-height:200px}.ocf-module-page-list li + li{margin-top:3px}.ocf-module-page-list a{display:block;line-height:1.5;color:#4A5057;font-size:13px}.ocf-module-page-list a:hover{color:#353A40;text-decoration:underline}.ocf-module-page-list a.ocf-page-selected{font-weight:bold;color:#000}.ocf-theme-light .ocf-module-page{padding:12px;border-radius:4px;box-shadow:none;border:4px solid #fff8e1}.ocf-theme-light .ocf-module-page-header{}.ocf-theme-light .ocf-module-page-list{margin:0}.ocf-theme-light .ocf-module-page-list a{color:#2e3135}.ocf-theme-light .ocf-selected-card{background-color:#fff;box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:5px}.ocf-theme-light .ocf-selected-header{font-weight:bold}.ocf-theme-light .ocf-selected-filter{background-color:#F5F7F9;border-radius:15px}.ocf-theme-light .ocf-selected-filter-name{color:#8596a4}.ocf-theme-light .ocf-selected-discard{border:1px solid transparent;border-radius:20px;background-color:transparent}.ocf-theme-light .ocf-selected-discard:hover{border-color:#d9534f}.ocf-theme-light .ocf-selected-value-name{color:#222}.ocf-theme-light .ocf-filter{margin-bottom:25px}.ocf-theme-light.ocf-horizontal .ocf-filter{margin-bottom:10px}.ocf-theme-light .ocf-filter-header,.ocf-theme-light .ocf-module-page-header{color:#212529;text-transform:uppercase;font-weight:bold;font-size:13px;margin-bottom:15px}.ocf-theme-light .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light.ocf-horizontal .ocf-filter-header{font-weight:normal;margin-bottom:0}.ocf-theme-light .ocf-dropdown .ocf-filter-header{border:0;font-weight:bold;padding:8px 12px;background-color:#eceef2;border-radius:3px}.ocf-theme-light .ocf-dropdown .ocf-filter-header:hover{background-color:#F4F5F8}.ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header{font-weight:normal}.ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header{background-color:#ffeedf}.ocf-theme-light .ocf-filter-header .ocf-filter-discard:hover{filter:invert(38%) sepia(18%) saturate(5963%) hue-rotate(328deg) brightness(81%) contrast(105%)}.ocf-theme-light .ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;color:#444;font-weight:bold}.ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header{background-color:#fff}.ocf-theme-light .ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;box-shadow:0 0 15px rgba(0 0 0 / 15%);border-radius:5px}.ocf-theme-light .ocf-footer:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:10px -10px 10px 0 #fff;z-index:-1}.ocf-theme-light-block .ocf-selected-card{box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:5px}.ocf-theme-light-block .ocf-selected-header{font-size:16px;font-weight:bold}.ocf-theme-light-block .ocf-selected-filter{background-color:#F5F7F9;border-radius:15px}.ocf-theme-light-block .ocf-selected-filter-name{color:#8596a4;font-size:13px}.ocf-theme-light-block .ocf-selected-discard{border:1px solid transparent;border-radius:20px;background-color:transparent}.ocf-theme-light-block .ocf-selected-discard:hover{border-color:#d9534f}.ocf-theme-light-block .ocf-selected-value-name{font-size:13px;color:#222}.ocf-theme-light-block.ocf-vertical .ocf-filter,.ocf-theme-light-block.ocf-vertical .ocf-module-page{margin-bottom:15px;padding:15px 20px;border-radius:5px}.ocf-theme-light-block.ocf-vertical .ocf-filter{background-color:#f0f2f5}.ocf-theme-light-block.ocf-horizontal .ocf-filter{margin-bottom:10px}.ocf-theme-light-block.ocf-vertical .ocf-active{background-color:#ffeedf}.ocf-theme-light-block.ocf-horizontal .ocf-filter-header{background-color:#f0f2f5;padding:10px 15px;border-radius:5px}.ocf-theme-light-block.ocf-horizontal .ocf-dropdown.ocf-open .ocf-filter-header{background-color:#fff}.ocf-theme-light-block .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block .ocf-filter-header .ocf-active-label,.ocf-theme-light-block .ocf-module-page-header{color:#444}.ocf-theme-light-block .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light-block.ocf-horizontal .ocf-active.ocf-dropdown .ocf-filter-header{background-color:#FDEEDE}.ocf-theme-light-block .ocf-filter-header .ocf-filter-discard:hover{filter:invert(1) saturate(20)}.ocf-theme-light-block .ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;font-size:12px;color:#444;font-weight:bold}.ocf-theme-light-block .ocf-dropdown .ocf-open .ocf-filter-header,.ocf-theme-light-block.ocf-horizontal .ocf-open.ocf-active.ocf-dropdown .ocf-filter-header{background-color:#fff}.ocf-theme-light-block .ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;box-shadow:0 5px 17px rgb(0 0 0 / 15%);border-radius:5px;padding:55px 20px 15px;margin:-15px -17px 0}.ocf-theme-light-block.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list{padding:60px 17px 15px;margin:-8px 0 0}.ocf-theme-light-block .ocf-scroll-y{background-color:transparent;background-image:linear-gradient(#F0F2F5 30%,transparent),linear-gradient(transparent,#F0F2F5 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-active .ocf-scroll-y{background-image:linear-gradient(#FDEEDE 30%,transparent),linear-gradient(transparent,#FDEEDE 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-dropdown .ocf-scroll-y,.ocf-theme-light-block .ocf-module-page-list.ocf-scroll-y{background-image:linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-selected .ocf-value-input::before{background-color:#fff}.ocf-theme-light-block .ocf-value .ocf-value-input::after{filter:invert(46%) sepia(39%) saturate(589%) hue-rotate(151deg) brightness(100%) contrast(88%);background-size:10px}.ocf-theme-light-block .ocf-value-count{font-size:11px;background-color:rgb(79 83 88 / 10%);border-radius:50px;font-weight:400;color:#46494e}
}
@media (min-width: 768px) {
#column-left-grid,#column-right-grid,#column-left,#column-right{z-index:6}.ocf-popover{position:absolute;max-width:240px;opacity:0;top:0;left:0;z-index:1075;display:none;font-family:"Helvetica Neue",Helvetica,Arial,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;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:6px;box-shadow:0 6px 30px rgb(0 0 0 / 25%);-webkit-transition:transform 300ms ease-in-out,opacity 200ms linear;-moz-transition:transform 300ms ease-in-out,opacity 200ms linear;-ms-transition:transform 300ms ease-in-out,opacity 200ms linear;-o-transition:transform 300ms ease-in-out,opacity 200ms linear;transition:transform 300ms ease-in-out,opacity 200ms linear;will-change:transform,opacity}.ocf-popover.ocf-in{opacity:1}.ocf-popover.ocf-in.ocf-top{transform:translateY(-3px)}.ocf-popover.ocf-in.ocf-right{transform:translateX(3px)}.ocf-popover.ocf-in.ocf-bottom{transform:translateY(3px)}.ocf-popover.ocf-in.ocf-left{transform:translateX(-3px)}.ocf-popover.ocf-top{margin-top:-15px}.ocf-popover.ocf-right{margin-left:15px}.ocf-popover.ocf-bottom{margin-top:15px}.ocf-popover.ocf-left{margin-left:-15px}.ocf-popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.ocf-popover-content{color:#333;padding:12px}.ocf-popover>.ocf-arrow{position:absolute;display:block;background-color:#fff;transform:rotate(45deg);border-radius:3px;width:16px;height:16px;z-index:-1}.ocf-popover.ocf-top>.ocf-arrow{left:50%;margin-left:-8px;bottom:-5px}.ocf-popover.ocf-bottom>.ocf-arrow{left:50%;margin-left:-8px;top:-5px}.ocf-popover.ocf-right>.ocf-arrow{top:50%;margin-top:-8px;left:-5px}.ocf-popover.ocf-left>.ocf-arrow{top:50%;margin-top:-8px;right:-5px}.ocf-scroll-y{max-height:240px;margin-right:-12px!important;padding-right:10px!important;overflow-y:scroll;overflow-x:hidden;overscroll-behavior:contain;background-image:linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent);background-position-x:0;background-position-y:0,100%,0,100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 65px,100% 65px,100% 12px,100% 12px;background-attachment:local,local,scroll,scroll}.ocf-scroll-y:hover{padding-right:2px!important}.ocf-scroll-y::-webkit-scrollbar{width:2px;margin-right:-5px}.ocf-scroll-y:hover::-webkit-scrollbar{width:10px}.ocf-scroll-y::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}.ocf-scroll-y:hover::-webkit-scrollbar-track{background-color:transparent}.ocf-scroll-y::-webkit-scrollbar-thumb{background-color:#3F67D8;border-radius:10px}.ocf-scroll-y::-webkit-scrollbar-corner{display:none}.ocf-scroll-y::-webkit-resizer{display:none}.ocf-content{margin-bottom:25px}.ocf-header{margin-bottom:15px}.ocf-header .ocf-header-btn{margin-left:auto}.ocf-selected-card{padding:15px;margin-bottom:20px}.ocf-selected-header{font-size:16px;margin-bottom:10px}.ocf-selected-filter{font-size:13px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px;padding:4px 10px}.ocf-selected-filter-name{font-size:inherit;margin-right:5px;margin-left:7px}.ocf-selected-discard{padding:0 2px 0 6px;max-width:100%;display:flex;align-items:center;flex-wrap:nowrap}.ocf-selected-value-name{font-size:inherit;overflow:hidden;margin-right:5px;text-overflow:ellipsis}.ocf-selected-discard .ocf-icon{border-radius:14px;width:14px;height:14px;flex:0 0 14px;margin-left:auto}.ocf-filter-list{}.ocf-horizontal .ocf-filter-list{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;margin-right:-5px;margin-left:-5px}.ocf-horizontal .ocf-collapse-filter .ocf-filter-list{margin-left:0;margin-right:0}.ocf-horizontal .ocf-btn-show-filters{margin-bottom:10px;margin-top:0;margin-right:5px;margin-left:5px}.ocf-filter{margin-bottom:15px}.ocf-horizontal .ocf-filter{padding-left:5px;padding-right:5px;min-width:200px;flex:auto}.ocf-filter-body{position:relative}.ocf-filter-header,.ocf-module-page-header{font-weight:bold;font-size:14px;margin-bottom:10px}.ocf-dropdown .ocf-filter-header{cursor:pointer;margin-bottom:0;position:relative;z-index:1}.ocf-dropdown.ocf-open .ocf-filter-header{z-index:21}.ocf-active-label{margin-right:5px}.ocf-slider .ocf-active-label{white-space:nowrap}.ocf-dropdown .ocf-active-label,.ocf-slider .ocf-active-label,.ocf-horizontal .ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-open .ocf-active-label{display:block}.ocf-active-label,.ocf-open .ocf-active-label,.ocf-slider.ocf-has-input .ocf-active-label,.ocf-slider.ocf-has-input.ocf-open .ocf-active-label{display:none}.ocf-filter-name{margin-right:5px;order:-1}.ocf-horizontal .ocf-filter-name,.ocf-slider .ocf-filter-name,.ocf-horizontal .ocf-active-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ocf-dropdown .ocf-active-label + .ocf-filter-name{display:none}.ocf-dropdown.ocf-slider .ocf-active-label + .ocf-filter-name{display:block}.ocf-active-label:empty + .ocf-filter-name,.ocf-open .ocf-active-label + .ocf-filter-name{display:block}.ocf-open .ocf-active-label + .ocf-filter-name:hover{white-space:nowrap;text-overflow:initial;overflow:visible;background-color:#fff}.ocf-has-input .ocf-slider-value{display:none}.ocf-horizontal .ocf-has-input .ocf-slider-value{display:block}.ocf-filter-description~*{margin-left:5px}.ocf-filter-description .ocf-icon{display:block;filter:invert(37%) sepia(24%) saturate(2825%) hue-rotate(199deg) brightness(96%) contrast(94%)}.ocf-active .ocf-filter-header .ocf-angle-down{display:none}.ocf-dropdown.ocf-active .ocf-filter-discard,.ocf-horizontal .ocf-active .ocf-filter-discard,.ocf-slider.ocf-active .ocf-filter-discard{display:block}.ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;padding:55px 15px 15px;margin:-10px 0 0;position:absolute;top:0;left:-3px;right:-3px;z-index:20;display:none;min-width:100%}.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list{min-width:260px}.ocf-dropdown.ocf-open .ocf-filter-body>.ocf-value-list{display:block}.ocf-auto-column{display:grid;gap:6px 15px;justify-items:stretch}.ocf-column-1{grid-template-columns:repeat(1,1fr)}.ocf-column-2{grid-template-columns:repeat(2,1fr)}.ocf-column-3{grid-template-columns:repeat(3,1fr)}.ocf-column-4{grid-template-columns:repeat(4,1fr)}.ocf-column-5{grid-template-columns:repeat(5,1fr)}.ocf-column-6{grid-template-columns:repeat(6,1fr)}.ocf-slider-input-group{margin-bottom:10px}.ocf-value-slider{padding:10px 10px 0}.ocf-btn-show-values{margin-top:10px;padding:0}.ocf-auto-column .ocf-value{margin-bottom:0;width:auto!important}.ocf-value-image~.ocf-value-append,.ocf-value-color~.ocf-value-append{margin-top:2px}.ocf-footer{background-color:#fff;position:sticky;bottom:0;z-index:3;margin:15px -10px 0;padding:10px}.ocf-search-btn-popover{min-width:190px}.ocf-module-page{background-color:#fff!important;box-shadow:0 3px 15px rgb(0 0 0 / 12%);margin-bottom:15px}.ocf-module-page-header{margin-bottom:15px}.ocf-module-page-list{list-style-type:none;margin:0;padding:0;max-height:200px}.ocf-module-page-list li + li{margin-top:3px}.ocf-module-page-list a{display:block;line-height:1.5;color:#4A5057;font-size:13px}.ocf-module-page-list a:hover{color:#353A40;text-decoration:underline}.ocf-module-page-list a.ocf-page-selected{font-weight:bold;color:#000}.ocf-theme-light .ocf-module-page{padding:12px;border-radius:4px;box-shadow:none;border:4px solid #fff8e1}.ocf-theme-light .ocf-module-page-header{}.ocf-theme-light .ocf-module-page-list{margin:0}.ocf-theme-light .ocf-module-page-list a{color:#2e3135}.ocf-theme-light .ocf-selected-card{background-color:#fff;box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:5px}.ocf-theme-light .ocf-selected-header{font-weight:bold}.ocf-theme-light .ocf-selected-filter{background-color:#F5F7F9;border-radius:15px}.ocf-theme-light .ocf-selected-filter-name{color:#8596a4}.ocf-theme-light .ocf-selected-discard{border:1px solid transparent;border-radius:20px;background-color:transparent}.ocf-theme-light .ocf-selected-discard:hover{border-color:#d9534f}.ocf-theme-light .ocf-selected-value-name{color:#222}.ocf-theme-light .ocf-filter{margin-bottom:25px}.ocf-theme-light.ocf-horizontal .ocf-filter{margin-bottom:10px}.ocf-theme-light .ocf-filter-header,.ocf-theme-light .ocf-module-page-header{color:#212529;text-transform:uppercase;font-weight:bold;font-size:13px;margin-bottom:15px}.ocf-theme-light .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light.ocf-horizontal .ocf-filter-header{font-weight:normal;margin-bottom:0}.ocf-theme-light .ocf-dropdown .ocf-filter-header{border:0;font-weight:bold;padding:8px 12px;background-color:#eceef2;border-radius:3px}.ocf-theme-light .ocf-dropdown .ocf-filter-header:hover{background-color:#F4F5F8}.ocf-theme-light.ocf-horizontal .ocf-dropdown .ocf-filter-header{font-weight:normal}.ocf-theme-light .ocf-active.ocf-dropdown .ocf-filter-header{background-color:#ffeedf}.ocf-theme-light .ocf-filter-header .ocf-filter-discard:hover{filter:invert(38%) sepia(18%) saturate(5963%) hue-rotate(328deg) brightness(81%) contrast(105%)}.ocf-theme-light .ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;color:#444;font-weight:bold}.ocf-theme-light .ocf-dropdown.ocf-open .ocf-filter-header{background-color:#fff}.ocf-theme-light .ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;box-shadow:0 0 15px rgba(0 0 0 / 15%);border-radius:5px}.ocf-theme-light .ocf-footer:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:10px -10px 10px 0 #fff;z-index:-1}.ocf-theme-light-block .ocf-selected-card{box-shadow:0 0 16px rgb(0 0 0 / 15%);border-radius:5px}.ocf-theme-light-block .ocf-selected-header{font-size:16px;font-weight:bold}.ocf-theme-light-block .ocf-selected-filter{background-color:#F5F7F9;border-radius:15px}.ocf-theme-light-block .ocf-selected-filter-name{color:#8596a4;font-size:13px}.ocf-theme-light-block .ocf-selected-discard{border:1px solid transparent;border-radius:20px;background-color:transparent}.ocf-theme-light-block .ocf-selected-discard:hover{border-color:#d9534f}.ocf-theme-light-block .ocf-selected-value-name{font-size:13px;color:#222}.ocf-theme-light-block.ocf-vertical .ocf-filter,.ocf-theme-light-block.ocf-vertical .ocf-module-page{margin-bottom:15px;padding:15px 20px;border-radius:5px}.ocf-theme-light-block.ocf-vertical .ocf-filter{background-color:#f0f2f5}.ocf-theme-light-block.ocf-horizontal .ocf-filter{margin-bottom:10px}.ocf-theme-light-block.ocf-vertical .ocf-active{background-color:#ffeedf}.ocf-theme-light-block.ocf-horizontal .ocf-filter-header{background-color:#f0f2f5;padding:10px 15px;border-radius:5px}.ocf-theme-light-block.ocf-horizontal .ocf-dropdown.ocf-open .ocf-filter-header{background-color:#fff}.ocf-theme-light-block .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block .ocf-filter-header .ocf-active-label,.ocf-theme-light-block .ocf-module-page-header{color:#444}.ocf-theme-light-block .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-filter-name,.ocf-theme-light-block.ocf-horizontal .ocf-filter-header .ocf-active-label{font-weight:normal}.ocf-theme-light-block.ocf-horizontal .ocf-active.ocf-dropdown .ocf-filter-header{background-color:#FDEEDE}.ocf-theme-light-block .ocf-filter-header .ocf-filter-discard:hover{filter:invert(1) saturate(20)}.ocf-theme-light-block .ocf-more-selected{background-color:rgba(0 0 0 / 12%);padding:1px 5px;border-radius:2px;font-size:12px;color:#444;font-weight:bold}.ocf-theme-light-block .ocf-dropdown .ocf-open .ocf-filter-header,.ocf-theme-light-block.ocf-horizontal .ocf-open.ocf-active.ocf-dropdown .ocf-filter-header{background-color:#fff}.ocf-theme-light-block .ocf-dropdown .ocf-filter-body>.ocf-value-list{background-color:#fff;box-shadow:0 5px 17px rgb(0 0 0 / 15%);border-radius:5px;padding:55px 20px 15px;margin:-15px -17px 0}.ocf-theme-light-block.ocf-horizontal .ocf-dropdown .ocf-filter-body>.ocf-value-list{padding:60px 17px 15px;margin:-8px 0 0}.ocf-theme-light-block .ocf-scroll-y{background-color:transparent;background-image:linear-gradient(#F0F2F5 30%,transparent),linear-gradient(transparent,#F0F2F5 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-active .ocf-scroll-y{background-image:linear-gradient(#FDEEDE 30%,transparent),linear-gradient(transparent,#FDEEDE 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-dropdown .ocf-scroll-y,.ocf-theme-light-block .ocf-module-page-list.ocf-scroll-y{background-image:linear-gradient(white 30%,transparent),linear-gradient(transparent,white 70%),radial-gradient(farthest-side at 50% 0,rgb(0 0 0 / 10%),transparent),radial-gradient(farthest-side at 50% 100%,rgb(0 0 0 / 10%),transparent)}.ocf-theme-light-block .ocf-selected .ocf-value-input::before{background-color:#fff}.ocf-theme-light-block .ocf-value .ocf-value-input::after{filter:invert(46%) sepia(39%) saturate(589%) hue-rotate(151deg) brightness(100%) contrast(88%);background-size:10px}.ocf-theme-light-block .ocf-value-count{font-size:11px;background-color:rgb(79 83 88 / 10%);border-radius:50px;font-weight:400;color:#46494e}
}

