

/* Start:/bitrix/templates/iris/assets/css/main.css?16347827867813*/
.mobile__menu-candybar {
	display: none !important;
}


/* Общее + каркас НАЧАЛО */

@charset "UTF-8"; 

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-size: 100.01%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html.overflow,
html.overflow > body {
  position: relative;
  overflow: hidden;
}

body {
    height: 100%;
    position: relative;
    background: url(/bitrix/templates/iris/assets/img/patterns/body__geometric-pattern.png) #f1f1f1;
	background-size: 300px;
    background-attachment: fixed;
	font-family: "Circe", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html.overflow,
html.overflow > body {
  position: relative;
  overflow: hidden;
}

body.blured .wrap--all,
body.blured .shadow-backlit,
body.blured  #header--mobile {
    -webkit-filter: blur(40px);
            filter: blur(40px);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

img[src=''],
img:not([src]) {
    opacity:0;
}

input, textarea, select, button {
    font-family: inherit;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
}

figure {
    margin: 0;
    padding: 0;
}

    /** Подложка с границей макета **/
.shadow-backlit {
    position: fixed;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    background: #fff;
    max-width: 1300px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    z-index: 1;
}

.shadow-m {
    position: fixed;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
       -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 1150;
    opacity: 0;
    visibility: hidden;
}

.wrap--all {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 200;
    overflow: hidden;
    display: block;
    flex-flow: column nowrap;
    justify-content: space-between;
}

#header--section {
    -webkit-flex: 0 0;
    -ms-flex: 0 0;
        flex: 0 0;
}

#page-content--section {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
        flex: 1 0;
}

#footer--section {
    -webkit-flex: 0 0;
    -ms-flex: 0 0;
        flex: 0 0;
}

    /** Структурный макет (.wrap--section > .container--iris > .row--iris) **/
.wrap--section {
    
}

.container--iris {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
}

.row--iris {
    position: relative;
}

.clearfix::after,
.wrap--section::after,
.row--iris::after,
.row--product-page > .product,
.container--iris::after,
.bx-breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}


    /* Хлебные крошки */
.bx-breadcrumb {
    padding: 12px 15px 15px 15px;
    margin-bottom: 0;
    list-style: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: none;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin: 0 20px 0 0;
    position: relative;
    display: inline-block;
}

.bx-breadcrumb .bx-breadcrumb-item i {
    display: none;
}

.bx-breadcrumb .bx-breadcrumb-item:not(:last-child):after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #de3361;
    border-right: 1px solid #de3361;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 2px;
    right: -12px;
}

.bx-breadcrumb-item a {
    color: #000;
    text-decoration: none;
}

.bx-breadcrumb-item a > span {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-family: Circe;
    font-size: 16px;
    white-space: normal;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}

.bx-breadcrumb-item a:hover > span {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: Circe;
    font-size: 16px;
    white-space: normal;
}

.bx-breadcrumb-item1 > span {
}

.bx-breadcrumb .bx-breadcrumb-item > span {
    font-family: Circe;
    font-size: 16px;
    white-space: normal;
    color: #000;
}


    /* Заголовок */
h1.standard-header {
    padding: 10px 15px 40px 15px;
    margin: 0px 0 30px 0;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Gotham Pro';
    position: relative;
    z-index: 3;
}

h1.standard-header span {
    border-bottom: 2px solid rgba(222, 51, 97, 0.5);
    padding-bottom: 2px;
}

h1.standard-header:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    background: url(/bitrix/templates/iris/assets/img/header-wave-pattern--white-2.svg) repeat-x;
    -webkit-background-size: 180px 180px;
            background-size: 180px;
    background-position: left bottom;
}


    /* Пагинация */
.bx-pagination .bx-pag-prev,
.bx-pagination .bx-pag-next {
    position: relative;
}

.bx-pagination .bx-pag-prev a,
.bx-pagination .bx-pag-next a {
    top: 0;
    left: 0;
    z-index: 2;
    position: relative;
}

.bx-pagination .bx-pag-prev:before {
    content: "←";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    line-height: 32px;
}

.bx-pagination .bx-pag-next:before {
    content: "→";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    line-height: 32px;
}

.bx-pagination .bx-pag-prev span,
.bx-pagination .bx-pag-next span {
    width: 32px;
    padding: 0!important;
    text-indent: -99999px;
    background: transparent!important;
}


.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #de3361;
    color: #fff;
}

.row--iris.pagination-quick-select {
    text-align: center;
    position: relative;
    margin: -15px 0 40px 0;
}

.row--iris.pagination-quick-select > .holder {
    display: inline-block;
    position: relative;
}

.row--iris.pagination-quick-select > .holder:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #de3361;
    border-right: 2px solid #de3361;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.row--iris.pagination-quick-select select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    border: 2px solid #ddd;
    font-size: 16px;
    padding: 5px 34px 5px 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-top: 5px;
    position: relative;
    background: #fff;
}

/* Общее + каркас КОНЕЦ */

ul.offers_list {
    display: none;
}
/* Чекбоксы для принятия правил сайта */
.terms_cheker {
    -webkit-appearance: checkbox;
}
.terms {
    padding-bottom: 10px;
    font-size: 13px;
}

.checkout-disabled{
    background: #bbb7b8 !important;
    cursor: not-allowed;
}
.terms-order {
    text-align: center;
    font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/iris/assets/css/search/search__header.css?16347827864766*/
/* Поиск в шапке НАЧАЛО */

#title-search {
    position: relative;
    height: 43px;
}

input#title-search-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: #eee;
    color: #000;
    height: 40px;
	font-size: 16px;
    padding: 0 50px 0 15px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

input#title-search-input:active,
input#title-search-input:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(222, 52, 96, 0.5);
            box-shadow: 0 0 0 2px rgba(222, 52, 96, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#title-search input[name="s"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: url(/bitrix/templates/iris/assets/img/icons/search.svg) no-repeat center center;
    -webkit-background-size: 21px 21px;
            background-size: 21px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    text-indent: -9999px;
}

#title-search input[name="s"]:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .8;
    -webkit-transform: scale(0.93);
            transform: scale(0.93);
}

div.title-search-result {
    border: 0!important;
    min-width: 330px!important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px);
}

/* Прячем окно при наведении на меню */
body.submenu--active .title-search-result {
    visibility: hidden;
}

table.title-search-result {
    border: none;
    width: 100%!important;
    display: block!important;
}

table.title-search-result td {
    white-space: normal!important;
}

div.title-search-fader {
    display: none!important;
}

table.title-search-result > tbody {
    display: block;
    padding: 5px 0 0 0;
}

table.title-search-result > tbody > tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
}

table.title-search-result > tbody > tr:first-child,
table.title-search-result > tbody > tr:last-child {
    display: none;
}

table.title-search-result th {
	display: none;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

table.title-search-result td.title-search-more {
    display: none;
}

table.title-search-result td.title-search-item a {
    padding-left: 10px;
    padding-right: 0;
    vertical-align: top;
    display: block;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #000;
    letter-spacing: 0.5px;
}

table.title-search-result td.title-search-item img {
    vertical-align: top;
    margin-right: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    background: #fff;
}

table.title-search-result td.title-search-item b {
    color: #de3361!important;
    font-weight: 700!important;
}

table.title-search-result td.title-search-all {
    padding: 0!important;
    border-top: 1px solid #eee;
}

table.title-search-result td.title-search-all a {
    padding: 10px 15px 10px 15px!important;
    text-decoration: none;
    color: #000!important;
    display: block;
    text-align: center;
}

table.title-search-result tr.title-search-selected td,
table.title-search-result tr.title-search-selected a,
table.title-search-result tr.title-search-selected td.title-search-more a {
	background-color:#eee!important;
}

/* Поиск в шапке КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/search/search__page.css?16347827867312*/
/* Страница поиска НАЧАЛО */

.search-page {
    padding: 0 15px;
}

	/**/
.search-page form {
    max-width: 600px;
    display: block;
    margin: 0 auto 0 auto;
}

.search-page form * {
    display: block;
}

.search-page form table {
    margin: 0 0 15px 0;
}

.search-page form table tr {
    position: relative;
}

.search-page form table tr td:nth-child(1) {

}

.search-page form table tr td:nth-child(1) input {
    width: 100%;
    border: 0;
    outline: 0;
    background: #eee;
    color: #000;
    height: 40px;
    padding: 0 50px 0 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.search-page form table tr td:nth-child(1) input:active,
.search-page form table tr td:nth-child(1) input:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(222, 52, 96, 0.5);
            box-shadow: 0 0 0 2px rgba(222, 52, 96, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.search-page form table tr td:nth-child(2) {
    display: none;
}

.search-page form table tr td:nth-child(3) {

} 

.search-page form table tr td:nth-child(3) input {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    background: url(/bitrix/templates/iris/assets/img/icons/search.svg) no-repeat center center;
    -webkit-background-size: 21px 21px;
    background-size: 21px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    text-indent: -9999px;
}

.search-page .search-advanced {
    margin: 0 0 15px 0;
    text-align: center;
}

.search-page .search-advanced-result > .search-result {
    display: block;
}

	/**/
.search-page .search-language-guess {
    text-align: center;
    margin: 0 0 5px 0;
}

.search-page .search-language-guess + br {
    display: none;
}

.search-page .search-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.search-page .search-result > p {
    text-align: center;
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px 0;
}

.search-page .search-result .search-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(25% - 20px);
        -ms-flex: 0 0 calc(25% - 20px);
            flex: 0 0 calc(25% - 20px);
    margin: 0 10px 20px 10px;
    padding: 10px 0 15px 0;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
}

.search-page .search-result .search-item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-page .search-result .search-item b {
    color: #de3460;
}

.search-page .search-result .search-item > h4 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 15px 0;
    color: #000;
}

.search-page .search-result .search-item > h4 > a {
    color: inherit;
    padding: 0 15px;
    display: block;
}

.search-page .search-result .search-item > a .search__picture {
    padding: 0 10px 10px 10px;
    -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
            transform: scale(.95);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-page .search-result .search-item:hover > a .search__picture {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-page .search-result .search-item > a {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.search-page .search-result .search-item .search-preview {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 15px;
    margin: 0 0 0 0;
    font-size: 14px;
}

	/**/
.search-page .navigation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin: 10px 0 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse wrap;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
}

.search-page .navigation .navigation-arrows {
    margin: 15px 0 0 0;
}

.search-page .navigation .arrow,
.search-page .navigation .ctrl,
.search-page .navigation .navigation-title {
    display: none;
}

.search-page .navigation .navigation-arrows a {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    height: 32px;
    display: inline-block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.search-page .navigation .navigation-arrows a:hover {
    background: #fff;
    border-color: #dadada;
    color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.search-page .navigation .navigation-arrows .disabled {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    height: 32px;
    display: inline-block;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: .5;
    pointer-events: none;
}

.search-page .navigation-pages .nav-current-page {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: #de3361;
    color: #fff;
    margin: 0 2.5px;
}

.search-page .navigation-pages a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: #eff0f1;
    color: #444;
    margin: 0 2.5px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.search-page .navigation-pages a:hover {
    background: #dadada;
}


/* Страница поиска КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/fonts/fonts.css?16347827864248*/
/* Шрифты НАЧАЛО */

    /** Circe **/
@font-face {
    font-family: 'Circe';
    src: url('/bitrix/templates/iris/assets/fonts/circe/Circe-Regular.eot');
    src: url('/bitrix/templates/iris/assets/fonts/circe/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/iris/assets/fonts/circe/Circe-Regular.woff2') format('woff2'),
        url('/bitrix/templates/iris/assets/fonts/circe/Circe-Regular.woff') format('woff'),
        url('/bitrix/templates/iris/assets/fonts/circe/Circe-Regular.ttf') format('truetype'),
        url('/bitrix/templates/iris/assets/fonts/circe/Circe-Regular.svg#Circe-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Circe';
    src: url('/bitrix/templates/iris/assets/fonts/circe/Circe-Light.eot');
    src: url('/bitrix/templates/iris/assets/fonts/circe/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/iris/assets/fonts/circe/Circe-Light.woff2') format('woff2'),
        url('/bitrix/templates/iris/assets/fonts/circe/Circe-Light.woff') format('woff'),
        url('/bitrix/templates/iris/assets/fonts/circe/Circe-Light.ttf') format('truetype'),
        url('/bitrix/templates/iris/assets/fonts/circe/Circe-Light.svg#Circe-Light') format('svg');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

    /** Gotham **/
@font-face {
    font-family: 'Gotham Pro';
    src: url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Light.eot');
    src: url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Light.woff2') format('woff2'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Light.woff') format('woff'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Light.ttf') format('truetype'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Medium.eot');
    src: url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Medium.woff2') format('woff2'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Medium.woff') format('woff'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Medium.ttf') format('truetype'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Bold.eot');
    src: url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Bold.woff2') format('woff2'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Bold.woff') format('woff'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Bold.ttf') format('truetype'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro.eot');
    src: url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro.woff2') format('woff2'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro.woff') format('woff'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro.ttf') format('truetype'),
        url('/bitrix/templates/iris/assets/fonts/gotham/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/* Шрифты КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/header/header-full/header-full.css?16347827867426*/
/* Общее для шапки НАЧАЛО */

#header__section {
    z-index: 20;
}

#header--section .row--iris {
    padding: 0;
}

/* Общее для шапки КОНЕЦ */



/* Середина с лого, поиском и т. д. НАЧАЛО */

.row--iris.header__content {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #ffd4e0;
    border-bottom: 1px solid #ffd4e0;
}

.header__content .header__content--col {
    min-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

    /** Лого **/
.header__content .header__logo {
    padding: 10px 10px 10px 10px;
    width: 240px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.header__content .header__logo a {
    display: block;
    height: 100%;
    background: url(/bitrix/templates/iris/assets/img/logo-iris.svg) no-repeat left center;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.header__content .header__logo a:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .8;
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
}

    /** Поиск **/
.header__content .header__search {
    width: 330px;
    margin: 0 15px 0 0;
}

.header__content .header__search > .holder {
    position: relative;
}

.header__content .search__sketch-cake {
    display: block;
    text-decoration: none;
    margin: 5px 0 9px 0;
}

.header__content .search__sketch-cake span {
    color: #000;
    text-transform: uppercase;
    font-size: 0.68em;
    letter-spacing: .5px;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header__content .search__sketch-cake:hover span {
    color: #de3361;
    border-bottom: 1px dashed #de3361;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

form#search-form {
    position: relative;
    margin-top: 6px;
}
/* Прочее от поиска внутри search__header.css */

.header__search .search__popular {
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    width: 100%;
    background: #fff;
    left: 0;
    z-index: 1200;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}

.header__search > .holder:hover .search__popular {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.header__search .search__popular p {
    margin: 0;
    padding: 5px 15px 5px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    letter-spacing: 1px;
    background: #eee;
}

.header__search .search__popular ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__search .search__popular ul li {

}

.header__search .search__popular ul li a {
    display: block;
    color: #000;
    padding: 7px 35px 7px 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.header__search .search__popular ul li a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    -ms-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
    opacity: .75;
}

.header__search .search__popular ul li a:hover {
    background: #eee;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    /** Контакты №1 **/
.header__content .header__contacts-1 {
    width: 260px;
    padding: 0;
    margin: 0 15px 0 0;
}

    /** Контакты №2 **/
.header__content .header__contacts-2 {
    width: 240px;
    margin: 0 15px 0 0;
}

    /** Корзина **/
.header__content .header__cart {
    width: 150px;
    position: relative;
    margin: 0 15px 0 0;
}

#header-cart {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    background: url(/bitrix/templates/iris/assets/img/bag-full.svg) no-repeat 15px 30% #de3361;
        background-size: auto;
    -webkit-background-size: 26px 26px;
    background-size: 26px;
    color: #fff;
    text-decoration: none;
    padding: 12px 10px 28px 55px;
    min-height: 78px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

#header-cart:hover {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .8;
}

#header-cart .name {
    margin-bottom: 5px;
}

#header-cart .empty {
    opacity: .5;
    font-size: 13px;
}

#header-cart .ga_promo {
    font-size: .55em;
    width: 100%;
    text-align: center;
    background: rgb(191, 35, 77);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
}

#header-cart .amount span {
    display: block;
}

/* Середина с лого, поиском и т. д. КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/header/header-full/header-full__contacts.css?16347827863040*/
/* 1 НАЧАЛО */

ul.contacts-1 {
    list-style: none;
    padding: 0;
    margin: 2px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

ul.contacts-1 > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000;
    margin: 6px 10px 6px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

ul.contacts-1 > a:hover {
    opacity: .8;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

ul.contacts-1 > a.c-100 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

ul.contacts-1 > a > figure {
    margin: 0 5px 0 0;
    padding: 0;
    background: #de3361;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    display: inline-block;
    position: relative;
}

ul.contacts-1 > a > figure img {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

ul.contacts-1 > a.c-inline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 6px;
    -webkit-flex: 0 0 26px;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
    margin: 0;
}

ul.contacts-1 > a.c-inline img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

/* 1 КОНЕЦ */


/* 2 НАЧАЛО */

ul.contacts-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.contacts-2 a {
    display: block;
}

ul.contacts-2 .phone {
    color: #000;
    font-weight: 700;
    font-size: 1.35em;
    font-family: Gotham Pro;
}

ul.contacts-2 .time {
    margin: 1px 0 3px 0;
    color: #444;
    text-align: center;
    font-size: 16px;
    letter-spacing: .5px;
}

ul.contacts-2 .callback {
    background: #de3361;
    color: #fff;
    padding: 5px 0 3px 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
}

/* 2 КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/header/header-full/header-full__cart-widget.css?16347827863508*/
/* Виджет корзины НАЧАЛО */

#mini-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 150;
    width: 360px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    overflow: hidden;
    transition: all .15s ease-in-out;
    transform: translate(0,15px);
    visibility: hidden;
    opacity: 0;
}

.header__content .header__cart:hover #mini-cart {
    transition: all .2s ease-in-out;
    transition-delay: .2s;
    transform: translate(0,-5px);
    visibility: visible;
    opacity: 1;
}

	/** Список **/
#mini-cart .mini-cart__list {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#mini-cart .mini-cart__list .mini-cart__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffedf2;
    transition: all .3s;
    padding: 10px 40px 10px 10px;
    background: #fff;
    position: relative;
}

#mini-cart .mini-cart__list .mini-cart__item:hover {
    transition: all .3s;
	background: #ffedf2;;
}

	/*** Фото ***/
#mini-cart .mini-cart__item--img {
    width: 60px;
    height: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 4px;
}

	/*** Данные ***/
#mini-cart .mini-cart__item--data {
    font-size: 14px;
    width: calc(100% - 70px);
}

#mini-cart .mini-cart__item--data a {
	color: #000;
}

#mini-cart .mini-cart__item--data h5 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bold;
}

#mini-cart .mini-cart__item--data .data--price {
    position: relative;
    display: inline-block;
    margin-right: 13px;
}

#mini-cart .mini-cart__item--data .data--price:after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    background: #de3361;
    width: 1px;
    height: 17px;
    transform: rotate(15deg);
}

#mini-cart .mini-cart__item--data .data--amount {

}

	/*** Кнопка удаления ***/
#mini-cart .mini-cart__item--delete {
    position: absolute;
    top: 50%;
    right: 5px;
    background: url(/bitrix/templates/iris/assets/img/close.svg) no-repeat center center;
    background-size: 16px;
    border: 0;
    outline: 0;
    width: 30px;
    height: 40px;
    cursor: pointer;
    transition: all .2s;
    transform: translate(0,-50%);
    opacity: 0;
    padding: 0;
    margin: 0;
}

#mini-cart .mini-cart__item:hover .mini-cart__item--delete {
    opacity: 1;
}

#mini-cart .mini-cart__item--delete:hover {
    transition: all .2s;
    transform: translate(0,-50%) scale3d(0.9,0.9,0.9);
}

	/** Подытог **/
#mini-cart .mini-cart__subtotal {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 10px 0;
}

#mini-cart .mini-cart__subtotal span {
    border-bottom: 1px solid #de3361;
}

	/** Подытог **/
	
#mini-cart .mini-cart__buttons {
    float: left;
    width: 100%;
    padding: 10px 5px 15px 5px;
}

#mini-cart .mini-cart__buttons a {
    text-align: center;
    text-decoration: none;
    background: #e3708e;
    transition: all .2s;
    color: #fff;
    display: block;
    width: calc(50% - 10px);
    margin: 0 5px 0 5px;
    float: left;
    padding: 8px 0 8px 0;
    border-radius: 4px;
}

#mini-cart .mini-cart__buttons a:hover {
    color: #fff;
    background: #de3361;
    transition: all .3s;
}

#mini-cart .mini-cart__buttons .go-to-cart {
    background: #ddd;
    color: #000;
}

#mini-cart .mini-cart__buttons .go-to-checkout {
}

/* Виджет корзины КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/header/header-full/header-full__main-menu.css?163478278612185*/
/* Основное меню НАЧАЛО */

.header--main-menu {
    background: #fff;
    position: relative;
    /* z-index: 110; */
}

.header--main-menu:before {
    content: "";
    border-bottom: 1px solid #ffd4e0;
    width: 100%;
    position: absolute;
    bottom: -1px;
}

#menu--main {
    position: relative;
    background: #ffedf2;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
}

#menu--main:hover {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

#menu--main > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 110;
}

#menu--main ul .menu--main__item {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: center;
}

    /** Фикс для мышки **/
#menu--main ul .menu--main__item:hover:before {
    content: "";
    display: block;
    height: 12px;
    width: 100%;
    position: absolute;
    top: -12px;
    left: 0;
}

    /** Фикс визуального бага flex'а **/
#menu--main ul .menu--main__item:last-child {
    margin-right: -0.05px;
}

#menu--main ul .menu--main__item > a {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    font-size: 11px;
    font-family: Gotham Pro;
    text-transform: uppercase;
    font-weight: 500;
}

#menu--main ul .menu--main__item:hover > a {
    background: #de3361;
    color: #fff;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

    /** Стрелочка **/
#menu--main ul .menu--main__item > a > span {
    display: inline-block;
    position: relative;
    /* margin-left: -8px; */
}

#menu--main ul .menu--main__item > a > span:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 2px;
    right: -13px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #de3361;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

#menu--main ul .menu--main__item:hover > a > span:after {
    border-color: #fff;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

    /** Подменю **/
#menu--main ul .menu--main__item > .menu--main__submenu-wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    min-height: 300px;
    visibility: hidden;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
}

#menu--main ul .menu--main__item:hover > .menu--main__submenu-wrap {
    visibility: visible;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
    opacity: 1;
}

    /** Левая колонка подменю **/
#menu--main .menu--main__submenu-wrap .left-col {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding: 30px 30px 10px 30px;
	opacity: 0;
}

#menu--main ul .menu--main__item:hover .menu--main__submenu-wrap .left-col {
	opacity: 1;
}

#menu--main .left-col .menu--main__submenu-title {
    text-align: left;
}

#menu--main .left-col .menu--main__submenu-title > a {
    display: inline-block;
    position: relative;
    text-align: left;
    color: #000;
    text-decoration: none;
    padding-right: 30px;
    width: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#menu--main .left-col .menu--main__submenu-title > a:hover {
    -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
            transform: translateX(25px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#menu--main .left-col .menu--main__submenu-title > a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -18px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg) translate(-23px,23px);
        -ms-transform: rotate(45deg) translate(-23px,23px);
            transform: rotate(45deg) translate(-23px,23px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
}

#menu--main .left-col .menu--main__submenu-title > a:hover:before {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transform: rotate(45deg) translate(-10px,10px);
        -ms-transform: rotate(45deg) translate(-10px,10px);
            transform: rotate(45deg) translate(-10px,10px);
}

#menu--main .left-col .submenu-title__name {
    text-transform: uppercase;
    font-weight: 700;
}

#menu--main .left-col .submenu-title__name span {
}

#menu--main .left-col .submenu-title__name .counter {
    color: #fff;
    background-color: #de3361;
    margin: 0 0 0 6px;
    padding: 3px 8px 2px 8px;
    text-align: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    -webkit-transform: translate(0,-2px);
        -ms-transform: translate(0,-2px);
            transform: translate(0,-2px);
}

#menu--main .left-col .submenu-title__show-more {
    margin: 5px 0 0 0;
}

#menu--main .left-col .submenu-title__show-more > span {
    display: inline-block;
    color: #646464;
    border-bottom: 1px dashed #646464;
    position: relative;
}

#menu--main .menu--main__submenu-title > a:hover .submenu-title__show-more > span {

}

#menu--main .left-col .menu--main__submenu {
    display:block;
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: left;
}

#menu--main .left-col .menu--main__submenu li {
    display: block;
    float: left;
    width: 33.333333%;
    margin-bottom: 10px;
}

#menu--main .left-col .menu--main__submenu li a {
    display: block;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 3px 20px 3px 0;
}

#menu--main .left-col .menu--main__submenu li a > span {
    border-bottom: 1px solid transparent;
    position: relative;
    display: inline-block;
}

#menu--main .left-col .menu--main__submenu li a > span:first-letter {
    text-transform: uppercase;
}

#menu--main .left-col .menu--main__submenu li a > span:after {
    content: "";
    position: relative;
    border-top: 1px solid #de3361;
    border-right: 1px solid #de3361;
    display: inline-block;
    height: 4px;
    width: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
}

#menu--main .left-col .menu--main__submenu li a:hover > span:after {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(3px, -4px);
    -ms-transform: rotate(45deg) translate(3px, -4px);
    transform: rotate(45deg) translate(3px, -4px);
}

#menu--main .left-col .menu--main__submenu li a:hover {
    color: #de3361;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#menu--main .left-col .menu--main__submenu li a:hover > span {
    border-bottom: 1px solid rgba(222, 51, 97, 0.2);
}

    /** Правая колонка подменю **/
#menu--main .menu--main__submenu-wrap .right-col {
    width: 400px;
    opacity: 1;
    position: relative;
    overflow: hidden;
}

#menu--main .menu--main__submenu-wrap .right-col:hover {
    opacity: .85;
}

#menu--main .menu--main__submenu-wrap .right-col:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    background: #eee;
}

#menu--main .menu--main__submenu-wrap .right-col > figure.submenu-banner {
    padding: 0;
    margin: 0;
    background: url(/bitrix/templates/iris/assets/img/preloader.svg) no-repeat center center;
    -webkit-background-size: 40px 40px;
            background-size: 40px;
    min-height: 300px;
	height: 100%;
    width: 100%;
    position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#menu--main .menu--main__submenu-wrap .right-col > figure.submenu-banner.lazy-loaded {
    background: none;
}

#menu--main .menu--main__submenu-wrap .right-col > figure.submenu-banner > .submenu-banner__link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#menu--main figure.submenu-banner .submenu-banner--content {
    height: auto;
    width: 100%;
    position: relative;
}

    /** Тень **/
.header--menu-shadow {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 100;
    visibility: hidden;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
}

    /** Состояния при наведении на пункт **/
#menu--main > ul:hover + .header--menu-shadow {
    visibility: visible;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

#menu--main:hover ul .menu--main__item {
    background: transparent;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

/** Уничтожаем задержку в переключении пунктов, если уже внутри одного из пунктов **/
body.submenu--delay-killer #menu--main .menu--main__submenu-wrap,
body.submenu--delay-killer #menu--main ul .menu--main__item > a,
body.submenu--delay-killer #menu--main ul .menu--main__item:hover > a > span:after,
body.submenu--delay-killer #menu--main .header--menu-shadow {
    -webkit-transition-delay: .0s!important;
         -o-transition-delay: .0s!important;
            transition-delay: .0s!important;
}


/* Основное меню КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/header/header-full/header-full__top-menu.css?16347827861686*/
/* Верхнее меню НАЧАЛО */

.header--top-menu {
    background: #ffedf2;
    z-index: 10;
    position: relative;
}

#menu--top {
    font-size: 13px;
    font-family: Gotham Pro;
    text-transform: uppercase;
    font-weight: 500;
}

#menu--top ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu--top > ul li {
    display: inline-block;
    height: 34px;
    padding: 0;
    position: relative;
}

#menu--top > ul li > a {
    display: block;
    height: 34px;
    padding: 10px 15px 8px 30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #000;
}

#menu--top > ul li > a:hover {
    color: #fff;
	background: #de3361;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

    /** Подменю **/
    
#menu--top .menu--top__submenu {
    position: absolute;
    top: 34px;
    left: 0;
    width: max-content;
    min-width: 210px;
    background: #ffedf2;
    transition: all .15s ease-in-out;
    transform: translate(0,5px);
    visibility: hidden;
    opacity: 0;
}

#menu--top > ul li:hover .menu--top__submenu {
    transition: all .15s ease-in-out;
    transition-delay: .4s;
    transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}

#menu--top .menu--top__submenu > ul {
    flex-direction: column;
}

#menu--top .menu--top__submenu > ul li {
    display: block;
}


#menu--top .menu--top__submenu > ul li > a {

}

#menu--top .menu--top__submenu > ul li > a:hover {
    color: #fff;
	background: #de3361;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

/* Верхнее меню КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/mp-module.css?1634782786203*/
/* Общее для модулей для главной страницы НАЧАЛО */

.mp-module {

}

/* Общее для модулей для главной страницы КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/first-block/mp-module__first-block.css?16347827863432*/
/* Первый блок на главной НАЧАЛО */

.mp-module__first-block {
    padding: 20px 20px 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    min-height: 387.5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

    /** Колонки **/

.mp-module__first-block .first-block__col {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

    /** Колонка со слайдером **/
.mp-module__first-block .col__first {
    width: -webkit-calc((100%/2) - 10px);
    width: calc((100%/2) - 10px);
    overflow: hidden;
    position: relative;
    background-color: #ffedf2;
    -webkit-box-shadow: inset 0 0 0 2px #ffd4e0;
            box-shadow: inset 0 0 0 2px #ffd4e0;
}

.first-block__col.col__first:before {
    content: "";
    width: 187px;
    height: 110px;
    background-image: url(/bitrix/templates/iris/assets/img/sprites/sprite--iris.svg);
    background-position: 0px -498px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    opacity: .8;
    -webkit-filter: drop-shadow(0 0 20px #ffcddb);
            filter: drop-shadow(0 0 20px #ffcddb);
}

    /** Вторая колонка **/
.mp-module__first-block .col__second {
    width: -webkit-calc((100%/4) - 15px);
    width: calc((100%/4) - 15px);
    margin: 0 20px;
}

    /** Третья колонка **/
.mp-module__first-block .col__third {
    width: -webkit-calc((100%/4) - 15px);
    width: calc((100%/4) - 15px);
}

.mp-module__first-block .col__third > .holder {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.mp-module__first-block .col__third > .holder .top-block {
    height: -webkit-calc((100%/2) - 10px);
    height: calc((100%/2) - 10px);
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.mp-module__first-block .col__third > .holder .bottom-block {
    height: -webkit-calc((100%/2) - 10px);
    height: calc((100%/2) - 10px);
    width: 100%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.mp-module__first-block .col__third > .holder .bottom-block > .holder {
    height: 100%;
}

/* Первый блок на главной КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/first-block/mp-module__first-block--main-slider.css?16347827861154*/
/* Слайдер на главной НАЧАЛО */

#main-slider {
    position: relative
}

#main-slider .swiper-slide {

}

#main-slider .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 62.5%;
    margin-bottom: 0;
}

#main-slider .swiper-slide > a > img {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    transition: all .3s;
}

#main-slider .swiper-slide > a:hover > img {
    transition: all .3s;
	opacity: .9;
}

#main-slider .swiper-slide > a > img.swiper-lazy {
	opacity: 0;
}

#main-slider .swiper-slide > a > img.swiper-lazy.swiper-lazy-loaded {
	opacity: 1;
}

	/** Навигация **/
#main-slider .swiper-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-slider .swiper-pagination {
    bottom: 3px;
    width: 100%;
}

#main-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    margin: 0 3px;
}

#main-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #de3361;
}


/* Слайдер на главной КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/first-block/mp-module__first-block--col-second.css?1634782786310*/
/* Вторая колонка на главной НАЧАЛО */


.mp-module__first-block .col__second .holder {
    height: 100%;

}

.mp-module__first-block .col__second .holder a {
    display: block;
    height: 100%;
    width: 100%;
}


/* Вторая колонка на главной КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/first-block/mp-module__first-block--col-third.css?1634782786192*/
/* Третья колонка на главной НАЧАЛО */

.first-block__col .col__third figure.widget__news {
    
}

/* Третья колонка на главной КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/product-sliders/mp-module__product-slider.css?163478278612625*/
/* Модуль слайдера (тип А) для главной НАЧАЛО */

