

/* Start:/local/templates/tmpl/css/normalize.css?15277718187279*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* End */


/* Start:/local/templates/tmpl/css/style.css?173345391333848*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic&subset=latin,cyrillic);
body {
    background-color: #e26384;
    font-family: 'Noto Sans', helvetica, Arial, Sans-Serif;
    font-size: 16px;
    /*overflow:hidden;*/
}

div, h1, h2, h3, p, ul {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-weight: normal;
}
select, option, input {
    box-sizing: border-box;
}
p {
    margin: 0 0 10px 0;
}

ul {
    padding: 0 0 0 17px;
    margin: 0 0 10px 0;
}

a, button, input, textarea, textarea:focus, input:focus, button:focus, a:focus {
    outline:none;
}

a {
    color: #4265bc;
}

/*universal styles*/
.no-scroll {
    overflow: hidden;
}

.header-section-wrap-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 992;
}

.hidden-class {
    display: none!important;
}

.red-text {
    color: #d90101;
}

.form-btn {
    border: 0 none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 7px 12px;
    /*vertical-align: middle;*/
}

/*Popup section styles*/
.popup-section {
    position: fixed;
    display:none;
}

.close-btn {
    width: 21px;
    height: 21px;
    background: url('/local/templates/tmpl/css/../media/close-btn.svg') no-repeat center center;
    cursor: pointer;
    z-index: 996;
}

.close-btn_block_mobile-menu {
    position: fixed;
    top: 20px;
    left:7%;
    margin-left: -9px;
}