.mp-module__product-slider {
    position: relative;
    margin: 0 0 30px 0;
}

    /** UI-памятка для мобильных **/
.mp-module__product-slider .slider:after {
    display: none;
    content: "Проведите для прокрутки";
    letter-spacing: 1px;
    position: relative;
    left: 20px;
    color: #444;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 7px 0 0 0;
    font-family: Gotham Pro;
    font-size: 12px;
    text-transform: uppercase;
    background: url(/bitrix/templates/iris/assets/img/sliders/swipe-note.svg) no-repeat 100% 0;
    -webkit-background-size: contain;
            background-size: contain;
    padding: 4px 26px 4px 0;
}

.mp-module__product-slider .slider::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: rgba(222, 51, 97, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
            box-shadow: 0 0 1px rgba(255,255,255,.5);
}

    /** Линия **/
.mp-module__product-slider .line {
    width: 100%;
    height: 4px;
    position: relative;
    background-color: #de3361;
}

    /*** Кастомные линии ***/
.line--waved .line {
    background-image: url(/bitrix/templates/iris/assets/img/sliders/slider--wave-line.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: repeat-x;
    height: 10px;
    position: relative;
}

.line--waved .line:before,
.line--waved .line:after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
}

.line--waved .line:before {
    top: -1px;
}

.line--waved .line:after {
    bottom: -1px;
}

/*
.line--rhombus .mp-module__product-slider--line {}
*/

    /** Заголовок блока **/
.mp-module__product-slider .category-name {
    padding: 25px 0 10px 0;
}

    /*** Сам заголовок ***/
.mp-module__product-slider .category-link {
    margin-bottom: 20px;
    padding: 0 20px 0 20px;
}

.mp-module__product-slider .category-link > a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    position: relative;
    line-height: 32px;
}

.mp-module__product-slider .category-link > a > h5 {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-family: Gotham Pro;
}

.mp-module__product-slider .category-link > a > span {
    display: inline-block;
    background-color: #de3361;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
    vertical-align: top;
    color: #fff;
    padding: 2px 35px 0 15px;
    margin: 0 0 0 5px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.09, 0.96);
    -o-transition: all .3s cubic-bezier(0.42, 0, 0.09, 0.96);
    transition: all .3s cubic-bezier(0.42, 0, 0.09, 0.96);
    position: relative;
}

.mp-module__product-slider .category-link > a > span:after {
    content: "";
    display: block;
    width: 19px;
    height: 16px;
    position: absolute;
    top: 6px;
    right: 11px;
    background-image: url(/bitrix/templates/iris/assets/img/sprites/sprite--iris.svg);
    -webkit-background-size: 290px 290px;
            background-size: 290px;
    background-position: -59px -38px;
    opacity: .75;
}

.mp-module__product-slider .category-link > a:hover > span {
    -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.09, 0.96);
    -o-transition: all .3s cubic-bezier(0.42, 0, 0.09, 0.96);
    transition: all .3s cubic-bezier(0.42, 0, 0.09, 0.96);
    opacity: .8;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}

    /*** Подкатегории после заголовка ***/
.mp-module__product-slider .subcategory {
    margin: 0 0 5px 0;
    padding: 0 17px 0 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.mp-module__product-slider .subcategory a {
    text-decoration: none;
    display: inline-block;
	position: relative;
    background: #fff;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    padding: 4px 12px 4px 12px;
    color: #000;
    margin: 0 4px 10px 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.mp-module__product-slider .subcategory a:hover {
    background: #ddd;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.mp-module__product-slider .subcategory a > .counter {
    color: #5b5b5b;
    font-size: 13px;
}

    /*** Если нет подкатегорий ***/
.mp-module__product-slider .category-name.subcategory--false {
    
}

.mp-module__product-slider .category-name.subcategory--false .category-link {
    margin-bottom: 10px;
}

.mp-module__product-slider .category-name.subcategory--false .subcategory {
    display: none;
}

    /** Зона слайдера **/
.mp-module__product-slider .slider {
    margin: 0 0;
    padding: 10px 10px;
    overflow: hidden;
}

@media(min-width: 1299px) {

    .mp-module__product-slider .slider .swiper-slide {
        max-width: 320px;
    }

}

    /*** Правка слайдера ***/

.mp-module__product-slider .slider .swiper-slide {
    height: auto;
}

.mp-module__product-slider .slider .swiper-container__product {
    position: relative;
}

.mp-module__product-slider .slider .swiper-navigation {
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    height: 100%;
}

.mp-module__product-slider .slider .swiper-button-prev,
.mp-module__product-slider .slider .swiper-button-next {
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
}

.mp-module__product-slider .slider .swiper-button-prev:hover,
.mp-module__product-slider .slider .swiper-button-next:hover {
    opacity: .8;
}

.mp-module__product-slider .slider .swiper-button-prev.swiper-button-disabled:hover,
.mp-module__product-slider .slider .swiper-button-next.swiper-button-disabled:hover {
    opacity: .35;
}

.mp-module__product-slider .slider .swiper-button-prev,
.mp-module__product-slider .slider .swiper-container-rtl .swiper-button-next {
    background-image: url(/bitrix/templates/iris/assets/img/sliders/slider--arrow-b.svg);
    background-position: center left;
    -webkit-background-size: contain;
            background-size: contain;
    left: 0;
}

.mp-module__product-slider .slider .swiper-button-next,
.mp-module__product-slider .slider .swiper-container-rtl .swiper-button-prev {
    background-image: url(/bitrix/templates/iris/assets/img/sliders/slider--arrow-b.svg);
    background-position: center left;
    -webkit-background-size: contain;
            background-size: contain;
    right: 0;
    -webkit-transform: scale(-1,1);
        -ms-transform: scale(-1,1);
            transform: scale(-1,1);
}

    /*** Правка товарной карточки внутри слайдера ***/
.mp-module__product-slider .slider figure.product-item {
    margin: 0 10px 0 10px;
    height: 100%!important;
}

.mp-module__product-slider .slider .product-item .product-item__image {
    background: none!important;
}

    /*** Lazy Load для слайдера ***/
.mp-module__product-slider .slider .product-item .product-item__image > img.swiper-lazy + .ss-preloader {
    display: block;
    background: url(/bitrix/templates/iris/assets/img/preloader.svg) no-repeat center center;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
}

.mp-module__product-slider .slider .product-item .product-item__image > img.swiper-lazy-loaded + .ss-preloader {
    display: none;
    background: none;
}

    /** Закрывающий элемент-ссылка на каталог **/
.mp-module__product-slider .slider figure.product-item.category-end-link {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15), inset 0 0 20px 2px rgba(0, 0, 0, .4);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15), inset 0 0 20px 2px rgba(0, 0, 0, .4);
}

.mp-module__product-slider .slider figure.product-item.category-end-link a {
    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;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.mp-module__product-slider .slider figure.product-item.category-end-link a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/bitrix/templates/iris/assets/img/patterns/pattern__geometric--1.svg) 80% 0%;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    opacity: .7;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.mp-module__product-slider .slider figure.product-item.category-end-link:hover a:before {
    opacity: .3;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.mp-module__product-slider .slider figure.product-item.category-end-link p {
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-family: Gotham Pro;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 23px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.mp-module__product-slider .slider figure.product-item.category-end-link:hover p {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale3d(0.95,0.95,0.95);
            transform: scale3d(0.95,0.95,0.95);
}

.mp-module__product-slider .slider figure.product-item.category-end-link p:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    z-index: -1;
    -webkit-animation: end-block-pulse;
            animation: end-block-pulse;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.mp-module__product-slider .slider figure.product-item.category-end-link p:after {
    content: "";
    display: block;
    width: 110%;
    height: 110%;
    background: #fff;
    position: absolute;
    top: -5%;
    left: -5%;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    z-index: -1;
    -webkit-animation: end-block-pulse;
            animation: end-block-pulse;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

    /** Правки для улучшения производительности **/

.mp-module__product-slider .slider .swiper-slide {
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* Модуль слайдера (тип А) для главной КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/product-sliders/mp-module__product-slider--mobile-subcategory.css?16347827869163*/
/* Мобильная зона подкатегорий продуктовых слайдеров НАЧАЛО */

/** Кнопки открытия и перехода в категорию внутри слайдера **/
.mp-module__product-slider .mpmps__mobile-subcategory.buttons {
    display: none;
    text-align: center;
    margin: 10px 0 -10px 0;
}

.mp-module__product-slider .mpmps__mobile-subcategory.buttons a {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding: 0 35px 0 15px;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    margin: 0 5px 0 5px;
	background-color: #de3361;
}

.mp-module__product-slider .mpmps__mobile-subcategory.buttons a span {
    display: inline-block;
    position: relative;
}

.mp-module__product-slider .mpmps__mobile-subcategory.buttons a span:after {
    content: "";
    display: block;
    width: 17px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: -23px;
    background-image: url(/bitrix/templates/iris/assets/img/sprites/sprite--iris.svg);
    -webkit-background-size: 250px 250px;
    background-size: 220px;
    background-position: -45px -27px;
    opacity: .75;
}

.mp-module__product-slider .mpmps__mobile-subcategory.buttons a em {
    font-style: normal;
    display: none;
}

.mp-module__product-slider .category-name.subcategory--false .mpmps__mobile-subcategory.buttons a em {
    display: inline;
}

.mp-module__product-slider .mpmps__mobile-subcategory--open {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 35px 0 15px;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    background: #fff;
    border: 1px solid #c4c4c4;
    color: #000;
    margin: 0 5px;
}

.mp-module__product-slider .mpmps__mobile-subcategory--open span {
    display: inline-block;
    position: relative;
}

.mp-module__product-slider .mpmps__mobile-subcategory--open span:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
    position: absolute;
    top: 7.5px;
    right: -15px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    opacity: .5;
}

.mp-module__product-slider .category-name.subcategory--false .mpmps__mobile-subcategory--open {
    display: none;
}

/** Заголовок списка подкатегорий **/
.mpmps__mobile-subcategory.title {
    display: none;
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 1210;
    padding: 0;
    text-align: center;
    background: #fff;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    height: 70px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.sub--is-active .mpmps__mobile-subcategory.title {
opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.mpmps__mobile-subcategory.title > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -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;
    height: 70px;
    color: #000;
    padding: 0;
}

.mpmps__mobile-subcategory.title > a h5 {
    margin: 0 0 5px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-family: Gotham Pro;
}

.mpmps__mobile-subcategory.title > a span {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding: 0 30px 0 15px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin: 0;
}

.mpmps__mobile-subcategory.title > a span:after {
    content: "";
    display: block;
    width: 21px;
    height: 11px;
    position: absolute;
    top: 6px;
    right: 6px;
    background-image: url(/bitrix/templates/iris/assets/img/sprites/sprite--iris.svg);
    -webkit-background-size: 230px 230px;
    background-size: 230px;
    background-position: -46px -33px;
    opacity: .75;
}

/** Кнопка закрытия списка подкатегорий **/
.mpmps__mobile-subcategory--close {
    position: fixed;
    z-index: 1110;
    bottom: 45px;
    left: -webkit-calc(50% - 35px);
    left: -webkit-calc(50% - 25px);
    left: calc(50% - 25px);
    height: 50px;
    width: 50px;
    opacity: 0;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    padding: 0;
    background-color: #de3361;
}

.mpmps__mobile-subcategory--close:before,
.mpmps__mobile-subcategory--close:after {
    content: "";
    width: 27px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.mpmps__mobile-subcategory--close:before{ 
    -webkit-transform: translate(-50%,-50%) rotateZ(45deg); 
        -ms-transform: translate(-50%,-50%) rotate(45deg); 
            transform: translate(-50%,-50%) rotateZ(45deg);
}

.mpmps__mobile-subcategory--close:after {
    -webkit-transform: translate(-50%,-50%) rotateZ(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
            transform: translate(-50%,-50%) rotateZ(-45deg);
}

.mp-module__product-slider .sub--is-active .mpmps__mobile-subcategory--close {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.mp-module__product-slider .sub--is-active .mpmps__mobile-subcategory--close:hover {
    opacity: .7;
    -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
            transform: scale(.75);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767px) {

    .mp-module__product-slider .mpmps__mobile-subcategory.buttons,
    .mp-module__product-slider .mpmps__mobile-subcategory.title,
    .mp-module__product-slider .mpmps__mobile-subcategory--close {
        display: block;
    }

    .mp-module__product-slider .category-link > a > span {
        display: none;
    }
    
    .mp-module__product-slider .subcategory {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1100;
        width: 100%;
        height: -webkit-calc(100% + 60px);
        height: calc(100% + 60px);
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        padding: 125px 0 160px 0;
    }

    .mp-module__product-slider .category-name.sub--is-active .subcategory {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
    }

    .mp-module__product-slider .subcategory a {
        display: block;
        padding: 12px 33px 12px 15px;
        -webkit-border-radius: 0;
                border-radius: 0;
        border: 0;
        margin: 0;
    }

    .mp-module__product-slider .subcategory a:after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0,-50%) rotate(45deg);
            -ms-transform: translate(0,-50%) rotate(45deg);
                transform: translate(0,-50%) rotate(45deg);
        opacity: .75;
    }

    .mp-module__product-slider .subcategory a:last-of-type {
        border-bottom: 0;
    }

    .mp-module__product-slider .subcategory a:hover {
        background: #eee;
        border-bottom: 1px dashed #eee;
    }

}

/* Мобильная зона подкатегорий продуктовых слайдеров КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/custom-blocks/mp-module__custom-blocks.css?1634782786196*/
/* Кастомные блоки общее НАЧАЛО */

.mp-module__custom-block {
    position: relative;
    margin: 0 0 30px 0;
}

/* Кастомные блоки общее КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/custom-blocks/type-a/mp-module__cat-group--type-a.css?16707705625466*/
/* Тип А НАЧАЛО */

.mp-module__cat-group.type-a {
    padding: 20px 20px 20px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.mp-module__cat-group.type-a figure {
    min-height: 200px;
    position: relative;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
}

.mp-module__cat-group.type-a figure:before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mp-module__cat-group.type-a figure:hover:before {
	opacity: .7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mp-module__cat-group.type-a figure:nth-child(1) {
    grid-row: span 2 / auto;
}

.mp-module__cat-group.type-a figure:nth-child(2) {

}

.mp-module__cat-group.type-a figure:nth-child(3) {

}

.mp-module__cat-group.type-a figure a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -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;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    position: relative;
    padding: 30px 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0 0 10px #000;
	text-align: center;
}

.mp-module__cat-group.type-a figure a:hover {

}

.mp-module__cat-group.type-a figure h5 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-family: Gotham Pro;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mp-module__cat-group.type-a figure a > div {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.mp-module__cat-group.type-a figure a > div:after {
    content: "";
    position: absolute;
    top: 2px;
    right: -25px;
    display: inline-block;
    background: url(/bitrix/templates/iris/assets/img/link-arrow.svg) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
    width: 18px;
    height: 18px;
	-webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {

	.mp-module__cat-group.type-a {
		padding: 0px 10px 40px 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	    -webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}

	.mp-module__cat-group.type-a figure {
	    min-height: 170px;
		/*width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);*/
        width: 100%;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
	}

	.mp-module__cat-group.type-a figure:nth-child(1) {
		width: 100%;
		margin-bottom: 10px;
	}

	.mp-module__cat-group.type-a figure a {
		position: relative;
		padding: 40px 15px;
	}

	.mp-module__cat-group.type-a figure h5 {
		font-size: 16px;
		line-height: 22px;
	}

	.mp-module__cat-group.type-a figure a > div {
		font-size: 12px;
	}

	.mp-module__cat-group.type-a figure a > div:after {
		display: none;
	}

}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {
	
}

@media (max-width: 767px) {

	.mp-module__cat-group.type-a figure h5 {
		font-size: 13px;
		line-height: 20px;
	}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .mp-module__cat-group.type-a {
        height: 460px;
        width: 100%;
        position: relative;
    }

    .mp-module__cat-group.type-a figure {
        position: absolute;
        width: calc(50% - 30px);
    }

    .mp-module__cat-group.type-a figure:nth-child(1) {
        width: calc(50% - 30px);
        top: 20px;
        left: 20px;
        height: calc(100% - 40px);
    }

    .mp-module__cat-group.type-a figure:nth-child(2) {
        top: 20px;
        right: 20px;
        height: calc(50% - 30px);
    }

    .mp-module__cat-group.type-a figure:nth-child(3) {
        height: calc(50% - 30px);
        right: 20px;
        bottom: 20px;
    }

}

/* Тип А КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/custom-blocks/type-b/mp-module__cat-group--type-b.css?16347827865855*/
/* Тип B НАЧАЛО */

.mp-module__cat-group.type-b {
    padding: 0 20px;
    margin: 40px 0 40px 0;
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mp-module__cat-group.type-b .col-left {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.mp-module__cat-group.type-b .col-right {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}

.mp-module__cat-group.type-b figure {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0;
    -webkit-filter: saturate(1.2) contrast(0.9);
            filter: saturate(1.2) contrast(0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}

.mp-module__cat-group.type-b figure:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
}

    /* Заголовок */
.mp-module__cat-group.type-b figure > a {
    z-index: 1;
    position: relative;
    color: #fff;
    display: block;
    padding: 20px 20px 20px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    text-shadow: 0 0 10px #000;
}

.mp-module__cat-group.type-b figure > a > h5 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-family: Gotham Pro;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mp-module__cat-group.type-b figure > a > div {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.mp-module__cat-group.type-b figure > a > div:after {
    content: "";
    position: absolute;
    top: 2px;
    right: -25px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/bitrix/templates/iris/assets/img/link-arrow.svg) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
	-webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.mp-module__cat-group.type-b figure > a:hover > div {
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    /* Список */
.mp-module__cat-group.type-b figure ul {
    z-index: 1;
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 20px 20px 10px 20px;
}

.mp-module__cat-group.type-b figure ul li {
    margin: 0 0 15px 0;
}

.mp-module__cat-group.type-b figure ul li a {
    color: #000;
    display: block;
}

.mp-module__cat-group.type-b figure ul li a:hover {
    color: #fff;
}

.mp-module__cat-group.type-b figure ul li a span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
    padding: 3px 15px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

.mp-module__cat-group.type-b figure ul li a:hover span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #de3361;
}

@media (max-width: 767px) {

    .mp-module__cat-group.type-b {
        padding: 0;
        display: block;
    }
    
    .mp-module__cat-group.type-b .col-left,
    .mp-module__cat-group.type-b .col-right {
        width: 100%;
        margin: 20px 0;
    }
    
    .mp-module__cat-group.type-b figure {
        -webkit-border-radius: 0;
                border-radius: 0;
    }

    .mp-module__cat-group.type-b figure > a {
        padding: 20px 20px 5px 20px;
        border-bottom: none;
        -webkit-backdrop-filter: none;
    }

    .mp-module__cat-group.type-b figure ul {
        min-height: 100px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    
    .mp-module__cat-group.type-b figure ul li {
        margin: 0 15px 15px 0;
    }


}

/* Тип B КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/main-page-modules/custom-blocks/type-c/mp-module__cat-group--type-c.css?16347827864724*/
/* Тип C НАЧАЛО */

.mp-module__cat-group.type-c {
    padding: 20px 20px 20px 20px;
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mp-module__cat-group.type-c figure {
    width: -webkit-calc((100%/2) - 10px);
    width: calc((100%/2) - 10px);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: auto;
    min-height: 250px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0;
    -webkit-filter: saturate(1.2) contrast(0.9);
            filter: saturate(1.2) contrast(0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.mp-module__cat-group.type-c figure:first-child {
    width: 100%;
    margin-bottom: 20px;
}

.mp-module__cat-group.type-c figure:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mp-module__cat-group.type-c figure:hover:before {
    opacity: .7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    /* Заголовок */
.mp-module__cat-group.type-c figure > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -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;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    position: relative;
    padding: 30px 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 0 0 10px #000;
    text-align: center;
}

.mp-module__cat-group.type-c figure > a > h5 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-family: Gotham Pro;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 34px;
}

.mp-module__cat-group.type-c figure > a > div {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.mp-module__cat-group.type-c figure > a > div:after {
    content: "";
    position: absolute;
    top: 2px;
    right: -25px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/bitrix/templates/iris/assets/img/link-arrow.svg) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

@media (max-width: 767px) {

    .mp-module__cat-group.type-c {
        display: block;
        padding: 0 10px;
        margin: 0;
    }

	.mp-module__cat-group.type-c figure {
		width: 100%;
		min-height: 180px;
		margin-bottom: 10px;
	}

    .mp-module__cat-group.type-c figure:first-child {
        margin-bottom: 10px;
    }

    .mp-module__cat-group.type-c figure:last-child {
        margin-bottom: 0;
    }

	.mp-module__cat-group.type-c figure > a > h5 
		font-size: 16px;
		line-height: 24px;
	}
	
	.mp-module__cat-group.type-c figure > a > div {
		font-size: 14px;
	}

}

/* Тип C КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/recent-items/recent-items__container.css?16347827861921*/
.s-recent-product-section {

}

.s-recent-product-section__header {
    padding: 25px 0 10px 0;
}

.s-recent-product-section__title {
	padding: 0 20px 0 20px;
}

.s-recent-product-section__title span {
	margin: 0;
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	font-family: Gotham Pro;
	display: inline-block;
	color: #000;
	text-decoration: none;
	position: relative;
	line-height: 32px;
	font-weight: bold;
}

.s-recent-product-section__content {
	padding: 20px 20px;
	overflow: hidden;
}

.s-recent-product-section__slider {
	overflow: visible !important;
}

.s-recent-product-section__slider .swiper-slide {
	height: auto;
}

.s-recent-product-section__slider .swiper-button-prev,
.s-recent-product-section__slider .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='70.002' viewBox='0 0 9.26 18.521'%3E%3Cpath d='M4.855 6.377l.435.435-2.449 2.45 2.45 2.447-.436.435L1.97 9.262l.09-.09z' fill='%23de3361'/%3E%3C/svg%3E");
	background-size: contain;
}


.s-recent-product-section__slider .swiper-button-prev {
	margin-left: -20px;
}

.s-recent-product-section__slider .swiper-button-next {
	margin-right: -20px;
    transform: scale(-1,1);
}

@media (max-width: 767px) {

	.s-recent-product-section__title {
		text-align: center;
	}

	.s-recent-product-section__content {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;

	}
	
	.s-recent-product-section__slider .swiper-button-prev,
	.s-recent-product-section__slider .swiper-button-next {
		display: none;
	}
	
	.s-recent-product-section__slider .swiper-wrapper:after {
		content: "";
		width: 20px;
		flex: 0 0;
		flex-basis: 20px;
	}
	
	.s-recent-product-section__slider .swiper-slide {
		width: 230px;
		margin-right: 20px;
	}
	
	.s-recent-product-section__slider .swiper-slide:last-child {
		margin-right: 0;
	}

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/recent-items/recent-items__item.css?16347827862316*/
.s-recent-product-card {
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	font-size: 12px;
	color: #000;
	display: inline-flex;
	padding: 1em;
	text-decoration: none;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
}

.s-recent-product-card__image {
	position: relative;
}

.s-recent-product-card__image:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cpath d='M 500 249.999999 C 500 387.849937 387.849938 500 250 500 C 112.150062 500 0 387.849937 0 249.999999 C 0 112.150062 112.150062 0 250 0 C 387.849938 0 500 112.150062 500 249.999999 Z M 446.809387 249.999999 C 446.809387 141.477974 358.516879 53.195759 250 53.195759 C 141.483121 53.195759 53.190613 141.477974 53.190613 249.999999 C 53.190613 358.522025 141.483121 446.804239 250 446.804239 C 358.516879 446.804239 446.809387 358.522025 446.809387 249.999999 Z M 400.874846 262.865375 C 400.874846 274.233222 391.658089 283.449978 380.290243 283.449978 L 247.354879 283.449978 C 235.987031 283.449978 226.770277 274.233222 226.770277 262.865375 L 226.770277 107.194318 C 226.770277 95.82647 235.987031 86.609714 247.354879 86.609714 C 258.722725 86.609714 267.939481 95.82647 267.939481 107.194318 L 267.939481 242.280774 L 380.290243 242.280774 C 391.658089 242.280774 400.874846 251.497529 400.874846 262.865375 Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	background-size: 10px;
	z-index: 10;
	border-radius: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.s-recent-product-card__image img {
	border-radius: 10px;
	max-width: 80px;
	transform: scale(0.95);
	transition: all .3s ease-in-out;
}

.s-recent-product-card__info {
	margin-left: 1em;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.s-recent-product-card__sku {
	color: #757575;
}

.s-recent-product-card__name {
	font-weight: bold;
	line-height: 1.25;
}

.s-recent-product-card__price {
	color: #de3361;
}

.s-recent-product-card:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.s-recent-product-card:hover .s-recent-product-card__image img {
	transform: none;
}

/* End */


/* Start:/bitrix/templates/iris/assets/css/catalog/catalog.css?16347827861144*/
/* Сетка товаров НАЧАЛО */

    /** Хлебные крошки **/
.catalog-grid .pagination--iris {
	width: 100%;
}

    /** Правка сетки каталога **/
.container--iris.catalog-grid {

}

.catalog-grid .row--iris {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 20px 10px 20px 10px;
}

    /** Правка карточки в каталоге **/
.catalog-grid figure.product-item {
    width: calc(25% - 20px);
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 10px 20px 10px;
}

.catalog-section__description {
    padding: 10px 15px 15px 15px;
    font-size: 12px;
    /*
	max-height: 140px;
    overflow-y: auto;
	*/
	margin: 0 15px 20px 15px;
    background: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.catalog-section__description:empty {
    display: none;
}

.catalog-section__description h2 {
    padding: 0 0;
}

.catalog-section__description p {
    padding: 0 0;
    margin: 0 0 10px 0;
}

.catalog-section__description p:first-child {
    margin: 0 0 10px 0;
}

/* Сетка товаров КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/catalog/catalog__root.css?1634782786139*/
/* Корневая страница каталога НАЧАЛО */


/* Корневая страница каталога КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/catalog/catalog__header.css?16347827866903*/
/* Заголовки страниц каталога НАЧАЛО */

header.page-title__catalog {
    background-color: #de3361;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

header.page-title__catalog:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 30px;
    background: url(/bitrix/templates/iris/assets/img/header-wave-pattern.svg) repeat-x;
    -webkit-background-size: 180px 180px;
            background-size: 180px;
    background-position: left bottom;
}

header.page-title__catalog a {
    color: #fff;
    text-decoration: none;
}

    /** Зона хлебных крошек **/
.page-title__catalog .pt-catalog__breadcrumbs {
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    float: left;
}

.pt-catalog__breadcrumbs .bx-breadcrumb {
}

.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item {
}

.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:not(:last-child):after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.pt-catalog__breadcrumbs .bx-breadcrumb-item a {
    color: #fff;
}

.pt-catalog__breadcrumbs .bx-breadcrumb-item a > span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pt-catalog__breadcrumbs .bx-breadcrumb-item a:hover > span {
    border-bottom: 1px solid #fff;
}

.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item > span {
    border-bottom: 1px solid #fff;
    color: #fff;
}


    /** Зона текущей категории и подкатегорий **/
.page-title__catalog .pt-catalog__category {
    padding: 35px 15px 42px 15px;
    width: 100%;
    float: left;
}

    /*** Текущий заголовок ***/
.page-title__catalog .pt-catalog__category h1.current-category {
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 0 0;
    position: relative;
}

.page-title__catalog .pt-catalog__category h1.current-category:after {
    content: " " attr(data-counter)" ";
}

.page-title__catalog .pt-catalog__category .current-category > .counter {
    
}

    /*** Подкатегории ***/
.page-title__catalog .pt-catalog__category .current-category__sub {
    max-width: 1000px;
    margin: -20px auto 0 auto;
    padding: 0 0 0 0;
    /*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    */
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    text-align: center;
}

.page-title__catalog .pt-catalog__category .current-category__sub > li {
    margin: 20px 0 -20px 0;
    padding: 0 0 0 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    list-style: none;
}

.page-title__catalog .pt-catalog__category .current-category__sub > li:last-of-type {
    margin-bottom: -5px;
}

.page-title__catalog .pt-catalog__category .current-category__sub > li > a {
    text-decoration: none;
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    padding: 4px 12px 4px 12px;
    margin: 0 4px 10px 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
            -webkit-flex-shrink: 0;
            flex-shrink: 0;
}

.page-title__catalog .pt-catalog__category .current-category__sub > li > a:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: rgba(255, 255, 255, 0.3);
}

.page-title__catalog .pt-catalog__category .current-category__sub > li > a > .counter {
    font-size: 12px;
    letter-spacing: 1px;
}


    /* Корневая страница каталога */
.catalog_home .current-category__sub {
    
}

.catalog_home .current-category__sub > ul {
    display: none;
}

.catalog_home .current-category__sub > li {
    -webkit-flex: 0 0 -webkit-calc((100%/4) - 20px);
    -ms-flex: 0 0 calc((100%/4) - 20px);
        flex: 0 0 calc((100%/4) - 20px);
    background: #fff;
    margin: 0 10px 20px 10px!important;
    padding: 0!important;
    display: block!important;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
}

.catalog_home .current-category__sub > li > a {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #000;
    background: unset;
    -webkit-border-radius: unset!important;
    border-radius: unset!important;
    border: 0!important;
    margin: 0 0 0 0!important;
    display: block!important;
    font-family: Gotham Pro;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 20px 12px 20px!important;
    border-bottom: 1px solid #eee!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
    background: #f9f9f9!important;
}

.catalog_home .current-category__sub > li > a:after {
    content: "Все товары →";
    display: block;
    font-size: 12px;
    margin: 1px 0 0 0;
    opacity: .8;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #de3460;
    font-family: Circe;
}

.catalog_home .current-category__sub > li > a:hover:after {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.catalog_home .current-category__sub > li > ul {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    margin: 0;
    padding: 0 20px 0 20px;
    list-style: none;
}

.catalog_home .current-category__sub > li > ul > li {
    display: inline-block;
    margin: 0 10px 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.catalog_home .current-category__sub > li > ul > li:first-child {
    margin-top: 10px;
}

.catalog_home .current-category__sub > li > ul > li:last-child {
    margin-bottom: 15px;
}

.catalog_home .current-category__sub > li > ul > li:hover {
    border-bottom: 1px solid rgb(222, 52, 96);
}

.catalog_home .current-category__sub > li > ul > li > a {
    color: #000;
}


    /* Возврат */
.pt-catalog__category .return-link {
    display: none;
}

/* Заголовки страниц каталога КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/catalog/catalog__sortview.css?16347827862894*/
.i-catalog-sortiew {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 10px;
  margin: 0 0 30px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  line-height: 1;
}

.i-catalog-sortiew__header {
  font-weight: bold;
  letter-spacing: .5px;
  margin-right: .65em;
}

.i-catalog-sortiew__option-list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}

.i-catalog-sortiew__option-list li {
  margin-left:;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: background .2s, border-color .2s, color .2s;
}

.i-catalog-sortiew__option-list li:first-child {
    border-radius: 100px 0 0 100px;
}

.i-catalog-sortiew__option-list li:last-child {
    border-radius: 0 100px 100px 0;
}

.i-catalog-sortiew__option-list li + li {
    border-left: 0;
}

.i-catalog-sortiew__option-list li a {
  display: block;
  padding: .4em 1em;
  color: inherit;
  width: 100%;
  height: 100%;
}

.i-catalog-sortiew__option-list li a span {

}

.i-catalog-sortiew__option-list li.is--active,
.i-catalog-sortiew__option-list li:hover {
  background: #de3361;
  color: #fff;
}

.i-catalog-sortiew__option-list li:active {
    background: #ddd;
}

.i-catalog-sortiew__option-list li.is--active {
  pointer-event: none;
  cursor: default;
}

/**/
.i-catalog-sortiew__mobile-dropdown {
  height: 42px;
  flex: 0 0 100%;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: none;
}

.i-catalog-sortiew__mobile-dropdown svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  left: 10px;
  pointer-events: none;
}

.i-catalog-sortiew__mobile-dropdown:before {
  content: "Сортировать:";
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: .5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  opacity: .5;
}

.i-catalog-sortiew__mobile-dropdown:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(222, 50, 97, 1);
  border-bottom: 2px solid rgba(222, 50, 97, 1);
  display: block;
  transform: rotate(45deg);
}

.i-catalog-sortiew__mobile-dropdown-select {
  font-size: 1rem;
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 12px 20px 0 40px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ddd;
  transition: background .2s, box-shadow .2s;
  text-transform: lowercase;
}

.i-catalog-sortiew__mobile-dropdown-select:hover {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(222, 50, 97, 0.5);
}

.i-catalog-sortiew__mobile-dropdown-select:focus {
  box-shadow: 0 0 0 2px rgba(222, 50, 97, 1);
}

@media (max-width: 767px) {

  .i-catalog-sortiew__header,
  .i-catalog-sortiew__option-list {
    display: none;
  }

  .i-catalog-sortiew__mobile-dropdown {
    display: flex;
  }

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/catalog/catalog__item.css?163478278612957*/
/* Карточка товара в каталогах НАЧАЛО */

figure.product-item {
    background: #fff;
    height: auto!important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 10px 20px 10px;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: normal;
}

figure.product-item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    /** Ссылка на товар **/
.product-item .product-item__link {
    display: block;
    text-decoration: none;
    color: #333;
    height: 100%;
    margin-bottom: 5px;
    -webkit-tap-highlight-color: transparent;
}

    /** Название товара **/
.product-item .product-item__image-area {
    position: relative;
    margin-bottom: 10px;
}

    /** Ярлыки товара **/
.product-item .product-item__badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    text-align: right;
    width: 100%;
    height: 70px;
    padding: 7px 7px 0 7px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product-item .product-item__link:hover .product-item__badges {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.product-item .product-item__badges .badge {
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item .product-item__badges .badge__3D {
    background-image: url(/bitrix/templates/iris/assets/img/badges/badge-3d.svg);
}

.product-item .product-item__badges .badge__vip {
    background-image: url(/bitrix/templates/iris/assets/img/badges/badge-vip.svg);
}


    /** Фото товара **/
.product-item .product-item__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: url(/bitrix/templates/iris/assets/img/preloader.svg) no-repeat center center;
    -webkit-background-size: 40px 40px;
            background-size: 40px;
}

.product-item .product-item__image.lazy-loaded {
    background: none;
}

.product-item .product-item__image > img {
    -webkit-transition: opacity 0s, -webkit-transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0s, -webkit-transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0s;
    transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0s;
    transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0s, -webkit-transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: absolute;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
        transform: scale(0.95);
}

    /** Прячем Lazy Load для слайдера, его фунциональные стили будут в файле CSS слайдеров **/
.product-item .product-item__image .ss-preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

    /** Появление загруженной картинки для Lazy Loading (плагин для каталога + внутри слайдеров **/
.product-item .product-item__image > img.lazy-loaded,
.product-item .product-item__image > img.swiper-lazy-loaded {
    opacity: 1;
}

.product-item:hover .product-item__image > img {
    -webkit-transition: opacity 0s, -webkit-transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: opacity 0s, -webkit-transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0s;
    transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0s;
    transition: transform .3s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0s, -webkit-transform .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

    /** Название товара **/
.product-item .product-item__name {
    padding: 0 10px 0 10px;
}

.product-item .product-item__name .product-item__code {
    margin: 0;
    color: #757575;
    font-size: 14px;
}

.product-item .product-item__name .product-item__code em {
    font-style: normal;
}

.product-item .product-item__name .product-item__title {
    margin: 0 0;
}

.product-item .product-item__name .product-item__title span {
    display: inline-block;
}

.product-item .product-item__name .product-item__title span:first-letter {
    text-transform: capitalize;
}

    /** Стоимость товара **/
.product-item .product-item__value{
    color: #de3361;
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
}

.product-item .product-item__value .product-item__quantity {
    margin-bottom: -1px;
}

.product-item .product-item__value .product-item__price {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.product-item .product-item__price > .price-itself {

}

    /** Кнопка 1 клика **/
.product-item .product-item__one-click {
    position: relative;
    margin: 0;
}

.product-item .product-item__one-click .one-click-btn {
    border: 0;
    outline: 0;
    padding: 6px 25px 6px 0;
    cursor: pointer;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin: 4px 10px 9px 10px;
}

.product-item .product-item__one-click .one-click-btn:hover {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.product-item .product-item__one-click button.one-click-btn span {
    position: relative;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product-item .product-item__one-click button.one-click-btn:hover span {
    border-bottom: 1px dashed rgb(222, 51, 97);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product-item .product-item__one-click button.one-click-btn span::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -2px;
    right: -22px;
    background-image: url(/bitrix/templates/iris/assets/img/sprites/sprite--iris.svg);
    -webkit-background-size: 280px 280px;
            background-size: 280px;
    background-position: -28px -35px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.product-item .product-item__one-click button.one-click-btn:hover span:before {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-35deg) scale(1.3);
            -ms-transform: rotate(-35deg) scale(1.3);
        transform: rotate(-35deg) scale(1.3);
}

.product-item .product-item__one-click button.one-click-btn span em {
    font-style: normal;
}

    /** Кнопка «Купить» **/
.product-item .product-item__buy-button {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(80px,0);
        -ms-transform: translate(80px,0);
            transform: translate(80px,0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: cubic-bezier(0.95, -0.01, 0.38, 0.99);
         -o-transition-timing-function: cubic-bezier(0.95, -0.01, 0.38, 0.99);
            transition-timing-function: cubic-bezier(0.95, -0.01, 0.38, 0.99);
}

.product-item .product-item__buy-button:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: cubic-bezier(0.95, -0.01, 0.38, 0.99);
         -o-transition-timing-function: cubic-bezier(0.95, -0.01, 0.38, 0.99);
            transition-timing-function: cubic-bezier(0.95, -0.01, 0.38, 0.99);
}

.product-item .product-item__buy-button .buy-btn {
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    background: #e3708e;
    color: #fff;
    text-transform: uppercase;
    width: 140px;
    height: 60px;
    -webkit-border-radius: 10px 0 10px 0;
    border-radius: 10px 0 10px 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}

.product-item .product-item__buy-button:hover .buy-btn:focus,
.product-item .product-item__buy-button:hover .buy-btn:active {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-box-shadow: inset 0px 0px 0 5px #b63255, 0 0 10px 15px rgba(255, 255, 255, 0.8);
            box-shadow: inset 0px 0px 0 5px #b63255, 0 0 10px 15px rgba(255, 255, 255, 0.8);
}

.product-item .product-item__buy-button .buy-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-item .product-item__buy-button:hover .buy-btn {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    background: #de3361;
    -webkit-box-shadow: 0 0 10px 15px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 10px 15px rgba(255, 255, 255, 0.8);
}

.product-item .product-item__buy-button .buy-btn .bag-icon {
    display: inline-block;
    width: 30px;
    height: 36px;
    background: url(/bitrix/templates/iris/assets/img/bag.svg) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    margin: -2px 0 0 -1px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

.product-item .product-item__buy-button .buy-btn span {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 0;
    -webkit-transform: translate(50px,0);
    -ms-transform: translate(50px,0);
    transform: translate(50px,0);
    display: inline-block;
    margin: 1px 0 0 0;
    letter-spacing: 1px;
    width: 70px;
    position: absolute;
    left: 55px;
    top: 20px;
}

.product-item .product-item__buy-button:hover .buy-btn span {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
/* Инстаграм в карточке */
.insta-note {
    text-align: center;
    margin-top: 40px;
}
.iris-color {
    color: #de3361;
}

/* Карточка товара в каталогах КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/catalog/catalog__item--custom.css?16347827861068*/
/* Кастомные карточки товара в каталогах НАЧАЛО */

    /** Супер VIP-торты НАЧАЛО **/
figure.product-item.product-item__id5632 {
}

figure.product-item.product-item__id5632 .product-item__image img {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

figure.product-item.product-item__id5632:hover .product-item__image img {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-border-radius: 10px;
            border-radius: 10px;
}

    /** Супер VIP-торты КОНЕЦ **/

/* Кастомные карточки товара в каталогах НАЧАЛО */
/* End */


/* Start:/bitrix/templates/iris/assets/css/product-page/product-page.css?163478278617870*/
/* Страница товара НАЧАЛО */

.row--product-page {

}

/** Зона товара **/
.area__product-content {
    padding: 0 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/*** Колонка с фото ***/
.area__product-content .col__image {
    width: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    margin-right: 20px;
}

.col__image .product__image-holder {
    position: relative;
    width: 100%;
    background: url(/bitrix/templates/iris/assets/img/preloader.svg) no-repeat center center;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin: 0 0 15px 0;
}

.col__image .product__image-holder .badges {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    text-align: right;
    width: 100%;
    height: 70px;
    padding: 7px 7px 0 7px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.col__image .product__image-holder:hover .badges {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
}

.col__image .product__image-holder .badges .badge {
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.col__image .product__image-holder .badges .badge__3D {
    background-image: url(/bitrix/templates/iris/assets/img/badges/badge-3d.svg);
}

.col__image .product__image-holder .badges .badge__vip {
    background-image: url(/bitrix/templates/iris/assets/img/badges/badge-vip.svg);
}

.col__image .product__image-holder a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
}

.col__image .product__image-holder.lazy-loaded {
    background: none;
}

.col__image .product__image-holder .product-image {
    opacity: 0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: absolute;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    -webkit-transform: scale(.97);
        -ms-transform: scale(.97);
            transform: scale(.97);
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.col__image .product__image-holder .product-image:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.col__image .product__image-holder .product-image.lazy-loaded {
    opacity: 1;
}

.col__image .design-note {
    text-align: center;
    position: relative;
}

.col__image .design-note .toggle {
    display: inline-block;
    text-align: center;
    border-bottom: 1px dashed #a3a3a3;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: help;
    position: relative;
    margin: 0 0 0 16px;
}

.col__image .design-note .toggle:before {
    content: "?";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -23px;
    top: -2px;
    background: #de3361;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
}

.col__image .design-note .tooltip {
    position: absolute;
    bottom: 150%;
    left: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0;
    padding: 15px 15px;
    background: #fff;
    line-height: 28px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

.col__image .design-note .tooltip:before {
    content: "?";
    position: absolute;
    top: 30px;
    right: 0px;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
    font-size: 150px;
    color: #000;
    opacity: .15;
}

.col__image .design-note.is--active .tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

.col__image .design-note .tooltip i {
    position: absolute;
    top: -10px;
    right: -10px;
    font-style: normal;
    color: #fff;
    background: #e24c74;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    line-height: 35px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    cursor: pointer;
}

.col__image .design-note .tooltip a {
    color: #0072ff;
    border-bottom: 1px solid rgba(0, 114, 255, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.col__image .design-note .tooltip a:hover {
    color: #de3361;
    border-bottom: 1px solid rgba(222, 51, 97, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/*** Колонка с кнопками и пр. ***/
.area__product-content .col__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fcf6f7;
    border: 1px solid #ffe0e6;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 420px);
        -ms-flex: 0 0 calc(100% - 420px);
            flex: 0 0 calc(100% - 420px);
}

/**** Конфигурация товара ****/
.col__options .product__options-col {
    width: -webkit-calc(100% - 361px);
    width: calc(100% - 361px);
    border-right: 1px solid #ffe0e6;
}

.product__options-col .product__name-and-sku {
    border-bottom: 1px solid #ffe0e6;
    padding: 15px 15px 15px 15px;
}

.product__options-col .product__name-and-sku h1 {
    font-size: 24px;
    margin: 0 0 2px 0;
    letter-spacing: 1px;
}

.product__options-col .product__name-and-sku p {
    margin: 0 0 10px 0;
    color: #727272;
}

.product__options-col .product__price-note {
	margin: 0 0 0 0;
    font-size: 11px;
    color: #555;
    line-height: 15px;
    position: relative;
    letter-spacing: .5px;
}

.product__options-col .product__price-note a {
    color: inherit;
}

.product__checkout-col .product__subtotal .subtotal__quantity--row p:after {
    content: "*";
    color: #de3361;
    font-family: Gotham Pro;
    margin-left: 3px;
}

.product__options-col .product__pricing {
    font-size: 18px;
}

/**** Кнопки покупки ****/
.col__options .product__checkout-col {
    width: 360px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.product__checkout-col .product__subtotal {
    padding: 25px 15px 25px 15px;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.product__checkout-col .product__subtotal .price {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}

.product__checkout-col .product__subtotal .subtotal__quantity--row {
    text-align: center;
}

.product__checkout-col .product__subtotal .subtotal__quantity--row p {
    margin: 0;
}

    /**/
.product__checkout-col .product__buy-buttons {
    text-align: center;
    border-bottom: 1px solid #ffe0e6;
    padding: 0 0 20px 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.product__checkout-col .product__buy-buttons .buy {
    margin-bottom: 10px;
}

.product__checkout-col .product__buy-buttons .btn__buy {
    background: #de3361;
    color: #fff;
    display: inline-block;
    padding: 12px 25px 12px 55px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    overflow: hidden;
}

.product__checkout-col .product__buy-buttons .btn__buy:before {
    width: 50px;
    height: 100%;
    content: ' ';
    position: absolute;
    opacity: .45;
    top: 0;
    right: 103%;
    background: -webkit-gradient(linear,left top, right top,from(rgba(255,255,255,0)),color-stop(1%, rgba(255,255,255,0.03)),color-stop(30%, rgba(255,255,255,0.6)),color-stop(50%, rgba(255,255,255,0.85)),color-stop(70%, rgba(255,255,255,0.85)),color-stop(71%, rgba(255,255,255,0.85)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    -webkit-animation: buy-btn-glare 8s infinite 6s;
    animation: buy-btn-glare 8s infinite 6s;
}

.product__checkout-col .product__buy-buttons .btn__buy:hover {
    opacity: .65;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product__checkout-col .product__buy-buttons .btn__buy span {
    position: relative;
}

.product__checkout-col .product__buy-buttons .btn__buy span:before {
    content: "";
    position: absolute;
    left: -30px;
    top: -4px;
    display: inline-block;
    width: 24px;
    height: 30px;
    background: url(/bitrix/templates/iris/assets/img/bag-full.svg) no-repeat left bottom;
    -webkit-background-size: contain;
    background-size: contain;
}

.product__checkout-col .product__buy-buttons .oneclick {

}

.product__checkout-col .product__buy-buttons #product__oneclick {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    margin: 0 0 0 -10px;
}

.product__checkout-col .product__buy-buttons #product__oneclick:hover {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.product__checkout-col .product__buy-buttons #product__oneclick span {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
    position: relative;
}

.product__checkout-col .product__buy-buttons #product__oneclick:hover span {
    border-bottom: 1px dashed rgb(222, 51, 97);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product__checkout-col .product__buy-buttons #product__oneclick span:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: -2px;
    right: -22px;
    background: url(/bitrix/templates/iris/assets/img/link-pointer.svg) no-repeat center center;
    -webkit-background-size: 14px 14px;
    background-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.product__checkout-col .product__buy-buttons #product__oneclick:hover span:before {
-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-35deg) scale(1.3);
    -ms-transform: rotate(-35deg) scale(1.3);
    transform: rotate(-35deg) scale(1.3);
}
    /**/
.product__checkout-col .product__buy-buttons .helper {
    margin: 20px 0 0 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}

.product__checkout-col .product__buy-buttons .helper > div {
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 7.5px);
        -ms-flex: 0 0 calc(50% - 7.5px);
            flex: 0 0 calc(50% - 7.5px);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product__checkout-col .product__buy-buttons .helper > div:hover {
    opacity: .75;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    /** **/
.helper .phone {
    font-size: 14px;
    background: #fff;
}

.helper .phone a {
    padding: 10px 15px;
    display: block;
}

.helper .phone a > span {
    color: #0072ff;
    border-bottom: 1px solid rgba(0, 114, 255, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    line-height: 28px;
}

.helper .phone a:hover > span {
    color: #de3361;
    border-bottom: 1px solid rgba(222, 51, 97, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    /** **/
.helper .cake-sketch {
    padding: 10px 15px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/bitrix/templates/iris/assets/img/banners/custom-cake-hand.png), -webkit-linear-gradient(30deg, #59a2ff, #1a7fff);
    background: url(/bitrix/templates/iris/assets/img/banners/custom-cake-hand.png), -o-linear-gradient(30deg, #59a2ff, #1a7fff);
    background: url(/bitrix/templates/iris/assets/img/banners/custom-cake-hand.png), linear-gradient(60deg, #59a2ff, #1a7fff);
    -webkit-background-size: 60px, cover;
            background-size: 60px, cover;
    background-repeat: no-repeat;
    background-position: 114% 50%, 50% 50%;
    color: #fff;
    text-shadow: 0 0 0px #000;
    text-align: left;
}

    /**/
.product__checkout-col .product__promo-and-terms {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.product__checkout-col .product__promo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.product__checkout-col .product__promo .holder {

}

.product__checkout-col .product__terms {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    font-size: 11px;
    text-align: center;
    padding: 15px 15px;
    color: #727272;
    line-height: 15px;
}

.product__checkout-col .product__terms span {

}

.product__checkout-col .product__terms span:before {
content: "*";
    color: #de3361;
    font-family: Gotham Pro;
    margin-right: 3px;
}

.product__checkout-col .product__terms span a {
    color: #727272;
    text-decoration: underline;
}

/* Страница товара КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/product-page/product-page__breadcrumbs.css?1634782786737*/
/* Хлебные крошки в карточке товара НАЧАЛО */

.breadcrumbs__product-page .bx-breadcrumb {
    padding: 17px 15px 17px 15px;
    text-align: left;
}

.breadcrumbs__product-page .bx-breadcrumb-item a {
    color: #000;
}

.breadcrumbs__product-page .bx-breadcrumb-item a:hover {
    opacity: .8;
}

.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:not(:last-child):after {
    border-top: 1px solid #de3361;
    border-right: 1px solid #de3361;
}

.breadcrumbs__product-page .bx-breadcrumb-item a > span {
	color: #000;
}

.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item > span {
    color: #000;
}

/* Хлебные крошки в карточке товара КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/product-page/product-page__product-configuration.css?163478278611267*/
/* Кнопки выбора начинок, кол-ва и прочего НАЧАЛО */

    /**/
.product__options-col .product__configuration {
    counter-reset: product-option;
    padding: 15px 15px 15px 15px;
}

.product__configuration .product-config-row {
    margin: 0 0 15px 0;
}

.product__configuration .product-config-row *::-moz-selection {
  background: transparent; 
}

.product__configuration .product-config-row *::selection {
  background: transparent; 
}

.product__configuration .product-config-row *::-moz-selection {
  background: transparent;
}

.product__configuration .product-config-row > legend {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.product__configuration .product-config-row > legend > span:before {
    counter-increment: product-option;
    content: " " counter(product-option) ". ";
    color: #de3361;
}

    /**/
.product__configuration .bx_slide_left,
.product__configuration .bx_slide_right,
.product__configuration .bx_scu .cnt {
    display: none;
}

.product__configuration .item_info_section {
    padding: 0!important;
}

    /**/
.product__configuration .config-select {
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.product__configuration .config-select__current {
    position: relative;
    padding: 0 50px 0 90px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    background: #fff;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product__configuration .config-select__current:hover {
    background: #eee;
}

.is--active .config-select__current {
    opacity: 0;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

/*
.product__configuration .config-select__current:before {
    content: "";
    width: 26px;
    height: 26px;
    background: #de3361;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
*/

.product__configuration .config-select__current:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #de3361;
    border-bottom: 2px solid #de3361;
    position: absolute;
    top: 46%;
    right: 20px;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    -ms-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
}

.product__configuration .config-select__current img {
    height: 100%;
    width: 76px;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
}

.product__configuration .config-select__current span {

}

    /**/
.product__configuration .bx_item_detail_scu {
    position: relative;
}

.product__configuration .config-select__dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #ddd;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

	/*
    position: relative;
    opacity: 1;
    visibility: visible;
	*/

}

.config-select__dropdown .ps__thumb-y {
    width: 6px;
}

.product__configuration .config-select.is--active .config-select__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product__configuration .config-select__dropdown .bx_scu_scroller_container .bx_scu {

}

.product__configuration .config-select__dropdown .bx_scu ul {
    list-style: none;
    width: 100%!important;
    margin: 0!important;
    padding: 0;
    background: #fff;
    /* Сброс позиции скролла 
    position: fixed;
    top: 0;
    */
}

.product__configuration .is--active .config-select__dropdown .bx_scu ul {
    /* Сброс позиции скролла
    position: relative;
    top: unset;
    */
}

.product__configuration .config-select__dropdown .bx_scu ul li {
    height: 80px;
    width: 100%!important;
    cursor: pointer;
    font-weight: bold;
    padding: 0 50px 0 90px!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product__configuration .config-select__dropdown .bx_scu ul li:not(:last-child) {
    border-bottom: 1px dashed #eee;
}

.product__configuration .config-select__dropdown .bx_scu ul li:after {
    display: none;
    content: "";
    width: 26px;
    height: 26px;
    background: url(/bitrix/templates/iris/assets/img/check.svg) no-repeat center center #de3361;
    -webkit-background-size: 12px 12px;
            background-size: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.product__configuration .config-select__dropdown .bx_scu ul li:not(.bx_active):hover:after {
    content: "выбрать";
    background: url(/bitrix/templates/iris/assets/img/check.svg) no-repeat -webkit-calc(100% - 10px) 50% #de3361;
    background: url(/bitrix/templates/iris/assets/img/check.svg) no-repeat calc(100% - 10px) 50% #de3361;
    -webkit-background-size: 12px 12px;
            background-size: 12px;
    display: block;
    width: auto;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 0 26px 0 10px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 27px;
}

.product__configuration .config-select__dropdown .bx_scu ul li img {
    height: 100%;
    width: 79px;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}

    /**/
.product__configuration .config-select__dropdown .bx_scu ul li.bx_active,
.product__configuration .config-select__dropdown .bx_scu ul li:hover {
    background: #eee;
}

.product__configuration .config-select__dropdown .bx_scu ul li.bx_active:after {
    display: block;
}

	/**/
.product__configuration .pack-note {
    margin: -8px 0 12px 0;
    padding: 0 0 0 17px;
    position: relative;
    font-size: 14px;
}

.product__configuration .pack-note:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 4px;
    color: #de3361;
    font-weight: 700;
}

    /* Кол-во */    
.product__configuration .quantity__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.product__configuration .quantity__itself {
    position: relative;
    display: block;
    height: 100%;
    background: #7e273e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 160px;
    -ms-flex: 0 1 160px;
    flex: 0 1 160px;
    border: 2px solid #7e273e;
}

.product__configuration .quantity__itself input[type="number"] {
    background: #de3361;
    color: #fff;
    padding: 0 15px 0 15px;
    font-size: 20px;
    text-align: center;
    height: 70px;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    pointer-events: none;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 2px solid #7e273e;
}

.product__configuration .quantity__itself input[type='number'] {
    -moz-appearance:textfield;
}

.product__configuration .quantity__itself input::-webkit-outer-spin-button,
.product__configuration .quantity__itself input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product__configuration .quantity__itself a {
    position: absolute;
    width: 50px;
    height: 34px;
    right: 0;
    background: #a32e4e;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product__configuration .quantity__itself a:hover {
    background: #862640;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.product__configuration .quantity__itself a.q-up {
    top: 0;
    line-height: 37px;
}

.product__configuration .quantity__itself a.q-down {
    bottom: 0;
    line-height: 31px;
}

/* Памятка к выбору количества */

.product__configuration .quantity__note {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 0 0 15px;
}

.product__configuration .quantity__note p {
    margin: 0;
    color: #7a7a7a;
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

	/* Прячем ненужные выборки */
.product__configuration .item_info_section .ONE_GOOD {
	display: none;
}


/* Кнопки выбора начинок, кол-ва и прочего КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/product-page/product-page__product-type-custom-text.css?1634782786293*/
/* Тексты в карточке товара по типу товара НАЧАЛО */

.torty .is-for__cake,
.kapkejki .is-for__cupcake,
.makaruny .is-for__macaroon {
	display: inline!important;
}

/* Тексты в карточке товара по типу товара КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/product-page/tabs/product-page__tabs.css?16347827865937*/
/* Табы на странице товара НАЧАЛО */

.area__tabs {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 30px 0;
}

    /* Зона кнопок */
.area__tabs .product-tabs__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
}

.area__tabs .product-tabs__buttons .tab__link {
    cursor: pointer;
    background: #e6e6e6;
    padding: 0 15px 0 35px;
    margin: 0 8px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    font-size: 16px;
    height: 46px;
    position: relative;
    color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    letter-spacing: .5px;
    font-weight: 700;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.area__tabs .product-tabs__buttons .tab__link:hover,
.area__tabs .product-tabs__buttons .tab__link.is--active {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #de3361;
    color: #fff;
}

    /* Зона контента табов */
.area__tabs .product-tabs__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.area__tabs .product-tabs__content .tab__content {
    display: none;
    background: #f2f2f2;
    -webkit-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.area__tabs .product-tabs__content .tab__content:after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(transparent));
    background: -webkit-linear-gradient(bottom, #f2f2f2, transparent);
    background: -o-linear-gradient(bottom, #f2f2f2, transparent);
    background: linear-gradient(to top, #f2f2f2, transparent);
}

.area__tabs .product-tabs__content .tab__content:first-child {
    display: block;
}

.area__tabs .product-tabs__content .tab__content h5 {
    display: none;
    margin: 7px 0 15px 0;
    font-family: Gotham Pro;
    font-size: 18px;
    letter-spacing: 1px;
}

.area__tabs .product-tabs__content .tab__content .tab__inner {
    max-height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 22px 20px 22px 20px;
    counter-reset: tab-headers-inside;
}

.area__tabs .product-tabs__content .tab__content .tab__inner h3 {
    margin: 0 0 10px 0;
    font-family: Gotham Pro;
    font-size: 16px;
    letter-spacing: .5px;
}

.area__tabs .product-tabs__content .tab__content .tab__inner h3:before {
    counter-increment: tab-headers-inside;
    content: " " counter(tab-headers-inside) ". ";
    opacity: .5;
}

.area__tabs .product-tabs__content .tab__content .tab__inner a {
    color: #0072ff;
    border-bottom: 1px solid rgba(0, 114, 255, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.area__tabs .product-tabs__content .tab__content .tab__inner a:hover {
    color: #de3361;
    border-bottom: 1px solid rgba(222, 51, 97, 0.5);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.area__tabs .product-tabs__content .tab__content .tab__inner p {
    margin: 0 0 15px 0;
}

.area__tabs .product-tabs__content .tab__content .tab__inner p:last-child {
    margin-bottom: 0;
}

.area__tabs .product-tabs__content .tab__content .tab__inner ul {
    padding-left: 15px;
    list-style: none;
    counter-reset: tab-list-inside;
    margin: 0 0 0 0;
}

.area__tabs .product-tabs__content .tab__content .tab__inner > ul:first-child {
    padding-left: 0;
}

.area__tabs .product-tabs__content .tab__content .tab__inner ul > li {
    position: relative;
    margin: 0 0 8px 0;
}

.area__tabs .product-tabs__content .tab__content .tab__inner ul > li:last-child {
    margin: 0;
}

.area__tabs .product-tabs__content .tab__content .tab__inner ul > li:before {
    counter-increment: tab-list-inside;
    content: " " counter(tab-list-inside) ".";
    color: #de3361;
    font-weight: 700;
    margin-right: 6px;
}

	/* Подсписок */
.area__tabs .product-tabs__content .tab__content .tab__inner ul > li > ul {
    padding-left: 15px;
    margin: 8px 0 8px 0;
    counter-reset: tab-list-inside--sub;
}

.area__tabs .product-tabs__content .tab__content .tab__inner ul > li > ul > li {

}

.area__tabs .product-tabs__content .tab__content .tab__inner ul > li > ul > li:before {
    counter-increment: tab-list-inside--sub;
    content: " " counter(tab-list-inside) "." counter(tab-list-inside--sub) ".";
    color: #de3361;
    font-weight: 700;
    margin-right: 6px;
}

	/* Отступы */
.area__tabs .product-tabs__content .tab__content .tab__inner p + ul {
    margin-top: -20px;
}

.area__tabs .product-tabs__content .tab__content .tab__inner p + h3 {
    margin-top: 25px;
}

.area__tabs .product-tabs__content .tab__content .tab__inner p + p {
    margin-bottom: 5px;
}

.area__tabs .product-tabs__content .tab__content .tab__inner h3 + p {
    margin-bottom: 25px;
}

.area__tabs .product-tabs__content .tab__content .tab__inner ul + h3 {
    margin-top: 25px;
}

.area__tabs .product-tabs__content .tab__content .tab__inner ul + p {
    margin-top: 5px;
	margin-bottom: 5px;
}

.area__tabs .product-tabs__content .tab__content .tab__inner ul + ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Табы на странице товара КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/product-page/tabs/product-page__tabs--custom-tabs-content.css?16347827864514*/
/* Ярусы торта НАЧАЛО */

.cake-tier__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: cake-tier;
}

.cake-tier__item {
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(20% - 20px);
        -ms-flex: 0 0 calc(20% - 20px);
            flex: 0 0 calc(20% - 20px);
    position: relative;
}

.cake-tier__item:before {
    counter-increment: cake-tier;
    content: " " counter(cake-tier)".";
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    border-bottom: 1px solid #f55;
    font-weight: 700;
}

.cake-tier__item img {
    width: 100%;
    max-width: 170px;
    margin-bottom: 5px;
}

@media(max-width: 767px) {
    .cake-tier__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .cake-tier__item {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0 10px;
    }

    .cake-tier__item:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .cake-tier__item:before {
        display: none;
    }
}

/* Ярусы торта КОНЕЦ */



/* Начинки НАЧАЛО */
#tab__prod-filling .tab__inner {
    padding: 20px 12.5px 5px 12.5px;
}

#tab__prod-filling .filling-item {
    width: -webkit-calc((100%/4) - 30px);
    width: calc((100%/4) - 30px);
    margin: 0 15px 30px 15px;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

#tab__prod-filling .filling-item .name {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Gotham Pro';
    font-weight: 700;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-shadow: 0 0 7px #000, 0 0 60px rgba(0, 0, 0, 0.75);
    letter-spacing: 1px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

#tab__prod-filling .filling-item .description {
    display: none;
}

#tab__prod-filling .filling-item .image {
    -webkit-transition: all .4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .4s cubic-bezier(0.65, 0.05, 0.36, 1);
    position: relative;
    padding-top: 50%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.4);
}

#tab__prod-filling .filling-item:hover .image {
    opacity: .7;
    -webkit-transition: all .4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .4s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97);
}

#tab__prod-filling .filling-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: saturate(1.1) brightness(1.05);
    filter: saturate(1.1) brightness(1.05);
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 650px) {
	
	#tab__prod-filling .filling-item .image {
		padding-top: 70%;
	}

}

@media(max-width: 767px) {

    #tab__prod-filling .tab__inner {
        padding: 20px 7.5px 20px 7.5px;
    }

    #tab__prod-filling .filling-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }

	#tab__prod-filling .filling-item .name {
		font-size: 14px;
	}

}

/* Начинки КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/testimonials/testimonials.css?16347827862967*/
.faq__reply {
    text-align: center;
    margin: 40px 0 40px 0;
}

.faq__reply > a {
    color: #fff;
    background: url(/bitrix/templates/iris/assets/img/message.svg) no-repeat 18px 14px #de3361;
    display: inline-block;
    padding: 20px 20px 20px 79px;
    background-size: 44px;
    font-size: 22px;
    border-radius: 10px;
    margin: 0;
    transition: all .3s;
}

.faq__reply > a:hover {
	opacity: .7;
    transition: all .3s;
}

.faq__grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 40px;
}

.faq__item {
    width: calc(50% - 20px);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
    margin: 0 0 50px 0;
}

.faq__item .question {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(to top, #416fef, #1094f0);
    padding: 20px 20px 25px 20px;
    position: relative;
}

.faq__item .question:before {
    content: "";
    width: 130px;
    height: 100px;
    background: url(/bitrix/templates/iris/assets/img/chat.svg) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
    display: block;
    position: absolute;
    top: -10px;
    right: -20px;
    -webkit-filter: invert(1) drop-shadow(0 0px 46px #fff);
            filter: invert(1) drop-shadow(0 0px 46px #fff);
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
    opacity: .3;
    z-index: 0;
}

.faq__item .question:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    bottom: -19px;
    left: 30px;
    transform: rotate(45deg);
}

.faq__item .question span {
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-family: Gotham Pro;
    padding-bottom: 3px;
}

.faq__item .question p {
    margin: 10px 0 5px 0;
    line-height: 26px;
    z-index: 1;
    position: relative;
    text-align: justify;
}

.faq__item .answer {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: #fff;
    color: #333;
    padding: 20px 20px 18px 20px;
    margin: 0 0 0 0;
}

.faq__item .answer span {
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
    font-weight: 500;
    font-family: Gotham Pro;
    padding-bottom: 3px;
}

.faq__item .answer p {
    margin: 10px 0 5px 0;
    line-height: 26px;
    text-align: justify;
}

.faq__item .answer .date {
    font-size: 14px;
}

@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {
	
}

@media (max-width: 767px) {

	.faq__grid {
		display: block;
		padding: 0 15px;
	}
	
	.faq__item {
		width: 100%;
		margin: 0 0 30px 0;
	}

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/modals/modals__forms.css?16347827863929*/
/* Формы НАЧАЛО */

iziModal {
    max-width: 450px!important;
    width: calc(100% - 30px)!important;
}

.iziModal-content {
	/* background: url(/bitrix/templates/iris/assets/img/preloader.svg) no-repeat center center #eee; */
    background: #eee;
    min-height: 150px;
    background-size: 60px;
}

.iziModal .iziModal-content > *:first-child {
    background: #eee;
}

.iziModal-content > div > p {
    padding: 0 15px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
    font-size: 18px;
    margin: 3px 0 0;
    font-weight: 400;
    font-weight: 700;
    font-family: Gotham Pro;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.iris-form__wrap + p {
    margin: 0;
    padding: 10px 15px;
}


.iris-form__wrap {
    padding: 0 15px;
}

.iris-form__header {

}

.iris-form__body {

}

.iris-form__body .row {
    margin: 0 0 20px 0;
}

.iris-form__body .row label {
    width: 100%;
    display: block;
    font-weight: 700;
    font-family: Gotham Pro;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
}

.iris-form__body .row input {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 4;
            border-radius: 4px;
    padding: 0 15px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}

.iris-form__body .row input.inputfile {
	cursor: pointer;
    text-indent: -999px;
    height: 40px;
    background: transparent;
    border: 0;
    border-radius: unset;
    padding: 0;
    box-shadow: none;
    position: relative;
    text-indent: -9999px;
    padding-left: 40px;
    padding-top: 9px;
}

.iris-form__body .row input.inputfile:before {
    content: "Выберите файл";
    display: block;
    background: url(/bitrix/templates/iris/assets/img/attach.svg) no-repeat 8px 50% #fff;
    border: 0;
    border-radius: 4px;
    padding: 0 10px 0 35px;
    background-size: 22px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 95px;
    text-indent: 0;
    color: #000;
    line-height: 40px;
}

.bx-firefox form[name="SIMPLE_FORM_2"] .iris-form__body .row:nth-child(3) {
    position: relative;
}

.bx-firefox form[name="SIMPLE_FORM_2"] .iris-form__body .row:nth-child(3) .inputfile {
	z-index: 10;
}

.bx-firefox form[name="SIMPLE_FORM_2"] .iris-form__body .row:nth-child(3)::after {
    content: "Выберите файл";
    display: block;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 0px 0px;
    position: absolute;
	z-index: 1;
    top: 26px;
    left: 0px;
    height: 44px;
    width: 116px;
    text-indent: 0px;
    color: rgb(0, 0, 0);
    line-height: 44px;
    background: url(/bitrix/templates/iris/assets/img/attach.svg) 8px 50% / 22px no-repeat rgb(255, 255, 255);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 4px;
    padding: 0px 10px 0px 35px;
}


.iris-form__body .row textarea {
    width: 100%;
    -webkit-border-radius: 4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
}

.iris-form__body .row input:first-of-type {
	display: none;
}

.iris-form__footer {
    margin: 20px 0 0 0;
}

.iris-form__footer .row {

}

.iris-form__footer input {
    background: #de3361;
    color: #fff;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    text-align: center;
    width: 100%;
    height: 44px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 200px;
    transition: all .3s;
}

.iris-form__footer input:hover {
	opacity: .7;
    transition: all .3s;
}

	/* IziModul */
.iziModal {
    z-index: 1310!important;
}

.iziModal-overlay {
    z-index: 1300!important;
}

/* Формы КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/modals/modals__one-click.css?16347827864220*/
/* Один клик от H2O НАЧАЛО */

#call_feedback {
    position: fixed!important;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    z-index: 1201!important;
    padding: 65px 15px 45px 15px;
    background-color: #eee;
    overflow-y: auto;
    overflow-x: hidden;
}

#popup-window-overlay-call_feedback {
    background: #000!important;
    opacity: .6;
    z-index: 1200!important;
}

#call_feedback .popup-window-close-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    opacity: 1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.29 5.29' height='20' width='20'%3E%3Cpath fill='%23fff' d='M.43.19L.19.43l2.22 2.22L.19 4.86l.24.24L2.65 2.9 4.86 5.1l.24-.24L2.9 2.65 5.1.43 4.86.19 2.65 2.4.43.2z'/%3E%3C/svg%3E") no-repeat center center;
	background-size: 20px;
}

#call_feedback .popup-window-close-icon:hover {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}

#call_feedback .popup-window-close-icon:after {
    display: none;
}

#call_feedback:before {
    content: "Заказ в 1 клик";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #de3361;
    padding: 14px 15px 14px 60px;
    font-weight: 400;
    font-family: Gotham Pro;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#call_feedback:after {
    content: "";
    position: absolute;
    top: -20px;
    left: -9px;
    background: url(/bitrix/templates/iris/assets/img/link-pointer-white.svg) no-repeat center center;
    width: 67px;
    height: 70px;
    background-size: contain;
    transform: rotate(140deg);
}

#popup-window-content-call_feedback {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #eee;
    position: relative;
}

.h2o_component .modal-header {
    display: none;
}

.h2o_component .modal-body {
    position: relative;
    padding: 0;
    font-size: 18px;
    font-family: Circe;
}

.h2o_component .modal-body .form-row:not(:last-of-type) {
    margin-bottom: 15px;
}

.h2o_component label {
    width: 100%;
    display: block;
    font-weight: 700;
    font-family: Gotham Pro;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    color: #000;
}

.h2o_component input[type=text],
.h2o_component textarea {
    width: 100%;
    height: 40px;
    -webkit-border-radius: 4;
    border-radius: 4px;
    padding: 0 15px;
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
    line-height: 40px;
    color: #000;
    font-size: 16px;
}

.h2o_component textarea {
    height: 70px;
    line-height: 30px;
    padding: 5px 15px;
}

small.error {
    display: block;
    color: #de3361;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
}

small.error:before {
    content: "⚠ ";
}

span.form-helper {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: -10px 0 10px 0;
}

.h2o_component button {
    background: #de3361;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    height: 44px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 200px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.h2o_component button:hover {
    opacity: .75;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.h2o_component .modal-container br,
.h2o_component .sale_order_full_table {
    display: none;
}

@media(min-width: 768px) {
    
    #call_feedback {
        padding: 75px 30px 30px 30px;
        height: auto;
        max-height: 610px;
        overflow-x: hidden;
        overflow-y: auto;
    }

}

/* Один клик от H2O КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/news-grid/news-grid.css?16347827863529*/
.news-grid-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}

.news-grid-page .col__news-grid {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 360px);
        -ms-flex: 0 0 calc(100% - 360px);
            flex: 0 0 calc(100% - 360px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.news-grid-page .col__news-grid article.news-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc((100%/2) - 10px);
    -ms-flex: 0 0 calc((100%/2) - 10px);
    flex: 0 0 calc((100%/2) - 10px);
    height: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.news-grid-page .col__news-grid .news-item > a {
    position: relative;
    display: block;
    height: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
}

.news-grid-page .col__news-grid .news-item > a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news-grid-page .col__news-grid .news-item > a:hover:after {
    opacity: .5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.news-grid-page .col__news-grid .news-item .date {
    z-index: 1;
}

.news-grid-page .col__news-grid .news-item .date span {
    background: #de3361;
    padding: 3px 15px 3px 40px;
    display: inline-block;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    margin: 0 0 5px -40px;
}

.news-grid-page .col__news-grid .news-item .name {
    z-index: 1;
    margin: 0;
    font-weight: 400;
    font-size: 22px;
}

.news-grid-page .col__widgets {
    position: relative;
    width: 330px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-left: 30px;
}

.news-grid-page .col__widgets:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: -15px;
}

.news-grid-page .col__widgets .action--item {
	margin: 0 0 15px 0;
}
/* End */


/* Start:/bitrix/templates/iris/assets/css/news-page/news-page.css?16347827865586*/
/* Страница новости НАЧАЛО */

.page-news-detail {
    padding: 0 20px;
}
    /* Фальш-заголовок */
#news-false-header {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
}

#news-false-header:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 30px;
    background: url(/bitrix/templates/iris/assets/img/header-wave-pattern.svg) repeat-x;
    -webkit-background-size: 180px 180px;
            background-size: 180px;
    background-position: left bottom;
}

#news-false-header .news-false-header__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 30%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

#news-false-header .news-false-header__background:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.15)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
}

#news-false-header #news-false-header__bread {
    position: relative;
    z-index: 1;
    margin-top: -5px;
}

#news-false-header__bread .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2):after,
#news-false-header__bread .bx-breadcrumb .bx-breadcrumb-item:last-child {
    display: none;
}

#news-false-header__bread .bx-breadcrumb {
    float: none;
    margin-bottom: 30px;
    text-align: center;
}

#news-false-header__bread .bx-breadcrumb .bx-breadcrumb-item {
    float: none;
    display: inline-block;
}

#news-false-header__bread .bx-breadcrumb .bx-breadcrumb-item a {
    color: #fff;
}

#news-false-header__bread .bx-breadcrumb .bx-breadcrumb-item span {
    color: #fff;
}

#news-false-header__bread .bx-breadcrumb .bx-breadcrumb-item a:hover > span {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#news-false-header__bread .bx-breadcrumb .bx-breadcrumb-item:not(:last-child):after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 2px;
    right: -13px;
}

#news-false-header #news-false-header__title {
    position: relative;
    z-index: 1;
    padding: 40px 0 0 0;
}

#news-false-header #news-false-header__title h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-shadow: none;
    font-family: Gotham Pro;
    margin: 0 0;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
}

.row__news-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row__news-content .col__image {
    width: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    margin: 0 0 20px 0;
}

.row__news-content .col__image img {
  
}

.row__news-content .col__text {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    padding: 0 0 0 20px;
}

.row__news-content .col__text .date {
    margin: 0 0 10px 0;
    padding: 0 15px 0 0;
}

.row__news-content .col__text h1 {
    margin: 0 0 10px 0;
    padding: 0 15px 0 0;
}

.row__news-content .col__text h1 span {
    border-bottom: 2px solid #de3361;
    line-height: 45px;
}

.row__news-content .col__text .news-text {
    padding: 0;
}

.row__news-content .col__text .news-text p {
    margin: 0;
}

.row__news-content .col__text .news-text p + p {
    margin-top: 15px;
}

.row__news-content .col__text .news-text br {
    line-height: 35px;
}

.row__news-content .col__text .news-text br + br {
    display: none;
}

.row__news-gallery {
    margin: 30px 0 0 0;
}

#news-gallery {
  
}

#news-gallery .mobx {
  
}

#news-gallery .mobx img {
  
}

	/* Косой возврат Bitrix */

.page-news-detail + p {
    text-align: center;
    margin: 30px 0 7px 0;
}

.page-news-detail + p a {
    display: inline-block;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 40px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    color: #000;
    font-size: 18px;
    margin: 10px 0 0 0;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.page-news-detail + p a:hover {
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: .8;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.page-news-detail + p a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #de3361;
    border-top: 2px solid #de3361;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    left: 18px;
}

/* Страница новости КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/custom-pages/custom-pages.css?163478278690*/
.row--iris.regular-page {
    padding: 0 15px;
    max-width: 800px;
    margin: 0 auto;
}
/* End */


/* Start:/bitrix/templates/iris/assets/css/custom-pages/custom-pages__fillings.css?16347827864971*/
/* Страница начинки НАЧАЛО */

.fillings-group__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
    counter-reset: filling-group;
}

.fillings-group__wrap + .fillings-group__wrap {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.fillings-group__wrap .fillings-group__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 10px 0 40px 0;
    padding: 0 15px;
    font-size: 26px;
    text-align: center;
    font-family: Gotham Pro;
    text-transform: uppercase;
}

.fillings-group__wrap .fillings-group__title span:before {
    content: "";
    counter-increment: filling-group;
    content: " " counter(filling-group) ". ";
    color: #de3361;
}

.fillings-group__wrap .filling-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 30px);
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin: 0 0 60px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
}

.fillings-group__wrap .filling-item .name {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-weight: 700;
    font-size: 28px;
    padding: 12px 30px 20px 30px;
    margin: 0;
    font-family: 'Gotham Pro';
}

.fillings-group__wrap .filling-item .description {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 30px 30px 30px;
    text-align: justify;
    font-size: 18px;
}

.fillings-group__wrap .filling-item .image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    overflow: hidden;
    height: auto;
    position: relative;
    padding-top: 75%;
}

.fillings-group__wrap .filling-item .image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: .2;
}

.fillings-group__wrap .filling-item .image:after {
    content: "";
    width: 100%;
    height: 30px;
    background: url(/bitrix/templates/iris/assets/img/header-wave-pattern.svg) repeat-x bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-background-size: 340px 340px;
            background-size: 340px;
}

.fillings-group__wrap .filling-item .image img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.fillings-group__wrap .filling-item .image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
    
}

@media (max-width: 1023px) {
    
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {


}

@media (max-width: 767px) {
    
    .fillings-group__wrap {
        padding: 0 15px;
    }

    .fillings-group__wrap .filling-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
         -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 0 30px 0;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .fillings-group__wrap .filling-item .image {
        padding-top: 95%;
    }

    .fillings-group__wrap .filling-item .name {
        font-size: 24px;
        padding: 12px 20px 20px 20px;
    }

    .fillings-group__wrap .filling-item .description {
        padding: 0 20px 20px 20px;
        font-size: 16px;
    }

}


/* Страница начинки КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/cart-and-checkout/cart/cart.css?16347827868735*/
/* Корзина НАЧАЛО */

.row--iris.cart {
  
}

.cart__content-area {

}

.cart__content-area ul,
.cart__content-area ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#basket-item-list {
    padding: 80px 0 0 0;
    margin: -40px 0 0 0;
    background: #eee;
}

#basket-item-table {
    display: block;
    max-width: 1000px;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto 0 auto;
}

#basket-item-table .basket-items-list-item-container {

}

#basket-item-table .basket-items-list-item-container:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#basket-item-table .basket-items-list-item-container .basket-items-list-item-descriptions-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 15px;
}

    /**/
.basket-items-list-item-descriptions-inner .cart-item__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 345px;
    -ms-flex: 0 0 345px;
    flex: 0 0 345px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#basket-item-table .basket-items-list-item-container:first-child .cart-item__info:before {
    content: "Товар";
    font-weight: 700;
    position: absolute;
    top: -47px;
    left: 0;
}

.cart-item__info .cart-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
}

.cart-item__info .cart-item__image a {
    display: block;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px;
    margin: 0;
}

.cart-item__info .cart-item__image img {
    max-width: 100%;
}

.cart-item__info .cart-item__name {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
}

.cart-item__info .cart-item__name .cart-item__title {
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #000;
}

.cart-item__info .cart-item__name .cart-item__sku {

}

.cart-item__info .item-remover {
    color: #DE3361;
    font-weight: 700;
    border-bottom: 1px dashed rgba(222, 51, 97, 0.3);
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 8px 0 0 24px;
    font-size: 14px;
    position: relative;
}

.cart-item__info .item-remover:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/bitrix/templates/iris/assets/img/trash.svg) no-repeat center center;
    -webkit-background-size: contain;
            background-size: contain;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: -25px;
}

.cart-item__info .item-remover:hover {
    opacity: .7;
}

.cart-item__info .cart-item__delete {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    padding-right: 15px;
}

.cart-item__info .cart-item__delete > div {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.cart-item__delete > div:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #de3361;
    display: block;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
    position: absolute;
    top: 50%;
}

.cart-item__delete > div:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #de3361;
    display: block;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
    position: absolute;
    top: 50%;
}

    /**/
.basket-items-list-item-descriptions-inner .cart-item__configurations {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    position: relative;
    padding: 0 20px 0 0;
}

#basket-item-table .basket-items-list-item-container:first-child .cart-item__configurations:before {
    content: "Параметры";
    font-weight: 700;
    position: absolute;
    top: -47px;
    left: 0;
}

    /**/
.basket-items-list-item-descriptions-inner .cart-item__amount {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 185px;
        -ms-flex: 0 0 185px;
            flex: 0 0 185px;
    padding: 0 20px 0 0;
    position: relative;
}

#basket-item-table .basket-items-list-item-container:first-child .cart-item__amount:before {
    content: "Количество";
    font-weight: 700;
    position: absolute;
    top: -47px;
    left: 0;
}

.basket-items-list-item-descriptions-inner .cart-item__amount .amount-name {
    font-weight: 700;
    margin: 0 0 5px 0;
}

    /* */
.basket-items-list-item-descriptions-inner .cart-item__subtotal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    font-weight: 700;
    position: relative;
}

#basket-item-table .basket-items-list-item-container:first-child .cart-item__subtotal:before {
    content: "Сумма за товар";
    font-weight: 700;
    position: absolute;
    top: -47px;
    left: 0;
}

    /* Удаленный товар */