/*Mobile menu styles*/
.popup-section_mobile-menu {
    background: linear-gradient(90deg, #e26384 15%, #e26384, rgba(255, 255, 255, 0.98) 15%, rgb(255, 255, 255));
    height: 100%;
    width: 100%;
    padding: 20px 20px 20px 20%;
    top: 0;
    left: 0;
    right: 0;
    overflow: scroll;
    z-index: 995;
}

.mobile-menu-list {
    list-style-type: none;
}

.mobile-menu-list_level_0 {
    font-size: 19px;
    padding: 0;
}

.mobile-menu-list_level_1 {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 17px;
    line-height: 21px;
}

.mobile-menu-list_level_2 {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    list-style: disclosure-closed;
    color: #e26384;
    padding-left: 15px;
}

.mobile-menu-item {
    padding-bottom: 5px;
    padding-top: 6px;
}

.mobile-menu_reference {
    text-decoration: none;
    color: #000;
    border-bottom: 0;
}

/*Basic section styles*/
.basic-section {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.basic-section_type_content {
    padding: 20px 0;
    min-height: 600px;
}

.basic-section_type_basket {
    background-color: transparent;
    padding: 20px 20px;
}

.content-block-wrap_index-page .basic-section_type_content{
    padding-top: 10px;
}

/*Header styles*/
.header-section-wrap {
    width: 100%;
    background: #ffd8df url('/local/templates/tmpl/css/../media/bg-header-01.jpg') no-repeat top center;
    min-height: 100px;
}

.basic-section_type_basic-menu {
    position:relative;
}

.header-slogan-top {
    text-transform: uppercase;
    color: #747474;
    text-align: center;
    line-height:18px;
    padding: 16px 0 13px;
    vertical-align:text-bottom;
}

.btn-show-mobile-menu {
    width: 80px;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 -125px;
    padding:0;
    display: none;
    background: url('/local/templates/tmpl/css/../media/show-menu-btn.svg') no-repeat center center;
    cursor: pointer;
}

.header-slogan-bottom {
    display: none;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    padding: 5px 0 10px;
    padding-left: 10px;
    clear: both;
}

.header-basic-menu {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0 156px 15px 176px;
    padding: 6px 5px 10px;
    text-align: center;
}

.menu-item {
    color: #000;
    margin: 0 2%;
    line-height: 24px;
}

.menu-item_reference {
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15)
}

.menu-item_active {
    color: #e46b65;
}

.header-submenu-wrap {
    background-color: #d8d8da;
    background-image: linear-gradient(180deg, #ababad, #d8d8da);
}

.basic-section_type_submenu {
    padding: 12px 10px 17px 250px;
}

.menu-item.menu-item_submenu {
    position: relative;
    display: inline;
    margin: 0 1em 0 0;
    /*border-bottom: dashed 1px rgba(0, 0, 0, 0.3)*/
}

.menu-item-list-level-1 {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    margin: 0;
    padding: 17px 0 0;
    list-style: none;
    z-index: 9995;
}

.menu-item_submenu:hover .menu-item-list-level-1 {
    display: block;
}

.menu-item-list-level-1 .menu-item-level-1{
    padding: 10px;
    margin: 2px 0;
    white-space: nowrap;
    background-color: #E0E9FC;
    border: 1px solid #c5c6c7;
    border-radius: 4px;
    font-size: 15px;
    box-shadow:  1px 2px 3px rgba(0,0,0,0.3);
}

.menu-item-list-level-1 .menu-item-level-1:hover{
    background-color: #ffd8df;
}

.menu-item-level-1 .menu-item_reference {
    border: none;
}

#show-basket-btn-wrap {
    width: 140px;
    padding-right: 20px;
    position: absolute;
    top: 47px;
    right: 0;
}

.show-basket-btn {
    display: inline-block;
    border: medium none;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 0 0 30px;
    line-height: 40px;
    vertical-align: top;
    background: url("/local/templates/tmpl/css/../media/basket-icon.svg") no-repeat scroll 5px center / 25px 17px, rgba(0, 0, 0, 0) linear-gradient(180deg, #ec7873, #d5514d) repeat scroll 0 0 / 100% 100%;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

/*Logo styles*/
.logo-wrap {
    position: absolute;
    left: 0;
    bottom: -51px;
    width: 170px;
    overflow: visible;
}

.logo {
    display:block;
    height: 80px;
    background: url('/local/templates/tmpl/css/../media/logo.png') no-repeat top right;
}

.logo-slogan {
    padding:0 0 0 10px;
    font-style: italic;
    line-height: 24px;
}

/*Content section styles*/
.content-block-wrap {
    background: #ffd8df url('/local/templates/tmpl/css/../media/bg-other-page-1024.jpg') no-repeat top center;
}

.page-name {
    font-size: 21px;
    line-height: normal;
    margin: 0 0 10px;
    color: #e46b65;
    text-align: center;
}

/*Comment list styles*/
.comment-block {
    padding: 0 5.86% 20px;
}

.comment-list-item {
    margin: 0 0 30px;
}

.comment-answer {
    margin: 10px 0  0 40px;
    padding: 0 0 0 50px;
    position: relative;
}

.comment-answer:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/local/templates/tmpl/css/../media/admin-avatar.png') no-repeat center center;
}

.comment-author {
    color: #e46b65;
}

.comment-date {
    font-size: 15px;
    font-style: italic;
    color: #606060;
    margin: 0 0 0 10px;
}

.add-comment-block {
    clear: both;
}

.add-comment-block__toggle-form-view {
    display:inline-block;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin-top: 20px;
}

.add-comment__form {
    max-width: 450px;
    margin-top: 20px;
    overflow: hidden;
}

.text-above-form-item_top-margin_10 {
    margin-top: 10px
}

.form-btn_get-next-comments {
    margin: 0 auto;
    background: linear-gradient(180deg, #ec7873, #d5514d);
    border-radius: 4px;
    color: #fff;
}

.form-btn_add-new-comment {
    margin: 15px 0 0;
    background: linear-gradient(180deg, #727272, #000000);
    border-radius: 4px;
    color: #fff;
    float: right;
}

/*Stock list styles*/
.stock-list {
    padding:0 5.86% 0
}

.stock-item {
    padding: 0 0 50px 0;
    overflow: hidden;
}

.stock-img-container {
    width: 200px;
    float: left;
}

.stock-img {
    width: 100%;
}

.stock-name {
    font-size: 18px;
    font-weight: bold;
}

.stock-info {
    width: calc(100% - 200px);
    float: left;
    padding: 0 0 0 18px;
}

.stock-date {
    margin: 0 0 5px 0;
}

/*Articles styles*/
.article-list {
    text-align: center;
}

.article-item {
    display: inline-block;
    vertical-align: top;
    width: 43.4%;
    text-align: left;
    margin: 0 2.5% 30px;
    padding: 0 1.08% 3.4%;
    background: url('/local/templates/tmpl/css/../media/bg-article-description.png') no-repeat right bottom;
    background-size: 22.9729%;
}

.pseudo-article-item {
    display: inline-block;
    vertical-align: top;
    width: 43.4%;
    margin: 0 2.5% 30px;
    padding: 0 1.08%;
}

.article-img-link {
    display: block;
    border: none;
    padding: 0;
}

.article-img {
    width: 100%;
}

.article-item__decorative-line {
    border: none;
    border-top: solid 1px #f5b0b0;
    display: block;
    margin: 0;
    padding: 0;
    width: 82%;
}

/*TODO Стоит сделать единый стиль для h2 в статьх и акциях*/
.article-name {
    font-size: 18px;
    font-weight: bold;
}

.article-description {
    padding-bottom: 2%;
}

/*Basic rich text*/
.rich-text-editor-content {
    padding: 0 5.86%;
}

/*Restaurant menu styles*/
.menu-section {
    margin: 0 0 20px;
}

.menu-section-name {
    text-align: center;
    color: #ee8478;
}

/*Dish filter style*/
.dish-filer {
    width: 95%;
    margin: 5px auto 0;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c5c6c7;
    font-size: 14px;
}

.dish-filer-item {
    display: inline-block;
    margin: 0 15px 5px 0;
    white-space: nowrap;
}

.dish-filer__header {
    font-weight: bold;
    color: #ee8478;
    line-height: 20px;
}

.dish-filer__item-list {
    margin: 5px 0 0;
}

.dish-filer-item__checkbox {
    margin: 0 5px 0 0;
}

.toggle-view {
    display: none;
    float: right;
    width: 20px;
    height: 8px;
    margin-top: 5px;
    cursor: pointer;
    background: url("/local/templates/tmpl/css/../media/toggle-arrow.svg") no-repeat;
}

.toggle-view_show {
    background-position: left bottom;
}

.toggle-view_hide {
    background-position: left top;
}

/*Dish list style*/
.dish-list {
    padding: 20px 0;
    text-align: center;
}

.dish-item {
    width: 18.55%;
    max-width: 190px;
    min-width: 175px;
    margin: 0 2% 20px 2%;
    padding: 0 0 20px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background: #fff;
    border: solid 1px #c5c6c7;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
}

.pseudo-dish-item {
    display: inline-block;
    vertical-align: top;
    width: 18.55%;
    max-width: 190px;
    min-width: 175px;
    margin: 0 2% 20px 2%;
    padding: 0;
    height:1px;
}

.dish-item:hover {
    background: #fcf2f5;
}

.dish-item__type-icon-container {
    width: 36px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
}

.dish-item__type-icon {
    width: 100%;
    height: 100%;
}

.dish-item__image-container {
    height: 150px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden
}

dish-item__image-link {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.dish-item__image {
    height: 100%;
}
            
.dish-item__header {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 10px;
    margin: 0 0 5px;
}

.dish-item__description {
    margin: 0 0 15px;
    padding: 0 10px;
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    color: #5b5b5b;
}

.dish-item__price {
    font-size: 18px;
}

.dish-item__weight {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 10px;
    color: #5b5b5b;
}

.in-basket-message {
    font-size: 16px;
    font-style: italic;
    color: #ee8478;
}

.quantity-controller {
    background: #fff;
    display: inline-block;
    overflow:hidden;
    vertical-align: top
}

.quantity-controller__btn {
    box-sizing: border-box;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    line-height: 26px;
    border: solid 1px #c5c7c8;
    background-image: linear-gradient(180deg, #fff, #d0d0d0);
    float: left;
    cursor: pointer;
}

.quantity-controller__btn_reduce {
    border-radius: 4px 0 0 4px;
    line-height: 22px;
}

.quantity-controller__btn_add {
    border-radius: 0 4px 4px 0;
}

.quantity-controller__quantity {
    display: inline-block;
    box-sizing: border-box;
    height: 26px;
    min-width: 26px;
    font-size: 13px;
    line-height: 26px;
    border-top: solid 1px #c5c7c8;
    border-bottom: solid 1px #c5c7c8;
    text-align: center;
    box-shadow: inset 1px 1px 1px #dfdfe0;
    float: left;
}

.add-to-basket-button {
    display: inline-block;
    box-sizing: border-box;
    width: 45px;
    height: 26px;
    vertical-align: top;
    padding: 0;
    margin: 0 0 0 15px;
    border: none;
    border-radius: 4px;
    background: url('/local/templates/tmpl/css/../media/basket-icon.svg') no-repeat center center, linear-gradient(180deg, #ec7873, #d5514d);
    background-size: 25px 17px, 100% 100%;
    cursor: pointer;
}

/*Basket common styles*/

/*TODO Использовать стили popup окна*/
#basket-wrap {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 99, 132, 0.7);
    z-index: 994;
}

.basket {
    max-width: 950px;
    width: 100%;
    max-height: 90%;
    overflow: auto;
    padding: 30px;
    margin: 20px auto;
    /*position: static;*/
    background: #fff;
    border: 1px solid #c5c6c7;
    border-radius: 15px;
    z-index: 1000 !important;
}

.basket-section__name {
    font-size: 15px;
    font-weight: bold;
}

.basket-btn {
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.basket-btn_close-basket {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url('/local/templates/tmpl/css/../media/basket-close-btn.svg') no-repeat center center;
}

.basket-btn_complete-action {
    margin-left: 10px;
    padding: 7px 12px;
    background: linear-gradient(180deg, #727272, #000000);
    border-radius: 4px;
    color: #fff;
    float: right;
}

/*Basket order section styles*/
.basket-btn_remove-order-item {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    background: url('/local/templates/tmpl/css/../media/basket-item-remove-btn.svg') no-repeat center center;
}

.order-list {
    display:table;
    width: 100%;
    margin-bottom: 30px;
    table-layout: fixed;
}

.order-item {
    display:table-row;
}

.order-item__name {
    font-size: 18px;
    vertical-align: middle;
}

.order-item__basic-info {
    padding: 20px 20px 20px 0;
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 1px #919191;
}

.order-item__controls {
    padding: 20px 0;
    display: table-cell;
    border-bottom: solid 1px #919191;
    width: 230px;
}
.order-item__item-total-price {
    margin-left: 15px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
}

.dish-item__header_margin_top {
    margin-top: 10px;
}

.dish-item__price_margin_bottom {
    margin-bottom: 10px;
}

.total-order-price-block {
    font-size: 18px;
    display: inline-block;
}

.total-order-price {
    font-size: 33px;
    font-weight: bold;
}

/*Basket garnish list styles*/
.need-list-block {
    margin-bottom: 10px;
}

.need-list {
    box-sizing: border-box;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.need-list-toggle-view {
    margin: 10px 0;
    display: inline-block;
    border-bottom: dashed 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.need-item__prop {
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
    border-bottom: solid 1px #c5c6c7;
}

.need-item__prop_quantity-controller {
    width: 95px;
}

.need-item__prop_add-to-basket {
    width: 50px;
    padding: 10px 0;
}

.need-item__prop_add-to-basket .add-to-basket-button {
    margin: 0;
}

/*Basket ordering section styles*/
.input-textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.basket-btn_complete-action.basket-btn_change-order {
    background: linear-gradient(180deg, #fae377, #ebca04);
    color:#423701;
    float: none;
    margin: 10px 0 0;
}

.select-list, .input-text{
    padding: 5px;
    font-size: 15px;
    width: 200px;
}

.input-text {
    width: 100%;
}

.form-section {
    margin-top: 10px;
}

.pay-method-and-rest-block {
    margin-top: 0;
}

.cafe-address {
    margin: 0 0 15px;
}

.form-section__table-layout {
    display:inline-block;
    table-layout: fixed;
    vertical-align: top;
    width:48%;
    margin-right:2%;
    font-size: 15px;
    line-height: 20px;
}

.form-section__table-layout_row {
    display:  table-row;
}

.form-section__table-layout_cell {
    display: table-cell;
    padding: 5px;
    position: relative;
}

.form-section__table-layout_text-cell {
    width: 120px;
    vertical-align: top;
}

.form-section__table-layout_form-item-cell {
    width: calc(100% - 120px);
}

.form-section__table-layout_client-phone-row .form-section__table-layout_text-cell {
    width: 80px;
}

.form-section__table-layout_client-phone-row .form-section__table-layout_form-item-cell {
    width: calc(100% - 80px);
}

.text-above-form-item {
    font-size: 14px;
    color: #747474;
}

.form-section__table-layout_cell.form-section__table-layout_form-warning-cell,
.form-section__table-layout_cell.form-section__table-layout_empty-cell {
    padding: 0 5px 10px;
    font-size: 14px;
    line-height: 18px;
    color: #d90101;
}

.input-text_warning {
    background-color: #fce4e4;
}

.notice-about-price {
    padding-left: 30px;
    font-size: 14px;
    color: #d90101;
    position: relative;
}

.notice-about-price:before {
    content: "!";
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px #d90101;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}

.client-phone-code {
    width: 30%;
    margin-right: 5%;
}

.form-section__table-layout_example-cell-first, .form-section__table-layout_example-cell-second {
    padding-top: 0;
    font-size: 13px;
    line-height: 16px;
    color: #747474;
}

.form-section__table-layout_example-cell-second .client-phone-code {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    text-align: center;
}

.client-phone {
    width: 65%
}

.form-section__table-layout_example-cell-second .client-phone {
    display: inline-block;
    width: 55%;
    text-align: center;
}

.error-message {
    padding: 0 0 0 5px;
    position: absolute;
    top: -40%;
    left: 0;
    font-size: 13px;
    color: #d90101;
}

/*Basket thanks styles*/
.basket_thanks {
    background: url('/local/templates/tmpl/css/../media/bg-basket-finish-section.png') no-repeat top center, linear-gradient(180deg, #aec8f2, #ffd8df 40%, #ffd8df, #ffd8df 40%);
}

.thanks-section {
    height: 500px;
    padding-top: 240px;
    text-align: center;
}

.thanks-section__header {
    font-size: 27px;
    font-weight: bold;
    font-style: italic;
    color: #f6337d;
}

/*footer styles*/
.basic-section_type_footer {
    color: #fff;
    font-size: 14px;
    overflow:hidden;
    padding: 35px 0;
}

.legal-person-info-wrap {
    float: left;
    width: 32%;
    overflow: hidden;
}

.legal-person-info__logo {
    float: left;
    margin: 0 0 0 12%;
}

.legal-person-info__txt {
    margin: 0 0 0 42%;
}

.footer-other-info-wrap {
    float: left;
    width: 68%;
    overflow: hidden;
}

.footer-nav {
    float: left;
    width: 25%;
    padding-left: 15px;
}

.footer-nav__item {
    display: block;
}

.footer-nav__item_reference {
    color: #fff;
    text-decoration: none
}

.footer-contacts-wrap {
    float: left;
    width: 75%;
    overflow: hidden;
}

.social-network-wrap{
    float:left;
    width:45%;
}

.social-network {
    display:inline-block;
    text-align:center;
    line-height: 20px;
    vertical-align: top;
}

.social-network-logo {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 8px 3px;
    overflow: hidden;
    text-indent: -200px;
    /*background-size:auto cover;*/
}

.social-network-logo_vk {
    background: url('/local/templates/tmpl/css/../media/social-network-logo-vk.svg') no-repeat;
}

.social-network-logo_classmates {
    background: url('/local/templates/tmpl/css/../media/social-network-logo-classmattes.svg') no-repeat;
}

.social-network-logo_facebook {
    background: url('/local/templates/tmpl/css/../media/social-network-logo-facebook.svg') no-repeat;
}

.address {
    float: left;
    width: 55%;
    padding-right: 10px;
}

.address a {
    color: #fff;
    
}

/*Content section index page styles*/
.content-block-wrap_index-page {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #fff), #ffd8df url('/local/templates/tmpl/css/../media/bg-index-page.jpg') no-repeat top center;
}

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

.phone-block__phone-type {
    font-size: 14px;
    line-height:18px;
}

.phone-block__phone-number {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #d90101;
}

/*Image links on index page styles*/
.image-links-wrap {
    padding: 536px 0 38px;
    text-align: center;
}

.image-link-block {
    display: inline-block;
    width: 25.78125%;
    vertical-align: top;
    margin: 0 3%;
}

.image-link-block__link_type_img {
    display:block;
    width: 100%;
    margin-bottom: 15px;
    border: none;
}

.image-link-block__link_type_img:hover {
    background: url('/local/templates/tmpl/css/../media/reference-img-for-index-page-border.png') no-repeat left top;
    background-size: cover;
}

.image-link-block__img {
    width: 100%;
    border: none;
}

.image-link-block__link_type_txt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
    text-decoration: none;
}

/*Gallery styles*/
.gallery-item-list {
    text-align: center;
}

.gallery-item-flex-container {
    width: 27.3437%;
    padding-top: 18.2617%;
    margin: 0 2% 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.gallery-pseudo-item {
    width: 27.3437%;
    margin: 0 2%;
    display: inline-block;
    vertical-align: top;
}

.gallery-item-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.gallery-item-link {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.gallery-item-img {
    max-width: 100%;
    max-height: 100%;
}

.gallery-item-description {
	margin: 5px 0 0;
}

/*media*/
@media screen and (max-width: 1023px) {
    .basic-section_type_submenu {
        padding: 12px 10px 17px 260px;
    }

    .gallery-item-description {
	    margin: 20px 0 0;
    }
}

@media screen and (max-width: 900px) {
    /*Header styles*/
    .menu-item {
        line-height: 18px;
        margin: 0 1%;
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {
    /*Content section styles*/
    .content-block-wrap {
        background: #ffd8df url('/local/templates/tmpl/css/../media/bg-other-page-800.jpg') no-repeat top center;
    }

    /*Header styles*/
    .header-section-wrap {
        background: #ffd8df url('/local/templates/tmpl/css/../media/bg-header-800.jpg') no-repeat top center;
    }

    /*Content section index page styles*/
    .content-block-wrap_index-page .basic-section_type_content{
        padding-top: 5px;
    }

    .phone-block__phone-type {
        font-size: 12px;
        line-height:16px;
    }

    .phone-block__phone-number {
        font-size: 20px;
        line-height: 26px;
    }

    .content-block-wrap_index-page {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #fff), #ffd8df url('/local/templates/tmpl/css/../media/bg-index-page-800.jpg') no-repeat top center;
    }

    /*Image links on index page styles*/
    .legal-person-info-wrap {
        width: 40%;
    }

    .legal-person-info__txt {
        margin: 0 0 0 45%;
    }

    .footer-other-info-wrap {
        width: 60%;
    }

    .image-links-wrap {
        padding: 383px 0 38px;
    }

    /*Basket styles*/
    .basket {
        width: 96%;
        max-height: 98%;
        border: none;
        margin: 2% auto 0 auto;
    }

    /*footer styles*/
    .footer-nav {
        width: 40%;
    }

    .footer-contacts-wrap {
        width: 60%;
    }

    .social-network-wrap {
        float: none;
        width: 100%;
    }

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

    .address {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    /*Header styles*/
    #show-basket-btn-wrap {
        padding-top: 12px;
    }

    /*Stock list stylees*/
    .stock-img-container {
        width: 29.7%;
    }

    .stock-info {
        width: 70%;
    }

    /*Basket styles*/
    
}

@media screen and (max-width: 700px) {
    .form-section__table-layout {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .form-section__table-layout_text-cell {
        width: 150px;
    }
    
    .error-message {
        background: rgba(255, 255, 255, 0.7);
        border-right: 15px none;
        color: #d90101;
        font-size: 13px;
        left: 0;
        padding: 5px;
        position: absolute;
        top: -58%;
    }

    /*Gallery styles*/
    .gallery-item-flex-container {
        width: 40%;
        padding-top: 26.7143%;
        margin: 0 2% 20px;
    }

    .gallery-pseudo-item {
        width: 40%;
    }
}

@media screen and (max-width: 640px) {
    /*Content section styles*/
    .content-block-wrap {
        background: #ffd8df url('/local/templates/tmpl/css/../media/bg-other-page-640.jpg') no-repeat top center;
    }

    /*Content section index page styles*/
    .phone-block {
        text-indent: -20px;
		display: none;
    }

    .phone-block__phone-type {
        font-weight: bold;
        display: inline;
    }

    .phone-block__phone-number {
        display: inline;
    }

    /*Header styles*/
    .header-slogan-top {
        font-size: 11px;
    }

    .header-basic-menu {
        margin: 0 156px 15px;
    }

    .logo-wrap {
        width: 156px;
    }

    .logo-slogan {
        font-size: 13px;
    }
    
    .basic-section_type_submenu {
        padding: 12px 10px 17px 210px;
    }

    /*Content section index page styles*/
    .content-block-wrap_index-page {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #fff), #ffd8df url('/local/templates/tmpl/css/../media/bg-index-page-600.jpg') no-repeat top center;
    }

    /*footer styles*/
    .legal-person-info-wrap {
        width: 35%;
    }

    .footer-other-info-wrap {
        width: 65%;
    }

    .legal-person-info__logo {
        float: none;
        display: block;
        margin: 0 0 0 15px;
    }

    .legal-person-info__txt {
        margin: 10px 0 0 15px;
    }
}

@media screen and (max-width: 599px) {
    /*Header styles*/
    .header-section-wrap {
        background: #fff;
		box-shadow: 0px 0px 20px 7px #f7ced6;
        border-bottom: 1px solid #e49896;
    }

    .basic-section_type_basic-menu {
        text-align: center;
    }

    .header-slogan-top {
        padding: 15px 0;
    }
    
    .logo-slogan, .header-basic-menu, .header-submenu-wrap {
        display: none;
    }

    .logo-wrap {
        overflow: visible;
        position: static;
        float: left;
        width: 110px;
        margin: 0 0 0 15px;
    }

    .logo {
        height: 60px;
        background-size: contain;
    }

    
    .header-slogan-bottom {
        display: block;
    }
	
	.header-slogan-bottom a {
		font-weight: 600;
        font-style: normal;
        text-decoration: underline;
        color: #000;
        font-size: 15px;
    }
	
	.header-slogan-bottom a:hover {
        text-decoration: none;
    }

    /*Dish filter style*/
    .btn-show-mobile-menu {
        display: inline-block;
    }

    .toggle-view {
        display: block;
    }

    /*Articles styles*/
    .article-item, .pseudo-article-item{
        width: 72.5%;
        padding-bottom: 5.5%;
    }

    .dish-filer__item-list_hidden {
        display: none!important;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    /*Content section styles*/
    .content-block-wrap {
        background: #ffd8df url('/local/templates/tmpl/css/../media/bg-other-page-480.jpg') no-repeat top center;
    }

    /*Image links on index page styles*/
    .image-link-block__link_type_img {
        margin-bottom: 5px;
    }

    .image-links-wrap {
        padding: 405px 0 10px;
    }

    /*Content section index page styles*/
    .content-block-wrap_index-page {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #fff), #ffd8df url('/local/templates/tmpl/css/../media/bg-index-page-480.jpg') no-repeat top center;
    }

    .image-link-block {
        width: 40%;
        margin: 0 3% 20px 0;
    }

    /*Header styles*/
    #show-basket-btn-wrap {
        width: 120px;
    }

    /*Basket style*/
    .basket {
        padding: 30px 15px 15px;
    }

    .order-item {
        display: block;
        position: relative;
    }

    .order-item__basic-info {
        border-bottom: none;
        display: block;
        padding: 20px 20px 0 0;
    }
    
    .order-item__controls {
        display: block;
        padding: 10px 0;
        width: auto;
    }

    .basket-btn_remove-order-item {
        float: right;
    }

    /*footer styles*/
    .footer-other-info-wrap {
        padding-left: 20px;
    }

    .footer-nav, .footer-contacts-wrap {
        width: 100%;
        float:none;
        padding-left: 0;
    }

    .footer-contacts-wrap{
        margin-top: 23px;
    }

    .footer-nav__item {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }

    /*Gallery styles*/
    .gallery-item-flex-container {
        width: 58.3333%;
        padding-top: 38.9583%;
    }

    .gallery-pseudo-item {
        width: 40%;
    }
}

@media screen and (max-width: 440px) {
    .content-block-wrap_index-page {
        background-size: 100% auto;
    }
       
    .image-links-wrap {
        padding: 85% 0 10px;
    }

    #show-basket-btn-wrap {
        top: 47px;
        padding-top: 0;
    }

    .header-slogan-top {
        font-size: 9px;
        line-height: 18px;
        padding: 8px 0;
    }

    .notice-about-price {
        padding-left: 20px;
        font-size: 13px;
    }

    .notice-about-price:before {
        width: 20px;
        height: 20px;
        border: none;
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 400px) {
    .basic-section_type_basket {
        padding: 20px 10px;
    }

    /*Stock list stylees*/
    .stock-img-container {
        width: 120px;
        float: none;
        display: block;
    }

    .stock-info {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .basic-section_type_footer {
        font-size: 13px;
    }
}

@media screen and (max-width: 380px) {    
     
    .dish-item {
    min-width: 46%;
    padding: 0 0 20px;
    /*display: ;*/
    position: relative;
    vertical-align: top;
    background: #fff;
    border: solid 1px #c5c6c7;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    float: left;
}
	}

@media screen and (max-width: 370px) {    
     .phone-block {
        text-indent: -20px;
    }

    .phone-block__phone-type {
        font-size: 12px;
        line-height:16px;
    }

    .phone-block__phone-number {
        font-size: 14px;
        line-height: 18px;
    }
       
    /*Header styles*/
    .basic-section_type_basic-menu {
        padding-top: 15px;
        position: relative;
    }

    .basic-section_type_basket {
        padding: 20px 5px;
    }

    .btn-show-mobile-menu {
        width: 66px;
        height: 50px;
        display: block;
        margin: 0 auto;
    }
    
    .logo-wrap {
        float: none;
        display: block;
        position: absolute;
        width: 100px;
        height: 60px;
        top: 10px;
    }

    #show-basket-btn-wrap {
        top: 22px;
        width: 115px;
    }

    .header-slogan-top {
        display: none;
    }

    /*Basket style*/
    .notice-about-price {
        margin: 10px 0;
    }

    .select-list, .input-text {
        font-size: 14px;
        padding: 5px;
        width: 100%;
    }

    .input-text.client-phone-code {
        display: inline-block;
        width: 30%;
        margin-right: 5%;
        text-align: center;
    }

    .input-text.client-phone {
        width: 65%
    }

    .form-section {
        margin-top: 0;
    }

    .form-section__table-layout {
        font-size: 14px;
        line-height: 18px;
    }


    .form-section__table-layout_row {
        display: block;
    }

    .form-section__table-layout_cell {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    .form-section__table-layout_client-phone-row .form-section__table-layout_text-cell,
    .form-section__table-layout_client-phone-row .form-section__table-layout_form-item-cell {
        width: 100%;
    }

    .form-section__table-layout_cell.form-section__table-layout_example-cell-first,
    .form-section__table-layout_cell.form-section__table-layout_example-cell-second {
        display: inline;
        width: auto;
        vertical-align: top;
    }

    .form-section__table-layout_example-cell-second .client-phone-code, .form-section__table-layout_example-cell-second .client-phone {
        display: inline;
        padding: 0 0 0 5px;
        margin: 0;
    }

    .form-section__table-layout_cell.form-section__table-layout_form-warning-cell, .form-section__table-layout_cell.form-section__table-layout_empty-cell {
        padding: 0;
    }

    .form-section__table-layout_text-cell, .note-order-block, .cafe-address {
        margin-top: 10px;
    }

    .error-message {
        padding: 5px 0 0 15px;
        top: -80%;
        left: unset;
        right: 0;
    }
}

@media screen and (max-width: 350px) {
    .image-link-block {
        margin: 0 0 10px;
        width: 55%;
    }

    /*Gallery styles*/
    .gallery-item-flex-container {
        width: 80%;
        padding-top: 53.4285%;
    }

    .gallery-pseudo-item {
        width: 40%;
    }
}
/* End */


/* Start:/local/templates/tmpl/css/basic-rich-text-editor-styles.css?16274650951005*/
.rich-text-editor-content a {
	color: #4265BC
}

/**umb_name:красный текст*/
.red-text{color: #d90101}

.responsive-float-block {
	float: right;
	width: 50%;
	padding: 10px;	
}

.responsive-2-column-layout{
}
.responsive-row{
    overflow: hidden; 
}
.responsive-column-2-cl{
	float: left;
	width: 50%;
	padding: 10px;
}
.responsive-column-2-cl.responsive-column-2-cl_for-map{
	padding: 10px 10px 10px 0;
}


.responsive-img{
	max-width: 100% !important;
	height: auto !important;
}

@media screen and (max-width: 700px) {
	.responsive-column-2-cl.responsive-column-2-cl_for-map{
		float: none;
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;
	}
	
	.responsive-float-block {
		float: none;
		width: 100%;
		padding: 10px 0;
	}
}

@media screen and (max-width: 460px) {
	.responsive-column-2-cl{
		float: none;
		width: 80%;
		padding: 10px;
		margin: 0 auto;
	}
}

/**umb_name:Подзаголовок*/
h4.subheader{font-size: 18px;
color: #e46b65;
margin: 15px 0 0;
font-weight: normal;}
/* End */


/* Start:/local/templates/tmpl/css/lightcase.css?157974687417010*/
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/local/templates/tmpl/css/../fonts/lightcase.eot?55356177");
  src: url("/local/templates/tmpl/css/../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/local/templates/tmpl/css/../fonts/lightcase.woff?55356177") format("woff"), url("/local/templates/tmpl/css/../fonts/lightcase.ttf?55356177") format("truetype"), url("/local/templates/tmpl/css/../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

/* End */


/* Start:/local/templates/tmpl/css/lightcase-no-breakpoint.css?157974687416942*/
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/local/templates/tmpl/css/../fonts/lightcase.eot?55356177");
  src: url("/local/templates/tmpl/css/../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/local/templates/tmpl/css/../fonts/lightcase.woff?55356177") format("woff"), url("/local/templates/tmpl/css/../fonts/lightcase.ttf?55356177") format("truetype"), url("/local/templates/tmpl/css/../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: -1) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 0) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 0) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: -1) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: -1) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: -1) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: -1) and (min-width: 0) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: -1) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 0) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: -1) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 0) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: -1) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 0) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: -1) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: -1) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 0) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: -1) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 0) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: -1) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

/* End */


/* Start:/local/templates/tmpl/css/brands.css?163562791822021*/
/*!
 * Font Awesome Free 6.0.0-beta2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/local/templates/tmpl/css/../fonts/fa-brands-400.woff2") format("woff2"), url("/local/templates/tmpl/css/../fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-audible:before {
  content: "\f373"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bots:before {
  content: "\e340"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-figma:before {
  content: "\f799"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-less:before {
  content: "\f41d"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sith:before {
  content: "\f512"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square-font-awesome:before {
  content: "\f425"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

/* End */


/* Start:/local/templates/tmpl/css/swipper.css?159975513422894*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin: 5px 7px;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #DA0000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #DA0000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.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-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  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: -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* End */


/* Start:/local/templates/tmpl/components/bitrix/menu/bottom/style.css?1732516243348*/
.bottom_nav-item {display:block;clear:both;}
ul.bottom-menu {padding:0;margin:0;display:block;}
ul.bottom-menu a {text-decoration: none;padding:2px 0;color: #d9d9d9;}
ul.bottom-menu a:hover {color:#ffffff;transition: 0.5s;}

@media (max-width: 767.98px) {
    ul.bottom-menu a {
        padding:5px 0;}
    ul.bottom-menu {display:none;}
}
/* End */


/* Start:/local/templates/tmpl/template_styles.css?17337377189593*/
.btn-primary {
    outline: none;box-shadow: none;
    background:red;border:1px solid red;
    border-radius:0px;color:#ffffff!important;
    padding:5px 15px;
    font-size:14px;line-height: 18px;
    font-weight:500;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:visited,
.btn-primary:focus-within
{outline: none;box-shadow: none;
    background:red;border:1px solid red;border-radius:0px;
    color:#ffffff!important;
    padding:5px 15px;
    font-size:14px;line-height: 18px;
}
.btn-primary:hover{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.btn-primary:disabled, .btn-primary.disabled {background:#e7e7e7;color:#acaca5;
    border-color: #e7e7e7;
}

.btn-dark {outline: none;box-shadow: none;
    background:#24305e;border:1px solid #ffffff;
    border-radius:0px;
    color:#ffffff;
    padding:5px 15px;
    font-size:14px;line-height: 18px;
    font-weight:500;
    text-transform: uppercase;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:active:focus,
.btn-dark:focus,
.btn-dark:focus-visible,
.btn-dark:visited,
.btn-dark:focus-within
{outline: none;box-shadow: none;
    background:#24305e;border:1px solid #ffffff;border-radius:0px;color:#ffffff;
    padding:5px 15px;
    font-size:14px;line-height: 18px;
    text-transform: uppercase;
}

.btn-default {outline: none;box-shadow: none;
    background:#ffffff;border:1px solid #24305e;
    border-radius:0px;color:#24305e;
    padding:5px 15px;
    font-size:14px;line-height: 18px;
    font-weight:500;
}
.btn-default:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:focus-visible,
.btn-default:visited,
.btn-default:focus-within
{outline: none;box-shadow: none;
    background:#ffffff;border:1px solid #24305e;border-radius:0px;
    color:#24305e;
    padding:5px 15px;
    font-size:14px;line-height: 18px;
}

.btn-default:hover {
    border: 1px solid #24305e;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}
.btn-default:focus {border: 1px solid #45539D;}

.btn-big {padding:10px 15px;font-size: 1.2em;}
.btn-big:hover,
.btn-big:active,
.btn-big:active:focus,
.btn-big:focus,
.btn-big:focus-visible,
.btn-big:visited,
.btn-big:focus-within {padding:10px 15px;font-size: 1.2em;}

/*Всплывающее окно*/
.modalform .close, .modalform .close:hover {cursor:pointer;float:none;} /*fix ios*/
#modalformcart {display:block;position:fixed;width:100%;height:100%;z-index:1999;top:0;background:url('/local/templates/tmpl/images/mlfmodal/loadbg4.png') 0 0 repeat;}
#modalformcart .wrapClose {display:block;position:fixed;width:100%;height:100%;min-width:980px;z-index:200;top:0;background:#000000;opacity:0.35;cursor:pointer;}
#modalformcart .wrap {display:block;margin:0 auto;overflow-x:hidden;overflow-y:auto;z-index:201;position:relative;
    width:60%;max-width:700px;max-height:90%;padding:0;min-height:50%;transition:0.5s;
    background:#ffffff;position:relative;overflow:hidden;
}
#modalformcart .wrapContent {display:block;width:100%;overflow-y:auto;overflow-x:hidden;}
#modalformcart .wrap .title {color:#000000;font-size:34px;line-height:42px;text-transform:uppercase;font-weight:bold;display:block;
    text-align:center;display:block;width:90%;margin:auto;}
#modalformcart .wrap .desc {color:#000000;font-size:14px;display:block;text-align:center;padding:0px 0 5px 0;font-weight:bold;}
#modalformcart .wrap .closeRow .close {display:block;width:32px;height:32px;position:absolute;right:15px;top:15px;
    font-size:32px;line-height:32px;font-weight:bold;line-height:24px;color:#000000;opacity:0.7;text-align:center;}
#modalformcart .wrap .closeRow .close:hover {opacity:1;}
#modalformcart .wrap .preload {width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background:url('/local/templates/tmpl/images/mlfmodal/loadbg2.png') 0 0 repeat;}
#modalformcart .wrap .preload .load {width:100%;height:100%;display:block;background:url('/local/templates/tmpl/images/mlfmodal/load.gif') 50% 50% no-repeat;opacity:0.8;}
#modalformcart .wrap .button a {font-family:'Geometria Bold';font-weight:bold;}
.wrapProductAdded {padding:20px;display:block;}
.wrapProductAdded .rowImage {text-align:center;padding:10px 0;}
.wrapProductAdded .rowImage img {max-width:100%;height:200px;width:auto;}
.wrapProductAdded .rowResult {padding:10px 0;text-align:center;font-size:18px;line-height:24px;}
.wrapProductAdded .rowResult .error {color:red;}
.rowButtons {margin-bottom:5px;}
.rowButtons a, .rowButtons span {display:block;padding:10px 10px;background:#ffffff;
    color:#000000;text-decoration:none;font-size:14px;line-height:14px;border:1px solid #000000;
    text-transform:uppercase;text-align:center;font-weight:bold;
    opacity:0.7;
}
.rowButtons a:hover, .rowButtons span:hover {opacity:1;}

a {color:red;}
a:hover {color:#000000;}
.rich-text-editor-content a {color:red;}
.rich-text-editor-content a:hover {color:#000000;}


.dish-list {overflow:hidden;clear:both;}
@media screen and (max-width:768px) {
    .rich-text-editor-content {
        padding: 0 2%;
    }
    .dish-list .dish-item:nth-child(2n+1){clear:both;}
}

.social-foot-block {font-style: normal;}
.social-foot-block i {font-style: normal;}
.social-foot-block a {color:#ffffff;text-decoration: none;font-size:28px;font-style: normal;
margin:5px;display:inline-block;}
.title-social {display:block;color:#ffffff;margin-bottom:8px;}

.content-block-wrap-bg{background-color: rgba(255, 255, 255, 0.6);}
.bg_white {background:#ffffff;}
.bg_black {background:#0c0a0d;}
.color2 {color:#5b5b5b;}
.color_white {color:#ffffff;}
.color_white2 {color:#919191;}
.color_white a {color:#ffffff;opacity:0.8;}
.color_white_hover a:hover {opacity:1;color:#ffffff;}

.add-to-basket-button-new {
    display: inline-block;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    padding: 0 10px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(180deg, #e26384, red);
    background-size: 100% 100%;
    cursor: pointer;
    color:#ffffff;
}
.quantity-controller {border-radius: 5px;}
.font-1 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
}
.logo-wrap-new .logo {background-position: 50% 50%;background-size: contain;}
.logo-wrap-new .logo-slogan {padding:0;}
.header-new {background: #ffd8df url('/local/templates/tmpl/media/bg-header-01.jpg') no-repeat top center;
    background-size: cover;
    border-bottom: 2px solid #0c0a0d;
}
.header-new .header-basic-menu {margin:0;padding:0.5em 1em;
    display: block;
    white-space: nowrap;
    width: auto;
    font-size: 1.2em;
}
.header-new .header-basic-menu .menu-item_reference:hover {color:red;}
.header-new  .show-basket-btn-wrap {}
.header-sub-menu-new .menu-item_reference {color:#ffffff;font-size: 1.2em;}
.header-sub-menu-new .menu-item.menu-item_submenu {margin:0.7em 0.5em;}
.header-sub-menu-new .menu-item.menu-item_submenu:first-child {}
.header-sub-menu-new .menu-item.menu-item_submenu:last-child {}
.header-sub-menu-new .menu-item-list-level-1 {padding:1em 0;    min-width: 140px;}
.header-sub-menu-new .menu-item-list-level-1 .menu-item-level-1 {background-color: #0c0a0d;
font-size:inherit;border:none;margin:0;
    box-shadow:none;border-radius:0;
}
.header-sub-menu-new .menu-item-list-level-1 .menu-item-level-1:hover {
    background-color: #ff0000;
}
.header-sub-menu-new .menu-item_reference {display:block;    padding: 0 0.5em;}

.btn-show-mobile-menu-new {
    width: 2em;
    height: 2em;
    font-size: 2em;
    line-height: 2em;
    padding: 0;
    background:red;
    cursor: pointer;
    color:#ffffff;
    text-align:center;
}
.btn-show-mobile-menu-new:hover {cursor: pointer;}
.header-new .show-basket-btn-wrap {padding-right:0;}
.page-name {font-size:1.7em; color:red;}
.header-new .logo-slogan {display:block;}

.header-new .show-basket-btn {
    border-radius: 4px;
    background: linear-gradient(180deg, #e26384, red);
    background-size: 100% 100%;
    color:#ffffff;
    padding:0;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.header-new .show-basket-btn:hover {color:#ffffff;}
.header-new .show-basket-btn i {font-size:26px;}

.footer-new .footer-nav__item {font-size:1.1em;padding:5px 0;}
.footer-new ul {padding:0;}
.fa-arrow-deg45 {rotate: -45deg;}
.fa-arrow-deg135 {rotate: -135deg;}
.font-size-12 {font-size:1.2em;}
.font-size-11 {font-size:1.1em;}

.menu-section-name {color:red;}
.phone-block-pk .col-12 {width:50%;}
.phone-block-pk a {color:#000000;}
.phone-block-pk a:hover {color:red;}

.logo-wrap-new .logo {width:180px;height:80px;}


@media (max-width: 991.98px) {
    .phone-block-mobile {display:flex;}
    .phone-block-mobile .col-12 {width:50%;}
    .phone-block-mobile a {color:#000000;}
}

.header-new .show-basket-btn {padding-left:10px;padding-right:10px;}
#show-basket-btn-wrap {width:auto;        padding-right: 0;}
#show-basket-btn-wrap .allSumm {margin-left:10px;}
#show-basket-btn-wrap {position:relative!important;right:0!important;top:0!important;}
@media (max-width: 767.98px) {
    .header-new .logo {
        width: 140px;
        height: 60px;
        margin:auto;
    }
    .sh-menu-foot-open {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 5px;
    }
    #modalformcart .wrap {width:100%;}
    #show-basket-btn-wrap {width:auto;text-align:right;float:right;}
    #show-basket-btn-wrap a {padding:0 15px;float:right;display:block;}
}

.awz-detail-catalog .image img {width:100%;height:auto;}
/* End */
/* /local/templates/tmpl/css/normalize.css?15277718187279 */
/* /local/templates/tmpl/css/style.css?173345391333848 */
/* /local/templates/tmpl/css/basic-rich-text-editor-styles.css?16274650951005 */
/* /local/templates/tmpl/css/lightcase.css?157974687417010 */
/* /local/templates/tmpl/css/lightcase-no-breakpoint.css?157974687416942 */
/* /local/templates/tmpl/css/brands.css?163562791822021 */
/* /local/templates/tmpl/css/swipper.css?159975513422894 */
/* /local/templates/tmpl/components/bitrix/menu/bottom/style.css?1732516243348 */
/* /local/templates/tmpl/template_styles.css?17337377189593 */