.basket-items-list-item-removed-container {
    display: none;
    text-align: center;
    padding: 30px 15px;
    background: #ffedf2;
    border: 5px solid #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}

.basket-items-list-item-removed-container a {
    background: #de3361;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    margin: 8px 0 0 0;
}

.basket-items-list-item-removed-container a:hover {
    opacity: .7;
}

    /**/
.basket-checkout-container {
    text-align: center;
    padding: 35px 0 40px 0;
    background: #eee;
}

.basket-checkout-container .cart__proceed {

}

.basket-checkout-container .basket-checkout-block-total {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
}

.basket-checkout-container .basket-checkout-block-total-price {
    display: inline-block;
    color: #de3361;
    font-size: 22px;
    font-weight: 700;
    padding-left: 5px;
}

.basket-checkout-container .basket-checkout-block-btn button {
    background: #de3361;
    color: #fff;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 8px 0 0 0;
}

.basket-checkout-container .basket-checkout-block-btn button:before {
    width: 50px;
    height: 100%;
    content: ' ';
    position: absolute;
    opacity: .45;
    top: 0;
    right: 103%;
    background: -webkit-gradient(linear,left top, right top,from(rgba(255,255,255,0)),color-stop(1%, rgba(255,255,255,0.03)),color-stop(30%, rgba(255,255,255,0.6)),color-stop(50%, rgba(255,255,255,0.85)),color-stop(70%, rgba(255,255,255,0.85)),color-stop(71%, rgba(255,255,255,0.85)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    -webkit-animation: buy-btn-glare 8s infinite 6s;
    animation: buy-btn-glare 8s infinite 6s;
}

.basket-checkout-container .basket-checkout-block-btn button:after {
    content: " →";
}

.basket-checkout-container .basket-checkout-block-btn button:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: .7;
}

    /* */
script#basket-total-template + p {
    margin: 0px 0 -11px 0;
    z-index: 0;
    position: relative;
    padding: 0px 15px 65px 15px;
    text-align: center;
    background: #eee;
}

/* Корзина КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/cart-and-checkout/cart/cart__item-configuration.css?16347827866813*/
/* Опции конфигурации товара НАЧАЛО */

#basket-item-table .cart-item__configurations .option {
    margin: 0 0 15px 0;
}

#basket-item-table .cart-item__configurations .option:first-child {
	/* Прячем артикул */
    display: none;
}

#basket-item-table .cart-item__configurations .basket-item-property-name {
    font-weight: 700;
    margin: 0 0 5px 0;
}

#basket-item-table .config-select {
    position: relative;
}

	/**/
#basket-item-table .config-select__current {
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #fff;
    transition: all .3s;
}

#basket-item-table .config-select__current:hover {
    background: #eee;
    transition: all .3s;
}

#basket-item-table .config-select__current:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #de3361;
    border-bottom: 2px solid #de3361;
    position: absolute;
    top: 46%;
    right: 20px;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    -ms-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
}

.is--active #basket-item-table .config-select__current {
    opacity: 0;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

#basket-item-table .config-select__current li.basket-item-scu-item {
    height: 80px;
    width: 100%!important;
    cursor: pointer;
    font-weight: bold;
    padding: 0 50px 0 90px!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    pointer-events: none;
    display: none;
}

#basket-item-table .config-select__current li.basket-item-scu-item.selected {
    display: flex;
}

#basket-item-table .config-select__current li.basket-item-scu-item img {
    height: 100%;
    width: 79px;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}

/* Типа дропдаун */
#basket-item-table .config-select__dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #ddd;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	/*
	-webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    background: url(/bitrix/templates/iris/assets/img/preloader.svg) no-repeat center center #fff;
    background-size: 80px;
	*/
}


#basket-item-table .config-select.is--active .config-select__dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	-webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#basket-item-table .config-select__dropdown li {
    height: 80px;
    width: 100%!important;
    cursor: pointer;
    font-weight: bold;
    padding: 0 50px 0 90px!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
	/*
    opacity: .25;
	pointer-events: none;
	*/
	background: #fff;
}

#basket-item-table .config-select.is--active .config-select__dropdown li {
    opacity: 1;
	pointer-events: all;
}

#basket-item-table .config-select__dropdown li:not(:last-child) {
    border-bottom: 1px dashed #eee;
}

#basket-item-table .config-select__dropdown li:hover {
    background: #eee;
}

#basket-item-table .config-select__dropdown li img {
	height: 100%;
    width: 79px;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
}

#basket-item-table .config-select__dropdown li:after {
    display: none;
    content: "";
    width: 26px;
    height: 26px;
    background: url(/bitrix/templates/iris/assets/img/check.svg) no-repeat center center #de3361;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

#basket-item-table .config-select__dropdown li.selected:after {
    display: block;
}

	/* Кол-во */

.basket-items-list-item-amount {
    color: #fff;
    background: #7e273e;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #7e273e;
    max-width: 120px;
}

.basket-item-block-amount {
    height: 100%;
    display: flex;
    background: #de3361;
    width: calc(100% - 41px);
    position: relative;
}

.basket-item-amount-filed-block {
    width: 100%;
}

.basket-item-amount-filed-block input {
    background: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    pointer-events: none;
}

span.cart_measure {
    display: none;
}

.basket-item-amount-btn-plus {
	cursor: pointer;
    position: absolute;
    top: 0;
    left: calc(100% + 2px);
    width: 40px;
    height: 27px;
    background: #a32e4e;
	transition: all .2s;
}

.basket-item-amount-btn-plus:before {
    content: "+";
    position: absolute;
    top: 1px;
    left: 13px;
    font-size: 20px;
}

.basket-item-amount-btn-minus {
	cursor: pointer;
    position: absolute;
    bottom: 0;
    left: calc(100% + 2px);
    width: 40px;
    height: 27px;
    background: #a32e4e;
	transition: all .2s;
}

.basket-item-amount-btn-minus:before {
    content: "–";
    position: absolute;
    top: -1px;
    left: 13px;
    font-size: 20px;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
    background: transparent;
	transition: all .2s;
}

/* Опции конфигурации товара КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/cart-and-checkout/checkout/checkout.css?16347827863054*/
/* Страница оформления НАЧАЛО */

#order_form_div {
    
}

#order_form_content {
    display: flex;
    flex-flow: row wrap;
}

#order_form_div .section:first-of-type {
    display: none;
}

#order_form_div .section {

}

.bx_order_make .bx_section h4 {
    margin: 0 0 15px 0;
    border-bottom: 0;
    font-size: 20px;
    font-family: Gotham Pro;
}

.bx_order_make .bx_section {
    margin: 0 0 20px 0;
    padding: 0 20px;
}

.bx_order_make .bx_section:nth-of-type(2) {
    flex: 0 0 50%;
}

.bx_order_make .bx_section:nth-of-type(4) {
    flex: 0 0 50%;
}

div#sale_order_props {

}

div#sale_order_props > div > div {

}

.bx_order_make .bx_block.r1x3.pt8 {
    padding-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    font-family: Gotham Pro;
}

.bx_order_make .bx_block.pt8 {
    width: 100%;
    padding: 0;
}

.bx_order_make .bx_block.r1x3 {
    width: 100%;
    padding: 0;
}

.bx_order_make .bx_block.r3x1 {
    width: 100%;
    padding: 0;
}

.bx-sls .dropdown-block {
    font-size: 16px;
    padding: 0;
}

#order_form_div input[type="text"], #order_form_div input[type="password"], #order_form_div textarea, #order_form_div select {
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    line-height: 40px;
    width: 100%;
    max-width: 100%;
}

/**/

.bx_ordercart {
    margin: 30px 0 0 0;
    padding: 0 15px;
}

.bx_ordercart h4 {
    margin: 0 0 15px 0;
    border-bottom: 0;
    font-size: 20px;
    font-family: Gotham Pro;
}

.bx_ordercart_order_pay .bx_section {
    padding: 0 0;
}

.bx_ordercart_order_pay {
    padding: 0 0!important;
}

.bx_order_make .bx_result_price {
    float: none;
    text-align: left;
}

.bx_order_make .bx_block.w100 {
    margin: 5px 0 10px 0;
    width: 100%;
    padding: 0;
}

.bx_ordercart .bx_ordercart_photo_container {
    border: 0;
    border-radius: -;
}

.bx_ordercart_order_pay_center .checkout {
    background: #de3361;
    color: #fff;
    display: inline-block;
    padding: 12px 35px 12px 35px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    text-shadow: none;
}

.bx_ordercart_order_pay_center .checkout:hover {
    opacity: .7;
    background: #de3361;
    color: #fff;
    display: inline-block;
    padding: 12px 35px 12px 35px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    text-shadow: none;
}

.bx_ordercart_order_pay_center {
    border: 0;
    text-align: center;
    margin: 0 0 20px 0;
}


@media (max-width: 767px) {
    #order_form_content {
        display: block;
    }
}

/* Страница оформления КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/banners/site/top--banner.css?16347827865584*/
#degustation-site-top-banner {
    display: none;
    color: #fff;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    background: url(/bitrix/templates/iris/assets/img/patterns/pattern__polka-dots—yellow.png) repeat center center #77c8c0;
    -webkit-background-size: 50px 50px;
            background-size: 50px;
}

#degustation-site-top-banner .b-text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #fff5e0;
    color: #fff;
}

#degustation-site-top-banner .b-text:before {
    content: "";
    width: 620px;
    height: 620px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #77c8c0;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: -1;
    -webkit-box-shadow: 0 0 0 15px rgb(244, 228, 195), 0 0 0 30px #77c8c0;
            box-shadow: 0 0 0 15px rgb(244, 228, 195), 0 0 0 30px #77c8c0;
}

#degustation-site-top-banner .b-text p {
    margin: 0;
    margin-right: 20px;
    letter-spacing: 2px;
}

#degustation-site-top-banner .b-text p > span {
    display: block;
    opacity: .75;
    font-size: .75em;
}

#degustation-site-top-banner .b-text > span {
    -webkit-box-shadow: inset 0 0 0 3px #fff5e0;
            box-shadow: inset 0 0 0 3px #fff5e0;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    padding: 8px 22px 7px 25px;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-right: -10px;
}

#degustation-site-top-banner .b-text > span:hover {
    color: #fff;
    background: #0065f8;
    -webkit-box-shadow: inset 0 0 0 2px #0065f8;
            box-shadow: inset 0 0 0 2px #0065f8;
}

#degustation-site-top-banner .b-close {
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    z-index: 10;
}

#degustation-site-top-banner .b-close:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

#degustation-site-top-banner .b-close svg {
    height: 30px;
}

#degustation-site-top-banner .b-icon {
    height: 60px;
	width: 60px;
    margin: 0 20px 0 0;
}

#degustation-site-top-banner .b-icon svg {
    height: 40px;
}


@media (max-width: 374px) {

    #degustation-site-top-banner {
        background: #7dcdc2;
        padding: 15px 15px 13px 40px;
    }

    #degustation-site-top-banner .b-text:before {
        display: none;
    }

    #degustation-site-top-banner .b-text p {
        font-size: 10px;
        margin-right: 0;
		max-width: 110px;
    }

    #degustation-site-top-banner .b-text p > span {
        opacity: 1;
    }

    #degustation-site-top-banner .b-text p > span .hide-xs {
        display: none;
    }

    #degustation-site-top-banner .b-icon {
        height: 40px;
		width: 40px;
        margin: 0 10px 0 -5px;
    }

	#degustation-site-top-banner .b-text > span {
		padding: 8px 12px 7px 12px;
		font-size: 9px;
		letter-spacing: 1px;
		margin-right: 0;
		background: #0065f8;
		color: #fff;
		-webkit-box-shadow: inset 0 0 0 3px #0065f8;
		box-shadow: inset 0 0 0 3px #0065f8;
	}

    #degustation-site-top-banner .b-close {
        right: 0;
        left: 0;
        width: 30px;
        padding: 0;
    }

    #degustation-site-top-banner .b-close svg {
        height: 18px;
    }

}

@media (min-width: 375px)
and (max-width: 767px) {

    #degustation-site-top-banner {
        background: #77c8c0;
        padding: 15px 15px 13px 50px;
    }

    #degustation-site-top-banner .b-text:before {
        display: none;
    }

    #degustation-site-top-banner .b-text p {
        font-size: 11px;
        margin-right: 10px;
		max-width: 110px;
    }

    #degustation-site-top-banner .b-text p > span {
        opacity: 1;
    }

    #degustation-site-top-banner .b-text p > span .hide-xs {
        display: none;
    }

    #degustation-site-top-banner .b-icon {
        height: 40px;
        width: 40px;
        margin: 0 15px 0 0;
    }

    #degustation-site-top-banner .b-text > span {
        padding: 8px 20px 7px 20px;
        font-size: 11px;
        margin-right: 0;
        background: #0065f8;
        color: #fff;
        -webkit-box-shadow: inset 0 0 0 3px #0065f8;
                box-shadow: inset 0 0 0 3px #0065f8;
    }

    #degustation-site-top-banner .b-close {
        right: 0;
        left: 0;
        width: 40px;
        padding: 0;
    }

    #degustation-site-top-banner .b-close svg {
        height: 20px;
    }

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/banners/product-page/product-page--banners.css?16347827865473*/
/* Баннеры на страницу товара НАЧАЛО */

    /* Бонусная карта */
.product__promo .bonus-card {
    height: 100%;
    padding: 70px 15px 50px 15px;
    overflow: hidden;
    cursor: default;
}

.product__promo .bonus-card .holder {
    padding: 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
}

.product__promo .bonus-card .holder:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -28px;
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px);
    -webkit-transform: translate(0,50%) rotate(-45deg) scale(.6);
    -ms-transform: translate(0,50%) rotate(-45deg) scale(.6);
    transform: translate(0,50%) rotate(-45deg) scale(.6);
    border-top: 2px solid #de3361;
    border-right: 2px solid #de3361;
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.product__promo .bonus-card:hover .holder:after {
    -webkit-transform: translate(0,-80%) rotate(-45deg);
        -ms-transform: translate(0,-80%) rotate(-45deg);
            transform: translate(0,-80%) rotate(-45deg);
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.product__promo .bonus-card img {
    width: 220px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    position: absolute;
    bottom: -22px;
    left: -webkit-calc(50% - 100px);
    left: calc(50% - 100px);
    -webkit-transform: rotate(10deg) translate(150px, -15px);
    -ms-transform: rotate(10deg) translate(150px, -15px);
    transform: rotate(10deg) translate(150px, -15px);
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.product__promo .bonus-card:hover img {
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transform: translate(-10px, 28px);
    -ms-transform: translate(-10px, 28px);
    transform: translate(-10px, 28px);
    -webkit-box-shadow: 0 0 10px 0 #fff;
    box-shadow: 0 0 10px 0 #fff;
}

.product__promo .bonus-card span {
    width: 100%;
    margin: -10px 0 0 0;
    font-size: 14px;
    color: #333;
    z-index: 2;
    letter-spacing: .5px;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.product__promo .bonus-card:hover span {
    -webkit-transform: translateX(-80px) rotate(-8deg);
        -ms-transform: translateX(-80px) rotate(-8deg);
            transform: translateX(-80px) rotate(-8deg);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.product__promo .bonus-card em {
    position: absolute;
    top: -20px;
    left: 0;
    color: #de3361;
    font-style: normal;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(20px) scale(.9);
    -ms-transform: translateY(20px) scale(.9);
    transform: translateY(20px) scale(.9);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    font-weight: 700;
}

.product__promo .bonus-card:hover em {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}

    /* Свадебный каравай */
.product__promo .banner__weeding .text p:nth-child(1) {
    font-size: 20px;
}

.product__promo .banner__weeding .text p:nth-child(2) {
    margin: 7px 0 5px 0;
    font-size: 14px;
}

.product__promo .banner__weeding .image > .holder:before {
    top: -80px;
    left: -160px;
}

.product__promo .banner__weeding .image > .holder:after {
    top: -140px;
}

.product__promo .banner__weeding .image img {
    -webkit-transform: translate(-15px, 10px);
        -ms-transform: translate(-15px, 10px);
            transform: translate(-15px, 10px);
}

/* Баннеры на страницу товара КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/banners/main-menu__full/main-menu__full--banners.css?16347827865730*/
/* Баннеры в основном меню НАЧАЛО */

    /* Бонусная карта */
.banner__bonus-card {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9966), to(#ff5e62));
    background: -webkit-linear-gradient(top, #ff9966, #ff5e62);
    background: -o-linear-gradient(top, #ff9966, #ff5e62);
    background: linear-gradient(to bottom, #ff9966, #ff5e62);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 0 0px 10px hsla(0, 0%, 100%, 0.5);
            box-shadow: inset 0 0 0px 10px hsla(0, 0%, 100%, 0.5);
    padding: 15px;
}

.banner__bonus-card .holder {
    width: 100%;
    padding: 0;
}

.banner__bonus-card span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: 3px 0 0 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-family: Gotham Pro;
    line-height: 29px;
}

.banner__bonus-card img {
    width: 280px;
    color: #db5c7f;
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: 5px 0 0 0;
}


    /* Свадебный каравай */
.banner__weeding {
    height: 300px;
    padding: 0;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, from(#38ceff), to(#f1fbff));
    background: -webkit-linear-gradient(bottom, #38ceff, #f1fbff);
    background: -o-linear-gradient(bottom, #38ceff, #f1fbff);
    background: linear-gradient(to top, #38ceff, #f1fbff);
}

.banner__weeding > .holder {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner__weeding .text {
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-flex: 0 0;
        -ms-flex: 0 0;
            flex: 0 0;
}

.banner__weeding .text p:nth-child(1) {
    color: #fff;
    background: #4cb7dc;
    -webkit-box-shadow: -12px 0 0 0 #4cb7dc, 12px 0 0 0 #4cb7dc;
            box-shadow: -12px 0 0 0 #4cb7dc, 12px 0 0 0 #4cb7dc;
    line-height: 36px;
    text-shadow: 0 0 2px #9ee6ff;
    display: inline-block;
    font-size: 24px;
    margin: 15px 0 0 0;
    letter-spacing: 1px;
    padding: 2px 0 1px 0;
    -webkit-border-radius:  6px;
            border-radius:  6px;
}

.banner__weeding .text p:nth-child(2) {
    margin: 7px 0 0 0;
    color: #247592;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 4px #fff;
    }

.banner__weeding .image {
    position: relative;
    z-index: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-top: 15px;
}

.banner__weeding .image:before {
    content: "";
    position: absolute;
    bottom:  0;
    left:  0;
    width:  100%;
    height: 70px;
    /* background: #cfbdc0; */
}

.banner__weeding .image > .holder {
    position: relative;
    z-index: 1;
}

.banner__weeding .image > .holder:before {
    content: "";
    position: absolute;
    top: -160px;
    left: -160px;
    width: 500px;
    height: 500px;
    background: url(/bitrix/templates/iris/assets/img/banners/light-beam.png) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-animation: meatspin__1 16s linear 0s infinite;
            animation: meatspin__1 16s linear 0s infinite;
}

.banner__weeding .image > .holder:after {
    content: "";
    position: absolute;
    top: -70px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: url(/bitrix/templates/iris/assets/img/banners/light-beam.png) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-animation: meatspin__2 12s linear 0s infinite;
            animation: meatspin__2 12s linear 0s infinite;
}

.banner__weeding .image img {
    position: relative;
    z-index: 3;
    -webkit-filter: drop-shadow(0 0 60px #fff);
            filter: drop-shadow(0 0 60px #fff);
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width:  unset;
    -webkit-transform: translate(-10px, -10px) scale(-1,1);
        -ms-transform: translate(-10px, -10px) scale(-1,1);
            transform: translate(-10px, -10px) scale(-1,1);
}

@-webkit-keyframes meatspin__1 {
    from { -webkit-transform: rotate(0); transform: rotate(0); }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes meatspin__1 {
    from { -webkit-transform: rotate(0); transform: rotate(0); }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes meatspin__2 {
    from { -webkit-transform: rotate(0); transform: rotate(0); }
    to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}

@keyframes meatspin__2 {
    from { -webkit-transform: rotate(0); transform: rotate(0); }
    to { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}

/* Баннеры в основном меню КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/banners/catalog-page/catalog-page--banners.css?163478278616770*/
/* Баннер в детской категории (мультики) НАЧАЛО */

#banner__kids-c {
    margin: 0 20px 15px 20px;
    float: left;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-items: stretch;
    min-height: 300px;
    background: linear-gradient(to bottom, #ffe4c8, #ffa999);
    border-radius: 10px;
	    overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 20px 0 hsla(11, 100%, 85%, 0.4);
    transition: all .3s;
	display: none!important;
}

#banner__kids-c:hover:active {
    transform: scale(.98);
    opacity: .9;
}

	/**/
#banner__kids-c .banner__ill {
	flex: 1 1 auto;
	position: relative;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 390px;
}

.banner__ill.is--left {
    transform: translateX(calc(-50% - 430px));
}

.banner__ill.is--right {
    transform: translateX(calc(-50% + 430px));
}

#banner__kids-c .banner__ill figure {
    cursor: pointer;
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    width: 90px;
    height: 90px;
    box-shadow: 0 10px 20px 0 rgb(255, 195, 181), 0 10px 20px 0 rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: transform .5s ease-in-out;
}

#banner__kids-c .banner__ill figure:hover {
    transform: scale(.9);
}

	/** **/
#banner__kids-c .banner__ill.is--left figure:nth-child(1) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/1.jpg);
	right: 0;
	width: 180px;
	height: 180px;
	top: -40px;
}

#banner__kids-c .banner__ill.is--left figure:nth-child(2) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/2.jpg);
	width: 160px;
	height: 160px;
	right: 20px;
	bottom: -40px;
}

#banner__kids-c .banner__ill.is--left figure:nth-child(3) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/3.jpg);
	left: 60px;
	top: 86px;
	width: 130px;
	height: 130px;
}

#banner__kids-c .banner__ill.is--left figure:nth-child(4) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/4.jpg);
	top: -15px;
	left: -10px;
	width: 100px;
	height: 100px;
}

#banner__kids-c .banner__ill.is--left figure:nth-child(5) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/5.jpg);
	width: 150px;
	height: 150px;
	bottom: -75px;
	left: -20px;
}

	/** **/
#banner__kids-c .banner__ill.is--right figure:nth-child(1) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/6.jpg);
	width: 140px;
	height: 140px;
	top: -20px;
	left: 100px;
}

#banner__kids-c .banner__ill.is--right figure:nth-child(2) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/7.jpg);
    top: 30px;
    left: -25px;
}

#banner__kids-c .banner__ill.is--right figure:nth-child(3) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/8.jpg);
	right: -60px;
	width: 180px;
	height: 180px;
	top: 0px;
}

#banner__kids-c .banner__ill.is--right figure:nth-child(4) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/9.jpg);
	width: 220px;
	height: 220px;
	bottom: -70px;
}

#banner__kids-c .banner__ill.is--right figure:nth-child(5) {
    background-image: url(/bitrix/templates/iris/assets/img/banners/catalog-page/kids/10.jpg);
	width: 120px;
	height: 120px;
	right: 20px;
	bottom: -20px;
}

	/**/
#banner__kids-c .banner__text {
	margin: 0 30px;
    flex: 0 0 420px;
    display: flex;
    align-items: center;
   	position: relative;
	z-index: 10;
}

#banner__kids-c .banner__text > .holder {
    padding: 30px 25px;
    box-shadow: 0 10px 20px 0 rgb(255, 195, 181), 0 10px 20px 0 rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background: #fff;
}

#banner__kids-c .banner__text p {
	margin: 0 0 10px 0;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

#banner__kids-c .banner__text span {
	line-height: 1.8;
	background: #ffeeeb;
	box-shadow: -5px 0 0 0 #ffeeeb, 5px 0 0 0 #ffeeeb;
}

#banner__kids-c .banner__text em {
	font-style: normal;
	padding: 0 5px;
	border-radius: 4px;
}

#banner__kids-c .banner__text .b-btn {
	cursor: pointer;
	background: #de3361;
	color: #fff;
	box-shadow: 0 8px 10px -4px rgba(222, 51, 97, 0.5);
	display: inline-block;
	padding: 5px 25px;
	border-radius: 4px;
	transition: all .3s;
	margin-top: 12px;
	letter-spacing: .5px;
}

#banner__kids-c .banner__text .b-btn:hover {
	background: #ffa899;
	box-shadow: 0 6px 10px -4px rgba(255, 167, 153, 0.5);
	transform: translateY(2px);
}

@media (pointer: coarse) {

	#banner__kids-c .banner__text .b-btn:hover {
		transform: none;
		background: #de3361;
		box-shadow: 0 8px 10px -4px rgba(222, 51, 97, 0.5);
	}

	#banner__kids-c .banner__text .b-btn:hover:active {
	    background: #f4527e;
	    box-shadow: 0 6px 10px -4px rgba(241, 5, 95, 0.52);
	    transform: translateY(2px);
	}

}

@media (max-width: 767px) {

	#banner__kids-c {
		margin: -10px 15px 20px 15px;
		width: 100%;
		display: block;
		min-height: unset;
		background: linear-gradient(-90deg, #ffe4c8, #ffa999);
		width: calc(100% - 30px);
	}

	#banner__kids-c:after {
	    content: "";
	    position: absolute;
	    bottom: 15px;
	    left: 50%;
	    width: 1000px;
	    height: 760px;
	    transform: translateX(-50%);
	    border-radius: 100%;
	    box-shadow: inset 0 0 50px 0 #fff, 0 0 50px 0 #ffa493;
	}
	
	#banner__kids-c:hover:active {
		transform: scale(.95);
		opacity: .9;
	}

	#banner__kids-c .banner__ill figure {
	    width: 60px!important;
	    height: 60px!important;
	    top: unset!important;
	    bottom: -20px!important;
	    box-shadow: 0 10px 60px 0 rgb(247, 139, 122), 0 10px 20px 0 #fff;
	}

	#banner__kids-c .banner__ill.is--left figure:nth-child(3),
	#banner__kids-c .banner__ill.is--left figure:nth-child(4),
	#banner__kids-c .banner__ill.is--left figure:nth-child(5),
	#banner__kids-c .banner__ill.is--right figure:nth-child(1),
	#banner__kids-c .banner__ill.is--right figure:nth-child(2) {
		display: none;
		background: unset!important
	}

	#banner__kids-c .banner__ill.is--left figure:nth-child(1) {
	    right: -110px;
		width: 90px!important;
		height: 90px!important;
	}

	#banner__kids-c .banner__ill.is--left figure:nth-child(2) {
		right: -190px;
	    width: 70px!important;
	    height: 70px!important;
	}

	#banner__kids-c .banner__ill.is--right figure:nth-child(3) {
	    right: unset;
	    left: -190px;
	    width: 70px!important;
	    height: 70px!important;
	}

	#banner__kids-c .banner__ill.is--right figure:nth-child(4) {
	    left: -110px;
		width: 90px!important;
		height: 90px!important;
	}

	#banner__kids-c .banner__ill.is--right figure:nth-child(5) {
	    right: unset;
	    left: -265px;
	}

	#banner__kids-c .banner__text {
	    margin: 0;
	    display: block;
	}

	#banner__kids-c .banner__text > .holder {
	    padding: 20px 15px 60px 15px;
	    background: unset;
	    color: #fff;
	}

	#banner__kids-c .banner__text p {
	    text-shadow: 0 0 10px #ac422f75;
	}

	#banner__kids-c .banner__text span {
	    background: #fff;
	    box-shadow: -5px 0 0 0 #fff, 5px 0 0 0 #fff;
	    color: #e39182;
	}

}

@media (min-width: 319px)
and (max-width: 320px) {

	#banner__kids-c .banner__text p {
	    font-size: 14px;
	}

	#banner__kids-c .banner__text span {
	    font-size: 13px;
	}

	#banner__kids-c .banner__text .b-btn {
	    font-size: 13px;	
	}

}

@media (min-width: 360px)
and (max-width: 375px) {

	#banner__kids-c .banner__text p {
	    font-size: 16px;
	}

}

@media (min-width: 376px)
and (max-width: 450px) {

	#banner__kids-c .banner__text p {
	    font-size: 17px;
	}

}

/* Баннер в детской категории (мультики) КОНЕЦ */



/* Баннер торта на заказ НАЧАЛО */

.snb19 {
  font-family: Circe;
  background: #fff;
  display: flex;
  height: 315px;
  width: 100%;
  max-width: 1260px;
  overflow: hidden;
  margin: 0 auto 15px auto;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(255, 184, 168, 0.2), 0 5px 40px 0 rgba(255, 193, 179, 0.2);
  background: linear-gradient(to top, rgba(255, 193, 179, 0.5), rgba(255, 193, 179, 0.2));
  cursor: pointer;
  position: relative;
  transition: transform .5s, border-radius .5s;
}
.snb19:hover:active {
  transform: scale(.95);
  border-radius: 4px;
}
.snb19__img {
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-start;
  padding-top: 15px;
  position: relative;
  z-index: 0;
}
.snb19__frame {
  width: 350px;
  overflow: hidden;
  position: relative;
}
.snb19__images .snb19__img-w {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.snb19__images .snb19__img-w.is--active {
  opacity: 1;
}
.snb19__images .snb19__img-w:nth-child(1) {
  background: url(/bitrix/templates/iris/assets/img/banners/catalog-page/sketch/img-1.png) no-repeat top left;
  background-size: cover;
}
.snb19__images .snb19__img-w:nth-child(2) {
  background: url(/bitrix/templates/iris/assets/img/banners/catalog-page/sketch/img-2.png) no-repeat top left;
  background-size: cover;
}
.snb19__images .snb19__img-w:nth-child(3) {
  background: url(/bitrix/templates/iris/assets/img/banners/catalog-page/sketch/img-3.png) no-repeat top left;
  background-size: cover;
}
.snb19__images .snb19__img-w:nth-child(4) {
  background: url(/bitrix/templates/iris/assets/img/banners/catalog-page/sketch/img-4.png) no-repeat top left;
  background-size: cover;
}
.snb19__phone {
  background: url(/bitrix/templates/iris/assets/img/banners/catalog-page/sketch/hand.png) no-repeat top left;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.snb19__content {
  flex: 0 0 55%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  font-size: 20px;
  position: relative;
  z-index: 10;
  margin-right: -8%;
}
.snb19__content-inner {
  max-width: 420px;
  text-align: center;
}
.snb19__title {
  width: 100%;
}
.snb19__title svg {
  width: 100%;
  margin: -10px 0 0 0;
}
.snb19__text {
  margin: -.2em 0 1.25em 0;
  max-width: 100%;
  text-shadow: 0 0 5px #fff;
}
.snb19__line {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.snb19__line svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: rotate(2deg);
  opacity: .75;
}
.snb19__btn-wrapper {
}
.snb19__btn {
  display: inline-block;
  background: #de3361;
  box-shadow: 0 5px 15px 0 rgba(222, 51, 97, 0.5);
  color: #fff;
  padding: .25em 1.75em .25em 1.25em;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: .2s;
}
.snb19__btn svg {
  position: absolute;
  top: 11px;
  right: -1px;
  width: 30px;
}
.snb19__btn:hover {
  background: #0065f8;
  box-shadow: 0 5px 15px 0 rgba(0, 101, 248, 0.5);
}
.snb19__btn:hover:active {
  background: #0055d2;
  box-shadow: 0 0px 10px 0 rgba(0, 101, 248, 0.5);
  transform: translateY(5px);
}

/* */
@media (max-width: 767px) {

    .snb19 {
        height: auto;
        padding: 5vw 5vw 6vw 4vw;
        border-radius: 0;
    }

    .snb19__content {
        flex-basis: 60vw;
    }

    .snb19__title svg {
        margin: 0;
    }
    .snb19__text {
        font-size: 4vw;
        margin: -.5vw 0 3vw;
    }

    .snb19__text br {
        display: none;
    }

    .snb19__btn-wrapper {
        font-size: 4vw;
    }

    .snb19__btn svg {
        width: 6vw;
        top: 2vw;
    }

    .snb19__img {
		width: 55vw;
		padding: 0;
		position: absolute;
		bottom: -5vw;
		right: 1vw;
		height: 100%;
    }

    .snb19__frame {
        width: 100%;
    }
    
}

/* Animation */
@media (min-width: 0px) {

  .snb19__frame {
    transform: translate(-60px, 100px) rotate(-15deg);
    opacity: 0;
    transition: opacity 2s, transform 3s;
    transition-delay: .6s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
  }

  .snb19__title, 
  .snb19__text,
  .snb19__btn-wrapper {
  	opacity: 0;
    transition: opacity 1.5s, transform 1.5s;
  	transition-timing-function: cubic-bezier(.19,1,.22,1);
  }

  .snb19__title {
  	transform: scale(.5);
  }

  .snb19__text {
  	transform: translateY(150px) scale(.5);
  	transition-delay: .2s;
  }

  .snb19__btn-wrapper {
  	transform: translateY(150px) scale(.5);
  	transition-delay: .4s;
  }

  /**/
  .is--ready .snb19__frame,
  .is--ready .snb19__title,
  .is--ready .snb19__text,
  .is--ready .snb19__btn-wrapper {
    transform: none;
    opacity: 1;
  }

}



/* Баннер торта на заказ КОНЕЦ */


/* Ночной баннер НАЧАЛО */
.scbbn {
	border-radius: 4px;
	overflow: hidden;
	height: 360px;
	margin: 0 auto 15px auto;
	width: 100%;
	max-width: 1260px;
	background: #000;
	position: relative;
	color: #fff;
	display: none;
}

.scbbn:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	pointer-events: none;
	border: 5px solid #dac16f;
	border-radius: 4px;
	z-index: 10;
	transition: transform 2s, opacity 2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.scbbn__holder {
	height: 100%;
	display: flex;
	justify-content: center;
}

.scbbn__content {
	position: relative;
	display: flex;
	align-items: center;
	transition: transform 2s, opacity 3s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.scbbn__image {
	position: absolute;
	top: 0;
	left: 0;
	background: url(https://site15.local/bitrix/templates/iris/assets/img/cat-cash.gif) no-repeat left bottom;
	background-size: contain;
	width: 510px;
	height: 450px;
	z-index: 1;
	top: -40px;
	left: -130px;
	transition: transform 2s, opacity 2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.scbbn__text {
	position: relative;
	z-index: 3;
	margin-left: 350px;
	text-shadow: 0 0 30px #000;
	transition: transform 2s, opacity 2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.scbbn__message {
	position: absolute;
	white-space: nowrap;
	top: 280px;
	right: -106px;
	padding: 6px 15px;
	border: 2px solid #dac16f;
	border-radius: 30px;
	background: #000;
}

.scbbn__message:after {
	content: "";
	position: absolute;
	top: 10px;
	left: -60px;
	width: 60px;
	height: 60px;
	border-left: 2px solid #dac16f;
	border-bottom: 2px solid #dac16f;
	display: block;
	border-radius: 0 0 0 100%;
	transform: rotate(-60deg);
	transition-delay: 2s;
	z-index: -1;
}

.scbbn__text h5 {
	font-size: 40px;
	letter-spacing: 2px;
	margin: 0;
	font-family: Gotham Pro;
	text-transform: uppercase;
}

.scbbn__text h5 span {
	position: relative;
}

.scbbn__text h5 span:before {
	content: "";
	position: absolute;
	top: -34px;
	right: -19px;
	width: 80px;
	height: 80px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), #dac16f);
	border-radius: 100%;
	z-index: -1;
	transition-delay: 2s;
	transition: transform 2s, opacity 2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.scbbn__text p {
	margin: 5px 0 0 0;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #dac16f;
}

@media (min-width: 0px) {
	.scbbn:before {
		transform: rotate3d(1, -11, 0, 55deg) scale(0.85);
		opacity: 0;
	}
	.scbbn__content {
		transform: rotate3d(1, 4, 0, -55deg);
	}
	.scbbn__image {
		opacity: 0;
		transform: translate(-100px, 30px);
	}
	.scbbn__text {
		opacity: 0;
		transform: translateY(100px);
	}
	.scbbn__text h5 span:before {
		opacity: 0;
		transform: scale(0);
	}
	.is--ready:before,
	.is--ready .scbbn__content,
	.is--ready .scbbn__image,
	.is--ready .scbbn__text,
	.is--ready h5 span:before {
		transform: none;
		opacity: 1;
	}
}

@media (max-width: 767px) {
	.scbbn {
		height: 72vw;
    	max-height: 260px;
		border-radius: 0;
	}
	.scbbn:before {
		border-radius: 0;
	}
	.scbbn__content {
		display: block;
	}
	.scbbn__image {
		top: unset;
		bottom: 0;
		left: -30px;
		width: 60%;
		height: 180px;
	}
	.scbbn__message {
		top: 80px;
		right: -80%;
		font-size: 4vw;
		padding: 1.5vw 4vw 2vw 4vw;
		line-height: 1;
	}
	.scbbn__message:after {
		transform: rotate(-60deg);
		top: 0;
	}
	.scbbn__text {
		margin-left: 0;
		text-align: center;
		margin-top: 50px;
	}
	.scbbn__text:before {
		left: 150px;
		white-space: nowrap;
	}
	.scbbn__text h5 {
		font-size: 6vw;
	}
	.scbbn__text h5 span:before {
		width: 40px;
		height: 40px;
		top: -16px;
		right: -9px;
	}
	.scbbn__text p {
		font-size: 4.58vw;
		letter-spacing: 2.8px;
	}
}
/* Ночной баннер КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/widgets/degustation/widget__degustation.css?16347827863215*/
/* Виджет дегустации НАЧАЛО */

.widget__degustation {
    width: 100%;
    height: 100%;
    background: #E5F0FF;
    text-align: center;
    -webkit-box-shadow: inset 0 0 0 2px rgba(5, 104, 240, 0.5);
            box-shadow: inset 0 0 0 2px rgba(5, 104, 240, 0.5);
    padding: 17px;
}

.widget__degustation .frame {
    background: #fff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.widget__degustation:hover .frame {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
}

.widget__degustation p {
    text-align: center;
    font-size: 20px;
    font-family: Gotham Pro;
    font-weight: 600;
    color: #0568F0;
    margin: 0;
}

.widget__degustation img {
    width: 85%;
    max-height: 146px;
    margin: 15px auto 25px auto;
}

.widget__degustation span {
    background: #0568F0;
    color: #fff;
    padding: 9px 17px 7px 17px;
    text-align: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin: 0;
    font-size: 13px;
    -webkit-box-shadow: 0 0 16px 0 #006bff;
    box-shadow: 0 0 16px 0 #006bff;
}

@media (max-width: 767px) {

	.widget__degustation {
		-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 10px 0 rgba(0, 0, 0, 0.3);
		padding: 0;
		border-radius: 10px;
		overflow: hidden;
	}

	.widget__degustation .frame {
		position: relative;
		padding: 30px 15px;
		border-radius: 10px;
		overflow: hidden;
	}

	.widget__degustation:hover .frame {
		opacity: .7;
		transform: none;
	}

	.widget__degustation .frame:before {
		content: "";
		width: 40px;
		height: 40px;
		background: #0568F0;
		border-radius: 100%;
		position: absolute;
		top: calc(50% - 20px);
		right: 20px;
	}

	.widget__degustation .frame:after {
		content: "";
		width: 12px;
		height: 12px;
		position: absolute;
		top: calc(50% - 7px);
		right: 35px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	
	.widget__degustation p {
		margin: 0;
		z-index: 10;
		width: 140px;
/*		font-size: 16px; */
		font-size: 14px;
		line-height: 26px;
	}

	.widget__degustation span {
		display: none;
	}
		
	.widget__degustation img {
		position: absolute;
/*		bottom: -10px;  */
		bottom: 43px;
		left: -21px;
		width: 130px;
		margin: 0;
		transform: rotate(15deg);
	}

}

/* Виджет дегустации КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/widgets/news/widget__news.css?16347827864417*/
/* Виджет новостей НАЧАЛО */

.widget__news {
    height: 100%;
    overflow: hidden;
}

    /** Заголовок **/
.widget__news .widget__name {
    height: 23px;
    margin: 0 0 5px 0;
}

.widget__news .widget__name > a {
    display: block;
    color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    font-family: Gotham Pro;
}

.widget__news .widget__name h5 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.widget__news .widget__name p {
    margin: 0;
    position: absolute;
    bottom: 4px;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.widget__news .widget__name span {
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding-bottom: 2px;
}

.widget__news .widget__name > a:hover span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    /** Зона слайдера **/
.widget__news .widget__content {
    height: -webkit-calc(100% - 28px);
    height: calc(100% - 28px);
    position: relative;
    -webkit-box-shadow: inset 0 0 0 2px #d4d4d4;
            box-shadow: inset 0 0 0 2px #d4d4d4;
}

.widget__news .widget__content:before {
    content: "";
    width: 82px;
    height: 82px;
    background-image: url(/bitrix/templates/iris/assets/img/sprites/sprite--iris.svg);
    background-position: 0px -649px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(.75);
        -ms-transform: translate(-50%,-50%) scale(.75);
            transform: translate(-50%,-50%) scale(.75);
    opacity: .2;
    -webkit-filter: drop-shadow(0 0 20px #ddd);
            filter: drop-shadow(0 0 20px #ddd);
}

.widget__news .swiper-container__news-widget {
    height: 100%;
}

.swiper-container__news-widget .swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: contrast(1.1) saturate(1.1) brightness(1.1);
            filter: contrast(1.1) saturate(1.1) brightness(1.1);
}

.swiper-container__news-widget .news-widget__slide-link {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
}

.swiper-container__news-widget .news-widget__slide-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.15)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.swiper-container__news-widget .news-widget__slide-link:hover:before {
    opacity: .75;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.swiper-container__news-widget .news-widget__slide-name {
    z-index: 1;
    font-size: 16px;
    line-height: 22px;
    max-height: 45px;
    overflow: hidden;
}

.swiper-container__news-widget .swiper-button-prev,
.swiper-container__news-widget .swiper-button-next {
    width: 36px;
    -webkit-background-size: 17px 44px;
            background-size: 17px 44px;
}

.swiper-container__news-widget .swiper-button-prev {
    left: 0;
}

.swiper-container__news-widget .swiper-button-next {
    right: 0;
}

@media (max-width: 767px) {

	.swiper-container__news-widget .swiper-slide {
		position: relative;
		padding-top: 56%;
	}
	
	.swiper-container__news-widget .news-widget__slide-link {
		position: absolute;
		top: 0;
		left: 0;
	}

}

/* Виджет новостей КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/widgets/promo/widget__promo.css?16347827864329*/
/* Виджет акций НАЧАЛО */

.widget__promo {
    height: auto;
    overflow: hidden;
}

    /** Заголовок **/
.widget__promo .widget__name {
    height: 23px;
    margin: 0 0 5px 0;
}

.widget__promo .widget__name > a {
    display: block;
    color: #000;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    font-family: Gotham Pro;
    pointer-events: none;
}

.widget__promo .widget__name h5 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.widget__promo .widget__name p {
    margin: 0;
    position: absolute;
    bottom: 4px;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    display: none;
}

.widget__promo .widget__name span {
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding-bottom: 2px;
}

.widget__promo .widget__name > a:hover span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    /** Зона слайдера **/
.widget__promo .widget__content {
    height: auto;
    position: relative;
    -webkit-box-shadow: inset 0 0 0 2px #d4d4d4;
            box-shadow: inset 0 0 0 2px #d4d4d4;
}

.widget__promo .widget__content::before {
    content: "%";
    width: 82px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: .2;
    font-size: 80px;
    color: #000;
    text-align: center;
    line-height: 90px;
}

.widget__promo .swiper-container__promo-widget {
    height: 100%;
    position: relative;
    padding-top: 64.5%;
}


.swiper-container__promo-widget .swiper-wrapper {
	position: absolute;
    top: 0;
    left: 0;
}

.swiper-container__promo-widget .swiper-slide {
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: contrast(1.1) saturate(1.1) brightness(1.1);
            filter: contrast(1.1) saturate(1.1) brightness(1.1);
}

.swiper-container__promo-widget .link {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
}

.swiper-container__promo-widget .link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.15)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.15));
    opacity: .5;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.swiper-container__promo-widget .link:hover:before {
    opacity: .2;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.swiper-container__promo-widget .link p {
    z-index: 1;
    font-size: 16px;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
}

.swiper-container__promo-widget .swiper-button-prev,
.swiper-container__promo-widget .swiper-button-next {
    width: 36px;
    -webkit-background-size: 17px 44px;
            background-size: 17px 44px;
}

.swiper-container__promo-widget .swiper-button-prev {
    left: 0;
}

.swiper-container__promo-widget .swiper-button-next {
    right: 0;
}

@media (max-width: 767px) {

	.swiper-container__promo-widget .swiper-slide {
		position: relative;
		padding-top: 56%;
	}
	
	.swiper-container__promo-widget .promo-widget__slide-link {
		position: absolute;
		top: 0;
		left: 0;
	}

}

/* Виджет акций КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/widgets/cake-sketch/widget__cake-sketch.css?16347827863349*/
/* Виджет торта по эскизу НАЧАЛО */

.widget__cake-sketch {
    background: -webkit-linear-gradient(30deg, #2196F3, #0568f0);
    background: -o-linear-gradient(30deg, #2196F3, #0568f0);
    background: linear-gradient(60deg, #2196F3, #0568f0);
    height: 100%;
    padding: 0;
}

.widget__cake-sketch a {
    display: block;
    width: 100%;
    height: 100%;
    color: unset;
}

.widget__cake-sketch .frame {
    width: 100%;
    height: 100%;
    position: relative;
}

.widget__cake-sketch p {
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Gotham Pro;
    padding: 0;
    font-size: 23px;
    width: 220px;
    z-index: 1;
    position: relative;
    line-height: 29px;
    color: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 2px #003bff;
            box-shadow: inset 0 0 0 2px #003bff;
    padding: 13px 15px 15px 17px;
}

.widget__cake-sketch p span {
    display: inline-block;
    position: relative;
    line-height: 34px;
    text-shadow: 0 0 10px #0033d1;
}

.widget__cake-sketch p span:after {
    content: " 👑💃🕺";
}

.widget__cake-sketch p span:before {
    content: "Заказать →";
    display: block;
    background: #ffb007;
    position: absolute;
    bottom: -68px;
    left: -15px;
    font-family: Circe;
    text-align: center;
    padding: 5px 20px 3px 15px;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-left: 0;
    text-shadow: 0 0 2px #b47b00;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 176, 7, 0.5);
    box-shadow: 0 0 10px 0 rgba(255, 176, 7, 0.5);
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.widget__cake-sketch:hover p span:before {
    padding: 5px 20px 3px 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.widget__cake-sketch img {
    position: absolute;
    bottom: -4px;
    right: -21px;
    width: 160px;
    -webkit-transition: all .6s cubic-bezier(0.4, 0, 0, 1.01);
    -o-transition: all .6s cubic-bezier(0.4, 0, 0, 1.01);
    transition: all .6s cubic-bezier(0.4, 0, 0, 1.01);
}

.widget__cake-sketch:hover img {
    -webkit-transform: rotate(-27deg) translate(10px, 0px) scale(1.5);
        -ms-transform: rotate(-27deg) translate(10px, 0px) scale(1.5);
            transform: rotate(-27deg) translate(10px, 0px) scale(1.5);
    -webkit-transition: all .6s cubic-bezier(0.4, 0, 0, 1.01);
    -o-transition: all .6s cubic-bezier(0.4, 0, 0, 1.01);
    transition: all .6s cubic-bezier(0.4, 0, 0, 1.01);
}

@media (max-width: 767px) {

    .widget__cake-sketch {
        -webkit-border-radius: 10px;
                border-radius: 10px;
        overflow: hidden;
    }

    .widget__cake-sketch p {
        font-size: 18px;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        overflow: hidden;
		padding: 23px 15px 25px 17px;
    }

    .widget__cake-sketch p span {
        line-height: 28px;
        max-width: 190px;
    }

    .widget__cake-sketch img {
        bottom: unset;
        right: -31px;
        top: -50px;
        width: 200px;
    }

}

/* Виджет торта по эскизу КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/header/header-mobile/header-mobile__menu--icons.css?16347827861327*/
/* Иконки мобильного каталога НАЧАЛО */

/* Детские */
#bx_1847241719_117 span:before {
    background-position: 0 0;
}

/* Свадебные */
#bx_1847241719_209 span:before {
    background-position: 0 -72px;
}

/* VIP */
#bx_1847241719_5632 span:before {
    background-position: 0 -240px;
}

/* Свадебные */
#bx_1847241719_225 span:before {
    background-position: 0 -24px;
}

/* Ягодные */
#bx_1847241719_223 span:before {
    background-position: 0 -96px;
}

/* Другие */
#bx_1847241719_5603 span:before {
    background-position: 0 -119px;
}

/* Candy Bar */
#bx_1847241719_5592 span:before {
    background-position: 0 -192px;
}

/* Недорогие */
#bx_1847241719_5593 span:before {
    background-position: 0 -216px;
}

/* Аксессуары */
#bx_1847241719_5608 span:before {
    background-position: 0 -314px;
}

/* Разное */
#bx_1847241719_26 span:before {
  background-position: 0 -169px;
}

/* Новогодние */
#bx_1847241719_243 span:before {
    background-position: 0 -264px;
}

/* Шоколад */
#bx_1847241719_5657 span:before {
    background-position: 0 -336px;
}

/* Торт за 2 часа */
#bx_1847241719_5640 span:before {
    background-position: 0 -288px;
}

/* Иконки мобильного КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/custom-styles/custom-styles__menu-top.css?1634782786156*/
/* Уникальные пункты верхнего меню НАЧАЛО */

/* Уникальные пункты верхнего меню КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/custom-styles/custom-styles__menu-main.css?1634782786157*/
/* Уникальные пункты меню каталога НАЧАЛО */


/* Уникальные пункты меню каталога КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/custom-styles/sliders/slider__vip.css?163478278610142*/
.row--iris.slider-of-category-id__5632 {
    padding: 45px 0 40px 0;
    margin: 40px 0 20px 0;
    background: -webkit-radial-gradient(ellipse farthest-corner at right bottom, #eec268 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), -webkit-radial-gradient(ellipse farthest-corner at left top, #fff4cd 0%, #ffea9d 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%);
    background: -o-radial-gradient(ellipse farthest-corner at right bottom, #eec268 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), -o-radial-gradient(ellipse farthest-corner at left top, #fff4cd 0%, #ffea9d 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%);
    background: radial-gradient(ellipse farthest-corner at right bottom, #eec268 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), radial-gradient(ellipse farthest-corner at left top, #fff4cd 0%, #ffea9d 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%);
    -webkit-background-size: 170% 120%;
            background-size: 170% 120%;
    background-position: 20% 20%;
}

.row--iris.slider-of-category-id__5632:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    -webkit-box-shadow: inset 0 0 0 3px #fff;
            box-shadow: inset 0 0 0 3px #fff;
}

.row--iris.slider-of-category-id__5632:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/iris/assets/img/patterns/pattern__geometric--3.png);
    display: block;
    z-index: 0;
    opacity: .2;
    -webkit-background-size: 500px 500px;
            background-size: 500px;
    mix-blend-mode: soft-light;
}

.row--iris.slider-of-category-id__5632 .holder {
    z-index: 1;
    position: relative;
}

.row--iris.slider-of-category-id__5632 .line {
    display: none;
}

.row--iris.slider-of-category-id__5632 .slider:after {
    color: #fff;
    background: url(/bitrix/templates/iris/assets/img/sliders/swipe-note--white.svg) no-repeat 100% 0;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 4px 26px 4px 0;
}

.row--iris.slider-of-category-id__5632 .swiper-button-next,
.row--iris.slider-of-category-id__5632 .swiper-button-prev {
    background-image: url(/bitrix/templates/iris/assets/img/sliders/slider--arrow--vip.svg);
    -webkit-background-size: contain;
            background-size: contain;
}

.row--iris.slider-of-category-id__5632 .product-item.category-end-link {
    background: -webkit-radial-gradient(ellipse farthest-corner at right bottom, #eabc5e 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), -webkit-radial-gradient(ellipse farthest-corner at left top, #fff 0%, #ffedac 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%)!important;
    background: -o-radial-gradient(ellipse farthest-corner at right bottom, #eabc5e 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), -o-radial-gradient(ellipse farthest-corner at left top, #fff 0%, #ffedac 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%)!important;
    background: radial-gradient(ellipse farthest-corner at right bottom, #eabc5e 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #ffedac 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%)!important;
    -webkit-background-size: 200% 200%!important;
            background-size: 200% 200%!important;
    background-position: 30% 10%!important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15), inset 0 0 7px 1px rgba(255, 255, 255, 0.4) !important;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15), inset 0 0 7px 1px rgba(255, 255, 255, 0.4) !important;
}

.row--iris.slider-of-category-id__5632 .product-item.category-end-link a:before {
    background: url(/bitrix/templates/iris/assets/img/patterns/pattern__geometric--3.png) 30px -17px !important;
    -webkit-background-size: 590px 590px!important;
            background-size: 590px!important;
    -webkit-filter: invert(1);
            filter: invert(1);
    mix-blend-mode: soft-light;
}

    /** **/
.row--iris.slider-of-category-id__5632 .category-name {
    padding: 20px 0 15px 0;
}

.row--iris.slider-of-category-id__5632 .category-link > a > span {
    background: transparent!important;
    padding: 1px 35px 0 5px;
}

.row--iris.slider-of-category-id__5632 .category-link > a > span:after {
    top: 5px;
    right: 10px;
}

.row--iris.slider-of-category-id__5632.row--iris.slider-of-category-id__5632 .category-link {
    text-align: center;
}

.row--iris.slider-of-category-id__5632 .category-link:after {
    content: "Коллекция изысканных тортов для самых искушенных.";
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: .5px;
    margin: 20px 0 -15px 0;
    padding: 0 18px;
}

.row--iris.slider-of-category-id__5632 .category-link > a {
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
    padding: 13px 15px 10px 15px;
    margin: 0 21px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.row--iris.slider-of-category-id__5632 .category-link > a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.row--iris.slider-of-category-id__5632 .category-link > a > h5 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.row--iris.slider-of-category-id__5632 .category-link > a > span {
    background: transparent!important;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

    /** **/
.row--iris.slider-of-category-id__5632 .product-item {
    -webkit-border-radius: 0;
            border-radius: 0;
}

.row--iris.slider-of-category-id__5632 .product-item__image:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    -webkit-box-shadow: inset 0 0 0 3px #fff, 0 0 0 30px rgba(255, 255, 255, 0.5);
            box-shadow: inset 0 0 0 3px #fff, 0 0 0 30px rgba(255, 255, 255, 0.5);
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0;
    -webkit-transform: scale(1.1) rotate(10deg);
        -ms-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
}

.row--iris.slider-of-category-id__5632 .product-item:hover .product-item__image:before {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.row--iris.slider-of-category-id__5632 .product-item__image > img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.row--iris.slider-of-category-id__5632 .product-item__title {
    margin: 0 0;
    color: #bc9f55;
}

.row--iris.slider-of-category-id__5632 .product-item__value {
    color: #333;
}

.row--iris.slider-of-category-id__5632 .product-item__buy-button .buy-btn {
    background: -webkit-radial-gradient(ellipse farthest-corner at right bottom, #eec268 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), -webkit-radial-gradient(ellipse farthest-corner at left top, #fff4cd 0%, #ffea9d 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%);
    background: -o-radial-gradient(ellipse farthest-corner at right bottom, #eec268 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), -o-radial-gradient(ellipse farthest-corner at left top, #fff4cd 0%, #ffea9d 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%);
    background: radial-gradient(ellipse farthest-corner at right bottom, #eec268 0%, #c3942f 20%, #b48f3d 40%, rgba(255, 255, 255, 0) 80%), radial-gradient(ellipse farthest-corner at left top, #fff4cd 0%, #ffea9d 8%, #D1B464 25%, #987933 62.5%, #8a6e2e 100%);
    -webkit-background-size: 200% 230%;
            background-size: 200% 230%;
    background-position: 40% 0%;
    -webkit-border-radius: 4px 0 0 0;
            border-radius: 4px 0 0 0;
}

.row--iris.slider-of-category-id__5632 .product-item__buy-button:hover .buy-btn:focus,
.row--iris.slider-of-category-id__5632 .product-item__buy-button:hover .buy-btn:active {
    -webkit-box-shadow: inset 0px 0px 0 5px #987b36, 0 0 10px 15px rgba(255, 255, 255, 0.8);
            box-shadow: inset 0px 0px 0 5px #987b36, 0 0 10px 15px rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {

    .row--iris.slider-of-category-id__5632 {
        -webkit-background-size: 240% 500%;
                background-size: 240% 500%;
        background-position: 15% 10%;
        padding: 15px 0 30px 0;
    }

    .row--iris.slider-of-category-id__5632:before {
        top: 0;
        left: -50px;
        width: -webkit-calc(100% + 100px);
        width: calc(100% + 100px);
        height: 100%;
        -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.15);
                box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.15);
    }

    .row--iris.slider-of-category-id__5632 .mpmps__mobile-subcategory.buttons {
        display: none;
    }

    .row--iris.slider-of-category-id__5632 .category-name {
        padding: 20px 0 12px 0;
    }

    .row--iris.slider-of-category-id__5632 .category-link {
        margin-bottom: 12px;
    }

    .row--iris.slider-of-category-id__5632 .category-link > a {
        display: inline-block;
        padding: 16px 15px 10px 15px;
        margin: 0px 18px;
        -webkit-box-shadow: 0 0 0 3px #fff, inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
                box-shadow: 0 0 0 3px #fff, inset 0 0 15px 0 rgba(255, 255, 255, 0.2);
    }

    .row--iris.slider-of-category-id__5632 .category-link > a > span {
        display: inline-block;
    }

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/custom-styles/sliders/slider__economy.css?1634782786549*/
.slider-of-category-id__5593 .line {
	background-color: transparent!important;
    background: url(/bitrix/templates/iris/assets/img/patterns/rub-pat.svg) repeat-x 50% 50%;
    background-size: 170px;
    height: 26px;
}

.slider-of-category-id__5593 .subcategory a {
    background: #3d4ebc;
    color: #fff;
    border: 1px solid #3d4ebc;
}

.slider-of-category-id__5593 .subcategory a .counter {
    color: rgba(255, 255, 255, 0.75);
}

.slider-of-category-id__5593 .subcategory a:hover {
    background: #6e80f4;
    border: 1px solid #6e80f4;
}
/* End */


/* Start:/bitrix/templates/iris/assets/css/footer/footer.css?16347827863333*/
#footer--section {
    
}

#footer--section .container--iris {
    overflow: hidden;
    padding: 10px 0 0 0;
}

    /**/
.footer__itself {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 0 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row--iris.footer__itself > .col {
    flex: 0 0 25%;
	max-width: 25%;
}

    /**/
.row--iris.footer__itself > .col.logo {
    padding: 0 10% 0 15px;
    flex: 0 0 35%;
	max-width: 35%;
}

.row--iris.footer__itself > .col.logo .logo a {
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.row--iris.footer__itself > .col.logo .logo a:hover {
    opacity: .7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.row--iris.footer__itself > .col.logo .logo a > img {

}

    /** **/
.row--iris.footer__itself > .col.logo .social {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 7px 0 0px 0;
}

.row--iris.footer__itself > .col.logo .social > a {
    display: inline-block;
    margin: 0 4px;
    height: 26px;
    width: 26px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.row--iris.footer__itself > .col.logo .social > a:hover {
    opacity: .7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.row--iris.footer__itself > .col.logo .social > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

    /** **/
.row--iris.footer__itself > .col.logo .info {
	margin-top: 20px;
    text-align: center;
}

    /**/
.row--iris.footer__itself > .col.menu {
    padding: 0 15px;
	flex: 0 0 20%;
	max-width: 20%;
}

.row--iris.footer__itself > .col.menu h5 {
    margin: 0 0 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Gotham Pro;
    letter-spacing: .5px;
}

.row--iris.footer__itself > .col.menu h5 span {

}

.row--iris.footer__itself > .col.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.row--iris.footer__itself > .col.menu ul li {
    margin: 0 0 7px 0;
}

.row--iris.footer__itself > .col.menu ul li > a {
    display: block;
    color: #000;
    font-size: 13px;
}

.row--iris.footer__itself > .col.menu ul li > a span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}

.row--iris.footer__itself > .col.menu ul li > a:hover span {
    color: #de3361;
    border-bottom: 1px solid #de3361;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    /**/
.row--iris.footer__itself > .col.image {
    display: flex;
	flex-flow: column;
	justify-content: flex-end;
}

.row--iris.footer__itself > .col.image img {
	min-height: 1px;
}

    /**/
.row--iris.footer__line {
    text-align: center;
    padding: 7px 15px;
    font-size: 12px;
    background: #ffedf2;
    color: #555;
    border-top: 1px solid #ffd4e0;
}
/* End */


/* Start:/bitrix/templates/iris/assets/js/swiper/swiper.css?163478278721788*/
.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-invisible-blank-slide {
  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: 0;
    width: 50px;
    height: 100%;
    margin-top: 0;
    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: .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'%23fff'%2F%3E%3C%2Fsvg%3E");
  left: 0;
  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'%23fff'%2F%3E%3C%2Fsvg%3E");
  right: 0;
  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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
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: #007aff;
}
.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: #007aff;
  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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  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:/bitrix/templates/iris/assets/js/justifiedgallery/justifiedGallery.min.css?16347827872515*/
/*!
 * justifiedGallery - v3.7.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2018 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

/* End */


/* Start:/bitrix/templates/iris/assets/js/modulobox/modulobox.min.css?163478278717901*/
.mobx-holder,
.mobx-holder * {
    box-sizing: border-box
}

.mobx-holder,
.mobx-holder svg {
    pointer-events: none
}

.mobx-holder,
.mobx-item,
.mobx-item-inner {
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.mobx-error,
.mobx-html,
.mobx-iframe,
.mobx-img,
.mobx-slider,
.mobx-thumb,
.mobx-video {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.mobx-holder {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    will-change: opacity, visibility;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease, visibility .4s ease
}

.mobx-overlay,
.mobx-ui:after {
    position: absolute;
    left: 0;
    will-change: opacity;
    top: 0
}

.mobx-holder:-webkit-full-screen {
    background-color: transparent
}

.mobx-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.mobx-rtl {
    direction: rtl
}

.mobx-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: opacity .45s ease;
    transition: opacity .45s ease
}

.mobx-hide {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.mobx-overlay {
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    background-color: rgba(0, 0, 0, 0.85);
}

.mobx-ui:after {
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .25s ease-out, visibility .25s ease-out;
    transition: opacity .25s ease-out, visibility .25s ease-out
}

.mobx-open-tooltip .mobx-ui:after {
    opacity: 1;
    visibility: visible
}

.mobx-share-tooltip:after,
.mobx-thumb-video:after,
.mobx-ui button,
.mobx-video:after,
.mobx-video:before {
    background-image: url(/bitrix/templates/iris/assets/js/modulobox/modulobox.svg);
    background-repeat: no-repeat;
    background-color: transparent
}

.mobx-bottom-bar,
.mobx-top-bar {
    position: absolute;
    will-change: transform;
    background-color: rgba(0, 0, 0, .0);
    left: 0;
    width: 100%
}

.mobx-top-bar {
    top: 15px;
	right: 15px;
	left: unset;
	width: auto;	
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out
	
}

.mobx-holder:not(.mobx-open) .mobx-top-bar,
.mobx-idle .mobx-top-bar,
.mobx-will-close .mobx-top-bar {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.mobx-bottom-bar {
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out
}

.mobx-holder:not(.mobx-open) .mobx-bottom-bar,
.mobx-panzoom .mobx-bottom-bar,
.mobx-will-close .mobx-bottom-bar {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.mobx-caption {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    pointer-events: none
}

.mobx-caption-inner {
    max-width: 700px;
    margin: 0 auto;
    pointer-events: auto;
    cursor: default;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
    text-align: center;
    padding: 15px 10px 0 10px;
    border-radius: 10px;
}

.mobx-desc,
.mobx-title {
    position: relative;
    margin: 0;
    padding: 14px 10px 12px;
    font-weight: 400;
    display: block
}

.mobx-error,
.mobx-html {
    pointer-events: none
}

.mobx-title {
    font-size: 20px;
    font-family: Gotham Pro;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 3px 0;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.mobx-desc,
.mobx-error {
    color: #bbb;
    text-align: center
}

.mobx-desc {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.mobx-title+.mobx-desc {
    margin: -6px 0 0;
    padding: 0 10px 10px
}

.mobx-item,
.mobx-item-inner {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    touch-action: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    transform-origin: center
}

.mobx-item-inner {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.mobx-img,
.mobx-panzoom .mobx-item {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mobx-dragging .mobx-item * {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mobx-error,
.mobx-html,
.mobx-iframe,
.mobx-img,
.mobx-video {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    max-width: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    will-change: opacity;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease
}

.mobx-media-loaded {
    opacity: 1;
    visibility: visible
}

.mobx-error,
.mobx-html-inner {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobx-error {
    width: 100%;
    height: auto;
    padding: 20px 60px
}

.mobx-html-inner {
    position: relative;
    display: inline-block;
    overflow: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    pointer-events: auto
}

.mobx-video {
    cursor: pointer;
    background: rgba(255, 255, 255, .1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.mobx-video.mobx-playing {
    background: 0 0;
    background-image: none!important
}

.mobx-video:after,
.mobx-video:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: -44px 0 0 -44px;
    border: 4px solid #fff;
    border-radius: 100%;
    background-size: 175px;
    background-position: 28px -414px;
    box-sizing: content-box
}

.mobx-video.mobx-loading:before {
    border-color: transparent
}

.mobx-video:after {
    opacity: 0;
    visibility: hidden;
    background-image: none;
    background-color: transparent;
    border-color: transparent transparent transparent #fff
}

.mobx-video.mobx-loading:after {
    opacity: 1;
    visibility: visible;
    -webkit-animation: mobx-load 1.1s infinite linear;
    animation: mobx-load 1.1s infinite linear
}

.mobx-video.mobx-playing:after,
.mobx-video.mobx-playing:before {
    opacity: 0
}

.mobx-video .mejs-video,
.mobx-video iframe,
.mobx-video video {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    opacity: 0;
    background: rgba(255, 255, 255, .065);
    pointer-events: none;
    -webkit-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out
}

.mobx-video iframe {
    background: 0 0
}

.mobx-video.mobx-playing .mejs-video,
.mobx-video.mobx-playing iframe,
.mobx-video.mobx-playing video {
    opacity: 1;
    pointer-events: auto
}

.mobx-fullscreen .mejs-fullscreen-button,
.mobx-fullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

.mobx-counter,
.mobx-timer {
    position: relative;
    display: inline-block
}

:-webkit-full-screen-ancestor:not(iframe) {
    will-change: auto!important
}

.mobx-counter {
    float: left;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    margin: 0 10px;
    letter-spacing: .6px
}

.mobx-rtl .mobx-counter {
    float: right
}

.mobx-timer {
    float: left;
    width: 24px;
    height: 24px;
    margin: 10px 0 10px 5px;
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.mobx-rtl .mobx-timer {
    float: right
}

.mobx-autoplay .mobx-timer {
    opacity: 1
}

.mobx-loader {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    outline: transparent solid 1px;
    border-radius: 50%;
    border-width: 3px;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: rgba(255, 255, 255, .2);
    border-left: 3px solid #fff;
    -webkit-animation: mobx-load 1.1s infinite linear;
    animation: mobx-load 1.1s infinite linear
}

@-webkit-keyframes mobx-load {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes mobx-load {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.mobx-share-tooltip {
    position: absolute;
    display: block;
    z-index: 2;
    width: 120px;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    will-change: transform;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: -webkit-transform .25s ease, opacity .25s ease, visibility .25s ease;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease
}

.mobx-share-tooltip:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -12px;
    right: 14px;
    border: 6px solid transparent;
    border-bottom-color: #f9fafb
}

.mobx-share-tooltip button:after,
.mobx-thumb-video:after,
.mobx-thumb:after {
    content: ""
}

.mobx-share-tooltip[data-position=left]:before {
    left: 14px;
    right: auto
}

.mobx-open-tooltip .mobx-share-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobx-share-tooltip span {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: #f9fafb;
    box-shadow: inset 0 -2px 8px rgba(0, 0, 0, .03)
}

.mobx-share-tooltip:after,
.mobx-ui button {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    box-shadow: none;
    border: none;
    outline: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-appearance: none;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.mobx-share-tooltip button:hover:after,
.mobx-ui button:hover {
    opacity: 1
}

.mobx-share-tooltip button:after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.mobx-share-tooltip button {
    float: left
}

.mobx-rtl .mobx-share-tooltip button {
    float: right
}

.mobx-top-bar button {
    float: right;
    margin: 0 0;
    opacity: 1;
    background-color: #de3361;
    border-radius: 100%;
}

.mobx-rtl .mobx-top-bar button {
    float: left
}

button.mobx-next,
button.mobx-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 44px;
    height: 32px;
    margin: 0 6px;
    opacity: .75;
    background-color: rgba(0, 0, 0, .4);
    will-change: transform;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out
}

button.mobx-next {
    left: auto;
    right: 0
}

.mobx-holder:not(.mobx-open) .mobx-prev,
.mobx-idle .mobx-prev,
.mobx-will-close .mobx-prev {
    -webkit-transform: translateX(-120%) translateY(-50%);
    transform: translateX(-120%) translateY(-50%)
}

.mobx-holder:not(.mobx-open) .mobx-next,
.mobx-idle .mobx-next,
.mobx-will-close .mobx-next {
    -webkit-transform: translateX(120%) translateY(-50%);
    transform: translateX(120%) translateY(-50%)
}

.mobx-holder[data-download=false] .mobx-download,
.mobx-holder[data-download=false] .mobx-download:hover,
.mobx-holder[data-zoom=false] .mobx-zoom,
.mobx-holder[data-zoom=false] .mobx-zoom:hover {
    opacity: .45;
    cursor: default
}

.mobx-prev {
    left: 0;
    background-position: 10px 4px
}

.mobx-next {
    right: 0;
    background-position: 10px -40px
}

.mobx-close {
    background-position: 12px -76px
}

.mobx-zoom {
    background-position: 12px -120px
}

.mobx-panzoom .mobx-zoom {
    background-position: 12px -164px
}

.mobx-play {
    background-position: 12px -208px
}

.mobx-autoplay .mobx-play {
    background-position: 12px -252px
}

.mobx-download {
    background-position: 12px -296px
}

.mobx-share {
    background-position: 12px -340px
}

.mobx-fullscreen {
    background-position: 12px -384px
}

.mobx-fullscreen .mobx-fullscreen {
    background-position: 12px -428px
}

.mobx-facebook {
    background-position: -32px -472px
}

.mobx-facebook:after {
    background-color: #3b5998;
    background-position: 12px -472px
}

.mobx-twitter {
    background-position: -32px -516px
}

.mobx-twitter:after {
    background-color: #1da1f2;
    background-position: 12px -516px
}

.mobx-googleplus {
    background-position: -32px -560px
}

.mobx-googleplus:after {
    background-color: #dd4b39;
    background-position: 12px -560px
}

.mobx-pinterest {
    background-position: -32px -604px
}

.mobx-pinterest:after {
    background-color: #bd081c;
    background-position: 12px -604px
}

.mobx-linkedin {
    background-position: -32px -648px
}

.mobx-linkedin:after {
    background-color: #0077b5;
    background-position: 12px -648px
}

.mobx-reddit {
    background-position: -32px -692px
}

.mobx-reddit:after {
    background-color: #ff4500;
    background-position: 12px -692px
}

.mobx-tumblr {
    background-position: -32px -736px
}

.mobx-tumblr:after {
    background-color: #35465c;
    background-position: 12px -736px
}

.mobx-blogger {
    background-position: -32px -780px
}

.mobx-blogger:after {
    background-color: #f57d00;
    background-position: 12px -780px
}

.mobx-buffer {
    background-position: -32px -824px
}

.mobx-buffer:after {
    background-color: #323b43;
    background-position: 12px -824px
}

.mobx-digg {
    background-position: -34px -868px
}

.mobx-digg:after {
    background-color: #005be2;
    background-position: 10px -868px
}

.mobx-stumbleupon {
    background-position: -32px -912px
}

.mobx-stumbleupon:after {
    background-color: #eb4924;
    background-position: 12px -912px
}

.mobx-evernote {
    background-position: -32px -956px
}

.mobx-evernote:after {
    background-color: #2dbe60;
    background-position: 12px -956px
}

.mobx-thumbs-holder,
.mobx-thumbs-inner {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 auto
}

.mobx-thumbs-holder {
    position: relative;
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mobx-thumb {
    position: absolute;
    margin: 0;
    will-change: left;
    background-color: #191919;
    outline: transparent solid 0;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.mobx-thumb:hover {
    background-color: #323232
}

.mobx-thumb:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .0001;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 2px solid #fff
}

.mobx-active-thumb:after {
    opacity: .9999
}

.mobx-thumb-bg {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    will-change: opacity, visibility;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease
}

.mobx-thumb-loaded {
    visibility: visible;
    opacity: .75
}

.mobx-active-thumb .mobx-thumb-loaded,
.mobx-thumb-bg:hover {
    opacity: 1
}

.mobx-dragging .mobx-thumbs-holder {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mobx-thumb-video:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px auto 0;
    background-position: 12px -208px
}


@media screen and (max-width:767px) {

    .mobx-desc {
        display: none;
    }

}

@media screen and (max-height:800px) {
    .mobx-video:after,
    .mobx-video:before {
        width: 60px;
        height: 60px;
        margin: -34px 0 0 -34px;
        background-size: 125px;
        background-position: 22px -294px
    }
}

@media screen and (max-height:360px) {
    .mobx-video:after,
    .mobx-video:before {
        width: 40px;
        height: 40px;
        margin: -24px 0 0 -24px;
        background-size: initial;
        background-position: 14px -208px;
        border-width: 3px
    }
}

@media screen and (max-width:400px) {
    .mobx-timer {
        margin: 10px 0
    }
    .mobx-top-bar button {
        margin: 2px 0
    }
}

@media screen and (max-width:360px) {
    .mobx-counter {
        margin: 0 6px 0 4px
    }
    .mobx-top-bar button {
        width: 34px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:380px),
only screen and (min--moz-device-pixel-ratio:2) and (max-width:380px),
only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:380px),
only screen and (min-device-pixel-ratio:2) and (max-width:380px) {
    .mobx-top-bar button {
        width: 40px
    }
}
/* End */


/* Start:/bitrix/templates/iris/assets/js/perfect-scrollbar/perfect-scrollbar.min.css?16347827871819*/
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}
/* End */


/* Start:/bitrix/templates/iris/assets/js/izimodal/iziModal.min.css?163478278785875*/
/*
* iziModal | v1.5.1
* http://izimodal.marcelodolce.com
* by Marcelo Dolce.
*/
.iziModal{display:none;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.3);transition:margin-top .3s ease,height .3s ease;transform:translateZ(0)}.iziModal *{-webkit-font-smoothing:antialiased}.iziModal::after{content:'';width:100%;height:0;opacity:0;position:absolute;left:0;bottom:0;z-index:1;background:-moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,.35)));background:-webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-o-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-ms-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.35) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );transition:height .3s ease-in-out,opacity .3s ease-in-out;pointer-events:none}.iziModal.hasShadow::after{height:30px;opacity:1}.iziModal .iziModal-progressbar{position:absolute;left:0;top:0;width:100%;z-index:1}.iziModal .iziModal-progressbar>div{height:2px;width:100%}.iziModal .iziModal-header{background:#88a0b9;padding:14px 18px 15px;box-shadow:inset 0 -10px 15px -12px rgba(0,0,0,.3),0 0 0 #555;overflow:hidden;position:relative;z-index:10}.iziModal .iziModal-header-icon{font-size:40px;color:rgba(255,255,255,.5);padding:0 15px 0 0;margin:0;float:left}.iziModal .iziModal-header-title{color:#fff;font-size:18px;font-weight:600;line-height:1.3}.iziModal .iziModal-header-subtitle{color:rgba(255,255,255,.6);font-size:12px;line-height:1.45}.iziModal .iziModal-header-subtitle,.iziModal .iziModal-header-title{display:block;margin:0;padding:0;font-family:'Lato',Arial;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.iziModal .iziModal-header-buttons{position:absolute;top:50%;right:10px;margin:-17px 0 0}.iziModal .iziModal-button{display:block;float:right;z-index:2;outline:0;height:34px;width:34px;border:0;padding:0;margin:0;opacity:.3;border-radius:50%;transition:transform .5s cubic-bezier(.16,.81,.32,1),opacity .5s ease;background-size:67%!important;-webkit-tap-highlight-color:transparent}.iziModal .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-button-close:hover{transform:rotate(180deg)}.iziModal .iziModal-button:hover{opacity:.8}.iziModal .iziModal-header.iziModal-noSubtitle{height:auto;padding:10px 15px 12px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{font-size:23px;padding-right:13px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{font-size:15px;margin:3px 0 0;font-weight:400}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons{right:6px;margin:-16px 0 0}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button{height:30px;width:30px}.iziModal-rtl{direction:rtl}.iziModal-rtl .iziModal-header{padding:14px 18px 15px 40px}.iziModal-rtl .iziModal-header-icon{float:right;padding:0 0 0 15px}.iziModal-rtl .iziModal-header-buttons{right:initial;left:10px}.iziModal-rtl .iziModal-button{float:left}.iziModal-rtl .iziModal-header-subtitle,.iziModal-rtl .iziModal-header-title{text-align:right;font-family:Tahoma,'Lato',Arial;font-weight:500}.iziModal-rtl .iziModal-header.iziModal-noSubtitle{padding:10px 15px 12px 40px}.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{padding:0 0 0 13px}.iziModal.iziModal-light .iziModal-header-icon{color:rgba(0,0,0,.5)}.iziModal.iziModal-light .iziModal-header-title{color:#000}.iziModal.iziModal-light .iziModal-header-subtitle{color:rgba(0,0,0,.6)}.iziModal.iziModal-light .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-loader{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:9}.iziModal .iziModal-content-loader{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%}.iziModal .iziModal-content:after,.iziModal .iziModal-content:before{content:'';display:table}.iziModal .iziModal-content:after{clear:both}.iziModal .iziModal-content{zoom:1;width:100%;-webkit-overflow-scrolling:touch}.iziModal .iziModal-wrap{width:100%;position:relative;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.iziModal .iziModal-iframe{border:0;margin:0 0 -6px;width:100%;transition:height .3s ease}.iziModal-overlay{display:block;position:fixed;top:0;left:0;height:100%;width:100%}.iziModal-navigate{position:fixed;left:0;right:0;top:0;bottom:0;pointer-events:none}.iziModal-navigate-caption{position:absolute;left:10px;top:10px;color:#fff;line-height:16px;font-size:9px;font-family:'Lato',Arial;letter-spacing:.1em;text-indent:0;text-align:center;width:70px;padding:5px 0;text-transform:uppercase;display:none}.iziModal-navigate-caption::after,.iziModal-navigate-caption::before{position:absolute;top:2px;width:20px;height:20px;text-align:center;line-height:14px;font-size:12px;content:'';background-size:100%!important}.iziModal-navigate-caption:before{left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal-navigate-caption:after{right:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal-navigate>button{position:fixed;bottom:0;top:0;border:0;height:100%;width:84px;background-size:100%!important;cursor:pointer;padding:0;opacity:.2;transition:opacity .3s ease;pointer-events:all;margin:0;outline:0}.iziModal-navigate>button:hover{opacity:1}.iziModal-navigate-prev{left:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal-navigate-next{right:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isAttachedTop .iziModal-header{border-top-left-radius:0;border-top-right-radius:0}.iziModal.isAttachedTop{margin-top:0!important;margin-bottom:auto!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.iziModal.isAttachedBottom{margin-top:auto!important;margin-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.iziModal.isFullscreen{max-width:100%!important;margin:0!important;height:100%!important}.iziModal.isAttached,.iziModal.isFullscreen{border-radius:0!important}.iziModal.hasScroll .iziModal-wrap{overflow-y:auto;overflow-x:hidden}html.iziModal-isAttached,html.iziModal-isOverflow{overflow:hidden}html.iziModal-isAttached body,html.iziModal-isOverflow body{overflow-y:scroll;position:relative}.iziModal ::-webkit-scrollbar{overflow:visible;height:7px;width:7px}.iziModal ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}.iziModal ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}.iziModal ::-webkit-scrollbar-button{height:0;width:0}.iziModal ::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 2px}.iziModal.transitionIn .iziModal-header{-webkit-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-header .iziModal-header-icon{-webkit-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-button{-webkit-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-iframe,.iziModal.transitionIn .iziModal-wrap{-webkit-animation:iziM-fadeIn 1.3s;-moz-animation:iziM-fadeIn 1.3s;animation:iziM-fadeIn 1.3s}.iziModal.transitionIn .iziModal-header{-webkit-animation-delay:0s;-moz-animation:0s;animation-delay:0s}.iziModal.transitionIn .iziModal-header .iziModal-header-icon,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation-delay:.4s;-moz-animation:.4s;animation-delay:.4s}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle{-webkit-animation-delay:.5s;-moz-animation:.5s;animation-delay:.5s}.iziModal.transitionOut .iziModal-header,.iziModal.transitionOut .iziModal-header *{transition:none!important}.iziModal .fadeOut,.iziModal-navigate.fadeOut,.iziModal-overlay.fadeOut,.iziModal.fadeOut{-webkit-animation:iziM-fadeOut .5s;-moz-animation:iziM-fadeOut .5s;animation:iziM-fadeOut .5s;animation-fill-mode:forwards}.iziModal .fadeIn,.iziModal-navigate.fadeIn,.iziModal-overlay.fadeIn,.iziModal.fadeIn{-webkit-animation:iziM-fadeIn .5s;-moz-animation:iziM-fadeIn .5s;animation:iziM-fadeIn .5s}.iziModal-overlay.comingIn,.iziModal.comingIn{-webkit-animation:iziM-comingIn .5s ease;-moz-animation:iziM-comingIn .5s ease;animation:iziM-comingIn .5s ease}.iziModal-overlay.comingOut,.iziModal.comingOut{-webkit-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);-moz-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation-fill-mode:forwards}.iziModal-overlay.bounceInDown,.iziModal.bounceInDown{-webkit-animation:iziM-bounceInDown .7s ease;animation:iziM-bounceInDown .7s ease}.iziModal-overlay.bounceOutDown,.iziModal.bounceOutDown{-webkit-animation:iziM-bounceOutDown .7s ease;animation:iziM-bounceOutDown .7s ease}.iziModal-overlay.bounceInUp,.iziModal.bounceInUp{-webkit-animation:iziM-bounceInUp .7s ease;animation:iziM-bounceInUp .7s ease}.iziModal-overlay.bounceOutUp,.iziModal.bounceOutUp{-webkit-animation:iziM-bounceOutUp .7s ease;animation:iziM-bounceOutUp .7s ease}.iziModal-overlay.fadeInDown,.iziModal.fadeInDown{-webkit-animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutDown,.iziModal.fadeOutDown{-webkit-animation:iziM-fadeOutDown .5s ease;animation:iziM-fadeOutDown .5s ease}.iziModal-overlay.fadeInUp,.iziModal.fadeInUp{-webkit-animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutUp,.iziModal.fadeOutUp{-webkit-animation:iziM-fadeOutUp .5s ease;animation:iziM-fadeOutUp .5s ease}.iziModal-overlay.fadeInLeft,.iziModal.fadeInLeft{-webkit-animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutLeft,.iziModal.fadeOutLeft{-webkit-animation:iziM-fadeOutLeft .5s ease;animation:iziM-fadeOutLeft .5s ease}.iziModal-overlay.fadeInRight,.iziModal.fadeInRight{-webkit-animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutRight,.iziModal.fadeOutRight{-webkit-animation:iziM-fadeOutRight .5s ease;animation:iziM-fadeOutRight .5s ease}.iziModal-overlay.flipInX,.iziModal.flipInX{-webkit-animation:iziM-flipInX .7s ease;animation:iziM-flipInX .7s ease}.iziModal-overlay.flipOutX,.iziModal.flipOutX{-webkit-animation:iziM-flipOutX .7s ease;animation:iziM-flipOutX .7s ease}@-webkit-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-moz-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-webkit-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@-moz-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@-webkit-keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziM-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes iziM-slideIn{0%{opacity:0;-moz-transform:translateX(50px)}to{opacity:1;-moz-transform:translateX(0)}}@keyframes iziM-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes iziM-slideDown{0%{opacity:0;-webkit-transform:scale(1,0) translateY(-40px);-webkit-transform-origin:center top}}@-moz-keyframes iziM-slideDown{0%{opacity:0;-moz-transform:scale(1,0) translateY(-40px);-moz-transform-origin:center top}}@keyframes iziM-slideDown{0%{opacity:0;transform:scale(1,0) translateY(-40px);transform-origin:center top}}@-webkit-keyframes iziM-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}}@-moz-keyframes iziM-revealIn{0%{opacity:0;-moz-transform:scale3d(.3,.3,1)}}@keyframes iziM-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}}@-webkit-keyframes iziM-bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes iziM-bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@-webkit-keyframes iziM-bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes iziM-bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}}@-webkit-keyframes iziM-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@keyframes iziM-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@-webkit-keyframes iziM-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@keyframes iziM-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@-webkit-keyframes iziM-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes iziM-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziM-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes iziM-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziM-flipInX{0%{-webkit-transform:perspective(400px) rotateX(60deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}to{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes iziM-flipInX{0%{transform:perspective(400px) rotateX(60deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes iziM-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}@keyframes iziM-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}
/* End */


/* Start:/bitrix/templates/iris/assets/css/animations.css?16347827861960*/
/* Анимации НАЧАЛО */

/* ~ ~ ~ */

@-webkit-keyframes spin { 
    from { 
        -webkit-transform: rotate(0deg); 
                transform: rotate(0deg); 
    } to { 
        -webkit-transform: rotate(360deg); 
                transform: rotate(360deg); 
        }
}

@keyframes spin { 
    from { 
        -webkit-transform: rotate(0deg); 
                transform: rotate(0deg); 
    }
    to { 
        -webkit-transform: rotate(360deg); 
                transform: rotate(360deg); 
        }
}

/* ~ ~ ~ */

@-webkit-keyframes end-block-pulse {
    from { 
        opacity: 1;
        -webkit-transform: scale3d(.9,.9,.9);
                transform: scale3d(.9,.9,.9); 
    }
    to { 
        opacity: 0;
        -webkit-transform: scale3d(1.3,1.3,1.3);
                transform: scale3d(1.3,1.3,1.3);
    }
}
@keyframes end-block-pulse {
    from { 
        opacity: 1;
        -webkit-transform: scale3d(.9,.9,.9);
                transform: scale3d(.9,.9,.9); 
    }
    to { 
        opacity: 0;
        -webkit-transform: scale3d(1.3,1.3,1.3);
                transform: scale3d(1.3,1.3,1.3);
    }
}

/* ~ ~ ~ */

@-webkit-keyframes buy-btn-glare {
    from { 
        -webkit-transform: skew(-10deg,0deg) translateX(0); 
                transform: skew(-10deg,0deg) translateX(0);
    }
    to { 
        -webkit-transform: skew(-10deg,0deg) translateX(400px); 
                transform: skew(-10deg,0deg) translateX(400px);
    }
}

@keyframes buy-btn-glare {
    0% { 
        -webkit-transform: skew(-10deg,0deg) translateX(0); 
                transform: skew(-10deg,0deg) translateX(0);
    }
    30% { 
        -webkit-transform: skew(-10deg,0deg) translateX(400px); 
                transform: skew(-10deg,0deg) translateX(400px);
    }
    100% { 
        -webkit-transform: skew(-10deg,0deg) translateX(400px); 
                transform: skew(-10deg,0deg) translateX(400px);
    }
}

/* Анимации КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__footer.css?16347827861469*/
@media (max-width: 1299px) {

}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {

}

@media (max-width: 767px) {

	.footer__itself {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}

	.row--iris.footer__itself > .col.logo {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		        flex: 0 0 100%;
		padding: 0 15px 0 15px;
		margin: 0 0 5px 0;
		        order: 3;
		display: flex;
		        flex-flow: column;
		max-width: 100%;
	}

	.row--iris.footer__itself > .col.logo .logo a {
		text-align: center;
	}

	.row--iris.footer__itself > .col.logo .logo a > img {
		max-width: 280px;
		margin-left: -1.75%;
	}

	.row--iris.footer__itself > .col.logo ul.contacts-2 .callback {
		padding: 8px 15px 8px 15px;
		display: inline-block;
	}

	.row--iris.footer__itself > .col.logo .social {
		margin: 0 0 0 0;
		order: 3;
	}

	.row--iris.footer__itself > .col.menu {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 30px;
		max-width: 100%;
	}

	.row--iris.footer__itself > .col.menu ul li {
		margin: 0 0 7px 0;
		display: inline-block;
		margin: 0 5px 10px 5px;
	}

	.row--iris.footer__itself > .col.image {
		display: none;
	}

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__cart.css?16347827863747*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {

	#basket-item-list {
		padding: 0;
		background: #fff;
	}

	#basket-item-table {
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 0;
		        border-radius: 0;
	}

	#basket-item-table .basket-items-list-item-container .basket-items-list-item-descriptions-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		padding: 45px 15px 30px 15px;
	}
	
	#basket-item-table .basket-items-list-item-descriptions-inner .cart-item__info {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-bottom: 15px;
    	-webkit-box-orient: horizontal;
    	-webkit-box-direction: normal;
    	-webkit-flex-flow: row wrap;
    	    -ms-flex-flow: row wrap;
    	        flex-flow: row wrap;
	}

	#basket-item-table .cart-item__info .cart-item__image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100px;
		    -ms-flex: 0 0 100px;
		        flex: 0 0 100px;
	}

	#basket-item-table .cart-item__info .cart-item__name {
		padding: 0 15px 0 15px;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1;
		    -ms-flex: 1 1;
		        flex: 1 1;
	}

	#basket-item-table .cart-item__info .cart-item__delete {
		padding-right: 0;
	}

	#basket-item-table .basket-items-list-item-descriptions-inner .cart-item__configurations {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 0;
	}

	#basket-item-table .basket-items-list-item-descriptions-inner .cart-item__amount {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 0 20px 0 0;
	}

	#basket-item-table .basket-items-list-item-descriptions-inner .cart-item__amount .basket-items-list-item-amount {
		max-width: 150px;
	}

	#basket-item-table .basket-items-list-item-descriptions-inner .cart-item__subtotal {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		text-align: center;
		padding-top: 30px;
	}

	#basket-item-table .basket-items-list-item-descriptions-inner .cart-item__subtotal .basket-item-block-price span {
		color: #de3361;
		border-bottom: 1px dashed #de3361;
	}

	#basket-item-table .basket-items-list-item-container:first-child .cart-item__info:before,
	#basket-item-table .basket-items-list-item-container:first-child .cart-item__configurations:before,
	#basket-item-table .basket-items-list-item-container:first-child .cart-item__amount:before {
		display: none;
	}

	#basket-item-table .basket-items-list-item-container:first-child .cart-item__subtotal:before,
	#basket-item-table .basket-items-list-item-container .cart-item__subtotal:before {
		content: "Сумма за товар:";
    	font-weight: 700;
		position: relative;
		top: unset;
		left: unset;
		display: block;
		margin: 0 0 5px 0;
	}

	/* Дропдауны */
	#basket-item-table .config-select__current li.basket-item-scu-item {
		height: 60px;
		padding: 0 50px 0 70px!important;
		font-size: 14px;
	}

	#basket-item-table .config-select__current li.basket-item-scu-item img {
		width: 59px;
	}

	#basket-item-table .config-select__dropdown li {
		height: 60px;
		padding: 0 50px 0 70px!important;
		font-size: 14px;
	}

	#basket-item-table .config-select__dropdown li img {
    	width: 59px;
	}

	script#basket-total-template + p {
		padding: 70px 15px 65px 15px;
	}

}


@media (max-width: 767px) {



}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__mpm--first-block.css?1634782786908*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {

	#main-slider {
		border-bottom: 1px solid #eee;
	}

}

@media (max-width: 767px) {

	.mp-module__first-block {
		padding: 0 0 20px 0;
		min-height: unset;
	}

	.mp-module__first-block .col__first {
		width: 100%;
	}

	.mp-module__first-block .col__second {
		width: 100%;
		margin: 0;
		padding: 20px 15px 0 15px;
	}

	.mp-module__first-block .col__third {
		width: 100%;
	    padding: 20px 15px 0 15px;
	}

	.mp-module__first-block .col__third > .holder .top-block {
		display: none;
		height: unset;
		padding: 10px 0;
	}

	.top-block .widget__news .widget__name {
		margin: 0 0 10px 0;
		padding: 0 10px;
	}

	.mp-module__first-block .col__third > .holder .bottom-block {
		height: unset;
	}
}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__mpm--product-sliders.css?16347827861981*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {
	
}

@media (max-width: 767px) {


	/* Слайдеры с товарами на главной */

	.mp-module__product-slider .category-name {
		padding: 25px 0 10px 0;
	}

	.mp-module__product-slider .category-link {
		padding: 0;
	    text-align: center;
	}

	.mp-module__product-slider .category-link > a {
		display: block;
	    padding: 0 15px;
	}

	.mp-module__product-slider .slider .swiper-container__product {
	    overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	    -webkit-overflow-scrolling: touch;
	}

	.mp-module__product-slider .slider .swiper-wrapper {
		padding: 10px 0 10px 0;
	}

	.mp-module__product-slider .slider {
	    padding: 0 0;
	}

	.mp-module__product-slider .slider:after {
		display: inline-block;
	}

	.mp-module__product-slider .slider .swiper-navigation {
		display: none;
	}

	.mp-module__product-slider .slider .swiper-slide {
	    width: 220px;
	    margin: 0 20px 0 0;
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 220px;
	        -ms-flex: 0 0 220px;
	            flex: 0 0 220px;
	    -webkit-box-sizing: content-box;
	            box-sizing: content-box;
	}
	
	.mp-module__product-slider .slider .swiper-slide:first-child {
	    margin-left: 20px;
	}

	.mp-module__product-slider .slider .swiper-slide:last-child {
	    padding-right: 20px;
	}

    .mp-module__product-slider .slider figure.product-item {
    	margin: 0 0 0 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

    .mp-module__product-slider .slider figure.product-item:hover {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	.mp-module__product-slider .slider figure.product-item.category-end-link p {
		width: 150px;
		height: 150px;
		font-size: 15px;
		line-height: 21px;
	}

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__catalog.css?16347827863300*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {
	
}

@media (max-width: 767px) {

	.pt-catalog__breadcrumbs .bx-breadcrumb {
		text-align: center;
		padding: 9px 15px 9px 15px;
	}

	.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item {
		display: none;
		float: none;
		margin: 0;
	}

	.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:after {
		display: none;
	}

	.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) {
		display: inline-block;
	}
	
	.pt-catalog__breadcrumbs .bx-breadcrumb-item a {
		margin: 0;
		width: 100%;
		text-align: center;
		line-height: 20px;
	}

	.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) a:before {
		content: "← Вернуться на страницу:";
		font-size: 14px;
		letter-spacing: 0.5px;
		display: block;
	}

	.pt-catalog__breadcrumbs .bx-breadcrumb-item a > span {
		font-size: 14px;
	}

	.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) span:before {
		content: "«";
	}

	.pt-catalog__breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) span:after {
		content: "»";
	}

	/* Корневой каталог */
	.catalog_home .current-category__sub {
		display: block!important;
	}

	.catalog_home .current-category__sub > li {
		margin: 0 5px 25px 5px!important;
	}

	/* Каталог */
	.catalog-grid .row--iris {
		padding: 10px 5px 10px 5px;
	}

	.catalog-grid figure.product-item {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		margin: 0 5px 10px 5px;
	}

	product-item .product-item__badges .badge {
    	width: 40px;
	}

	.product-item .product-item__image > img {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.product-item .product-item__name .product-item__code {
		font-size: 12px;
	}

	.product-item .product-item__name .product-item__title {
		font-size: 14px;
	}

	.product-item .product-item__value .product-item__quantity {
		font-size: 14px;
	}

	.product-item .product-item__value .product-item__price {
		font-size: 14px;
		font-weight: 700;
	}
	
	.product-item .product-item__one-click {
		padding: 0 60px 0 0;
	}

	.product-item .product-item__one-click .one-click-btn {
		padding: 15px 0 15px 10px;
		margin: 0;
		text-align: left;
		width: 100%;
	}

	.product-item .product-item__one-click .one-click-btn:hover {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	
	.product-item .product-item__one-click button.one-click-btn span em {
		display: none;
	}

	.product-item .product-item__buy-button {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.product-item .product-item__buy-button .buy-btn {
		width: 46px;
    	height: 46px;
	}

	.product-item .product-item__buy-button .buy-btn .bag-icon {
		margin: -1px 0 0 -1px;
		left: 9px;
		width: 29px;
		height: 28px;
		background: url(/bitrix/templates/iris/assets/img/bag-full.svg) no-repeat center center;
		-webkit-background-size: contain;
		        background-size: contain;
	}

	.product-item .product-item__buy-button .buy-btn span {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__product-page.css?16347827864002*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {
	
}

@media (max-width: 767px) {

	.breadcrumbs__product-page .bx-breadcrumb {
		padding: 9px 15px 9px 15px;
		margin: 0;
		border-bottom: 1px solid #ddd;
		background: #f2f2f2;
	}

	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item,
	.breadcrumbs__product-page .bx-breadcrumb i,
	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2):after {
		display: none;
	}

	/* Предпоследний элемент крошек */
	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2),
	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) a {
		display: block;
		margin: 0;
		width: 100%;
		text-align: center;
		line-height: 20px;
	}

	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) a:before {
		content: "← Вернуться в категорию:";
		display: block;
		font-size: 14px;
		letter-spacing: .5px;
	}

	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) span {
		font-size: 14px;
		letter-spacing: .5px;
		border-bottom: 1px solid rgba(222, 51, 97, 0.25);
		color: #de3361;
	}

	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) span:before {
		content: "«";
	}

	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2) span:after {
		content: "»";
	}

	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item {
		line-height: 24px;
	}

	.breadcrumbs__product-page .bx-breadcrumb .bx-breadcrumb-item:not(:last-child):after {
		top: 8px;
		right: -12px;
	}

	.area__product-content {
		padding: 0 0;
		display: block;
	}

	.area__product-content .col__image {
		width: 100%;
		margin-bottom: 20px;
	}

	.col__image .product__image-holder {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}

	.col__image .product__image-holder .product-image {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	.area__product-content .col__options {
		width: 100%;
		display: block;
		-webkit-border-radius: 0;
		        border-radius: 0;
		border-left: none;
		border-right: none;
	}

	.col__options .product__options-col {
		width: 100%;
		border-right: none;
	}

	.product__configuration .quantity__wrap {
		display: block;
	}
	
	.product__configuration .quantity__itself {
		width: 150px;
	}
	
	.product__configuration .quantity__note {
		margin: 15px 0 0 0;
		text-align: left;
	}

	.col__options .product__checkout-col {
		width: 100%;
	}

	.product__checkout-col .product__subtotal {
		padding: 20px 15px 20px 15px;
		border-top: 1px solid #ffe0e6;
	}
	
	.product__checkout-col .product__buy-buttons {
		padding: 0 0 30px 0;
	}

	.area__tabs {
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
		display: block;
		position: relative;
	}

	.area__tabs:before {
		content: "";
		width: 30px;
		height: 47px;
		position: absolute;
		top: 0;
		right: 0;
		background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
		background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
		background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
		z-index: 100;
	}

	.area__tabs .product-tabs__buttons {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		display: block;
		white-space: nowrap;
		padding: 0 10px 0 10px;
		position: relative;
	}

	.area__tabs .product-tabs__buttons .tab__link {
		margin: 0 8px;
	}

	.area__tabs .product-tabs__content .tab__content {
		-webkit-border-radius: 0;
		        border-radius: 0;
	}

	.area__tabs .product-tabs__content .tab__content:after {
		display: none;
	}

	.area__tabs .product-tabs__content .tab__content .tab__inner {
		max-height: 420px;
	}

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__news-grid.css?16347827861087*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
    
}

@media (max-width: 1023px) {

	.news-grid-page {
		display: -webkit-box;
		padding: 0 0;
	}

	.news-grid-page .col__news-grid article.news-item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin: 0 0 10px 0;
	}

	.news-grid-page .col__news-grid .news-item > a {
		min-height: 200px;
	}

	.news-grid-page .col__news-grid .news-item .name {
		font-size: 16px;
	}

	.news-grid-page .col__news-grid {
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.news-grid-page .col__widgets {
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 20px 0 0 0;
	}

}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {
    
}

@media (max-width: 767px) {

	.news-grid-page {
		display: block;
	}

	.news-grid-page .col__widgets:before {
		display: none;
	}

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__news-page.css?16347827861908*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
    
}

@media (max-width: 1023px) {
    .page-news-detail {
        padding: 0;
    }
}

@media (min-width: 768px)
and (max-width: 1023px) {


}

@media (max-width: 768px) {

}

@media (max-width: 767px) {

    #news-false-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        min-height: 250px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 0 20px 0;
    }

	#news-false-header .news-false-header__background {
		-webkit-filter: none;
		filter: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 15px 0;
	}

    #news-false-header #news-false-header__title {
        padding: 0;
    }

    #news-false-header #news-false-header__bread {
        margin-top: 0;
    }

    #news-false-header__bread .bx-breadcrumb {
        margin-bottom: 0;
    }

    .row__news-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
    }

    .row__news-content .col__image {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 10px 0;
        display: none;
    }

    .row__news-content .col__text {
        width: 100%;
        padding: 0 15px;
        text-align: justify;
    }
	
	.row__news-content .col__text .news-text {
		padding: 0;
	}

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive__search-page.css?1634782786681*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px)
and (max-width: 1299px) {
	
}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {

}

@media (max-width: 768px) {
	
}

@media (max-width: 767px) {

	.search-page .search-result {
	    margin: 0 -5px 0 -5px;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-flow: column wrap;
	        -ms-flex-flow: column wrap;
	            flex-flow: column wrap;
	}

	.search-page .search-result .search-item {
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	    margin: 0 5px 15px 5px;
	}
	
}
/* End */


/* Start:/bitrix/templates/iris/assets/css/header/header-mobile/header-mobile.css?16347827866568*/
/* Мобильная панель НАЧАЛО */

#header--mobile {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

#header--mobile .top-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    background: #fff;
}

#header--mobile .top-panel .col__logo {
    height: 50px;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding: 5px 5px 5px 5px;
}

#header--mobile .top-panel .col__logo > a {
    display: block;
    height: 100%;
    background: url(/bitrix/templates/iris/assets/img/logo-iris.svg) no-repeat left center;
    -webkit-background-size: contain;
            background-size: contain;
}

    /**/
#header--mobile .top-panel .col__search {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff;
}

#header--mobile .top-panel .col__search:hover {
    background: #de3361;
}

#header--mobile .top-panel .col__search > a {
    display: block;
    height: 100%;
    width: 100%;
}

#header--mobile .top-panel .col__search > a svg {

}

#header--mobile .top-panel .col__search:hover > a svg path {
    fill: #fff;
}

    /**/
#header--mobile .top-panel .col__phone {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: url(/bitrix/templates/iris/assets/img/phone.svg) no-repeat center center;
    -webkit-background-size: 27px 27px;
            background-size: 27px;
}

#header--mobile .top-panel .col__phone.is--active {
    background: #de3361;
}

#header--mobile .top-panel .col__phone .phone-toggle {
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
}

#header--mobile .top-panel .col__phone .phone-toggle span {
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 12px;
    width: 26px;
    height: 2px;
    background: transparent;
    opacity: 0
}

#header--mobile .top-panel .col__phone.is--active .phone-toggle span {
    opacity: 1;
}

#header--mobile .top-panel .col__phone .phone-toggle span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
}

#header--mobile .top-panel .col__phone .phone-toggle span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
}

#header--mobile .top-panel .col__phone .content-holder {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    visibility: hidden;
    background: #fff;
    padding: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

body.mm-phone-is-active #header--mobile .col__phone .content-holder {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

#header--mobile .top-panel .col__phone .content-holder a.callback {
    line-height: 26px;
    font-size: 14px;
    max-width: 280px;
    margin: 10px auto 0 auto;
}

body.mm-phone-is-active .shadow-m {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

    /**/
#header--mobile .top-panel .col__cart {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff;
}

#header--mobile .top-panel .col__cart:hover {
    background: #de3361;
}

#header--mobile .top-panel .col__cart a {
    display: block;
    width: 100%;
    height: 100%;
}

#header--mobile .top-panel .col__cart > a svg {
    -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
            transform: scale(.95);
}

#header--mobile .top-panel .col__cart:hover  > a svg g {
    fill: #fff;
    stroke: #fff;
}

    /**/
#header--mobile .top-panel .col__menu {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    background: transparent;
}

#header--mobile .top-panel .col__menu.is--active {
    background: #de3361;
}

#header--mobile .top-panel .col__menu .menu-toggle {
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
}

#header--mobile .top-panel .col__menu .menu-toggle span {
    position: absolute;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 12px;
    width: 26px;
    height: 2px;
    background: #de3361;
}

#header--mobile .top-panel .col__menu.is--active .menu-toggle span {
    background: transparent;
}

#header--mobile .top-panel .col__menu .menu-toggle span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #de3361;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

#header--mobile .top-panel .col__menu.is--active .menu-toggle span:before {
    background: #fff;
    top: 0;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
}

#header--mobile .top-panel .col__menu .menu-toggle span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #de3361;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}

#header--mobile .top-panel .col__menu.is--active .menu-toggle span:after {
    background: #fff;
    top: 0;
    -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotateZ(-45deg);
}

/* Мобильная панель КОНЕЦ */
/* End */


/* Start:/bitrix/templates/iris/assets/css/header/header-mobile/header-mobile__menu.css?16347827869148*/
.new-mobile-menu {
  padding: 0 10px;
}

.new-mobile-menu__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.new-mobile-menu__item {
  flex: 0 0;
  flex-basis: 100%;
  list-style: none;
  margin-top: 10px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new-mobile-menu__item-link {
  position: relative;
  display: flex;
  align-items: center;
  color: inherit;
  background-color: #F2F2F2;
  border-radius: 10px;
  min-height: 50px;
  padding: 10px 65px 10px 10px;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  transition: background-color .2s, transform .2s;
}

.new-mobile-menu__item-name {
  width: 100%;
  position: relative;
  z-index: 2;
}

.new-mobile-menu__item-name span {
  background: rgba(242, 242, 242, 0.75);
  box-shadow: 0 -2px 0 0 rgba(242, 242, 242, 0.75), 0 2px 0 0 rgba(242, 242, 242, 0.75), -5px 0 0 0 rgba(242, 242, 242, 0.75), 5px 0 0 0 rgba(242, 242, 242, 0.75);
  border-radius: 4px;
  transition: background-color .2s, box-shadow .2s;
}

.new-mobile-menu__item-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 60px;
  line-height: 50px;
	display: none;
}

.new-mobile-menu__item-image img {
  display: inline-block;
  vertical-align: bottom;
  transform: translateX(50%) scaleX(.75);
  opacity: 0;
  transition: opacity .3s ease-in-out, transform .5s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.mobile-menu--is-active .new-mobile-menu__item-image img {
  transform: none;
  opacity: 1;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(1) .new-mobile-menu__item-image img {
  transition-delay: .2s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(2) .new-mobile-menu__item-image img {
  transition-delay: .25s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(3) .new-mobile-menu__item-image img {
  transition-delay: .35s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(4) .new-mobile-menu__item-image img {
  transition-delay: .4s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(5) .new-mobile-menu__item-image img {
  transition-delay: .45s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(6) .new-mobile-menu__item-image img {
  transition-delay: .5s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(7) .new-mobile-menu__item-image img {
  transition-delay: .55s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(8) .new-mobile-menu__item-image img {
  transition-delay: .6s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(9) .new-mobile-menu__item-image img {
  transition-delay: .65s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(10) .new-mobile-menu__item-image img {
  transition-delay: .7s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(11) .new-mobile-menu__item-image img {
  transition-delay: .75s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(12) .new-mobile-menu__item-image img {
  transition-delay: .8s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(13) .new-mobile-menu__item-image img {
  transition-delay: .85s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(14) .new-mobile-menu__item-image img {
  transition-delay: .9s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(15) .new-mobile-menu__item-image img {
  transition-delay: 95s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(16) .new-mobile-menu__item-image img {
  transition-delay: 1s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(17) .new-mobile-menu__item-image img {
  transition-delay: 1.05s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(18) .new-mobile-menu__item-image img {
  transition-delay: 1.1s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(19) .new-mobile-menu__item-image img {
  transition-delay: 1.15s;
}

.mobile-menu--is-active .new-mobile-menu__item:nth-child(20) .new-mobile-menu__item-image img {
  transition-delay: 1.2s;
}

/**/
.new-mobile-menu__item-link:hover:active {
  background-color: #ddd;
  transform: scale(.95);
}

.new-mobile-menu__item-link:hover:active span {
  background: rgba(221, 221, 221, 0.75);
  box-shadow: 0 -2px 0 0 rgba(221, 221, 221, 0.75), 0 2px 0 0 rgba(221, 221, 221, 0.75), -5px 0 0 0 rgba(221, 221, 221, 0.75), 5px 0 0 0 rgba(221, 221, 221, 0.75);
}

/**/
.new-mobile-menu__item--common {
  flex-basis: calc(50% - 5px);
}

.new-mobile-menu__item--common .new-mobile-menu__item-link {
  text-align: center;
  padding: 10px 10px 10px 10px;
}

.new-mobile-menu__item--common .new-mobile-menu__item-link:hover:active {
  background-color: #ddd;
  transform: scale(.9);
}

.new-mobile-menu__item--common .new-mobile-menu__item-image {
  bottom: -12.5px;
  right: unset;
  left: -12.5px;
}

.new-mobile-menu__item--common .new-mobile-menu__item-image img {
  transform: translateY(50%) scaleX(.75);
}

.mobile-menu--is-active .new-mobile-menu__item--common .new-mobile-menu__item-image img {
  transform: none;
  opacity: 1;
}
















/* Мобильное меню НАЧАЛО */

body.mobile-menu--is-active {
    overflow: hidden;
}

#mobile-menu {
    width: 270px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: -1px;
    z-index: 1350;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
    will-change: transform;
    overflow-x: hidden;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

body.mobile-menu--is-active #mobile-menu {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

body.mobile-menu--is-active .shadow-m {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    visibility: visible;
}

    /* Скрываем панель тенью */
body.mobile-menu--is-active #header--mobile {
    z-index: 1090;
}

.mm__tabs-button {
	width: calc(100% - 20px);
	display: flex;
	height: 44px;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	z-index: 10;
	margin: 10px 10px 5px 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background: #fff;
}

.mm__tabs-button .mm__tab-toggle {
    width: 50%;
    height: 100%;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
	z-index: 1;
	font-size: 12px;
    font-weight: 700;
	transition: background .3s ease-out, color .3s ease-out;
}

.mm__tabs-button .mm__tab-toggle span {
    position: relative;
    display: inline-block;
    margin: 2px 0 0 0;
}

.mm__tabs-button .mm__tab-toggle span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffb0c5;
    transition: transform .4s ease-out;
    transform: scaleX(0);
}

.mm__tabs-button .mm__tab-toggle span:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #ffb0c5;
	background: transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -9px;
    border-radius: 100%;
	transform: scale(0);
	transition: transform .2s 0s ease-out;
}

.mm__tab-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #de3461;
    z-index: 0;
    border-radius: 10px 0 0 10px;
    transition: border-radius .2s, transform .2s;
}

.mm__tab-bg:before {
    content: '';
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #de3461;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: calc(50% - 11px);
}

.mm__tabs-button .mm__tab-toggle:nth-child(2).is--active ~ .mm__tab-bg {
    transform: translateX(100%);
    border-radius: 0 10px 10px 0;
}

/**/

.mm__tabs-button .mm__tab-toggle.is--active {
    color: #fff;
}

.mm__tabs-button .mm__tab-toggle.is--active span:before,
.mm__tabs-button .mm__tab-toggle.is--active span:after {
    transform: none;
}

  /* Содержание табов */

.mm__tabs-content {
}

.mm__tabs-content .mm__tab-inner-content {
    display: none;
}

.mm__area-separator {
    background-image: url(/bitrix/templates/iris/assets/img/sliders/slider--wave-line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    height: 10px;
    position: relative;
    background-color: #f2f2f2;
	margin-top: 15px;
	margin-bottom: 5px;
}


.mm__info-area {
    padding: 0 10px;
    margin: 30px 0 50px 0;
	font-size: 15px;
}

.mm__info-area .contacts-2 {
    margin-bottom: 10px;
}

.mm__info-area .trigger.callback,
.mm__info-area .contacts-1 .c-100 {
    display: none;
}
/* End */


/* Start:/bitrix/templates/iris/assets/css/responsive/responsive.css?1634782786900*/
@media (max-width: 1299px) {


}

@media (min-width: 1024px) {

	#header--mobile,
	#mobile-menu {
		display: none;
	}

}

@media (min-width: 1024px)
and (max-width: 1299px) {

}

@media (max-width: 1023px) {
	
}

@media (min-width: 768px)
and (max-width: 1023px) {
	.header--top-menu,
	.header__content,
	.header--main-menu {
		display: none!important;
	}

	#header--mobile {
		display: block;
	}

	.wrap--all {
		padding-top: 50px;
	}
}

@media (max-width: 768px) {
	.header--top-menu,
	.header__content,
	.header--main-menu {
		display: none!important;
	}

	#header--mobile {
		display: block;
	}

	.wrap--all {
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
		
	h1.standard-header {
		font-size: 20px;
		line-height: 35px;
		padding: 15px 15px 35px 15px;
	}
	.header__mainpage {
		text-align: center;
		padding-bottom: 15px;
		display: block !important;
		font-size: 18px !important;
	}

}
/* End */


/* Start:/bitrix/templates/iris/assets/css/quick-fixes.css?16613629808145*/
/* Мелочёвка и быстрые правки НАЧАЛО */

/* Скрытие из меню ненужных разделов */
#bx_4145281613_5607,
#bx_2148846299_5607,
.row--iris.slider-of-category-id__223 .subcategory a:last-of-type {
	display: none!important;
}


/* Правка пунктов ягодных и VIP-тортов для меню */
.main-menu__vip .menu--main__submenu-wrap,
.main-menu__berries .menu--main__submenu-wrap {
    min-height: unset!important;
}

.main-menu__vip .menu--main__submenu-wrap .left-col,
.main-menu__berries .menu--main__submenu-wrap .left-col {
    width: 100%!important;
}

.main-menu__vip .menu--main__submenu-wrap .right-col,
.main-menu__berries .menu--main__submenu-wrap .right-col {
    display: none!important;
}

/* Мелочёвка и быстрые правки КОНЕЦ */


.contacts__msk > span, .contacts__region > span {
     line-height: 30px;
}
.contacts__region{
    width: 50%;
}

#header--mobile .ga_promo{
	font-size: 15px;
	right: auto;
	left: 0px;
	bottom:0px;
	padding: 15px;
	left: 0px;
	line-height: 15px;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: auto;
}

.header--top-menu .ga_promo {
	display: none !important;
}

@media screen and (max-width: 1280px) {
.contacts__region{
    width: 100%;
   }

}

.tfl__link:hover, .tfl__link {
    color: black;
}

.bx_element input[type="radio"]:checked + label .bx_logotype, .bx_element label.selected .bx_logotype {
    border: 2px solid #ff3465 !important;
}
.bx_order_make .bx_logotype .bx_logotype:hover{
    box-shadow: 0 0 3px 0 #eee;
    border: 1px solid #eee;
}

/**/
.bx_order_make .bx_logotype {
    box-shadow: 0 0 3px 0 #ddd;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.bx_order_make .bx_logotype.active, .bx_order_make .bx_logotype:hover {
    box-shadow: 0 0 0 1px rgba(222, 51, 97, 0.5)!important;
    border: 1px solid rgba(222, 51, 97, 0.5)!important;
    padding: 2px;
}

.bx_element input[type="radio"]:checked + label .bx_logotype,
.bx_element label.selected .bx_logotype {
    border: 2px solid #de3361 !important;
    box-shadow: 0 0 0 0;
    border-radius: 4px;
}

#order_form_div label {
    cursor: pointer;
}

/* скрытие поля выбора города на странице оформления */
#ORDER_FORM [data-property-id-row="6"] {
    display: none;
}

#ORDER_FORM .bx_section h4 .slide {
    display: none;
}

.bxmaker__geoip__city__line * {
    font-size: 17px !important;
    font-weight: bold !important;
}
.visually-hidden {
position: absolute !important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding:0 !important;
border:0 !important;
height: 1px !important; 
width: 1px !important; 
overflow: hidden !important;
pointer-events: none !important;
opacity: 0 !important!
}
/* Убрать развертывание меню .menu--main__submenu-wrap 
.invisible {
    display: none !important;
}
*/

.invisible {
    display: block;
}
#menu--main ul .menu--main__item > a > span:after {
    display: none !important;
}
/* Убрать развертывание в мобильном меню  */
/* .sub-wrap {
    display: none !important;
} */

.header__mainpage {
	margin-bottom: -5px;
	padding-left: 20px;
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	font-family: Gotham Pro;
}


.bx-404-container{
padding-top: 30px;	
}
.location__form {
    display: none;
}
.s_ul {
    display: none;
}
.y_container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.y_video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bx_element input[type="radio"]:checked + label .bx_logotype, .bx_element label.selected .bx_logotype {
    border: 5px solid #de3361 !important;
}

#bxmaker__geoip__message__idTKL2vo {
margin: 5px;
-webkit-margin: 5px;
}

/* demo контейнер */
.demo {
    max-width: 1024px;
    padding: 0 20px;
    margin: 5% 10%;
}
/* скрываем чекбоксы и блоки с содержанием */
.hide,
.hide + label ~ div {
    display: none;
}
/* вид текста label */
.hide + label {
    margin: 0;
    padding: 0;
    color: green;
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.hide:checked + label {
    color: red;
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
    background: #efefef;
    -moz-box-shadow: inset 3px 3px 10px #7d8e8f;
    -webkit-box-shadow: inset 3px 3px 10px #7d8e8f;
    box-shadow: inset 3px 3px 10px #7d8e8f;
    margin-left: 20px;
    padding: 10px;
    /* чуточку анимации при появлении */
     -webkit-animation:fade ease-in 0.5s; 
     -moz-animation:fade ease-in 0.5s;
     animation:fade ease-in 0.5s; 
}
/* анимация при появлении скрытых блоков */
@-moz-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
to { opacity: 1 }   
}
.hide + label:before {
    background-color: #1e90ff;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px; 
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
}

 .mpmps__mobile-subcategory--open {
    display: none !important;
}


.product-item .product-item__value .product-item__price {
    font-size: 22px;
}

.insta_card {
    text-align: center;
    padding-top: 20px;
}

.insta_card > iframe {
    height: 300px !important;
}


.alert__box {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #de3361;
    text-align: center;
    padding: 5px;
}
.alert__box > span {
    color: #fff;
}

@media screen and (max-width: 1080px) {
		.alert__box {
			margin-top: 50px;
			margin-bottom: -50px;
		} 
   }


.captcha-holder {
    width: 100%;
    display: inline-block;
    padding: 20px;
}

.zpay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zpay img {
 width: 120px;
}

.section-pay {
    display: none !important;
}

.form-control {
    background: #fff;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    line-height: 40px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    padding: 7px;
}

.input_lbl {
    padding-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    font-family: Gotham Pro;
    display: block;
}

.sms_form {
    padding: 20px;
}

.sms_s_button {
    background: #de3361;
    color: #fff;
    display: inline-block;
    padding: 12px 35px 12px 35px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
}
.form-group > label {
	padding-right: 10px;
	display: block;
	padding-bottom: 10px;
	padding-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	font-family: Gotham Pro;
}


.bx-title3 {
    margin: 0 0 15px 0;
        margin-left: 0px;
    border-bottom: 0;
    font-size: 20px;
    font-family: Gotham Pro;
    margin-left: 20px;
}

.alert-danger {
	padding-left:20px;
}

/* Временно вырубаем блок смс авторизации */
.ctweb-smsauth-form, .container--iris > p > font {
display:none;
}


.insta_card {
    display: none;
}
.ng {
    justify-content: center;
    margin-top: 24px;
    display: flex;
}

.bx_order_make .bx_description p {
    color: black;
    font-size: small;
}
/* End */


/* Start:/bitrix/templates/iris/components/bitrix/menu/iris_top_mobile_menu/style.min.css?16347827899538*/
.bx-top-nav-container{margin-top:15px;padding:0 10px;color:#fff;border-radius:2px;position:relative;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif}.bx-top-nav-container .bx-nav-list-1-lvl{margin:0;padding:0;list-style:none}.bx-top-nav-container .bx-nav-1-lvl{float:left;position:relative}.bx-top-nav-container .bx-nav-1-lvl>a{color:#fff;font-weight:700;display:block;text-decoration:none;text-transform:uppercase;border-radius:1px;padding-top:6px;padding-bottom:2px;border-bottom:0}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:10px 14px 14px;display:block}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a{z-index:250;box-shadow:0 6px 13px 0 rgba(0,0,0,.13)}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span{background:#fff}.bx-top-nav-container .bx-nav-parent-arrow{display:none}.bx-top-nav-container .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-2-lvl-container{z-index:999;display:none;opacity:0;padding:9px 0 5px;box-shadow:0 6px 13px 0 rgba(0,0,0,.13);border-top:0;min-width:100%;color:#000}.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,.bx-top-nav-container .bx-nav-2-lvl-container:before{position:absolute;content:" ";display:block;height:5px;background:#fff;top:-5px;left:0;right:0}.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container{opacity:1;display:block;position:absolute;top:100%;z-index:999;background:#fff}.bx-top-nav-container>ul{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-list-2-lvl{margin:0;padding:5px 0 12px}.bx-top-nav-container .bx-nav-2-lvl{display:block;min-width:180px;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-2-lvl>a{padding:5px 15px 5px;color:#20394c;font-size:13px;line-height:16px;text-decoration:none;font-weight:bold;border-bottom:0;display:block}.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{border-top:0;margin-top:0}.bx-top-nav-container .bx-nav-3-lvl{padding:5px 0;margin:0}.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,.bx-top-nav-container .bx-nav-3-lvl-container:before{position:absolute;content:" ";display:block;height:5px;background:#fff;top:-5px;left:0;right:0}.bx-top-nav-container .bx-nav-list-3-lvl{margin:0;padding:0 0 14px 7px}.bx-top-nav-container .bx-nav-3-lvl{display:block;min-width:180px;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-3-lvl a{padding:3px 15px;color:#555;font-size:13px;line-height:14px;text-decoration:none;border-bottom:0;display:block}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container{min-width:200px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:100%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{width:100%;background:#fff}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container{min-width:400px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:50%;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{width:50%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container{min-width:600px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:33.33333%;float:left}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{width:33.33333%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col{position:static}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{top:100%;left:0;right:0}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{min-width:100%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;width:25%;float:left}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{width:25%}.bx-top-nav-container .bx-nav-catinfo{padding:5px 15px 5px;z-index:120;position:relative}.bx-top-nav-container .bx-nav-catinfo img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #e7e9ea;width:auto;max-width:100%;height:auto;max-height:100%}.bx-top-nav-container .bx-nav-catinfo p{padding:20px 5px 0;font-size:13px}.bx-top-nav-container .bx-nav-catinfo-back{position:absolute;display:block;content:' ';top:-5px;right:0;bottom:0;background:#f7fafb;z-index:100;border-left:1px solid #ecefef}.bx-aside-nav-control{font-size:28px;position:fixed;width:40px;height:40px;top:5px;left:5px;line-height:40px;cursor:pointer;z-index:1750;color:#fff;text-align:center}body>.bx-aside-nav-control{-webkit-transition:left .15s linear;-moz-transition:left .15s linear;-ms-transition:left .15s linear;-o-transition:left .15s linear;transition:left .15s linear}.bx-aside-nav-control .fa{line-height:40px;vertical-align:middle}.bx-wrapper,.bx-aside-nav{-webkit-transition:-webkit-transform .15s linear;-moz-transition:-moz-transform .15s linear;-ms-transition:-ms-transform .15s linear;-o-transition:-o-transform .15s linear;transition:transform .15s linear}.bx-logo{z-index:1700!important}.bx-opened .bx-footer,.bx-opened .workarea{display:none!important}.bx-aside-nav{display:none;padding-top:50px;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);width:100%;background:#4c5c65;position:fixed;top:0;bottom:0;left:0;z-index:1600}.bx-aside-nav.bx-opened{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);overflow-y:scroll}.bx-aside-nav ul{list-style:none;margin:0;padding:0}.bx-aside-nav a{color:#fff;vertical-align:middle;line-height:48px;height:48px;font-size:16px;display:block;border-bottom:1px solid #3d4b53;padding-left:15px;max-width:100%;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.bx-aside-nav a{text-decoration:none}.bx-nav-1-lvl.bx-opened,.bx-aside-nav .bx-nav-1-lvl:hover>a,.bx-aside-nav .bx-nav-1-lvl.bx-hover>a{background:#44535c}.bx-aside-nav .bx-nav-list-2-lvl{background:#44535c}.bx-aside-nav .bx-nav-2-lvl>a{padding-left:30px}.bx-aside-nav .bx-nav-3-lvl>a{padding-left:45px}.bx-aside-nav .bx-nav-4-lvl a{padding-left:60px}.bx-aside-nav .bx-nav-parent{position:relative}.bx-aside-nav .bx-nav-parent-arrow{position:absolute;right:0;top:0;margin-top:6px;width:46px;height:34px;text-align:center;border-left:1px solid #5a6971;z-index:200}.bx-aside-nav .bx-nav-parent-arrow i{line-height:34px;font-size:17px;font-style:normal;color:#fff}.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i{-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-ms-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear}.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,.bx-aside-nav .bx-nav-parent>ul{overflow:hidden;height:0}.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,.bx-aside-nav .bx-nav-parent.bx-opened>ul{height:auto}.bx-aside-nav .bx-nav-catinfo{display:none}.bx-aside-nav .bx-nav-catinfo-back{display:none}@media(min-width:1200px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:15px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:12px 14px 15px}}@media(min-width:992px) and (max-width:1199px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:13px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:9px 11px 12px}}@media(min-width:768px) and (max-width:991px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:11px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:5px 6px 9px}}@media(min-width:768px){.bx-aside-nav-control,.bx-aside-nav{display:none}.bx-top-nav-container{display:block}}@media(max-width:767px){.bx-aside-nav-control,.bx-aside-nav{display:block}.bx-top-nav-container{display:none}.bx-aside-nav .bx-nav-parent-arrow{display:block}.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display:none}}
/* End */


/* Start:/bitrix/templates/iris/components/bitrix/menu/iris_top_menu/style.min.css?16347827899538*/
.bx-top-nav-container{margin-top:15px;padding:0 10px;color:#fff;border-radius:2px;position:relative;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif}.bx-top-nav-container .bx-nav-list-1-lvl{margin:0;padding:0;list-style:none}.bx-top-nav-container .bx-nav-1-lvl{float:left;position:relative}.bx-top-nav-container .bx-nav-1-lvl>a{color:#fff;font-weight:700;display:block;text-decoration:none;text-transform:uppercase;border-radius:1px;padding-top:6px;padding-bottom:2px;border-bottom:0}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:10px 14px 14px;display:block}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a{z-index:250;box-shadow:0 6px 13px 0 rgba(0,0,0,.13)}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span{background:#fff}.bx-top-nav-container .bx-nav-parent-arrow{display:none}.bx-top-nav-container .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-2-lvl-container{z-index:999;display:none;opacity:0;padding:9px 0 5px;box-shadow:0 6px 13px 0 rgba(0,0,0,.13);border-top:0;min-width:100%;color:#000}.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,.bx-top-nav-container .bx-nav-2-lvl-container:before{position:absolute;content:" ";display:block;height:5px;background:#fff;top:-5px;left:0;right:0}.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container{opacity:1;display:block;position:absolute;top:100%;z-index:999;background:#fff}.bx-top-nav-container>ul{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-list-2-lvl{margin:0;padding:5px 0 12px}.bx-top-nav-container .bx-nav-2-lvl{display:block;min-width:180px;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-2-lvl>a{padding:5px 15px 5px;color:#20394c;font-size:13px;line-height:16px;text-decoration:none;font-weight:bold;border-bottom:0;display:block}.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{border-top:0;margin-top:0}.bx-top-nav-container .bx-nav-3-lvl{padding:5px 0;margin:0}.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,.bx-top-nav-container .bx-nav-3-lvl-container:before{position:absolute;content:" ";display:block;height:5px;background:#fff;top:-5px;left:0;right:0}.bx-top-nav-container .bx-nav-list-3-lvl{margin:0;padding:0 0 14px 7px}.bx-top-nav-container .bx-nav-3-lvl{display:block;min-width:180px;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-3-lvl a{padding:3px 15px;color:#555;font-size:13px;line-height:14px;text-decoration:none;border-bottom:0;display:block}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container{min-width:200px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:100%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{width:100%;background:#fff}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container{min-width:400px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:50%;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{width:50%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container{min-width:600px}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;min-width:200px;width:33.33333%;float:left}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{width:33.33333%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col{position:static}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{top:100%;left:0;right:0}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{min-width:100%}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl{display:block;width:25%;float:left}.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{width:25%}.bx-top-nav-container .bx-nav-catinfo{padding:5px 15px 5px;z-index:120;position:relative}.bx-top-nav-container .bx-nav-catinfo img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #e7e9ea;width:auto;max-width:100%;height:auto;max-height:100%}.bx-top-nav-container .bx-nav-catinfo p{padding:20px 5px 0;font-size:13px}.bx-top-nav-container .bx-nav-catinfo-back{position:absolute;display:block;content:' ';top:-5px;right:0;bottom:0;background:#f7fafb;z-index:100;border-left:1px solid #ecefef}.bx-aside-nav-control{font-size:28px;position:fixed;width:40px;height:40px;top:5px;left:5px;line-height:40px;cursor:pointer;z-index:1750;color:#fff;text-align:center}body>.bx-aside-nav-control{-webkit-transition:left .15s linear;-moz-transition:left .15s linear;-ms-transition:left .15s linear;-o-transition:left .15s linear;transition:left .15s linear}.bx-aside-nav-control .fa{line-height:40px;vertical-align:middle}.bx-wrapper,.bx-aside-nav{-webkit-transition:-webkit-transform .15s linear;-moz-transition:-moz-transform .15s linear;-ms-transition:-ms-transform .15s linear;-o-transition:-o-transform .15s linear;transition:transform .15s linear}.bx-logo{z-index:1700!important}.bx-opened .bx-footer,.bx-opened .workarea{display:none!important}.bx-aside-nav{display:none;padding-top:50px;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);width:100%;background:#4c5c65;position:fixed;top:0;bottom:0;left:0;z-index:1600}.bx-aside-nav.bx-opened{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);overflow-y:scroll}.bx-aside-nav ul{list-style:none;margin:0;padding:0}.bx-aside-nav a{color:#fff;vertical-align:middle;line-height:48px;height:48px;font-size:16px;display:block;border-bottom:1px solid #3d4b53;padding-left:15px;max-width:100%;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.bx-aside-nav a{text-decoration:none}.bx-nav-1-lvl.bx-opened,.bx-aside-nav .bx-nav-1-lvl:hover>a,.bx-aside-nav .bx-nav-1-lvl.bx-hover>a{background:#44535c}.bx-aside-nav .bx-nav-list-2-lvl{background:#44535c}.bx-aside-nav .bx-nav-2-lvl>a{padding-left:30px}.bx-aside-nav .bx-nav-3-lvl>a{padding-left:45px}.bx-aside-nav .bx-nav-4-lvl a{padding-left:60px}.bx-aside-nav .bx-nav-parent{position:relative}.bx-aside-nav .bx-nav-parent-arrow{position:absolute;right:0;top:0;margin-top:6px;width:46px;height:34px;text-align:center;border-left:1px solid #5a6971;z-index:200}.bx-aside-nav .bx-nav-parent-arrow i{line-height:34px;font-size:17px;font-style:normal;color:#fff}.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i{-webkit-transition:all .15s linear;-moz-transition:all .15s linear;-ms-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear}.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,.bx-aside-nav .bx-nav-parent>ul{overflow:hidden;height:0}.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,.bx-aside-nav .bx-nav-parent.bx-opened>ul{height:auto}.bx-aside-nav .bx-nav-catinfo{display:none}.bx-aside-nav .bx-nav-catinfo-back{display:none}@media(min-width:1200px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:15px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:12px 14px 15px}}@media(min-width:992px) and (max-width:1199px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:13px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:9px 11px 12px}}@media(min-width:768px) and (max-width:991px){.bx-top-nav-container .bx-nav-1-lvl>a{font-size:11px}.bx-top-nav-container .bx-nav-1-lvl>a span{padding:5px 6px 9px}}@media(min-width:768px){.bx-aside-nav-control,.bx-aside-nav{display:none}.bx-top-nav-container{display:block}}@media(max-width:767px){.bx-aside-nav-control,.bx-aside-nav{display:block}.bx-top-nav-container{display:none}.bx-aside-nav .bx-nav-parent-arrow{display:block}.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display:none}}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/search.title/iris_search_ajax/style.css?16347827863002*/
/* Нафиг не надо */

/*
.bx_search_container{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.bx_search_container .bx_field{
	position: relative;
	margin-top: 15px;
	height: 30px;
	border-top:    1px solid #8ca3ae;
	border-right:  1px solid #a0b4be;
	border-bottom: 1px solid #b6c8d1;
	border-left:   1px solid #a0b4be;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	line-height: 30px;
}

.bx_search_container .bx_field .bx_input_text{
	position: absolute;
	left: 0;
	height: 30px;
	outline: none;
	border: none;
	background: none;
	line-height: 30px;
	width: 100%;
	padding-right: 40px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.bx_search_container .bx_field .bx_input_submit{
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 34px;
	border: none;
	background: url('/bitrix/templates/.default/components/bitrix/search.title/iris_search_ajax/images/search_lupe.png') no-repeat left center;
	cursor: pointer;

}*/

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-left: 11px;
	margin-top:-20px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/.default/components/bitrix/search.title/iris_search_ajax/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 45px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/iris/components/bitrix/news.list/search_cats/style.css?1634782789150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/iris/components/bitrix/sale.basket.basket.line/iris_minicart/style.css?16347827893946*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name{padding-bottom: 5px;}
.bx-basket-item-list-item-name a{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/iris/components/bitrix/news.list/main_banner_1/style.css?1634782789150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/iris/components/bitrix/news.list/main_banner_2/style.css?1634782789150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/iris/components/bitrix/news.list/main_banner_4/style.css?1634782789150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/iris/components/bitrix/news.list/main_banner_3/style.css?1634782789150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/iris/components/bitrix/news.list/main_slider_list/style.css?1634782789150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/iris/components/bitrix/menu/footer_menu/style.min.css?1634782789490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/iris/components/bitrix/menu/footer_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/iris/styles.css?1641973647236*/
/**/

.h2o_component .modal-header {
    display: none;
}
.h2o_component .offers_list {
    display: none;
}
.s_filter{
    display: inline-block;
    padding: 0 5px 5px 0
}
.s_filter_row {
    padding: 20px; 
    display:none;
}
/**/


/* End */


/* Start:/bitrix/templates/iris/template_styles.css?164197364762*/
/* Тут были стандартные стили Bitrix */
/* End */
/* /bitrix/templates/iris/assets/css/main.css?16347827867813 */
/* /bitrix/templates/iris/assets/css/search/search__header.css?16347827864766 */
/* /bitrix/templates/iris/assets/css/search/search__page.css?16347827867312 */
/* /bitrix/templates/iris/assets/css/fonts/fonts.css?16347827864248 */
/* /bitrix/templates/iris/assets/css/header/header-full/header-full.css?16347827867426 */
/* /bitrix/templates/iris/assets/css/header/header-full/header-full__contacts.css?16347827863040 */
/* /bitrix/templates/iris/assets/css/header/header-full/header-full__cart-widget.css?16347827863508 */
/* /bitrix/templates/iris/assets/css/header/header-full/header-full__main-menu.css?163478278612185 */
/* /bitrix/templates/iris/assets/css/header/header-full/header-full__top-menu.css?16347827861686 */
/* /bitrix/templates/iris/assets/css/main-page-modules/mp-module.css?1634782786203 */
/* /bitrix/templates/iris/assets/css/main-page-modules/first-block/mp-module__first-block.css?16347827863432 */
/* /bitrix/templates/iris/assets/css/main-page-modules/first-block/mp-module__first-block--main-slider.css?16347827861154 */
/* /bitrix/templates/iris/assets/css/main-page-modules/first-block/mp-module__first-block--col-second.css?1634782786310 */
/* /bitrix/templates/iris/assets/css/main-page-modules/first-block/mp-module__first-block--col-third.css?1634782786192 */
/* /bitrix/templates/iris/assets/css/main-page-modules/product-sliders/mp-module__product-slider.css?163478278612625 */
/* /bitrix/templates/iris/assets/css/main-page-modules/product-sliders/mp-module__product-slider--mobile-subcategory.css?16347827869163 */
/* /bitrix/templates/iris/assets/css/main-page-modules/custom-blocks/mp-module__custom-blocks.css?1634782786196 */
/* /bitrix/templates/iris/assets/css/main-page-modules/custom-blocks/type-a/mp-module__cat-group--type-a.css?16707705625466 */
/* /bitrix/templates/iris/assets/css/main-page-modules/custom-blocks/type-b/mp-module__cat-group--type-b.css?16347827865855 */
/* /bitrix/templates/iris/assets/css/main-page-modules/custom-blocks/type-c/mp-module__cat-group--type-c.css?16347827864724 */
/* /bitrix/templates/iris/assets/css/recent-items/recent-items__container.css?16347827861921 */
/* /bitrix/templates/iris/assets/css/recent-items/recent-items__item.css?16347827862316 */
/* /bitrix/templates/iris/assets/css/catalog/catalog.css?16347827861144 */
/* /bitrix/templates/iris/assets/css/catalog/catalog__root.css?1634782786139 */
/* /bitrix/templates/iris/assets/css/catalog/catalog__header.css?16347827866903 */
/* /bitrix/templates/iris/assets/css/catalog/catalog__sortview.css?16347827862894 */
/* /bitrix/templates/iris/assets/css/catalog/catalog__item.css?163478278612957 */
/* /bitrix/templates/iris/assets/css/catalog/catalog__item--custom.css?16347827861068 */
/* /bitrix/templates/iris/assets/css/product-page/product-page.css?163478278617870 */
/* /bitrix/templates/iris/assets/css/product-page/product-page__breadcrumbs.css?1634782786737 */
/* /bitrix/templates/iris/assets/css/product-page/product-page__product-configuration.css?163478278611267 */
/* /bitrix/templates/iris/assets/css/product-page/product-page__product-type-custom-text.css?1634782786293 */
/* /bitrix/templates/iris/assets/css/product-page/tabs/product-page__tabs.css?16347827865937 */
/* /bitrix/templates/iris/assets/css/product-page/tabs/product-page__tabs--custom-tabs-content.css?16347827864514 */
/* /bitrix/templates/iris/assets/css/testimonials/testimonials.css?16347827862967 */
/* /bitrix/templates/iris/assets/css/modals/modals__forms.css?16347827863929 */
/* /bitrix/templates/iris/assets/css/modals/modals__one-click.css?16347827864220 */
/* /bitrix/templates/iris/assets/css/news-grid/news-grid.css?16347827863529 */
/* /bitrix/templates/iris/assets/css/news-page/news-page.css?16347827865586 */
/* /bitrix/templates/iris/assets/css/custom-pages/custom-pages.css?163478278690 */
/* /bitrix/templates/iris/assets/css/custom-pages/custom-pages__fillings.css?16347827864971 */
/* /bitrix/templates/iris/assets/css/cart-and-checkout/cart/cart.css?16347827868735 */
/* /bitrix/templates/iris/assets/css/cart-and-checkout/cart/cart__item-configuration.css?16347827866813 */
/* /bitrix/templates/iris/assets/css/cart-and-checkout/checkout/checkout.css?16347827863054 */
/* /bitrix/templates/iris/assets/css/banners/site/top--banner.css?16347827865584 */
/* /bitrix/templates/iris/assets/css/banners/product-page/product-page--banners.css?16347827865473 */
/* /bitrix/templates/iris/assets/css/banners/main-menu__full/main-menu__full--banners.css?16347827865730 */
/* /bitrix/templates/iris/assets/css/banners/catalog-page/catalog-page--banners.css?163478278616770 */
/* /bitrix/templates/iris/assets/css/widgets/degustation/widget__degustation.css?16347827863215 */
/* /bitrix/templates/iris/assets/css/widgets/news/widget__news.css?16347827864417 */
/* /bitrix/templates/iris/assets/css/widgets/promo/widget__promo.css?16347827864329 */
/* /bitrix/templates/iris/assets/css/widgets/cake-sketch/widget__cake-sketch.css?16347827863349 */
/* /bitrix/templates/iris/assets/css/header/header-mobile/header-mobile__menu--icons.css?16347827861327 */
/* /bitrix/templates/iris/assets/css/custom-styles/custom-styles__menu-top.css?1634782786156 */
/* /bitrix/templates/iris/assets/css/custom-styles/custom-styles__menu-main.css?1634782786157 */
/* /bitrix/templates/iris/assets/css/custom-styles/sliders/slider__vip.css?163478278610142 */
/* /bitrix/templates/iris/assets/css/custom-styles/sliders/slider__economy.css?1634782786549 */
/* /bitrix/templates/iris/assets/css/footer/footer.css?16347827863333 */
/* /bitrix/templates/iris/assets/js/swiper/swiper.css?163478278721788 */
/* /bitrix/templates/iris/assets/js/justifiedgallery/justifiedGallery.min.css?16347827872515 */
/* /bitrix/templates/iris/assets/js/modulobox/modulobox.min.css?163478278717901 */
/* /bitrix/templates/iris/assets/js/perfect-scrollbar/perfect-scrollbar.min.css?16347827871819 */
/* /bitrix/templates/iris/assets/js/izimodal/iziModal.min.css?163478278785875 */
/* /bitrix/templates/iris/assets/css/animations.css?16347827861960 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__footer.css?16347827861469 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__cart.css?16347827863747 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__mpm--first-block.css?1634782786908 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__mpm--product-sliders.css?16347827861981 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__catalog.css?16347827863300 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__product-page.css?16347827864002 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__news-grid.css?16347827861087 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__news-page.css?16347827861908 */
/* /bitrix/templates/iris/assets/css/responsive/responsive__search-page.css?1634782786681 */
/* /bitrix/templates/iris/assets/css/header/header-mobile/header-mobile.css?16347827866568 */
/* /bitrix/templates/iris/assets/css/header/header-mobile/header-mobile__menu.css?16347827869148 */
/* /bitrix/templates/iris/assets/css/responsive/responsive.css?1634782786900 */
/* /bitrix/templates/iris/assets/css/quick-fixes.css?16613629808145 */
/* /bitrix/templates/iris/components/bitrix/menu/iris_top_mobile_menu/style.min.css?16347827899538 */
/* /bitrix/templates/iris/components/bitrix/menu/iris_top_menu/style.min.css?16347827899538 */
/* /bitrix/templates/.default/components/bitrix/search.title/iris_search_ajax/style.css?16347827863002 */
/* /bitrix/templates/iris/components/bitrix/news.list/search_cats/style.css?1634782789150 */
/* /bitrix/templates/iris/components/bitrix/sale.basket.basket.line/iris_minicart/style.css?16347827893946 */
/* /bitrix/templates/iris/components/bitrix/news.list/main_banner_1/style.css?1634782789150 */
/* /bitrix/templates/iris/components/bitrix/news.list/main_banner_2/style.css?1634782789150 */
/* /bitrix/templates/iris/components/bitrix/news.list/main_banner_4/style.css?1634782789150 */
/* /bitrix/templates/iris/components/bitrix/news.list/main_banner_3/style.css?1634782789150 */
/* /bitrix/templates/iris/components/bitrix/news.list/main_slider_list/style.css?1634782789150 */
/* /bitrix/templates/iris/components/bitrix/menu/footer_menu/style.min.css?1634782789490 */
/* /bitrix/templates/iris/styles.css?1641973647236 */
/* /bitrix/templates/iris/template_styles.css?164197364762 */
