

/* Start:/local/templates/katana/styles.css?1783153704101319*/
/* =============================================================================
   ЧАСТЬ 1: styles.css — базовые стили
============================================================================= */
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/katana/css/fonts/Gilroy-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/katana/css/fonts/Gilroy-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/katana/css/fonts/Gilroy-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/katana/css/fonts/Gilroy-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/katana/css/fonts/Gilroy-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: Gilroy, sans-serif;
    overflow-x: hidden;
}
.main-container {
    min-height: calc(100vh - 190px);
}
/*mine*/
.mine_contr{
    margin: 0 auto;
    width: 1094px;
}
span.smo_prise{
    font-weight: 600;
    font-size: 14px;
    margin-left: -3px;
}
.footer_app{
    width: 10px;
    height: 10px;
}
/*advantage*/
.wrep_advantage{
    z-index: -20;
    background-color: #f8f8f8;
    margin-top: 35px;
    height: 170px;
}
.container_advantage{
    height: 170px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.container {
    max-width: 1110px;
    margin: 0 auto;
}
.container_advantage_items{
    display: flex;
}
.container_advantage_items img{
    width: 72px;
    height: 72px;
}
.container_advantage_text{
    margin-left: 30px;
    width: 210px;
}
.container_advantage_text h6{
    font-family: 'Gilroy', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.container_advantage_text p{
    font-weight: 400;
    margin-top: 6px;
    font-size: 16px;
}
.delivery {
    font-family:Gilroy, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.location_user {
    height: 30px;
    background: #c41011;
    color: #fff;
    font-weight: 400;
    padding-top: 1px;
}
.location_user .city {
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}
/*main*/
.wrep_main{
    position: relative;
}
.background_img{
    position: absolute;
    z-index: -10;
}
.main_img_left{
    left: 0;
    bottom: 15%;
}
.main_img_right{
    right: 0;
    top: 15%;
}
/*about_company*/
.wrep_about_company{
    background-color: #f8f8f8;
    height: 500px;
}
.about_company_containe_items {
    z-index: 10;
}
.about_company_containe_items h6{
    font-weight: 700;
    margin-top: 60px;
    font-size: 18px;
    color: #c41011;
    max-width: 500px;
}
.about_company_containe_items h3{
    margin: 20px 0;
    font-weight: 600;
    font-size: 48px;
    max-width: 610px;
}
.about_company_containe_items p{
    font-weight: 400;
    font-size: 16px;
    max-width: 500px;
    line-height: 1.3;
    margin-bottom: 36px;
}
.about_company_containe_items a{
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
    color:#c41011;
    text-decoration: none;
    padding: 16px 57px;
    border: 1px solid #c41011;
    border-radius: 32px;
}
.about_company_containe{
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about_company_containe img {
    margin-left: -50px;
    margin-top: 50px;
    width: 564px;
}
/*.stock*/
.wrep_stock{
    margin: 40px auto;
}
.stock_img_left{
    left: 0;
    bottom: -18%;
}
.stock_img_right{
    right: 0;
    top: -37%;
}
.stock_shad{
    height: 350px;
}
.containe_items_wrep_black{
    display: flex;
    width: 545px;
    margin: 20px 2px 6px 2px;
    background: #282828;
    border-radius: 4px;
    box-shadow: 3px 2px 4px 2px rgba(50, 50, 50, 0.2);
    overflow: hidden;
}
.containe_items_wrep_black img{
    width: 272.5px;
    height: 300px;
}
.containe_items_wrep_white{
    display: flex;
    width: 545px;
    margin: 20px 2px 6px 2px;
    background: white;
    border-radius: 4px;
    box-shadow: 3px 2px 4px 2px rgba(50, 50, 50, 0.2);
    overflow: hidden;
}
.stock_containe_wrep{
    position: relative;
}
.stock_containe_wrep  h2{
    font-weight: 600;
    font-size: 48px;
}
.all_stock_a{
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: black;
    position: absolute;
    right: 0;
    top: 17px;
}
.stock_item_black{
    text-decoration: none;
    color: black;
}
.stock_item_black:hover{
    text-decoration: none;
    color: black;
}
.stock_item_black:focus{
    outline: 0;
    text-decoration: none;
}
.stock_item_white{
    text-decoration: none;
    color: white;
}
.stock_item_white:hover{
    text-decoration: none;
    color: white;
}
.stock_item_white:focus{
    outline: 0;
    text-decoration: none;
}
.stock_containe_items_text{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px 0 0 20px;
    width: 272.5px;
    text-decoration: none;
    text-align: left;
}
.items_text_h6_red{
    text-align: center;

    font-weight: 800;
    font-size: 60px;
    color: #c41011;
    border: 1px dashed #c41011;
    margin-right: 20px;
}
.items_text_h6_white{
    text-align: center;

    font-weight: 800;
    font-size: 60px;
    color: white;
    border: 1px dashed white;
    margin-right: 20px;
}
.items_text_h3{
    margin-top: 20px;

    font-weight: 600;
    font-size: 24px;
}
.stock_items_price_data{
    margin: 15px 0;

    font-weight: 400;
    font-size: 16px;
}
.stock_items_price {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}
.stock_items_price span{
    font-size: 60px;
    font-weight: bold;
}
.slick-track {
    opacity: 1;
    width: 940px;
    transform: translate3d(0px, 0px, 0px);
}
.slick-next{
    width: 40px;
    border-radius: 20px;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    background-color: white;
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 50%;
    outline: none;
    color:#e3e3e3;
    padding-bottom: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: -58px;
}
.slick-prev{
    width: 40px;
    border-radius: 20px;
    height: 40px;
    font-size: 30px;
    line-height: 30px;
    outline: none;
    padding-bottom: 5px;
    background-color: white;
    border: 1px solid #e3e3e3;
    position: absolute;
    top: 50%;
    color:#e3e3e3;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: -50px;
}
.slick-prev:hover{
    color: #c41011;
    border: 1px solid #c41011;
}
.slick-next:hover{
    color: #c41011;
    border: 1px solid #c41011;
}
.slick-next:focus{
    outline: none;
    color: #c41011;
    border: 1px solid #c41011;
}
.slick-prev:focus{
    outline: none;
    color: #c41011;
    border: 1px solid #c41011;
}
.stock-pic {
    width: 560px;
    background-size: cover;
    height: 310px;
}

/*all_categories*/
.all_categories_slider{
    height: 80px;
}
.all_categories_wrep{
    height: 90px;
}
.all_categories_item{
    background: #fff;
    width: 130px;
    height: 70px;
    top: 5px;
    background-size: 100% 100%;
    position: relative;
    border-radius: 4px;
    box-shadow: 3px 3px 4px 1px rgba(50, 50, 50, 0.2);
    transition: 0.1s;
}
.all_categories_item:hover{
    box-shadow: 2px 4px 4px 1px rgba(50, 50, 50, 0.4);
}
.categories_item_h6{
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 3px;
    bottom: -5px;
    color: #000;
    padding: 0 4px 1px 4px;
}
.wrep_all_categories .slick-prev{
    top: 20%;
}
.wrep_all_categories .slick-next{
    top: 20%;
    right: -50px;
}
/*slider_offer*/
.slider_offer{
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dark-layer {
    height: 100%;
    background: rgba(0,0,0, 0.5);
}
.slider_offer_h2{
    font-family: Gilroy, sans-serif;
    padding-top: 120px;
    font-weight: 700;
    font-size: 72px;
}
.slider_offer_p{
    font-family: Gilroy, sans-serif;
    margin-top: 50px;
    font-weight: 400;
    font-size: 36px;
    max-width: 500px;
}
.slider_offer_a{
    font-family: Gilroy, sans-serif;

    outline: none;
    text-decoration:none ;
    padding: 23px 55px;
    background: #c41011;
    color: white;
    border-radius: 35px;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    bottom: 80px;
    transition: 0.2s;
}
.slider_offer_a:hover{
    outline: none;
    text-decoration:none ;
    padding: 23px 55px;
    background: #fff;
    color: #c41011;
    border-radius: 35px;
    font-weight: 600;
    font-size: 20px;
}
.slider_offer_a:focus{
    outline: none;
}
/**************header**************/
.container_header {
    margin: 0 auto;
    display: flex;
    line-height: 1 !important;
    width: 1110px;
}
.wrep_header {
    display: flex;
    height: 100px;
    border-bottom: 1px solid #e9e9e9;
    background: #f8f8f8;
}
.logo_head {
    width: 100px;
    height: 100px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}
.header_logo {
    padding: 0;
    width: auto;
    height: 75%;
}
.wrep_top_menu {
    margin: 40px 0 0 0;
    display: flex;
    width: 600px;
}
.wrep_top_menu h6 {
    font-weight: 500;
    font-size: 16px;
}
.box_header {
    display: flex;
    height: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin-top: 8px;
}
.box_header_schedule {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.box_header_phone {
    margin-top: 10px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box_header_phone img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.header_include {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    margin-top: 7px;
    height: 80px;
}
.header_include .text-xs-right {
    margin-left: 20px;
}
.header_include .inc_auth {
    text-align: center;
}
.header_include .inc_auth a {
    text-decoration: none;
    color: #c41011;
}
.header_include .inc_auth a:hover {
    color: #282828;
    transition: 0.15s;
}
.box_header_phone_text {
    font-weight: 800;
    font-size: 20px;
    margin: 0;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
}
ul.top_menu_inline {
    display: inline;
}
ul.top_menu_inline li {
    display: inline;
    list-style-type: none;
    margin-left: 30px
}
ul.top_menu_inline li:first-of-type {
    display: inline;
    list-style-type: none;
    margin-left: 0;
}
ul.top_menu_inline li a {
    outline: none;
    font-weight: 500;
    font-size: 16px;
    color: black;
    text-decoration: none;
}
ul.top_menu_inline li a:hover {
    padding-bottom: 39px;
    border-bottom: 3px solid #c41011;
}
.active_menu_a {
    outline: none;
    color: #c41011;
    padding-bottom: 39px;
    border-bottom: 3px solid #c41011;
}
.about {
    margin-top: 2rem;
}
.about img {
    width: 100%;
    height: 100%;
}
.about p {
    font-weight: 400;
}
.contacts {
    margin-top: 2rem;
}
.contacts img {
    width: 100%;
    height: 100%;
}
.contacts .main-contacts {
    margin-top: 2rem;
}
.contacts p {
    font-weight: 400;
}
.main-contacts iframe {
    width: 100%;
    height: 400px;
    box-shadow: -1px 6px 10px rgba(50,50,50, 0.3);
}
.rekvizit {
    margin-top: 2rem;
}
.rekvizit span {
    font-weight: 400;
    font-size: 14px;
}
/**************footer*************/
.container_footer{
    width: 1110px;
    margin: 0 auto;
    display: flex;
    line-height: 1 !important;
    align-items: center;
}
.wrep_footer{
    display: flex;
    height: 100px;
    border-bottom: 2px solid #e9e9e9;
    background: #f8f8f8;
}
.footer_logo{
    padding: 0;
    width: auto;
    height: 80%;
}
.box_footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 210px;
    margin-left: 125px;
}
.box_footer_schedule{
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.box_footer_phone{
    margin-top: 10px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.box_footer_phone img{
    width: 25px;
    height: 25px;
}
.footer_include {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
}
.box_footer_phone_text{
    font-weight: 800;
    font-size: 20px;
    margin: 0;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
}
.wrep_bottom_menu {
    display: flex;
    align-items: center;
    width: 450px;
}
.wrep_bottom_menu h6{
    font-weight: 500;
    font-size: 16px;
}
ul.bottom_menu_inline  {
    display: inline;
    margin: 0;
    padding: 0;
}
ul.bottom_menu_inline li {
    display: inline;
    list-style-type: none;
    margin-left: 30px
}
ul.bottom_menu_inline li:first-of-type {
    display: inline;
    list-style-type: none;
    margin-left: 0;
}
ul.bottom_menu_inline li a {
    outline: none;
    font-weight: 500;
    font-size: 16px;
    color: black;
    text-decoration: none;
}
ul.bottom_menu_inline li a:hover {
    outline: none;
    color: #c41011;
    padding-bottom: 4px;
    border-bottom: 1px solid #c41011;
}
ul.bottom_menu_inline li a:focus {
    outline: none;
    color: #c41011;
    padding-bottom: 4px;
    border-bottom: 1px solid #c41011;
}
.active_menu_bottom_a{
    outline: none;
    color: #c41011;
    padding-bottom: 4px;
    border-bottom: 1px solid #c41011;
}
.Copyright_footer{
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
}
.Copyright_footer P{
    margin-bottom: 0;
}
.slam-easyform .modal {
    width: 100%;
    margin: 0;
}
.slam-block {
    margin-top: 30px;
    padding: 20px;
}
.slam-block p {
    font-weight: 400;
}
.slam-block button {
    background: white;
    transition: 0.3s;
    border: 1px solid #c41011;
    padding: 10px 20px;
    border-radius: 25px;
    color: #c41011;
    font-weight: 500;
}
.slam-block button:hover {
    background: #c41011;
    color: white;
}
/* vacancies */
.vacancy-content {
    font-family: Roboto, sans-serif;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.layout-container {
    margin: 20px 0;
}
.grid-container {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.vacancy-item {
    width: 1000px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
.card-container {
    background-color: rgb(250, 250, 250);
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.card-columns {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.card-columns__left {
    width: 75%;
    display: flex;
    flex-direction: column;
}
.card-block {
    height: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.card-block:first-child:last-child {
    margin: auto 0;
}
.card-block:last-child {
    padding-bottom: 16px;
}
.title-block {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    justify-self: flex-start;
}
.title-block_title {
    display: flex;
    flex-direction: column;
}
.vac-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 24.75px;
    color: rgb(17, 17, 17);
}
.vac-location {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 4px;
}
.vac-location .location {
    color: rgba(17, 17, 17, 0.5);
    font-size: 15px;
    line-height: 19.2856px;
}
.department:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 3px 2px 3px 7px;
    background-color: rgba(17, 17, 17, 0.5);
}
.vacancy-content .salary {
    font-size: 15px;
    line-height: 20.625px;
    color: rgb(17, 17, 17);
    margin-left: 7.5px;
    align-self: center;
    font-weight: normal;
    max-width: 150px;
    flex-shrink: 1;
    text-align: end;
}
.vacancy-content .more {
    width: 25%;
    display: flex;
    flex-direction: column;
}
.button-more-block {
    -webkit-box-align: end;
    align-items: end;
    flex-direction: column;
    padding: 20px 20px 20px 0;
}
.button-more {
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    width: 100%;
    color: rgb(17, 17, 17);
    font-family: inherit;
    position: relative;
    min-width: fit-content;
    max-width: 100%;
    padding: 0;
    line-height: 1.32;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
    background: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border-style: solid;
    border-width: 1px;
    transition: .3s;
}
.button-more a:hover, .button-more a:visited, .button-more a:active, .button-more a:focus {
    text-decoration: none;
}
.button-base {
    background-color: rgba(0, 0, 0, 0.098);
    padding: 0.5em 12px;
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: inherit;
    min-width: 100%;
}
.button-base-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(17, 17, 17);
    font-family: inherit;
}
.button-more:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.vacancy-modal {
    display: none;
    width: 50%;
    min-width: 500px;
    border-radius: 16px;
}
.popup-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    outline: none;
    overflow: hidden;
}
.card-title {
    height: auto;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    justify-self: flex-start;
}
.title-block {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    justify-self: flex-start;
}
.title-block .name-block {
    display: flex;
    flex-direction: column;
}
.name-block .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: rgb(17, 17, 17);
}
.department-block {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 8px;
}
.department-block .department {
    color: rgba(17, 17, 17, 0.5);
    font-size: 16px;
    line-height: 20px;
}
.department-block .location {
    color: rgba(17, 17, 17, 0.5);
    font-size: 16px;
    line-height: 20px;
}
.department-block .location:not(:first-child)::before {
    content: "";
    width: 2px;
    height: 2px;
    margin: 0 1px 4px 6px;
    background-color: rgba(17, 17, 17, 0.5);
    display: inline-block;
    border-radius: 50%;
    flex-shrink: 0;
}
.salary {
    font-size: 18px;
    line-height: 24.75px;
    color: rgb(17, 17, 17);
    margin-left: 9px;
    font-weight: normal;
    max-width: 150px;
    flex-shrink: 1;
    text-align: end;
}
.description-block {
    padding-top: 15px;
    flex-direction: column;
    align-items: flex-start;
}
.description-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: rgb(17, 17, 17);
    margin-bottom: 8px;
}
.description-block .description {
    font-size: 16px;
    line-height: 20px;
    color: rgb(17, 17, 17);
}
#job-popup {
    position: fixed;
    bottom: 80px;
    right: 40px;
    height: 170px;
    z-index: 9;
}
#job-popup img {
    border-radius: 25px;
    height: 170px;
}
.job-popup a {
    display: block;
    height: 100px;
    bottom: 100px;
    position: relative;
}
.job-popup {
    display: none;
}
.job-popup .close{
    position: absolute;
    top: -30px;
    right: -6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid #000;
    opacity: .5;
    border-radius: 50%;
}
.job-popup .close:before,
.close:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 1px;
    background: #000;
}
.job-popup .close:before {
    transform: rotate(45deg);
}
.job-popup .close:after {
    transform: rotate(-45deg);
}
.no-vacations h6 {
    text-align: center;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .box_header {
        margin-top: 20px;
    }
    .header_include {
        margin-top: 16px;
    }
    .slider_offer {
        height: 450px;
    }
    .slider_offer_h2 {
        font-size: 62px;
    }
    .slider_offer_p {
        font-size:36px;
        margin-top: 20px;
    }
    .slider_offer_a {
        padding: 15px 35px;
    }
    .slider_offer_a:hover {
        padding: 15px 35px;
    }
    .wrep_footer {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .footer_logo {
        width: auto;
        height: 70%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .wrep_top_menu {
        margin: 0;
        width: 50%;
        line-height: 1;
        align-items: center;
    }
    .box_header {
        width: 300px;
        margin-top: 20px;
    }
    .box_header_schedule {
        font-size: 17px;
    }
    ul.top_menu_inline li a:focus {
        padding-bottom: 37px;
        border-bottom: 3px solid #c41011;
    }
    .active_menu_a {
        padding-bottom: 39px;
        border-bottom: 3px solid #c41011;
    }
    .header_include {
        margin-top: 20px;
    }
    .about_company_containe_items h3 {
        font-size: 40px;
    }
    .about_company_containe img {
        width: 440px;
    }
    .about_company_containe_items p {
        font-size: 15px;
        max-width: 490px;
    }
    .about_company_containe_items a {
        font-size: 16px;
    }
    .main_img_left,
    .main_img_right,
    .stock_img_left,
    .stock_img_right {
        height: 300px;
    }
    .container_all_categories {
        width: 90%;
    }
    .all_categories_item {
        width: 100px;
        height: 55px;
    }
    .slider_offer {
        height: 300px;
    }
    .slider_offer_h2 {
        font-size: 45px;
        padding-top: 30px;
    }
    .slider_offer_p {
        margin-top: 20px;
        font-size: 25px;
        max-width: 500px;
    }
    .slider_offer_a {
        padding: 10px 20px;
        font-size: 17px;
        bottom: 60px;
    }
    .slider_offer_a:hover {
        padding: 10px 20px;
        font-size: 17px;
    }
    .wrep_footer {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .container_footer {
        width: 950px;
    }
    .footer_logo {
        width: auto;
        height: 80%;
    }
    .wrep_bottom_menu {
        width: 50%;
        margin: 0;
    }
    .box_footer {
        width: 260px;
        margin-left: 80px;
    }
    .box_footer_phone {
        margin-top: 5px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wrep_advantage {
        height: 140px;
    }
    .container_advantage_items img {
        width: 48px;
        height: 48px;
    }
    .container_advantage_text {
        width: 160px;
    }
    .container_advantage_text h6 {
        font-size: 0.9em;
    }
    .container_advantage_text p {
        font-size: 0.9em;
    }
    .container_header {
        justify-content: space-around;
        width: 100%;
    }
    .wrep_top_menu {
        width: 300px;
        line-height: 2;
    }
    ul.top_menu_inline {
        padding-inline-start: 10px;
    }
    ul.top_menu_inline li {
        margin-left: 15px;
    }
    ul.top_menu_inline li a:hover,
    .active_menu_a {
        text-decoration: none;
        border-bottom: none;
        padding-bottom: 0;
    }
    .box_header {
        margin-top: 10px;
        margin-left: auto;
    }
    .box_header_schedule {
        font-size: 15px;
    }
    .header_include {
        margin-top: 10px;
    }
    .about_company_containe_items h3 {
        font-size: 40px;
    }
    .about_company_containe img {
        width: 250px;
        height: auto;
        bottom: 10%;
        right: 0;
        position: absolute;
    }
    .about_company_containe_items p {
        font-size: 15px;
        max-width: 490px;
    }
    .about_company_containe_items a {
        font-size: 16px;
    }
    .container_all_categories {
        width: 90%;
    }
    .all_categories_item {
        width: 100px;
        height: 55px;
    }
    .slider_offer {
        height: 260px;
    }
    .slider_offer_h2 {
        font-size: 40px;
        padding-top: 30px;
    }
    .slider_offer_p {
        margin-top: 15px;
        font-size: 16px;
        max-width: 500px;
    }
    .slider_offer_a {
        padding: 10px 20px;
        font-size: 17px;
        bottom: 60px;
    }
    .slider_offer_a:hover {
        padding: 10px 20px;
        font-size: 17px;
    }
    .wrep_footer {
        background-image: none;
        height: 100px;
    }
    .container_footer {
        width: 720px;
    }
    .footer_logo {
        width: auto;
        height: 80%;
    }
    .wrep_bottom_menu {
        width: 30%;
        margin: 0;
        line-height: 2;
    }
    .box_footer {
        width: 260px;
        margin-left: 10px;
    }
    .box_footer_phone {
        margin-top: 5px;
    }
    .footer_include {
        justify-content: center;
        width: 100px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .wrep_advantage {
        height: 350px;
    }
    .container_advantage {
        height: 140px;
        display: grid;
    }
    .container_advantage_items {
        height: 100px;
        margin-top: 20px;
    }
    .container_advantage_items img {
        width: 56px;
        height: 56px;
    }
    .container_advantage_text {
        width: 100%;
    }
    .container_advantage_text h6 {
        font-size: 1.2em;
    }
    .container_advantage_text p {
        font-size: 1.1em;
    }
    .wrep_top_menu {
        display: none;
    }
    ul.top_menu_inline {
        padding-inline-start: 30px;
    }
    .active_menu_a {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .box_header {
        margin-top: 5px;
    }
    .box_header_schedule {
        font-size: 15px;
    }
    .header_include {
        margin-top: 5px;
    }
    .wrep_about_company {
        height: 450px;
    }
    .about_company_containe_items {
        text-align: justify;
    }
    .about_company_containe_items h3 {
        font-size: 40px;
        width: 100%;
    }
    .about_company_containe img {
        display: none;
    }
    .about_company_containe_items p {
        font-size: 15px;
        width: 100%;
    }
    .about_company_containe_items a {
        font-size: 16px;
    }
    .container_all_categories {
        width: 80%;
    }
    .all_categories_item {
        width: 100px;
        height: 50px;
        background-size: cover;
        background-position-x: 5px;
    }
    .categories_item_h6 {
        font-size: 14px;
    }
    .slider_offer {
        height: 250px;
    }
    .slider_offer_h2 {
        font-size: 30px;
        padding-top: 20px;
    }
    .slider_offer_p {
        margin-top: 15px;
        font-size: 16px;
        max-width: 70%;
    }
    .slider_offer_a {
        padding: 10px 20px;
        font-size: 17px;
        bottom: 60px;
    }
    .slider_offer_a:hover {
        padding: 10px 20px;
        font-size: 17px;
    }
    .wrep_footer {
        background-image: none;
    }
    .container_footer {
        width: 520px;
    }
    .footer_logo {
        width: auto;
        height: 80%;
        margin-top: 10px;
    }
    .wrep_bottom_menu {
        display: none;
    }
    .box_footer {
        width: 310px;
        margin-left: 20px;
    }
    .box_footer_phone {
        margin-top: 5px;
    }
    .footer_include {
        justify-content: center;
        width: 100px;
    }
}

/* =============================================================================
   ЧАСТЬ 2: update.css — правки поверх базовых стилей
============================================================================= */
#popover-auth .webui-arrow {right: 48px;}
.auth-state.logged-in-state{padding-top: 90px;}
.auth-state.logged-in-state .bonuses{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9486e', endColorstr='#fb7d6b',GradientType=1 );
    height: 95px;
    top:0;
    z-index: 12;
    width: 100%;
    position: absolute;
    border-radius: 4px 4px 0 0;
}
.auth-state.logged-in-state .bonuses svg{
    width: 65px;
    position: absolute;
    left: 26px;
    bottom: 10px;
    fill: #c41011;
}
.auth-state.logged-in-state .bonuses .title{color: #000; font-size: 16px;font-weight: 300;display: block;line-height: 1;margin-top: 25px;margin-left: 55px;}
.auth-state.logged-in-state .bonuses .value{display: block; background: none; color: #000;font-size: 24px;font-weight: 300;margin-left: 45px;}
.auth-state.logged-in-state .bonuses .value .currency {font-size: 28px; line-height: 1.1;}
.profile-nav{padding-top: 60px;}
.profile-nav ul {
    list-style: none;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #fff;
    background: white;
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 20px;
}
.profile-nav ul:hover {
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.5);;
}
.profile-nav ul li {
    margin: 25px 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}
.profile-nav ul li:last-child{border-bottom: none;padding-bottom: 0;}
.profile-nav ul li a{text-decoration: none;font-weight: 300;}
.profile-nav ul li.active a,.profile-nav ul li:hover a,.profile-nav ul li a:hover{color: #c41011;}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item{background: none !important;color: #d5d5d5;border-color: #e6e6e6;font-size: 48px;font-weight: bold;line-height: 1.3;}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item.got{color: #c41011 !important;}
.profile-content.bonuses .bonuses-progress-cont{margin-left: 15px;}
.profile-content.bonuses .bonuses-progress-cont svg{
    width: 110px;
    position: absolute;
    left: 29px;
    top:0;
    fill: #c41011;
}
.profile-content.bonuses .bonuses-progress{height: 90px; border: 1px dashed #dddddd;border-radius: 5px;padding-top: 10px;width: 445px;margin-left: 150px;
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item{
    border-top: none;
    border-bottom: none;
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:first-child{
    border-left: none !important;border-radius: 0;
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:last-child{
    border-right: none !important;border-radius: 0;
}
.profile-content.bonuses .progress-stat{width: 100%;padding-left: 15px;color: #292f32;padding-top: 5px; font-size: 14px;}
.profile-content.bonuses .progress-stat .currency {
    font-size: 16px;
}
.profile-content.bonuses .progress-stat span {
    font-size: 14px;
}
.progress-main{
    margin-top: 30px;
}
.profile-content.bonuses .progress-information{padding-left: 166px;}
.bonus-rules-cont ul{list-style: none; padding-left: 20px;}
.bonus-rules-cont ul li {
    padding-left: 0;
    text-indent: -1.0em;
    font-weight: 300;
    margin-bottom: 10px;
}
.bonus-rules-cont  .title{
    color: #000;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 15px;
}
.bonus-rules-cont ul li::before {
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c41011;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.padt0{padding-top: 0;}
.address-list-container .title{font-size: 20px;margin-bottom: -15px;}
.address-list-container{margin-top: 40px !important;}
.profile-content.order-history table.order-history-table {margin-top: 30px;}
.profile-content.order-history table.order-history-table thead td{font-weight: 400;text-align: left; font-size: 16px; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.profile-content.order-history table.order-history-table tbody td{text-align: left;}
.profile-content.order-history table.order-history-table tbody td span.currency {font-size: 19px; padding-left: 3px;}
.profile-content.order-history table.order-history-table tbody > tr{border-bottom: none;}
.profile-content.order-history table.order-history-table tbody > tr:nth-child(odd) {
    background: #ffffff;
}
.profile-content.order-history table.order-history-table tbody tr.complete td.order-status div {
    display: inline-block;
    font-weight: 300;
    padding: 5px 20px;
    border-radius: 25px;
}
.webui-popover-content .product-list{width: 445px;}
.webui-popover-content .product-list tr{
    height: 90px;
    border-bottom: 1px solid #e5e5e5;
}
.webui-popover-content .product-list tr:last-child{
    border-bottom: none;
}
.webui-popover-content .product-list .prod-image{
    width: 80px;
}
.webui-popover-content .product-list .prod-image img{
    width: 60px;
    height: 60px;
    border: solid 1px #e2e2e2;
    border-radius: 50%;
}
.webui-popover-content .product-list .name div:first-child{
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000000;
}
.webui-popover-content .product-list .name .section{
    font-size: 12px;
    line-height: 1.5;
    color: #929292;
    font-weight: 300;
}
.has-not-orders{
    margin-top: 20px;
    border: 1px dashed #dddddd;
    border-radius: 3px;
    padding: 20px 20px 20px 76px;
    width: 325px;
    background: url('/local/templates/katana/../images/sad.png') no-repeat 25px 15px;
}
.user-info-element{
    border-radius: 4px;
    color: white;
    position: relative;
    height: 100%;
    padding-top: 130px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.user-info-element:hover {
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.5);
}
.user-info-element svg{
    fill: white;
    position: absolute;
    width: 145px;
    height: 110px;
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
}
.user-info-element div{
    width: 195px;
    margin: 0 auto;
    font-weight: 300;
}
.user-info-element .message-top{
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: -20px;
}
.user-info-element .message-bottom{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.user-info-element .promo{
    height: 40px;
    background: white;
    color: black;
    border-radius: 4px;
    margin: 10px auto;
    line-height: 2.5;
}
.user-info-element.bonuses{
    height: 250px;
    background: #c41011;
}
.user-info-element.bonuses svg{
    fill: #fff;
    width: 180px;
    height: 130px;
    top: 13px;
}
.user-info-element.bonuses .value{
    font-size: 45px;
    font-weight: 300;
}
.user-info-element.bonuses .value span.currency{
    font-size: 30px;
    padding-left: 5px;
}
.user-info-element.bonuses .title{
    font-size: 16px;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.user-info-element.gift,.user-info-element.winner{
    background: rgb(249,81,92);
    background: -moz-linear-gradient(45deg, rgba(249,81,92,1) 0%, rgba(249,170,102,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
    background: linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9515c', endColorstr='#f9aa66',GradientType=1 );
    padding-top: 160px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.user-info-element.gift svg{
    width: 93px;
    height: 93px;
}
.user-info-element.winner svg{
    width: 110px;
    height: 110px;
}
.user-info-element.winner svg path{
    fill: white !important;
}
.gift-info-btn{
    text-decoration: none !important;
    margin-right: 5px;
}
.gift-info-btn .bd-round-icon{
    background-color: #fb6a5a;
    border-color: #fb6a5a;
}
.gift-info-btn:hover .bd-round-icon{
    background-color: #fc7465;
}
.gift-info-btn svg{
    width: 15px;
    margin-top: 7px;
    fill: white;
}
#popover-gift-info{
    margin-top: 0;
    margin-left: 81px;
    background: rgb(249,81,92);
    background: -moz-linear-gradient(45deg, rgba(249,81,92,1) 0%, rgba(249,170,102,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
    background: linear-gradient(45deg, rgba(249,81,92,1) 0%,rgba(249,170,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9515c', endColorstr='#f9aa66',GradientType=1 );
    width: 405px;
    max-height: 215px;
    min-height: 165px;
    color: white;
    border: none;
}
#popover-gift-info.in{
    margin-top: 21px;
}
#popover-gift-info .webui-arrow{margin-left: -94px;}
#popover-gift-info .webui-arrow,#popover-gift-info .webui-arrow:after{
    border-bottom-color: #f79b6a;
}
#popover-gift-info svg{
    width: 93px;
    height: 93px;
    position: absolute;
    top: 20px;
    left: 40px;
}
#popover-gift-info svg,#popover-gift-info svg path{
    fill: white !important;
}
#popover-gift-info .message-content div{
    width: 195px;
}
#popover-gift-info .message-top{
    font-size: 18px;
    line-height: 1.2;
    width: 220px !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    margin-top: 10px;
}
#popover-gift-info .message-bottom{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
}
#popover-gift-info .promo{
    height: 50px;
    background: white;
    color: black;
    border-radius: 5px;
    margin: 15px 0;
    line-height: 2.6;
    text-align:center;
}
#popover-gift-info .message-content{
    margin-left: 150px;
    margin-top:0;
}
.message-bottom a{
    color:white;
    text-decoration: underline;
}
.message-bottom a:hover{
    text-decoration: none;
}
.profile-content.order-history table.order-history-table thead tr {
    border-bottom: none;
}
.local_sum span.currency {
    font-size: 19px;
    padding-left: 3px;
}
table.product-list {
    margin: 15px 15px;
}
table.product-list .amount{
    font-weight: 300;
}
.auth-state.logged-in-state nav {
    padding-top: 20px;
    padding-bottom: 20px;
}
.history_content_popover{max-height: 285px;}
.webui-popover.top.in{
    margin-top: -10px;
}
.user-info-element .promo,#gift-info .promo{
    position: relative;
    cursor: pointer;
    line-height: 3.9;
    height: 50px;
    padding-left: 20px;
    text-align: left;
}
.user-info-element .promo::before,#gift-info .promo::before{
    content: attr(data-placeholder);
    display: block;
    font-size: 10px;
    color: #9c9c9c;
    position: absolute;
    top: -2px;
    left: 20px;
    right: 0;
    margin: auto;
}
.user-info-element .promo.copied::before,#gift-info .promo.copied::before{
    content: attr(data-placeholder-completed);
}
.user-info-element .promo{
    text-align: center;
    padding-left: 0;
}
.user-info-element .promo::before{
    left: 0;
}
.profile-content .address-list-container .add-address {
    margin-top: 20px;
    font-size: 13px;
}
.md-overlay{
    background: rgba(0,0,0,0.2);
}
#product-detail .md-content {
    max-width: 562px !important;
    min-width: 562px !important;
    background-color: #ffffff;
}
.md-modal{
    position: absolute;
    top: 100px;
}
#product-detail .md-content .product.product-detail .product-info{
    margin-top: 20px;
}
#product-detail .md-content .prod-info-cont{padding: 0 !important;}
.product .product-info .product-options .options-row-select.col-xl-6{
    width: 49%;
    margin-right: 1%;
}
.hour-select-cont .sod_select .sod_list{
    max-height: 150px;
    overflow-y: scroll;
}
.checkout-form .payment-col{
    width: 100%;
    position: relative;
    left: auto;right: auto;top: auto;bottom: auto;
    margin-left: 0;
}
.bd-input {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #d3d3d3 !important;
    height: 54px;
    right: auto;
    margin: 0;
    font-family: Gilroy, sans-serif;
}
.bd-input.focused {
    background: transparent !important;
    border-color: #c41011;
}
.bd-input.filled {
    background: transparent !important;
}
.bd-input input {
    padding-left: 0;
    padding-top: 20px;
    font-size: 18px !important;
    color: #000;
    text-align: left !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bd-input label {
    text-align: left !important;
    top:0 !important;
    left:0 !important;
    font-size: 14px !important;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1.8;
    color: #000;
}
.bd-select .label {
    font-size: 14px !important;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1.8;
}
.bd-select .sod_select .sod_list_wrapper .sod_list {
    padding: 15px 0;
}
.bd-select .sod_select .sod_option {
    padding: 7px 30px;
    font-size: 14px;
}
.bd-select .sod_select .sod_list_wrapper {
    border: none !important;
    border-radius: 3px !important;
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
}
.bd-select .sod_select {
    border: none !important;
    border-bottom: solid 1px #d3d3d3 !important;
    padding: 0 !important;
    padding-bottom: 2px !important;
    height: auto !important;
    background: none !important;
    border-radius: 0 !important;
}
.bd-select .sod_list_wrapper::after, .bd-select .sod_list_wrapper::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.bd-select .sod_select .sod_list_wrapper {
    overflow: initial;
}
.bd-select .sod_list_wrapper::after {
    content: " ";
    margin-left: -11px;
    border-bottom-color: #eee;
    border-top-width: 0;
    border-width: 11px;
    left: 20px !important;
    top: -22px;
    z-index: 1;
}
.bd-select .sod_list_wrapper::before {
    content: " ";
    margin-left: -10px;
    border-color: transparent;
    border-bottom-color: #ffffff;
    border-top-width: 0;
    border-width: 10px;
    left: 20px;
    top: -20px;
    z-index: 2;
}
.checkout-form .delivery-config-cont{
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 4px;
}
.checkout-form .delivery-type-toggle{
    margin-bottom: 4px;
    display: flex;
    position: relative;
    z-index: 3;
}
.checkout-form .delivery-type-toggle a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #5c5c5c;
    padding-left: 32px;
    padding-right: 32px;
    text-align: left;
    width: auto;
    font-size: 16px;
    height: 66px;
    text-decoration: none;
    border: 1px solid;
    outline: none;
}
.checkout-form .delivery-type-toggle a.active{
    background: white;
    border-bottom: none;
    color: #2eca00;
}
.checkout-form .delivery-type-toggle a p {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
}
.checkout-form .delivery-type-toggle a span{
    font-weight: 100;
}
.checkout-form .delivery-type-toggle a:first-child {
    margin-right: 4px;
    border-right: none;
}

.checkout-form .delivery-type-content{
    padding-left: 30px;
    padding-bottom: 35px;
    padding-top: 1px;
    margin-top: -5px;
    background: #fff;
    position: relative;
    border: 1px solid;
}
.checkout-form .delivery-type-toggle a[data-type="2"] {
    margin-left: -4px;
}
.checkout-form .delivery-type-toggle a:hover {
    color: #c41011;
}
.comment_row{
    margin-top: 15px;
}
.person {
    margin-top: 30px;
    margin-bottom: 10px;
}
.person label {
    margin-right: 20px;
}
.persons {
    all: unset;
    -moz-appearance: textfield;
    width: 3em;
    text-align: center;
}
.persons::-webkit-inner-spin-button {
    display: none;
}
.persons button {
    background: none;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.hour-select-cont{
    display: none;
    padding-right: 13px;
    padding-top: 12px;
}
.col-xs-5.hour-select-cont{
    padding-left: 20px;
    padding-right: 34px;
}
.delivery-time-type_ .bd-checkbox{
    margin-left: 0;
    margin-top: 51px;
}
.type-conf-cont{
    margin-top: 40px;
}
.checkout-title, .checkoout-label{
    color: #000;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checkout-form ._change_row .bd-input{
    margin-bottom: 20px;
}
.bonuses-block{
    position: relative;
    height: 185px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
}
.bonuses-block .title{
    position: absolute;
    top: 24px;
    left: 137px;
    font-size: 16px;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bonuses-block .value{
    position: absolute;
    top: 42px;
    left: 137px;
    font-size: 24px;
    color: #3f4245;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bonuses-block .value .currency{
    font-size: 28px;
}
.bonuses-block svg{
    width: 74px;
    margin-left: 34px;
    margin-top: 10px;
}
.bonuses-block svg g{
    fill: #ec486c;
}
.bonuses-block .col-xs-12{
    padding: 0 30px;
    padding-top: 14px;
}
.bonuses-block input{
    text-align: left;
}
.checkout-form .fields-group {
    margin-top: 45px;
}
.checkout-form .delivery-type-content>div .row {
    margin-top: 25px;
}
.checkout-form .summary-label > span{
    display: inline-block;
}
.checkout-form .summary-label > span:first-child{
    width: 90%;
    position: relative;
}
.checkout-form .summary-label > span:first-child div{
    display: inline-block;
    position: absolute;
    top: -20px;
    z-index: 2;
}
.checkout-form .summary-label{
    position: relative;
}
.checkout-form .summary-label .meta-value_{
    text-align: right;
    z-index: 2;
    position: absolute;
    right: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checkout-form .order_sum_ span {
    font-weight: 400;
}
.checkout-form .summary-label .meta-value_ .currency {
    font-size: 18px;
    padding-left: 3px;
}
.checkout-form .summary-label span.order-sum .currency {
    font-size: 30px;
    padding-left: 3px;
}
.checkout-form .summary-label > span:first-child::after{
    content: ' ';
    display: inline-block;
    border-bottom: 1px dotted #d3d3d3;
    height: 11px;
    position: absolute;
    bottom: -5px;
    width: 110%;
    left: 0;
}
.checkout-form .payment-col,.checkout-form .payment-col .payment-footer{
    border: none;
}
._delivery-price-value{
    margin-top: 25px;
    font-size: 18px;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
._delivery-price-value .currency {
    padding-left: 3px;
}
.delivery-price{
    padding-right: 30px;
}
.delivery-price .progress-container{
    height: 1px;
    background-color: #D3D3D8;
    width: calc(100% - 18px);
    position: relative;
}
.delivery-price .progress-container .progress-bar{
    background-color: #c41011;
    height: 1px;
}
.delivery-price .progress-container .progress-bar::after{
    content: ' ';
    height: 3px;
    width: 3px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    background-color: #c41011;
    top: -1px;
}
.delivery-price .progress-bar-content{
    font-size: 14px;
    padding-top: 8px;
    color: #000;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.delivery-price .progress-bar-content .currency{
    font-size: 16px;
    padding-left: 2px;
}
.checkout-form .delivery-price .bd-input{
    border: none !important;
}
.checkout-form .delivery-price.is_free .bd-input{
    border-bottom: 1px solid #d3d3d3 !important;
}
.checkout-form .map-placeholder{
    width: 100%;
}
.checkout-form .map-placeholder #map{
    width: 100%;
}
.map-row .col-xs-12{
    padding-right: 40px;
}
.payment-footer .summary-label{
    font-weight: 300;
    margin-bottom: 15px;
}
.payment-footer .summary-label.order_sum_{
    padding-top: 5px;
}
.order_sum_{
    font-weight: bold;
}
.order_sum_ .meta-value_ span{
    font-size: 26px;
    line-height: .6;
    font-weight: bold;
}
.bd-checkbox {
    position: relative;
    margin-top: 36px;
}
.bd-checkbox label {
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    border-radius: 3px;
    border: 1px solid #c1c1c1;
}
.bd-checkbox label span{
    position: absolute;
    width: 130px;
    left: 20px;
    top: -3px;
}
.bd-checkbox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 5px;
    left: 4px;
    border: 3px solid white;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bd-checkbox label:hover::after {
    opacity: 0.5;
}
.bd-checkbox input[type=checkbox] {
    visibility: hidden;
}
.bd-checkbox input[type=checkbox]:checked + label{
    background: #c41011;
    border-color: #c41011;
}
.bd-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.delivery-time-type_ .bd-checkbox label span{
    left: 24px;
    font-weight: 300;
    font-size: 14px;
}
.pickup_discount_label{
    font-size: 10px;
}
.order-content{
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
}
.order-content li{
    list-style: none;
    padding: 25px 30px;
    margin-right: 0;
    border-bottom: 1px dashed #e5e5e5;
}
.order-content li:last-child{
    border-bottom: none;
}
.order-content li > div{
    display: inline-block;
    font-weight: 300;
    vertical-align: top;
}
.order-content li > div:nth-child(2){
    margin-left: 30px;
    vertical-align: middle;
    margin-top: -20px;
    width: 140px;
}
.order-content li > div:nth-child(4){
    float: right;
}
.order-content li .image{
    width: 60px;
    height: 60px;
}
.order-content li .image img{
    width: 60px;
    height: 60px;
}
.order-content li .name{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000000;
    cursor: default;
    vertical-align: top;
}
.order-content li .section{
    font-size: 12px;
    line-height: 1.5;
    color: #929292;
    font-weight: 300;
}
.order-content li .amount{
    width: 40px;
    font-size: 14px;
    margin-top: 20px;
}
.order-content li .price{
    margin-top: 17px;
}
.order-content li .price .currency {
    font-size: 19px;
}
.order-content li .content_ .option_name{
    font-size: 12px;
    line-height: 1.5;
    color: #929292;
    font-weight: 300;
    margin-top: 5px;
}
.order-content li .content_ .option_value{
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000000;
}
.delivery-type-content .col-xs-6{
    padding-right: 30px;
}
.delivery-type-content .col-xs-12{
    padding-right: 44px;
}
.delivery-price.is_free{
    padding-right: 46px;
}
.delivery-price.is_free .bd-input{height: 55px;}
.bd-select .sod_select {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5 !important;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bd-select .sod_select:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyOSAxMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOSAxMjkiIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiPiAgPGc+ICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM0MzQ3NDkiLz4gIDwvZz48L3N2Zz4=);
    width: 18px;
    right: 5px;
    top: 29px;
}
.private-house {
    font-size: 14px;
}
.category-page header .product-categories-container {
    box-shadow: 0 0 100px 50px rgba(0,0,0,0.02);
}
.checkout-form .payment-fields .fields-group {
    margin-top: 30px;
}
.order-confirm-text {
    font-size: 12px;
    line-height: 1.4;
}
@-webkit-keyframes autofill {
    to {
        color: #525457;
        background: transparent;
    }
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.order-content-cont{
    padding-top: 44px;
}
.order-content-cont .checkout-title.linkify{
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.order-content-cont .checkout-title.linkify:hover{
    border-bottom: none;
    cursor: pointer;
}
.delivery-time-type_.current_{
    margin-top: -32px;
}
.checkout-form .radios label span{
    padding-left: 40px;
    margin-left: -60px;
    cursor: pointer;
}
.checkout-form .bd-input.error{
    border-color: #f82c44 !important;
}
.checkout-min-order-label{
    padding-top: 25px;
    display: none;
}
.auth-stat .bd-input {
    margin-top: 5px !important;
}
/* 13.11.2017 */
#popover-auth:not(.is_auth) .webui-popover-content {
    width: 276px;
    padding: 20px 30px 20px 30px;
}
.bd-form-row {
    margin-top: 10px;
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input .basket-promo-code {
    padding-left:0;
}
#gift-modal {
    width: 780px;
    height: 430px;
}
#gift-modal .md-content {
    background: #fff;
}
#gift-modal .modal-title {
    padding-left: 40px;
    font-size: 20px;
}
#gift-modal .md-content .scrollbar-macosx {
    max-height: 390px !important;
    overflow-x: hidden !important;
    padding: 0 25px !important;
    margin-left: -5px;
}
#gift-modal .scrollbar-macosx > .scroll-element.scroll-y {
    right: 10px;
}
#gift-modal .md-content .scrollbar-macosx > .scroll-element.scroll-x {
    visibility: hidden;
}
.gift-container .product.gift {
    height: 345px !important;
}
.gift-container .product.gift .gift-progress-info .progress-container {
    background: #d8d8d8;
    height: 53px !important;
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar {
    height: 3px !important;
    background-color: #fb4f58 !important;
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content {
    background: #f6f8f9 !important;
    margin-top: 3px;
    padding-bottom: 13px;
    z-index: 1;
}
.gift-container .product.gift:hover:not(.active) {
    border-color: #fb4f58;
}
.gift-container .product.gift:hover .native_text {
    display: none;
}
.gift-container .product.gift .hover_text {
    display: none;
}
.gift-container .product.gift:hover .hover_text {
    display: block;
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content{
    height: 100%;
    color: #c41011;
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div {
    width: 180px;
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div * {
    font-size: 14px !important;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
}
.address-list-container {
    margin-top: 70px;
    padding-left: 15px;
}
.notify-config-block {
    background: white;
    border-radius: 4px;
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 5px 5px 30px 0;
    margin-top: 18px;
}
.notify-config-block:hover {
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.5);
}
.profile-content .profile-phone {
    margin-top: 0;
}
.address-item::after {
    content: ' ';
    display: block;
    border-bottom: 1px dashed #e6e6e6;
    width: 68%;
    position: absolute;
    bottom: -29px;
    left: 31px;
}
.address-item:last-child::after {
    display: none;
}
.address-item .opened_field {
    display: none;
}
.address-item.opened .closed_field {
    display: none;
}
.address-item {
    margin-top: 20px;
}
/* .address-item.opened — финальная версия в секции update2 */
.address-item.opened .opened_field {
    display: block;
}
.profile-bread .breadcrumb-box {
    padding-left: 30px;
}
.remove-address {
    font-size: 13px !important;
    border-radius: 4px;
    padding: 5px 20px !important;
    text-decoration: none !important;
    font-weight: 300;
    display: inline-block;
    margin-top: 25px !important;
}
.remove-address:hover {
    background: #4d575d;
    color: white !important;
}
.remove-address::before {
    display: none !important;
}
.address-button {
    color: white !important;
    font-size: 13px;
    border-radius: 4px;
    padding: 5px 20px;
    text-decoration: none !important;
    font-weight: 300;
    display: inline-block;
    margin-top: 25px;
}
.address-button:hover {
    color: white !important;
}
.add-address, .remove-address, .edit-address {
    background: #fff;
    border: 1px solid #c41011;
    border-radius: 25px;
    color: #c41011 !important;
    display: inline-block !important;
}
.add-address:hover, .remove-address:hover, .edit-address:hover {
    background: #c41011;
    color: #fff;
}
.add-address:before {
    content: '' !important;
    display: none !important;
}
.notify-config .bd-checkbox input[type=checkbox]:checked + label {
    background: #3f484d;
    border-color: #3f484d;
}
.notify-config .bd-checkbox {
    margin-top: 5px;
}
.notify-config .bd-checkbox label span {
    width: 270px !important;
}
.delivery-type-tab-1 .scroll-wrapper > .scroll-content {
    max-height: 300px !important;
}
.auth-state.logged-in-state.bonuses-disabled {
    padding-top: 0;
}
#popover-auth.is_auth.bonuses-disabled .webui-arrow {
    border-bottom-color: #e5e5e5;
}
#popover-auth.is_auth.bonuses-disabled .webui-arrow:after {
    border-bottom-color: white;
}
input[readonly] {
    cursor: default;
}
.gift-container .product.gift .get-gift-btn, .gift-container .product.gift .get-another-gift-btn {
    display: block;
    width: 70%;
    height: 40px;
    bottom: 10px;
    border-radius: 25px;
    color: white;
    background-color: #c41011;
    border: none;
    z-index: 1;
    transition: 0.35s;
}
.gift-container .product.gift .get-another-gift-btn {
    height: 46px;
    background-color: transparent;
}
.gift-container .product.gift .get-gift-btn:hover, .gift-container .product.gift .get-another-gift-btn:hover {
    background-color: #e41011;
}
#gift-modal .md-content {
    padding: 20px 0;
}
#basket .scroll-wrapper > .scroll-content {
    max-height: 260px !important;
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn {
    border-radius: 50%;
    background-color: white;
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total {
    width: 120px;
    border-radius: 40px;
    margin-left: 35px;
    padding-left: 20px;
}
.address-item .address_private label span {
    font-size: 14px;
    font-weight: 300;
}
.profile-content .address-list-container .sub-row {
    margin-top: 25px;
}
/* 15.01.2018 */
.product {
    overflow: hidden;
}
.product .options-row-select {
    padding: 0 25px;
}
.product .product-options {
    z-index: 2;
    display: none;
}
.product-option-list_ {
    height: 285px;
    overflow-x: hidden !important;
    margin-top: 5px !important;
}
@media (min-width: 1200px) {
    .product.choose_option_state .product-info {
        height: 201px;
        .order-content li .image{
            display: inline-block;
        }
    }
    .product label {
        margin-bottom: 5px;
    }
    .product label span {
        padding-left: 0;
        color: #000;
        font-size: 14px;
        font-weight: 300;
    }
    .product input[type="radio"] {
        display: none
    }
    .product label > span {
        margin-left: -20px;
        padding-left: 20px;
        cursor: pointer;
    }
    .product input[type="radio"] + label span {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 0;
        vertical-align: middle;
        background: url(/local/templates/katana/../images/product-checkbox.png) left -13px no-repeat;
        cursor: pointer
    }
    .product input[type="radio"]:checked + label span {
        background: url(/local/templates/katana/../images/product-checkbox.png) left 0 no-repeat
    }
    .product .option_title {
        color: #c41011;
        font-size: 16px;
    }
    .options_main_title {
        margin-top: 20px;
    }
    .product-back {
        display: none;
        background: url(/local/templates/katana/../images/arrow-back.png) no-repeat;
        width: 33px;
        height: 9px;
        margin-top: 16px;
        position: absolute;
    }
    .product.choose_option_state .add-to-cart-btn {
        width: 70%;
    }
    .product.choose_option_state .product-back {
        display: block;
    }
    .product .product-footer {
        width: 88%;
        padding: 0 20px;
        bottom: 30px;
    }
    .product .product-actions .add-to-cart-btn {
        font-size: 14px;
        line-height: 2.3;
        border-radius: 4px;
    }
    .options_main_title {
        padding-left: 30px;
    }
    .product-option-list_ {
        overflow-x: hidden;
    }
    .product-option-list_ .scroll-x {
        display: none !important;
    }
    .product-option-list_.scrollbar-macosx > .scroll-element.scroll-y {
        right: 10px !important;
    }
    .product .pre_view img.product-image {
        border-radius: 4px 12px 0 0;
    }
    #product-detail .md-content .product.product-detail {
        height: 100%;
    }
    .product .base-view, .product .product-options {
        animation-duration: .4s;
    }
    .product {
        margin-bottom: 30px;
    }
    .product label {
        margin-bottom: 0;
    }
    .news-masonry {
        min-height: 750px;
    }
    .news-masonry .news-list {
    }
    .news-list .news-item .news-photo {
        padding: 15px;
    }
    .news-list .news-item .news-title a {
        border: none;
        color: #000;
    }
    .news-list .news-item .news-title span {
        display: inline;
    }
    .news-list .news-item .news-title a:hover {
        text-decoration: none;
    }
    .news-list .news-item .news-title {
        line-height: 1.1;
    }
    .news-masonry article {
        float: left;
        display: block;
        margin-bottom: 15px;
        height: 300px;
        background-position: right;
        background-repeat: no-repeat;
        box-shadow: -1px 6px 10px rgba(50,50,50, 0.3);
        margin-left: 3%;
        background-size: cover;
    }
    .news-masonry article:hover {
        box-shadow: -1px 3px 5px rgba(50,50,50, 0.4);
    }
    .news-masonry .info {
        background-color: #c41011;
        text-transform: uppercase;
        max-width: 70%;
        position: absolute;
        bottom: 20px;
        left: 0;
        padding: 10px 15px;
        border-radius: 0 15px 15px 0;
        transition: 0.2s;
        color: #fff;
    }
    .news-masonry .info:hover {
        background-color: #fff;
        color: #c41011;
    }
    .news-list .col-lg-4, .news-list .col-xl-4 {
        width: 30%;
    }
    @media (max-width: 992px) and (min-width: 768px) {
        .news-list .col-lg-4, .news-list .col-xl-4 {
            width: 30%;
        }
    }
    @media (max-width: 767px) and (min-width:0) {
        .news-list .col-lg-4, .news-list .col-xl-4 {
            width: 45%;
        }
    }
    .news-list .news-item {
        background: white;
        border-radius: 4px !important;
        padding: 10px 25px;
    }
    .product .pre_view .overlay {
        border-radius: 4px 4px 0 0;
    }
    .additional-photo-item {
        float: left;
    }
    .news-sharing-block {
        border-radius: 4px;
        background: #F1F1F1;
        padding: 30px 40px;
    }
    .social-icons-footer {
        font-size: 2rem;
    }
    .social-icons-footer .fa-vk {
        color: #c41011;
        text-decoration: none;
    }
    .social-icons-footer .fa-vk:hover {
        color: #4680C2;
        transition: 0.1s;
    }
    .social-icons-footer .fa-instagram {
        color: #c41011;
        font-weight: bold;
        text-decoration: none;
    }
    .social-icons-footer .fa-instagram:hover {
        transition: 0.1s;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: initial;
    }
    .social-icons-footer .fa-odnoklassniki-square {
        color: #c41011;
        text-decoration: none;
    }
    .social-icons-footer .fa-odnoklassniki-square:hover {
        color: #EE8208;
        transition: 0.1s;
    }
    .social-icons-footer .fa-youtube-play {
        color: #c41011;
        text-decoration: none;
    }
    .social-icons-footer .fa-youtube-play:hover {
        color: #FF0000;
        transition: 0.1s;
    }
    .social-icons-footer .fa-facebook-official {
        color: #c41011;
        text-decoration: none;
    }
    .social-icons-footer .fa-facebook-official:hover {
        color: #4267B2;
        transition: 0.1s;
    }
    .social-icons-footer .fa-twitter-square {
        color: #c41011;
        text-decoration: none;
    }
    .social-icons-footer .fa-twitter-square:hover {
        color: #00acee;
        transition: 0.1s;
    }
    @media (max-width: 1400px) and (min-width: 1200px) {
        .social-icons-footer {
            font-size: 25px;
        }
    }
    @media (max-width: 1199px) and (min-width: 768px) {
        .social-icons-footer {
            font-size: 25px;
        }
    }
    @media (max-width: 767px) and (min-width: 576px) {
        .social-icons-footer {
            font-size: 25px;
        }
    }
    .news-additional-block {
        margin-top: 50px;
    }
    .news-sharing-block_title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .news-sharing-block_go-back {
        display: inline-block;
        padding: 10px 20px;
        background: rgb(241, 241, 241);
        color: #262626;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        margin-top: 10px;
    }
    .news-sharing-block_go-back span {
        border-bottom: 1px solid #93989a;
        text-decoration: none;
    }
    .news-sharing-block_go-back::before {
        content: "";
        margin-right: 10px;
        background: url(/local/templates/katana/../images/arrow-back.png) no-repeat;
        width: 33px;
        height: 9px;
        display: inline-block;
    }
    .news-sharing-block_go-back:hover, .news-sharing-block_go-back:active {
        border-bottom: none;
        text-decoration: none;
    }
    .news-sharing-block_go-back:hover span {
        border-bottom: none;
        text-decoration: none;
    }
    .product .product-actions .progress-container {
        border-radius: 4px;
        border: 1px solid #bfc5c7;
    }
    .product .product-actions .progress-container .progress-bar-content {
        color: #999999;
        font-size: 14px;
        font-weight: 300;
        font-stretch: condensed;
    }

    .product-list .banner, .gift-container .product.gift, #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .basket-checkout-btn {
        border-radius: 25px;
    }
    .basket-checkout-btn {
        width:30%;
        position:absolute;
        right:5%;
    }
    .product .product-actions .progress-container {
        overflow: hidden;
    }
    .news-list .news-item .news-text {
        padding-bottom: 10px;
    }
    @-moz-document url-prefix() {
        .bd-select .sod_select::before {
            top: 16px;
        }
    }
    .category-seo-text {
        font-size: 14px;
        color: #747474;
        font-weight: 300;
    }
    .category-seo-text h2 {
        font-size: 18px;
    }
    .products-sub-menu-main nav ul li a {
        font-size: 18px;
    }
    .products-sub-menu-main nav ul li.active a {
        font-family: Gilroy, sans-serif;
        font-weight: 600;
        font-size: 48px;
        background: none;
        color: #000000;
        padding: 0;
    }
    .products-sub-menu-main nav ul li.active a:after {
        content: '';
        display: none;
    }
    .menu-general {
        display: inline-block;
    }
    .priority-nav {
        white-space: nowrap;
        /*
          * Makes sure the menu's are inline-block so they don't take up
          * the entire width of its parent. This will break the plugin.
          */
    }
    .priority-nav > ul {
        display: inline-block;
    }
    .priority-nav > ul > li {
        display: inline-block;
    }
    .nav__dropdown-wrapper {
        border-bottom: 1px solid #93989a;
        top: -5px;
    }
    .nav__dropdown-wrapper:hover {
        border-bottom: none !important;
    }
    .priority-nav {
        overflow: hidden;
    }
    .priority-nav.is-open {
        overflow: inherit;
    }
    .priority-nav-has-dropdown .priority-nav__dropdown-toggle:hover {
        color: #ff0000;
        border-bottom: none !important;
    }
    .priority-nav-has-dropdown .priority-nav__dropdown-toggle {
        position: relative;
        transition: all .2s ease;
        text-decoration: none;
        border: none;
        display: inline-block;
        color: #292f32;
        outline: none;
        background: none;
        padding: 0;
    }
    .priority-nav__wrapper {
        position: relative;
    }
    .priority-nav__dropdown {
        position: absolute;
        visibility: hidden;
    }
    .priority-nav__dropdown.show {
        visibility: visible;
    }
    .priority-nav__dropdown-toggle {
        visibility: hidden;
        position: absolute;
    }
    .priority-nav-is-visible {
        visibility: visible;
    }
    .priority-nav-is-hidden {
        visibility: hidden;
    }
    .priority-nav__dropdown.show {
        position: absolute;
        z-index: 9999;
        min-width: 50px;
        min-height: 32px;
        text-align: left;
        white-space: normal;
        background-color: #ffffff;
        background-clip: padding-box;
        border: solid 1px #e5e5e5;
        border-radius: 6px;
        box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
        -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
        left: -200%;
        top: 33px;
        padding: 10px 0;
    }
    .priority-nav__dropdown:before, .priority-nav__dropdown:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        content: " ";
    }
    .priority-nav__dropdown:before {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-bottom-color: #e5e5e5;
        border-width: 11px;
        border-top-width: 0;
    }
    .priority-nav__dropdown:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 10px;
        border-bottom-color: #ffffff;
        border-top-width: 0;
        left: 0;
        right: 0;
        top: -9px;
        margin: auto;
    }
    .priority-nav__dropdown li {
        cursor: pointer;
        padding: 4px 25px 4px 25px;
        display: block !important;
        width: 100%;
    }
    .priority-nav__dropdown li:hover {
        background-color: #f1f1f1;
    }
    .priority-nav__dropdown li a {
        border-bottom: 1px solid #93989a;
        font-size: 14px;
        text-decoration: none;
    }

    /* =============================================================================
       ЧАСТЬ 3: update2.css — правки поверх update.css
    ============================================================================= */
    .common-block2 {
        width: 270px;
    }
    .common-block {
        background: white;
        border-radius: 4px;
        box-shadow: -1px 6px 10px rgba(50, 50, 50, 0.2);
        -webkit-box-shadow: -1px 6px 10px rgba(50, 50, 50, 0.2);
        transition: 0.2s;
    }
    .common-block:hover {
        color: #c41011;
        box-shadow: -1px 3px 5px rgba(50, 50, 50, 0.4);
        -webkit-box-shadow: -1px 3px 5px rgba(50, 50, 50, 0.4);
    }
    .common-block div:hover {
        color: #c41011;
    }
    .index-navigation {
        position: absolute;
        right: 0;
    }
    .index-sections-list__item {
        background-repeat: no-repeat;
        width: 100%;
        margin-bottom: 20px;
        text-decoration: none !important;
        background-position-x: 100%;
    }
    .index-sections-list__item span {
        background: #f9f9f9;
        color: #212628;
        padding: 7px 15px;
        border-radius: 12px;
        font-size: 16px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        z-index: 2;
    }
    .index-sections-list__item--small {
        min-height: 140px;
    }
    .index-sections-list__item--big {
        min-height: 300px;
    }
    .all-categories-button {
        border: 1px solid #d7d7d7;
        border-radius: 12px;
        text-decoration: none;
        text-align: center;
        display: block;
        font-size: 16px;
        color: #61696d;
        height: 40px;
        font-weight: 300;
        line-height: 2.2;
        margin-top: 15px;
    }
    .all-categories-button:hover {
        background-color: #fff;
        text-decoration: none;
    }
    .product-badges ul {
        list-style: none;
        display: block;
        padding-inline-start: 0;
    }
    .product-badges a {
        background-size: auto 64%;
        line-height: 40px;
        background-color: white;
        height: 60px;
        background-position-y: center;
        background-position-x: 10px;
        background-repeat: no-repeat;
        display: block;
        margin-bottom: 10px;
        padding: 10px;
        font-size: 16px;
        font-weight: 300;
        text-decoration: none;
        box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
        -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
    .product-badges a span {
        padding-left: 60px;
        font-family: Gilroy, sans-serif;
        font-weight: 500;
        font-size: 16px;
    }
    .product-badges a span:hover {
        color: #c41011;
    }
    .product-badges a:hover span {
        border-bottom: none;
    }
    .product-badges li:last-child a {
        margin-bottom: 0;
    }
    .product-banner-slider .flickity-viewport {
        border-radius: 12px;
    }
    .product-banner-slider .carousel-cell {
        max-height: 500px;
        border-radius: 12px;
    }
    .product-banner-slider.flickity-enabled.is-draggable .flickity-viewport {
        max-height: 432px;
    }
    .product-banner-slider .flickity-prev-next-button {
        display: none;
    }
    .product-banner-slider img {
        border-radius: 4px !important;
    }
    .product-banner-slider .flickity-page-dots .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
    }
    .product-banner-slider .flickity-page-dots .dot::before {
        opacity: 1 !important;
        width: 8px !important;
        height: 8px !important;
        top: 2px !important;
        left: 2px !important;
        border-radius: 50%;
        background: #f4f4f4;
    }
    .product-banner-slider .flickity-page-dots .dot.completed::before {
        background: #f82c44;
    }
    .category-view-item-inner {
        padding: 15px 10px 10px 10px;
        height: 150px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .category-view-item .sub-categories li {
        line-height: 30px;
    }
    .category-view-item .sub-categories li a {
        text-decoration: none;
        border-bottom: 1px solid #93989a;
        font-weight: 300;
    }
    .category-view-item .sub-categories li a:hover {
        border-bottom: none;
    }
    .category-view-item .category-view-description {
        padding: 10px 0;
    }
    .category-view-item .category-view-image img {
        border-radius: 4px;
    }
    .small-info-block {
        margin-top: 33px;
        padding: 20px;
    }
    .small-info-block-image, .small-info-block-content {
        display: inline-block;
        vertical-align: top;
    }
    .small-info-block-image {
        width: 50px;
    }
    .small-info-block-image.fast svg path {
        fill: #bbbe4e;
    }
    .small-info-block-image.good svg path {
        fill: #f26560;
    }
    .small-info-block-image.free svg path {
        fill: #34bed4;
    }
    .small-info-block-content {
        padding-left: 10px;
    }
    .small-info-block-content-title {
        font-size: 16px;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .small-info-block-content-description {
        font-size: 12px;
        width: 140px;
        font-weight: 300;
    }
    .constructor-container {
        margin-top: 20px;
    }
    .constructor-container .base-list, .constructor-container .ingrs-cont {
        padding: 30px;
    }
    .constructor-container .title {
        font-size: 20px;
        padding-top: 0;
        padding-bottom: 20px;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .constructor-actions {
        text-align: center;
    }
    .constructor-summary > div {
        position: relative;
    }
    .constructor-summary > div > span:first-child::after {
        content: ' ';
        display: inline-block;
        border-bottom: 1px dashed #d3d3d3;
        height: 11px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .constructor-summary > div > span:first-child div {
        background-color: #f9f9f9;
        display: inline-block;
        position: absolute;
        z-index: 2;
        top: -16px;
    }
    .constructor-summary > div > span:last-child {
        text-align: right;
        z-index: 2;
        position: absolute;
        background: #f9f9f9;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: -20px;
        top: -18px;
    }
    .constructor-summary > div {
        margin-bottom: 30px;
    }
    .constructor-summary .weight > span:first-child div {
        top: -13px;
    }
    .constructor-summary .weight > span:last-child {
        top: -14px;
    }
    .constructor-main-buttons {
        margin-bottom: 30px;
    }
    .constructor-main-buttons a {
        display: inline-block;
        height: 90px;
        text-align: center;
        vertical-align: middle;
        line-height: 5.5;
        text-decoration: none;
        border-radius: 12px;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .constructor-main-buttons a:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .constructor-main-buttons a:nth-child(2) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #constructor-ingredients {
        width: 300px;
    }
    #constructor-presets {
        width: 520px;
    }
    .select-ingredients-list {
        height: 200px;
    }
    .select-preset-list {
        height: 480px;
    }
    .webui-popover {
        border-radius: 4px !important;
    }
    .new-ingredient .ingredient-categories {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    #popover-constructor-ingredients .webui-popover-content {
        padding: 0;
    }
    .constructor-ingredient-basket-item {
        cursor: pointer;
    }
    .constructor-ingredient-basket-item:last-child {
        border-bottom: none !important;
    }
    .ingrs-cont.empty .ingredients-list,
    .ingrs-cont.empty .constructor-summary,
    .ingrs-cont.empty .ingredients-list-footer,
    .ingrs-cont.empty .constructor-base-error,
    .ingrs-cont.empty .constructor-name-title,
    .ingrs-cont.empty .constructor-actions {
        display: none;
    }
    .ingrs-cont.empty {
        width: 100%;
        height: 220px;
    }
    .empty-icon {
        display: none;
    }
    .ingrs-cont.empty .empty-icon {
        display: block;
    }
    .empty-icon svg {
        width: 100px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .empty-icon svg path {
        fill: #dddddd;
    }
    .presets .preset-item {
        min-height: 166px;
        padding: 20px 0 !important;
        border-bottom: 1px dashed #e5e5e5;
    }
    .presets .preset-item:last-child {
        border-bottom: none !important;
    }
    .presets .preset-item .image {
        text-align: center;
        border: 1px solid white;
    }
    .presets .preset-item:hover .image, .presets .preset-item.active .image {
        border: 1px solid #a7af2b;
        border-radius: 12px;
    }
    .preset-actions {
        display: inline-block;
        text-align: right;
    }
    .preset-actions .remove-preset, .preset-actions .choose-preset {
        display: none;
    }
    .presets .preset-item:hover .choose-preset {
        display: block;
    }
    .presets .preset-item.active .remove-preset {
        display: block;
    }
    .presets .preset-item.active .choose-preset {
        display: none;
    }
    .preset-item-btn {
        padding: 4px 35px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 300;
        margin-top: -5px;
        margin-left: 30px;
        transition: all .3s;
        text-decoration: none !important;
    }
    .preset-item-btn:hover {
        color: white !important;
    }
    .presets .preset-item .choose-preset {
        border: 1px dashed #a7af2b;
        color: #a7af2b;
    }
    .presets .preset-item .choose-preset:hover {
        background: #a7af2b;
        border-style: solid;
    }
    .presets .preset-item .remove-preset {
        border: 1px dashed #fb4f58;
        color: #fb4f58;
    }
    .presets .preset-item .remove-preset:hover {
        background: #fb4f58;
        border-style: solid;
    }
    .preset-footer {
        height: 27px;
    }
    .preset-footer > div {
        vertical-align: top;
    }
    .active-label {
        width: 22px;
        height: 22px;
        background: #b6bf29;
        border-radius: 50%;
        position: absolute;
        right: 8px;
        top: 8px;
        display: none;
    }
    .presets .preset-item.active .active-label {
        display: block;
    }
    .active-label svg {
        position: absolute;
        top: 1px;
        bottom: 0;
        left: 1px;
        right: 0;
        margin: auto;
    }
    .active-label path {
        fill: white;
    }
    .ingredient-amount input[type="text"] {
        background: #f2f2f2;
        width: 54px;
        height: 40px;
        border: none;
        text-align: center;
        border-left: 1px solid #dddddd;
        vertical-align: top;
    }
    .ingredient-amount .change-cons-amount-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
        border: none;
        outline: none;
    }
    .ingredient-amount .change-cons-amount-btn.plus {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background: #fb4f58;
        color: white;
        margin-left: -3px;
    }
    .ingredient-amount .change-cons-amount-btn.plus:hover {
        background: #ec6a74;
    }
    .ingredient-amount .change-cons-amount-btn.minus {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background: #f2f2f2;
        color: #292f32;
        margin-right: -4px;
    }
    .ingredient-amount .change-cons-amount-btn.minus:hover {
        background: #e8e8e8;
    }
    #constructor-change-amount .ingredient-amount {
        margin-top: 15px;
        text-align: center;
    }
    #constructor-change-amount .ingredient-name {
        padding: 10px;
        text-align: center;
        font-size: 18px;
        border-bottom: 1px dashed #e5e5e5;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .ingredient-footer {
        text-align: center;
        padding-top: 15px;
    }
    .ingredient-footer a {
        color: #292f32;
        border-bottom: 1px dashed #9e9fa0;
        text-decoration: none;
        font-weight: 300;
    }
    .ingredient-footer a:hover {
        border-bottom: none;
    }
    .ingredients-list-footer {
        background: #f9f9f9;
        margin: 0 -30px;
        padding: 10px 30px;
        padding-bottom: 30px;
        margin-bottom: -30px;
        padding-right: 47px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .constructor-name-title {
        display: inline-block;
        border: none;
        border-bottom: 1px dashed #919394;
        font-size: 20px;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .constructor-name-title:hover {
        border-bottom-color: white;
    }
    .constructor-main-buttons a {
        cursor: pointer;
    }
    .constructor-main-buttons a:hover, .constructor-main-buttons a.active {
        background: #f9f9f9;
    }
    .add-ingredient {
        border-right: 1px solid #e8e8e8;
    }
    .add-ingredient svg, .get-preset svg {
        width: 50px;
        vertical-align: middle;
        padding-right: 10px;
    }
    .get-preset svg {
        margin-top: -12px;
    }
    .add-ingredient svg path, .get-preset svg path {
        fill: #c8c7c7;
        transition: .5s ease;
    }
    .add-ingredient:hover svg path,
    .add-ingredient.active svg path,
    .get-preset.active svg path,
    .get-preset:hover svg path {
        fill: #fb4f58;
    }
    .constructor-item .image-cont,
    .constructor-item .desc-cont {
        display: inline-block;
        vertical-align: middle;
    }
    .constructor-item .desc-cont {
        padding-left: 10px;
    }
    .ingrs-cont-col {
    }
    .constructor-container button.add-to-cart-constructor {
        margin-left: 16px;
        margin-top: 25px;
        width: 95%;
        height: 35px;
        border-radius: 12px;
        background-color: #f9515c;
        color: #fff;
    }
    .constructor-container button.add-to-cart-constructor:hover {
        background-color: #f6535f;
    }
    .constructor-container button.clear-constructor {
        color: #2a2f32;
        border-bottom: 1px dashed #93989a;
        margin-top: 15px;
        font-weight: 400;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .constructor-container button.add-to-cart-constructor[disabled="disabled"] {
        background-color: #f9f9f9;
        border: solid 1px #e2e4e5;
        color: #b6babb;
    }
    .new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .name:before {
        font-family: Gilroy,sans-serif;
        font-weight: 500;
    }
    .constructor-container .ingredients-list {
        padding-bottom: 20px;
    }
    .constructor-container .ingredients-list .constructor-ingredient-basket-item .name {
        line-height: 1.5;
    }
    .constructor-container .ingredients-list .constructor-ingredient-basket-item .weight {
        line-height: 1;
    }
    .presets .preset-item .description {
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 15px;
        padding-left: 0;
    }
    .presets .preset-item .name {
        line-height: 1.2;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .presets .preset-item .weight {
        line-height: 1.8;
        margin-left: 10px;
    }
    .webui-popover.left {
        margin-top: 0 !important;
    }
    .webui-popover.left.in {
        margin-left: -55px;
        margin-top: 0 !important;
    }
    #constructor-change-amount {
        width: 207px;
        line-height: 20px;
        padding-bottom: 15px;
    }
    .webui-popover.left.fade {
        transition: opacity .3s ease, margin-left .3s;
    }
    .constructor-base-error {
        line-height: 45px;
        background: #f35562;
        color: #fff;
        text-align: left;
        margin: 40px -30px 0;
        font-weight: 300;
        padding-left: 58px;
    }
    .constructor-base-error span {
        display: inline-block;
        position: relative;
    }
    .wok_error_choose:after {
        content: '!';
        display: block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid #fff;
        position: absolute;
        top: 10px;
        left: -30px;
        line-height: 1.5;
        text-align: center;
    }
    .product.product-detail-single {
        background: none;
        margin-top: 60px;
    }
    .product.product-detail.product-detail-single .product-info {
        margin-top: 13px;
    }
    .product.product-detail.product-detail-single .options-row-select {
        padding-left: 16px;
    }
    .product.product-detail.product-detail-single .product-option-list_ {
        margin-top: -20px;
        height: auto;
    }
    .back-to-catalog a {
        display: block;
        height: 36px;
        font-size: 14px;
        line-height: 2.4;
        border-radius: 25px;
        background: #f1f1f1;
        text-align: center;
    }
    .product.product-detail .back-to-catalog a:before {
        margin: 15px 8px 0 0;
    }
    .product.product-detail.product-detail-single .product-actions {
        margin-top: 10px;
    }
    .product.product-detail.product-detail-single .product-info .product-description {
        color: #272727;
        margin-top: 20px;
    }
    .address-item.opened {
        background: #ffffff;
        border-radius: 4px;
        padding-bottom: 40px;
        box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
        -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
    .order-total-container .order-total::after {
        display: none;
    }
    .country-by span.current-price > span.currency,.country-ua span.current-price > span.currency  {
        font-size: 18px;
    }
    .country-by .basket-btn .not-empty-basket .basket-sum .currency,.country-ua .basket-btn .not-empty-basket .basket-sum .currency {
        font-size: 16px;
    }
    .country-by #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bonuses-info .currency,.country-ua #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bonuses-info .currency {
        font-size: 13px;
    }
    .country-by #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .order-sum .currency,.country-ua #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .order-sum .currency {
        font-size: 16px;
        font-weight: 300;
    }
    .country-by .min-order-progress .progress-bar-content .min-order-sum .currency,.country-ua .min-order-progress .progress-bar-content .min-order-sum .currency {
        font-size: 14px;
    }
    #popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content .sum-to-gift span.sum-to-gift-currency {
        margin-left: 5px;
        font-size: 20px;
    }
    .country-by #popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content div:nth-child(3),.country-ua #popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content div:nth-child(3) {
        margin-top: 0;
    }
    .u-get-gift {
        margin-top: 6px;
    }
    .country-by #popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-sum .currency,.country-ua #popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-sum .currency {
        font-size: 16px;
        font-weight: 300;
    }
    .country-by span.old-price > span.currency,.country-ua span.old-price > span.currency {
        font-size: 14px;
    }
    .country-by .auth-state.logged-in-state .bonuses .value .currency,.country-ua .auth-state.logged-in-state .bonuses .value .currency {
        font-size: 20px;
        padding-left: 0;
    }
    .country-by .profile-content.order-history table.order-history-table tbody td span.currency,.country-ua .profile-content.order-history table.order-history-table tbody td span.currency {
        font-size: 14px;
    }
    .country-by .local_sum span.currency,.country-ua .local_sum span.currency {
        font-size: 14px;
    }
    .country-by .user-info-element.bonuses .value span.currency,.country-ua .user-info-element.bonuses .value span.currency {
        font-size: 26px;
    }
    .country-by .user-info-element.bonuses .value,.country-ua .user-info-element.bonuses .value {
        line-height: 1.0;
    }
    .country-by .profile-content.bonuses .progress-stat .currency,.country-ua .profile-content.bonuses .progress-stat .currency {
        font-size: 14px;
        font-weight: 300;
    }
    .country-by .constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum .currency,.country-ua .constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum .currency {
        font-size: 14px;
        font-weight: 300;
    }
    .country-by .constructor-container .constructor-summary .sum-value .currency,.country-ua .constructor-container .constructor-summary .sum-value .currency, .constructor-container .constructor-summary .sum-value .currency {
        font-size: 16px;
    }
    .country-by .presets .preset-item .price .currency,.country-ua .presets .preset-item .price .currency {
        font-size: 16px;
        font-weight: 300;
    }
    .country-by .gift-sticky .expanded-gift .gifts-list .gift-item .badge,.country-ua .gift-sticky .expanded-gift .gifts-list .gift-item .badge {
        width: 110px;
    }
    .country-by .gift-sticky .expanded-gift .gifts-list .gift-item .badge .currency,.country-ua .gift-sticky .expanded-gift .gifts-list .gift-item .badge .currency {
        font-size: 14px;
        font-weight: 300;
    }
    .country-by .gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div *,.country-ua .gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div * {
        font-size: 14px !important;
        font-weight: 300;
    }
    .country-by #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total,.country-ua #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total {
        width: 126px;
        margin-left: 27px;
    }
    .product.product-detail-single {
        min-height: 500px;
        overflow: unset !important;
    }
    .product-badges li {
    }
    @media (max-width: 991px) {
        .product-badges li {
            display: inline-block;
        }
        .product.product-detail-single {
            margin-top: 0;
        }
    }
    @media (min-width: 992px){
        .order-content li .image{
            display: none;
        }
    }
    /* @media (min-width: 1200px) — объединено в секцию update */
}
@media (max-width: 991px) {
    .news-sharing-block_go-back::before{
        display: none;
    }
    .product-detail-single .product-info {
        margin-top: 0;
    }
    .product-detail-single .col-xl-4 {
        margin-top: -740px !important;
    }
    .product-detail-single .pre_view {
        margin: 0 !important;
        margin-top: 20px !important;
    }
}
@media (max-width: 778px) {
    .product-detail-single .product-info {
        margin-top: 0;
    }
    .product-detail-single .col-xl-4 {
        margin-top: -640px !important;
    }
    .product-detail-single .pre_view {
        margin: 0 !important;
        margin-top: 20px !important;
    }
}
/* 15.06.2018 */
.progressiveLoad{
    filter: blur(5px);
    transition: all .2s ease;
}
.section-bg{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    background-repeat: no-repeat;
    background-size: cover;
}
.blured{
    filter: blur(5px);
}
.slider-height-fix{
    min-height: 400px;
}
.product.product-banner-slider{
    height: auto !important;
}
.blocks-without-banners{
    margin-top: -33px;
}
#popover-basket.product-information-open .basket-items-col{
    width: 470px !important;
}
#popover-basket.product-information-open .webui-popover-content #basket .information-col{
    width: 285px;
}
/*26.09.2018*/
.without-preset{
    border-radius: 4px !important;
    border-right: none !important;
}
.product-list .empty-items{
    padding-bottom: 50px;
}
#rules-modal .md-content .rules-text-cont.scroll-wrapper{
    padding-bottom: 20px !important;
}
.options-row-select{
    margin-bottom: 16px;
}
.options-row-select .option-title {
    font-weight: 600;
}
.captcha-cont{
    margin-top: 10px;
}
.captcha-cont img, .captcha-cont svg{
    display: inline-block;
    vertical-align: middle;
}
.captcha-cont svg{
    margin-left: 10px;
    cursor: pointer;
}
.captcha-cont svg path{
    fill: #f35562;
}
.product picture{
    display: block;
    width: 100%;
}
.product picture:hover{
    transform: scale(1.01);
    transition: 0.15s;
    cursor: pointer;
}
.map-placeholder{
    height: auto;
}
/* .bonuses-block — объединено в секцию update */

/* End */


/* Start:/local/templates/katana/css/OwlCarousel/assets/owl.carousel.min.css?15795302603351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/katana/css/OwlCarousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/katana/css/OwlCarousel/assets/owl.theme.default.css?15795349721653*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
button{
  outline: none !important;
}
button:hover{
  outline: none !important;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  width: 1110px;
  margin: 2px auto;
  padding-top: 0px;
  position: relative;
  bottom: 50px;

}

.owl-theme .owl-dots {

  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 5px 7px;
      border: 1px solid #c41011;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }


    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #c41011;
      outline: none;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:focus span {
  outline: none; }

/* End */


/* Start:/local/templates/katana/css/bootstrap.css?1783153636228694*/
﻿html {
    font-family: sans-serif;
}
body {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}
audio, canvas, progress, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
progress {
    vertical-align: baseline
}
template, [hidden] {
    display: none
}
a {
    background-color: transparent
}
a:active, a:hover {
    outline-width: 0
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}
b, strong {
    font-weight: inherit
}
b, strong {
    font-weight: bolder
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
img {
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
button, input, select, textarea {
    font: inherit
}
optgroup {
    font-weight: bold
}
button, input, select, textarea {
    margin: 0
}
button, select {
    text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer
}
[disabled] {
    cursor: default
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
textarea {
    overflow: auto
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}
[type="search"] {
    -webkit-appearance: textfield
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
@media print {
    *, *::before, *::after, *::first-letter, *::first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr, img {
        page-break-inside: avoid
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }
    .tag {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td, .table th {
        background-color: #fff !important
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}
html {
    box-sizing: border-box
}
*, *::before, *::after {
    box-sizing: inherit
}
html {
    font-size: 16px;
}
body {
    font-family: Gilroy, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
}
[tabindex="-1"]:focus {
    outline: none !important
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}
dt {
    font-weight: bold
}
dd {
    margin-bottom: .5rem;
    margin-left: 0
}
blockquote {
    margin: 0 0 1rem
}
a {
    color: #000;
    text-decoration: none
}
a:focus, a:hover {
    color: #070708;
    text-decoration: underline
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: none
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}
figure {
    margin: 0 0 1rem
}
img {
    vertical-align: middle
}
[role="button"] {
    cursor: pointer
}
a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation
}
table {
    border-collapse: collapse;
    background-color: transparent
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom
}
th {
    text-align: left
}
label {
    display: inline-block;
    margin-bottom: .5rem
}
button:focus {
    outline: 5px auto -webkit-focus-ring-color
}
input, button, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed
}
textarea {
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}
output {
    display: inline-block
}
[hidden] {
    display: none !important
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
h1, .h1 {
    font-size: 30px
}
h2, .h2 {
    font-size: 2rem
}
h3, .h3 {
    font-size: 1.75rem
}
h4, .h4 {
    font-size: 1.5rem
}
h5, .h5 {
    font-size: 1.25rem
}
h6, .h6 {
    font-size: 1rem
}
.lead {
    font-size: 1.25rem;
    font-weight: 300
}
.display-1 {
    font-size: 6rem;
    font-weight: 300
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
small, .small {
    font-size: 80%;
    font-weight: normal
}
mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: 5px
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #818a91
}
.blockquote-footer::before {
    content: "\2014 \00A0"
}
.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}
.blockquote-reverse .blockquote-footer::before {
    content: ""
}
.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}
dl.row > dd + dt {
    clear: left
}
.img-fluid {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: .3rem
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #818a91
}
.container {
    margin-left: auto;
    margin-right: auto
}
.container::after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 575px) and (max-width: 767px) {
    .container {
        max-width: 530px
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 920px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1110px;
    }
}
.container-fluid {
    margin-left: auto;
    margin-right: auto
}
.container-fluid::after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 544px) and (max-width: 991px) {
    .row {
        margin-left: -16px;
        margin-right: -16px
    }
}
.row::after {
    content: "";
    display: table;
    clear: both
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}
.col-xs-1 {
    float: left;
    width: 8.3333333333%
}
.col-xs-2 {
    float: left;
    width: 16.6666666667%
}
.col-xs-3 {
    float: left;
    width: 25%
}
.col-xs-4 {
    float: left;
    width: 33.3333333333%
}
.col-xs-5 {
    float: left;
    width: 41.6666666667%
}
.col-xs-6 {
    float: left;
    width: 50%
}
.col-xs-7 {
    float: left;
    width: 58.3333333333%
}
.col-xs-8 {
    float: left;
    width: 66.6666666667%
}
.col-xs-9 {
    float: left;
    width: 75%
}
.col-xs-10 {
    float: left;
    width: 83.3333333333%
}
.col-xs-11 {
    float: left;
    width: 91.6666666667%
}
.col-xs-12 {
    float: left;
    width: 100%
}
.pull-xs-0 {
    right: auto
}
.pull-xs-1 {
    right: 8.3333333333%
}
.pull-xs-2 {
    right: 16.6666666667%
}
.pull-xs-3 {
    right: 25%
}
.pull-xs-4 {
    right: 33.3333333333%
}
.pull-xs-5 {
    right: 41.6666666667%
}
.pull-xs-6 {
    right: 50%
}
.pull-xs-7 {
    right: 58.3333333333%
}
.pull-xs-8 {
    right: 66.6666666667%
}
.pull-xs-9 {
    right: 75%
}
.pull-xs-10 {
    right: 83.3333333333%
}
.pull-xs-11 {
    right: 91.6666666667%
}
.pull-xs-12 {
    right: 100%
}
.push-xs-0 {
    left: auto
}
.push-xs-1 {
    left: 8.3333333333%
}
.push-xs-2 {
    left: 16.6666666667%
}
.push-xs-3 {
    left: 25%
}
.push-xs-4 {
    left: 33.3333333333%
}
.push-xs-5 {
    left: 41.6666666667%
}
.push-xs-6 {
    left: 50%
}
.push-xs-7 {
    left: 58.3333333333%
}
.push-xs-8 {
    left: 66.6666666667%
}
.push-xs-9 {
    left: 75%
}
.push-xs-10 {
    left: 83.3333333333%
}
.push-xs-11 {
    left: 91.6666666667%
}
.push-xs-12 {
    left: 100%
}
.offset-xs-1 {
    margin-left: 8.3333333333%
}
.offset-xs-2 {
    margin-left: 16.6666666667%
}
.offset-xs-3 {
    margin-left: 25%
}
.offset-xs-4 {
    margin-left: 33.3333333333%
}
.offset-xs-5 {
    margin-left: 41.6666666667%
}
.offset-xs-6 {
    margin-left: 50%
}
.offset-xs-7 {
    margin-left: 58.3333333333%
}
.offset-xs-8 {
    margin-left: 66.6666666667%
}
.offset-xs-9 {
    margin-left: 75%
}
.offset-xs-10 {
    margin-left: 83.3333333333%
}
.offset-xs-11 {
    margin-left: 91.6666666667%
}
@media (min-width: 544px) {
    .col-sm-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-sm-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-sm-3 {
        float: left;
        width: 25%
    }
    .col-sm-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-sm-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-sm-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-sm-9 {
        float: left;
        width: 75%
    }
    .col-sm-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-sm-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.3333333333%
    }
    .pull-sm-2 {
        right: 16.6666666667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.3333333333%
    }
    .pull-sm-5 {
        right: 41.6666666667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.3333333333%
    }
    .pull-sm-8 {
        right: 66.6666666667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.3333333333%
    }
    .pull-sm-11 {
        right: 91.6666666667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.3333333333%
    }
    .push-sm-2 {
        left: 16.6666666667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.3333333333%
    }
    .push-sm-5 {
        left: 41.6666666667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.3333333333%
    }
    .push-sm-8 {
        left: 66.6666666667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.3333333333%
    }
    .push-sm-11 {
        left: 91.6666666667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-md-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-md-3 {
        float: left;
        width: 25%
    }
    .col-md-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-md-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-md-6 {
        float: left;
        width: 50%
    }
    .col-md-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-md-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-md-9 {
        float: left;
        width: 75%
    }
    .col-md-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-md-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.3333333333%
    }
    .pull-md-2 {
        right: 16.6666666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.3333333333%
    }
    .pull-md-5 {
        right: 41.6666666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.3333333333%
    }
    .pull-md-8 {
        right: 66.6666666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.3333333333%
    }
    .pull-md-11 {
        right: 91.6666666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.3333333333%
    }
    .push-md-2 {
        left: 16.6666666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.3333333333%
    }
    .push-md-5 {
        left: 41.6666666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.3333333333%
    }
    .push-md-8 {
        left: 66.6666666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.3333333333%
    }
    .push-md-11 {
        left: 91.6666666667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0%
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-lg-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-lg-3 {
        float: left;
        width: 25%
    }
    .col-lg-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-lg-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-lg-6 {
        float: left;
        width: 50%
    }
    .col-lg-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-lg-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-lg-9 {
        float: left;
        width: 75%
    }
    .col-lg-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-lg-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.3333333333%
    }
    .pull-lg-2 {
        right: 16.6666666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.3333333333%
    }
    .pull-lg-5 {
        right: 41.6666666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.3333333333%
    }
    .pull-lg-8 {
        right: 66.6666666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.3333333333%
    }
    .pull-lg-11 {
        right: 91.6666666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.3333333333%
    }
    .push-lg-2 {
        left: 16.6666666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.3333333333%
    }
    .push-lg-5 {
        left: 41.6666666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.3333333333%
    }
    .push-lg-8 {
        left: 66.6666666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.3333333333%
    }
    .push-lg-11 {
        left: 91.6666666667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}
@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.3333333333%
    }
    .col-xl-2 {
        float: left;
        width: 16.6666666667%
    }
    .col-xl-3 {
        float: left;
        width: 25%
    }
    .col-xl-4 {
        float: left;
        width: 33.3333333333%
    }
    .col-xl-5 {
        float: left;
        width: 41.6666666667%
    }
    .col-xl-6 {
        float: left;
        width: 50%
    }
    .col-xl-7 {
        float: left;
        width: 58.3333333333%
    }
    .col-xl-8 {
        float: left;
        width: 66.6666666667%
    }
    .col-xl-9 {
        float: left;
        width: 75%
    }
    .col-xl-10 {
        float: left;
        width: 83.3333333333%
    }
    .col-xl-11 {
        float: left;
        width: 91.6666666667%
    }
    .col-xl-12 {
        float: left;
        width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.3333333333%
    }
    .pull-xl-2 {
        right: 16.6666666667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.3333333333%
    }
    .pull-xl-5 {
        right: 41.6666666667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.3333333333%
    }
    .pull-xl-8 {
        right: 66.6666666667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.3333333333%
    }
    .pull-xl-11 {
        right: 91.6666666667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.3333333333%
    }
    .push-xl-2 {
        left: 16.6666666667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.3333333333%
    }
    .push-xl-5 {
        left: 41.6666666667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.3333333333%
    }
    .push-xl-8 {
        left: 66.6666666667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.3333333333%
    }
    .push-xl-11 {
        left: 91.6666666667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}
.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}
.table tbody + tbody {
    border-top: 2px solid #eceeef
}
.table .table {
    background-color: #fff
}
.table-sm th, .table-sm td {
    padding: .3rem
}
.table-bordered {
    border: 1px solid #eceeef
}
.table-bordered th, .table-bordered td {
    border: 1px solid #eceeef
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075)
}
.table-success, .table-success > th, .table-success > td {
    background-color: #dff0d8
}
.table-hover .table-success:hover {
    background-color: #d0e9c6
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6
}
.table-info, .table-info > th, .table-info > td {
    background-color: #d9edf7
}
.table-hover .table-info:hover {
    background-color: #c4e3f3
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3
}
.table-warning, .table-warning > th, .table-warning > td {
    background-color: #fcf8e3
}
.table-hover .table-warning:hover {
    background-color: #faf2cc
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc
}
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f2dede
}
.table-hover .table-danger:hover {
    background-color: #ebcccc
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc
}
.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}
.thead-default th {
    color: #55595c;
    background-color: #eceeef
}
.table-inverse {
    color: #eceeef;
    background-color: #373a3c
}
.table-inverse th, .table-inverse td, .table-inverse thead th {
    border-color: #55595c
}
.table-inverse.table-bordered {
    border: 0
}
.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}
.table-reflow thead {
    float: left
}
.table-reflow tbody {
    display: block;
    white-space: nowrap
}
.table-reflow th, .table-reflow td {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}
.table-reflow th:last-child, .table-reflow td:last-child {
    border-right: 1px solid #eceeef
}
.table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #eceeef
}
.table-reflow tr {
    float: left
}
.table-reflow tr th, .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef
}
.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none
}
.form-control::placeholder {
    color: #999;
    opacity: 1
}
.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}
.form-control:disabled {
    cursor: not-allowed
}
select.form-control:not([size]):not([multiple]) {
    height: 2.5rem
}
select.form-control:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}
.form-control-file, .form-control-range {
    display: block
}
.col-form-label {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}
.col-form-label-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem
}
.col-form-label-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .875rem
}
.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}
.form-control-static {
    min-height: 2.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 3.1666666667rem
}
.form-group {
    margin-bottom: 1rem
}
.form-text {
    display: block;
    margin-top: .25rem
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem
}
.form-check + .form-check {
    margin-top: -.25rem
}
.form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}
.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}
.form-check-input:only-child {
    position: static
}
.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}
.form-check-inline + .form-check-inline {
    margin-left: .75rem
}
.form-check-inline.disabled {
    cursor: not-allowed
}
.form-control-feedback {
    margin-top: .25rem
}
.form-control-success, .form-control-warning, .form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .625rem;
    background-size: 1.25rem 1.25rem
}
.has-success .form-control-feedback, .has-success .form-control-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control {
    color: #5cb85c
}
.has-success .form-control {
    border-color: #5cb85c
}
.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}
.has-success .form-control-feedback {
    color: #5cb85c
}
.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}
.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control {
    color: #f0ad4e
}
.has-warning .form-control {
    border-color: #f0ad4e
}
.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}
.has-warning .form-control-feedback {
    color: #f0ad4e
}
.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}
.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control {
    color: #d9534f
}
.has-danger .form-control {
    border-color: #d9534f
}
.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}
.has-danger .form-control-feedback {
    color: #d9534f
}
.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}
@media (min-width: 544px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group > .form-control {
        width: 100%
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.fade {
    opacity: 0;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height
}
.dropup, .dropdown {
    position: relative
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}
.dropdown-toggle:focus {
    outline: 0
}
.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}
.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    outline: 0
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91
}
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
}
.open > .dropdown-menu {
    display: block
}
.open > a {
    outline: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    display: block;
    padding: 5px 20px;
    font-size: .875rem;
    color: #818a91;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #55595c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:not(:last-child) {
    border-right: 0
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.form-control + .input-group-addon:not(:first-child) {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn > .btn {
    position: relative
}
.input-group-btn > .btn + .btn {
    margin-left: -1px
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 3
}
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px
}
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3
}
.custom-control {
    position: relative;
    display: inline;
    padding-left: 1.5rem;
    cursor: pointer
}
.custom-control + .custom-control {
    margin-left: 1rem
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}
.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9
}
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9
}
.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff
}
.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee
}
.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed
}
.custom-control-indicator {
    position: absolute;
    top: .0625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}
.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-indicator {
    border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-controls-stacked .custom-control {
    display: inline
}
.custom-controls-stacked .custom-control::after {
    display: block;
    margin-bottom: .25rem;
    content: ""
}
.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0
}
.custom-select {
    display: inline-block;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-right: .75rem \9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}
.custom-select:focus {
    border-color: #51a7e8;
    outline: none
}
.custom-select:focus::-ms-value {
    color: #55595c;
    background-color: #fff
}
.custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}
.custom-select::-ms-expand {
    opacity: 0
}
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer
}
.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem
}
.custom-file-control:lang(en)::after {
    content: "Choose file..."
}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 .25rem .25rem 0
}
.custom-file-control:lang(en)::before {
    content: "Browse"
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav-link {
    display: inline-block
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none
}
.nav-link.disabled {
    color: #818a91
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent
}
.nav-inline .nav-item {
    display: inline-block
}
.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
    margin-left: 1rem
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs::after {
    content: "";
    display: table;
    clear: both
}
.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px
}
.nav-tabs .nav-item + .nav-item {
    margin-left: .2rem
}
.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.nav-pills::after {
    content: "";
    display: table;
    clear: both
}
.nav-pills .nav-item {
    float: left
}
.nav-pills .nav-item + .nav-item {
    margin-left: .2rem
}
.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #000
}
.nav-stacked .nav-item {
    display: block;
    float: none
}
.nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
.navbar {
    position: relative;
    padding: .5rem 1rem
}
.navbar::after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 544px) {
    .navbar {
        border-radius: .25rem
    }
}
.navbar-full {
    z-index: 1000
}
@media (min-width: 544px) {
    .navbar-full {
        border-radius: 0
    }
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 544px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0
}
.navbar-fixed-bottom {
    bottom: 0
}
.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}
@media (min-width: 544px) {
    .navbar-sticky-top {
        border-radius: 0
    }
}
.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}
.navbar-brand > img {
    display: block
}
.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden
}
.navbar-divider::before {
    content: "\00a0"
}
.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: .25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}
.navbar-nav .nav-item {
    float: left
}
.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}
.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8)
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8)
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.3)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6)
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8)
}
.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075)
}
.navbar-dark .navbar-brand {
    color: #fff
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75)
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
    color: #fff
}
.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075)
}
.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both
}
@media (max-width: 543px) {
    .navbar-toggleable-xs .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}
@media (min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important
    }
}
.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both
}
@media (max-width: 767px) {
    .navbar-toggleable-sm .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}
@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important
    }
}
.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both
}
@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        float: none;
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .navbar-toggleable-md {
        display: block !important
    }
}
.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, 0.125)
}
.card-block {
    padding: 1.25rem
}
.card-block::after {
    content: "";
    display: table;
    clear: both
}
.card-title {
    margin-bottom: .75rem
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}
.card-text:last-child {
    margin-bottom: 0
}
.card-link:hover {
    text-decoration: none
}
.card-link + .card-link {
    margin-left: 1.25rem
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}
.card-header::after {
    content: "";
    display: table;
    clear: both
}
.card-header:first-child {
    border-radius: .25rem .25rem 0 0
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}
.card-footer::after {
    content: "";
    display: table;
    clear: both
}
.card-footer:last-child {
    border-radius: 0 0 .25rem .25rem
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}
.card-primary {
    background-color: #000;
    border-color: #000
}
.card-primary .card-header, .card-primary .card-footer {
    background-color: transparent
}
.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}
.card-success .card-header, .card-success .card-footer {
    background-color: transparent
}
.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}
.card-info .card-header, .card-info .card-footer {
    background-color: transparent
}
.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}
.card-warning .card-header, .card-warning .card-footer {
    background-color: transparent
}
.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}
.card-danger .card-header, .card-danger .card-footer {
    background-color: transparent
}
.card-outline-primary {
    background-color: transparent;
    border-color: #000
}
.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}
.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}
.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}
.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}
.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}
.card-inverse .card-header, .card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2)
}
.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
    color: #fff
}
.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65)
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff
}
.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}
.card-img {
    border-radius: .25rem
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}
.card-img-top {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}
.card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}
@media (min-width: 544px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }
    .card-deck .card {
        display: table-cell;
        margin-bottom: 0;
        vertical-align: top
    }
    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}
@media (min-width: 544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }
    .card-group .card {
        display: table-cell;
        vertical-align: top
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0
    }
}
@media (min-width: 544px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        width: 100%
    }
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}
@media (min-width: 544px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}
.jumbotron-hr {
    border-top-color: #d0d5d8
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}
.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-heading {
    color: inherit
}
.alert-link {
    font-weight: bold
}
.alert-dismissible {
    padding-right: 2rem
}
.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1rem;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c1e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6d5ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7ecb5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9b9
}
.alert-danger .alert-link {
    color: #843534
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.bg-faded {
    background-color: #f7f7f9
}
.bg-primary {
    color: #fff !important;
    background-color: #000 !important
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #121516 !important
}
.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important
}
.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important
}
.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important
}
.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c !important
}
.bg-inverse {
    color: #fff !important;
    background-color: #373a3c !important
}
a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #1f2021 !important
}
.clearfix::after {
    content: "";
    display: table;
    clear: both
}
.d-block {
    display: block !important
}
.d-inline-block {
    display: inline-block !important
}
.d-inline {
    display: inline !important
}
.pull-xs-left {
    float: left !important
}
.pull-xs-right {
    float: right !important
}
.pull-xs-none {
    float: none !important
}
@media (min-width: 544px) {
    .pull-sm-left {
        float: left !important
    }
    .pull-sm-right {
        float: right !important
    }
    .pull-sm-none {
        float: none !important
    }
}
@media (min-width: 768px) {
    .pull-md-left {
        float: left !important
    }
    .pull-md-right {
        float: right !important
    }
    .pull-md-none {
        float: none !important
    }
}
@media (min-width: 992px) {
    .pull-lg-left {
        float: left !important
    }
    .pull-lg-right {
        float: right !important
    }
    .pull-lg-none {
        float: none !important
    }
}
@media (min-width: 1200px) {
    .pull-xl-left {
        float: left !important
    }
    .pull-xl-right {
        float: right !important
    }
    .pull-xl-none {
        float: none !important
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.w-100 {
    width: 100% !important
}
.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important
}
.m-a-0 {
    margin: 0 0 !important
}
.m-t-0 {
    margin-top: 0 !important
}
.m-r-0 {
    margin-right: 0 !important
}
.m-b-0 {
    margin-bottom: 0 !important
}
.m-l-0 {
    margin-left: 0 !important
}
.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}
.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}
.m-a-1 {
    margin: 1rem 1rem !important
}
.m-t-1 {
    margin-top: 1rem !important
}
.m-r-1 {
    margin-right: 1rem !important
}
.m-b-1 {
    margin-bottom: 1rem !important
}
.m-l-1 {
    margin-left: 1rem !important
}
.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}
.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}
.m-a-2 {
    margin: 1.5rem 1.5rem !important
}
.m-t-2 {
    margin-top: 1.5rem !important
}
.m-r-2 {
    margin-right: 1.5rem !important
}
.m-b-2 {
    margin-bottom: 1.5rem !important
}
.m-l-2 {
    margin-left: 1.5rem !important
}
.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}
.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}
.m-a-3 {
    margin: 3rem 3rem !important
}
.m-t-3 {
    margin-top: 3rem !important
}
.m-r-3 {
    margin-right: 3rem !important
}
.m-b-3 {
    margin-bottom: 3rem !important
}
.m-l-3 {
    margin-left: 3rem !important
}
.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}
.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}
.p-a-0 {
    padding: 0 0 !important
}
.p-t-0 {
    padding-top: 0 !important
}
.p-r-0 {
    padding-right: 0 !important
}
.p-b-0 {
    padding-bottom: 0 !important
}
.p-l-0 {
    padding-left: 0 !important
}
.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.p-a-1 {
    padding: 1rem 1rem !important
}
.p-t-1 {
    padding-top: 1rem !important
}
.p-r-1 {
    padding-right: 1rem !important
}
.p-b-1 {
    padding-bottom: 1rem !important
}
.p-l-1 {
    padding-left: 1rem !important
}
.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}
.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}
.p-a-2 {
    padding: 1.5rem 1.5rem !important
}
.p-t-2 {
    padding-top: 1.5rem !important
}
.p-r-2 {
    padding-right: 1.5rem !important
}
.p-b-2 {
    padding-bottom: 1.5rem !important
}
.p-l-2 {
    padding-left: 1.5rem !important
}
.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}
.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}
.p-a-3 {
    padding: 3rem 3rem !important
}
.p-t-3 {
    padding-top: 3rem !important
}
.p-r-3 {
    padding-right: 3rem !important
}
.p-b-3 {
    padding-bottom: 3rem !important
}
.p-l-3 {
    padding-left: 3rem !important
}
.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}
.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}
.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}
.text-justify {
    text-align: justify !important
}
.text-nowrap {
    white-space: nowrap !important
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.text-xs-left {
    text-align: left !important
}
.text-xs-right {
    text-align: right !important
}
.text-xs-center {
    text-align: center !important
}
@media (min-width: 544px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}
.text-lowercase {
    text-transform: lowercase !important
}
.text-uppercase {
    text-transform: uppercase !important
}
.text-capitalize {
    text-transform: capitalize !important
}
.font-weight-normal {
    font-weight: normal
}
.font-weight-bold {
    font-weight: bold
}
.font-italic {
    font-style: italic
}
.text-muted {
    color: #818a91 !important
}
a.text-muted:focus, a.text-muted:hover {
    color: #687077 !important
}
.text-primary {
    color: #000 !important
}
a.text-primary:focus, a.text-primary:hover {
    color: #121516 !important
}
.text-success {
    color: #5cb85c !important
}
a.text-success:focus, a.text-success:hover {
    color: #449d44 !important
}
.text-info {
    color: #5bc0de !important
}
a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important
}
.text-warning {
    color: #f0ad4e !important
}
a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important
}
.text-danger {
    color: #d9534f !important
}
a.text-danger:focus, a.text-danger:hover {
    color: #c9302c !important
}
.invisible {
    visibility: hidden !important
}
.hidden-xs-up {
    display: none !important
}
@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important
    }
}
@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important
    }
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}
@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}
@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}
@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}
.hidden-xl-down {
    display: none !important
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
*, *:focus {
    outline: none
}
*::-moz-focus-inner {
    border: 0
}
body, button, a {
    outline: none
}
strong, b {
    font-weight: 400
}
@media (min-width: 0) {
    main {
        min-height: calc(100vh - 220px)
    }
}
@media (min-width: 544px) {
    main {
        min-height: calc(100vh - 220px)
    }
}
@media (min-width: 768px) {
    main {
        min-height: calc(100vh - 270px)
    }
}
@media (min-width: 992px) {
    main {
        min-height: calc(100vh - 390px)
    }
}
@media (min-width: 1200px) {
    main {
        min-height: calc(100vh - 350px)
    }
}
.mt10 {
    margin-top: 10px
}
.bd-round-icon {
    width: 36px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative
}
.bd-round-icon img {
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
.bd-popup {
    display: none
}
.nopad {
    padding: 0
}
.nopadl {
    padding-left: 0
}
.nopadr {
    padding-right: 0
}
.top-grey-fw-container {
    box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.05)
}
.progress-container .progress-bar {
    position: absolute;
    z-index: 1;
    background-color: #c4094f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.progress-container .progress-bar.complete.use {
    background: url(/local/templates/katana/css/../images/basket-gifts-sprite.png) repeat-y 0 0px, #fedd2c;
    animation: gift-animation 700s linear infinite;
    -webkit-animation: gift-animation 700s linear infinite
}
.progress-container .progress-bar.complete.reuse {
    background: url(/local/templates/katana/css/../images/basket-gifts-sprite.png) repeat-y -207px 0px, #b9c025
}
.progress-container .progress-bar-content {
    position: absolute;
    z-index: 2;
    position: absolute
}
.order-total-container {
    padding: 0
}
.order-total-container .order-total {
    background-color: #f4f4f4;
    width: 108px;
    height: 51px;
    padding-left: 12px;
    padding-top: 12px
}
.order-total-container .order-total::after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26.5px 0 25.5px 17px;
    border-color: transparent transparent transparent #f4f4f4;
    position: absolute;
    top: 0;
    right: 20px
}
.order-total-container .order-total .order-sum {
    font-size: 18px;
    font-stretch: condensed;
    color: #000;
    line-height: 0.7
}
.order-total-container .order-total .order-sum .currency {
    font-size: 20px;
    padding-left: 3px
}
.order-total-container .order-total .order-discount {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    color: #474c4d
}
.radios {
    padding-top: 10px
}
.radios label {
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000;
    margin-right: 10px;
    font-weight: 400;
    font-family: Gilroy, sans-serif;
}
.radios label span {
    padding-left: 10px
}

span.current-price > span.currency {
    font-size: 20px;
    padding-left: 4px;
}
.current-price_sp1{
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 30px;
}
.mini_rub{
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    font-size: 14px;
}
span.old-price > span.currency {
    font-size: 15px;
    padding-left: 2px
}
.likes {
    transition: all .2s ease;
    width: 51px;
    height: 51px;
    opacity: 0;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 7px;
    text-align: center;
    border: solid 1px #e6e6e6;
    cursor: pointer
}
.likes .like-content {
    position: absolute;
    width: 51px;
    height: 10px;
    vertical-align: middle;
    text-align: center;
    top: 14px
}
.likes .like-icon {
    width: 15px;
    height: 14px;
    background: url(/local/templates/katana/css/../images/heart-sprite.png) left top no-repeat;
    display: inline-block;
    margin-right: 4px
}
.likes.liked .like-icon {
    background: url(/local/templates/katana/css/../images/heart-sprite.png) left bottom no-repeat
}
.likes span {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000;
    margin-top: 2px;
    display: inline-block;
    vertical-align: top
}
.font-fix, .news-detail .detail-content, .category-view-item .category-view-name .name-cont a, .category-view-item .category-view-description, #bonuses-info .title {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@keyframes shake {
    0%, 100% {
        transform: translate3d(0, 0, 0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(1px, 0, 0)
    }
}
.shake {
    animation-duration: 1.2s;
    animation-name: shake_bd
}
.not-catalog .breadcrumb-box {
    margin-top: 50px;
}
.spinner {
    display: none;
    width: 45px;
    height: 45px;
    animation: rotate-big step-start .8s infinite normal;
    background: url(/local/templates/katana/css/../images/spinner_bd.png)
}
@-o-keyframes rotate-big {
    0% {
        background-position: 0 0
    }
    13% {
        background-position: -45px 0
    }
    26% {
        background-position: -90px 0
    }
    39% {
        background-position: -135px 0
    }
    52% {
        background-position: -180px 0
    }
    65% {
        background-position: -225px 0
    }
    78% {
        background-position: -270px 0
    }
    91% {
        background-position: -315px 0
    }
    100% {
        background-position: 0 0
    }
}
@keyframes rotate-big {
    0% {
        background-position: 0 0
    }
    13% {
        background-position: -45px 0
    }
    26% {
        background-position: -90px 0
    }
    39% {
        background-position: -135px 0
    }
    52% {
        background-position: -180px 0
    }
    65% {
        background-position: -225px 0
    }
    78% {
        background-position: -270px 0
    }
    91% {
        background-position: -315px 0
    }
    100% {
        background-position: 0 0
    }
}
.category-page header:before {
    top: 135px
}
.category-page header .top-line {
    box-shadow: none;
    z-index: 3;
    position: relative;
    background-color: white
}
.product{
    margin-bottom: 20px!important;
}
.product.product-item{
    border-radius: 4px;
    box-shadow: -1px 6px 10px 0px rgba(50, 50, 50, 0.2);
    transition: 0.2s;
}
.product.product-item:hover{
    box-shadow: -1px 6px 11px 0px rgba(50, 50, 50, 0.5);
}
.category-page header .product-categories-container {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05)
}
header .basket-btn-container .bd-round-icon {
    width: 40px;
    height: 40px
}
header .basket-btn-container .bd-round-icon svg {
    width: 20px;
    margin-top: 9px
}
header .top-line {
    height: 75px;
    padding: 20px 0;
    position: relative;
    background-color: #fff;
}
header .logo {
    position: relative;
    height: 65px;
    margin-top: -15px;
    display: block;
    float: left
}
header .logo * {
    text-decoration: none;
    font-size: 22px;
    line-height: 1.1;
    color: #000
}
header .logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 65px
}
header .information-btn {
    display: inline-block;
    margin-left: 200px;
    margin-top: 6px
}
header .information-btn a {
    display: inherit;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
    color: #000
}
header .information-btn a span {
    border-bottom: 1px dashed #93989a
}
header .information-btn a:hover span, header .information-btn a.pop-active span {
    border-bottom: none;
    color: #ff0000
}
header .information-btn a svg {
    position: absolute;
    left: 0;
    top: 5px;
    display: inherit;
    text-align: center;
    width: 15px;
    height: 15px
}
header .information-btn a svg path {
    fill: #f8515c
}
header .phone {
    display: inline-block;
    margin-right: 13px;
    margin-top: 5px
}
header .auth-block {
    display: inline-block
}
header .auth-block .auth-btn {
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none
}
header .auth-block .auth-btn svg {
    width: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
header .auth-block .auth-btn svg path {
    transition: all .2s ease;
    fill: #b2bbbd
}
header .auth-block .auth-btn:hover, header .auth-block .auth-btn.pop-active {
    text-decoration: none
}
header .auth-block .auth-btn:hover svg path, header .auth-block .auth-btn.pop-active svg path {
    fill: #ff0000
}
header .auth-block .auth-btn:hover .bd-round-icon, header .auth-block .auth-btn.pop-active .bd-round-icon {
    border-color: #ff0000
}
header .auth-block .auth-btn:hover span, header .auth-block .auth-btn.pop-active span {
    border-bottom: none;
    color: #ff0000
}
header .auth-block .auth-btn span {
    margin-left: 9px;
    border-bottom: 1px dashed #93989a
}
header .auth-block .bonuses-info-btn {
    text-decoration: none
}
header .auth-block .bonuses-info-btn i {
    transition: all .2s ease
}
header .auth-block .bonuses-info-btn svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
header .auth-block .bonuses-info-btn svg path {
    transition: all .2s ease;
    fill: #b2bbbd
}
header .auth-block .bonuses-info-btn:hover i, header .auth-block .bonuses-info-btn.pop-active i {
    background-color: #b0b832
}
header .auth-block .bonuses-info-btn:hover svg path, header .auth-block .bonuses-info-btn.pop-active svg path {
    fill: white
}
header .product-categories-container {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}
header .product-categories-container.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: white !important;
    border-top: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
    box-shadow: none !important;
    z-index: 10
}
header .product-categories-container .container .row {
    height: 58px;
    padding: 15px 0
}
header .product-categories-container nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}
header .product-categories-container nav ul li {
    display: inline-block;
    margin-right: 25px
}
header .product-categories-container nav ul li.menu-extend-cont {
    display: none
}
header .product-categories-container nav ul li a {
    text-decoration: none;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 4px solid transparent;
}
header .product-categories-container nav ul li a.pop-active {
    color: #ff0000;
    border-bottom: none
}
header .product-categories-container nav ul li:hover a, header .product-categories-container nav ul li:hover span, header .product-categories-container nav ul li.active a, header .product-categories-container nav ul li.active span {
    border-bottom: 4px solid #ff0000;
    padding-bottom: 20px;
}
.index-page .product-categories-container {
    border-bottom: none
}
.content.non-catalog {
    margin-top: 30px !important
}
#popover-auth .webui-popover-content {
    width: 225px;
    padding: 10px
}
#popover-auth.is_auth .webui-popover-content {
    padding: 0
}
#popover-auth[data-state="logged-in"] .webui-popover-content {
    padding: 0
}
#popover-auth[data-state="sign-up-phone"] .webui-popover-inner:after {
    content: 'На указанный телефон в течении нескольких секунд придет 5-значный код.';
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #9299a2;
    background-color: #f6f7f8;
    border-top: 1px solid #e2e4e5;
    padding: 15px 20px 20px 20px;
    height: 62px;
    display: block;
    width: 255px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
#rules-modal .md-content {
    width: 730px;
    height: 520px;
    background: white;
    overflow-y: scroll;}
#rules-modal .md-content .md-close {
    position: absolute;
    right: 10px;
    top: 10px
}
#rules-modal .md-content .md-close svg {
    width: 20px
}
#rules-modal .md-content .md-close svg path {
    fill: #979797
}
#rules-modal .md-content .title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    font-stretch: condensed;
    color: #000000
}
#rules-modal .md-content .rules-text-cont {
    height: 440px;
    font-size: 14px;
    line-height: 1.3;
    color: #4d4d4d;
    font-weight: 300;
    padding-right: 50px
}
#rules-modal .md-content .rules-text-cont.scroll-wrapper {
    background: url("/local/templates/katana/css/../images/shadow_rules.png") bottom no-repeat
}
.auth-tabs {
    margin: 0 20px 14px;
    width: 190px;
    text-align: center;
}
.auth-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.auth-tabs ul li {
    display: inline-block;
    padding: 2px 18px
}
.auth-tabs ul li.active {
    border-radius: 25px;
    background-color: #c41011
}
.auth-tabs ul li.active a {
    color: white;
    border: none
}
.auth-tabs ul li a {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #93989a
}
.auth-tabs ul li a:hover {
    border: none;
    text-decoration: none
}
.auth-state {
    display: none
}
.auth-state.logged-in-state, .auth-state.sign-in-email-state {
    display: block
}
.auth-state .social-icons {
    margin-top: 15px;
    border-top: 1px solid #e6e6e6
}
.auth-state .social-icons .title {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.5;
    color: #000;
    padding-bottom: 5px;
    padding-top: 5px
}
.auth-state .social-icons ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.auth-state .social-icons ul li {
    display: inline-block;
    position: relative
}
.auth-state .social-icons ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%
}
.auth-state .social-icons ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin: -12px 0 0 -12px;
    background-size: cover
}
.auth-state .social-icons ul li a.vk {
    background: #5d7ea3
}
.auth-state .social-icons ul li a.vk:after {
    margin: -9px 0 0 -13px;
    background-position: -1px -373px
}
.auth-state .social-icons ul li a.fb {
    background: #4763a1
}
.auth-state .social-icons ul li a.fb:after {
    margin: -9px 0 0 -13px;
    background-position: 1px -324px
}
.auth-state .social-icons ul li a.tw {
    background: #51ABF1
}
.auth-state .social-icons ul li a.tw:after {
    margin: -9px 0 0 -13px;
    background-position: 1px -74px
}
.auth-state .bd-form-messages {
    text-align: center
}
.auth-state .bd-input.bordered {
    border-radius: 3px
}
.auth-state input[type="checkbox"] {
    display: none
}
.auth-state input[type="checkbox"] + label span {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -10px 0 0 0;
    vertical-align: top;
    background: url(/local/templates/katana/css/../images/agree-sprite.png) left -20px no-repeat;
    cursor: pointer
}
.auth-state input[type="checkbox"]:checked + label span {
    background: url(/local/templates/katana/css/../images/agree-sprite.png) left top no-repeat
}
.auth-state .success-text {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000;
    padding-left: 51px;
    position: relative
}
.auth-state .success-text .success-icon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b9d137;
    width: 28px;
    height: 28px;
    border-radius: 50%
}
.auth-state .success-text .success-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 15px
}
.auth-state .success-text .success-icon svg path {
    fill: white
}
.auth-state .success-text .success-icon:before {
    content: ' ';
    position: absolute;
    width: 38px;
    height: 38px;
    border: 2px solid #b9d137;
    border-radius: 50%;
    top: -5px;
    left: -5px
}
.auth-state .state-info, .auth-state .resend-cont .resend-status {
    font-size: 11px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #a7a8a8;
    margin-top: 10px
}
.auth-state .resend-cont {
    margin-top: 10px
}
.auth-state .resend-cont .code-resend {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1;
    color: #000;
    text-align: center;
    display: block;
    text-decoration: none
}
.auth-state .resend-cont .code-resend span {
    border-bottom: 1px solid #929799
}
.auth-state .resend-cont .code-resend span:hover {
    border: none
}
.auth-state .resend-cont .resend-status {
    margin: 0;
    display: none;
    text-align: center;
    font-size: 11px
}
.auth-state .rules {
    margin-top: 30px
}
.auth-state .rules span {
    padding-left: 30px;
    display: inline-block;
    margin-top: -20px;
    cursor: pointer
}
.auth-state .rules .label {
    font-size: 11px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.1;
    color: #a7a8a8;
    position: relative
}
.auth-state .rules .label label {
    position: absolute;
    top: -10px
}
.auth-state .rules .label a {
    color: #4c82a6
}
.auth-state .rules .label a:hover {
    color: #41a9ef;
    text-decoration: none
}
.auth-state .forgot {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1;
    color: #000;
    text-align: center;
    display: block;
    text-decoration: none
}
.auth-state .forgot span {
    border-bottom: 1px solid #929799
}
.auth-state .forgot span:hover {
    border: none
}
.auth-state.logged-in-state .bonuses {
    padding-left: 51px;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef
}
.auth-state.logged-in-state .bonuses .title {
    display: inline-block;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 3;
    color: #000;
    padding-right: 5px
}
.auth-state.logged-in-state .bonuses .value {
    display: inline-block;
    border-radius: 3px;
    background-color: #f8515c;
    padding: 3px 10px;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #ffffff
}
.auth-state.logged-in-state .bonuses .value .currency {
    font-size: 16px;
    padding-left: 3px
}
.auth-state.logged-in-state nav {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef
}
.auth-state.logged-in-state nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.auth-state.logged-in-state nav ul li {
    transition: all .2s ease;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 51px
}
.auth-state.logged-in-state nav ul li:hover a {
    text-decoration: none
}
.auth-state.logged-in-state nav ul li a {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.9;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #93989a
}
.auth-state.logged-in-state nav ul li a:hover {
    border: none
}
.auth-state.logged-in-state .exit-btn {
    margin-left: 51px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 15px;
    background-color: #ffffff;
    border: solid 1px #c41011;
    width: 125px;
    height: 27px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #c41011
}
.auth-state.logged-in-state .exit-btn:hover {
    background-color: #c41011;
    color: #fff
}
.bd-slider {
    margin-top: 5px;
    margin-bottom: 35px;
    max-height: 400px;
    opacity: 0;
    transition: opacity 1s
}
.carousel-cell {
    max-height: 400px;
    width: inherit
}
.carousel-cell a {
    display: block;
    width: inherit
}
.carousel-cell a img {
    width: inherit;
    border-radius: 3px
}
.information-block {
    border-radius: 3px;
    background-color: white;
    color: white;
    padding: 37px 20px 20px 12px;
    margin: 40px 0 0;
}
@media (min-width: 1200px) {
    .information-block {
        height: 125px
    }
}
.information-block h1 {
    font-size: 24px;
    font-stretch: condensed;
    line-height: 1;
    color: #ffffff
}
.information-block h2.social-repost {
    font-size: 20px;
    padding-left: 20px;
    display: table-cell;
    width: 310px;
    color: #747474;
    border-right: 1px solid #bfc5c7;
    vertical-align: middle
}
.information-block .social-repost-text {
    font-size: 16px;
    line-height: 1.2;
    color: #747474;
    width: 390px;
    padding-left: 30px;
    display: table-cell;
    font-weight: 300;
    vertical-align: middle
}
.information-block .information-icons {
    padding: 0
}
.information-block .information-icons .sprite {
    background-image: url(/local/templates/katana/css/../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 56px;
    height: 55px;
    margin-left: 8px
}
.information-block .information-icons .sprite-repost_od {
    background-position: -5px -5px
}
.information-block .information-icons .sprite-repost_od:hover {
    background-position: -5px -70px
}
.information-block .information-icons .sprite-repost_twitter {
    background-position: -5px -135px
}
.information-block .information-icons .sprite-repost_twitter:hover {
    background-position: -5px -200px
}
.information-block .information-icons .sprite-repost_fb {
    background-position: -5px -265px
}
.information-block .information-icons .sprite-repost_fb:hover {
    background-position: -5px -330px
}
.information-block .information-icons .sprite-repost_vk {
    background-position: -5px -395px
}
.information-block .information-icons .sprite-repost_vk:hover {
    background-position: -5px -460px
}
.main-last-container {
    background-color: #f9f9f9;
    margin: 0;
    margin-top: 50px;
    padding-top: 40px
}
.main-last-container .image img {
    width: 120px;
    max-width: 100%
}
@keyframes arrowShow {
    to {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@-o-keyframes arrowHide {
    0% {
        transform: translate3d(10px, 0, 0)
    }
    to {
        transform: translate3d(20px, 0, 0)
    }
}
@keyframes arrowHide {
    0% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
}
.news-list {
    margin-top: 10px
}
.news-list .news-item {
    height: 450px;
    border-radius: 4px;
    box-shadow: -1px 6px 10px rgba(50, 50, 50, 0.2);
    transition: 0.2s;
}
.news-list .news-item:hover {
    box-shadow: -1px 6px 11px rgba(50, 50, 50, 0.5);
}
.news-list .news-item .news-photo {
    padding-left: 0
}
.news-list .news-item .news-photo img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    margin: 0
}
.news-list .news-item:hover .news-title .news-arrow-icon svg {
    opacity: 1;
    animation-name: arrowShow
}
.news-list .news-item.without-photo {
    padding-top: 30px;
    padding-bottom: 30px
}
.news-list .news-item .news-title {
    font-size: 20px;
    font-family:Gilroy, sans-serif;
    font-weight: 500;
    font-stretch: condensed;
    line-height: 0.8;
    position: relative;
    color: #000;
}
.news-list .news-item .news-title span {
    position: relative;
    display: inline-block
}
.news-list .news-item .news-title .news-arrow-icon {
    position: absolute;
    top: 0;
    right: -30px;
    transition: all 1s ease;
    width: 31px;
    height: 31px
}
.news-list .news-item .news-title .news-arrow-icon svg {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate3d(0, 0, 0);
    animation: arrowHide .5s;
    animation-fill-mode: forwards;
    opacity: 0;
    transition: opacity .5s ease
}
.news-list .news-item .news-title .news-arrow-icon svg circle {
    stroke-width: 4px;
    stroke: white;
    fill: transparent
}
.news-list .news-item .news-title .news-arrow-icon svg path {
    stroke-width: 4px;
    stroke: white;
    fill: white;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    fill: rgba(255, 255, 255, 0);
    transition: stroke .2s ease-in-out
}
.news-list .news-item .news-title a {
    border-bottom: 1px solid #93989a
}
.news-list .news-item .news-title a:hover {
    border-bottom: none
}
.news-list .news-item .news-date {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2;
    color: #000
}
.news-list .news-item .news-text {
    font-size: 16px;
    font-family:Gilroy, sans-serif;;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000;
    font-weight: 400;
    height: 95px;
    overflow-y: hidden;
}
.news-list .news-item .news-text ol {
    padding-left: 13px
}
.news-list .news-item .news-text.col-xl-7 {
    padding-bottom: 30px
}
.news-list .news-item .news-text img {
    max-width: 100%
}
.news-detail .news-detail-image {
    margin-right: 5%;
}
.news-detail .news-detail-image img {
    max-width: 100%;
    height: auto;
}
.news-detail .back-to-catalog {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.7;
    color: #000000
}
.news-detail .back-to-catalog a {
    text-decoration: none
}
.news-detail .back-to-catalog a:hover {
    text-decoration: underline;
    color: #f22b42
}
.news-detail .back-to-catalog a:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 10px 8px 0 5px;
    background: url(/local/templates/katana/css/../images/can-u-back.png) no-repeat scroll 0 0;
    width: 18px;
    height: 6px
}
.news-detail .back-to-catalog a:hover:before {
    background: url(/local/templates/katana/css/../images/can-u-back.png) no-repeat scroll 0 -6px
}
.news-detail .back-to-catalog .go-back:hover {
    border: none
}
.news-detail .detail-content {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family:Gilroy, sans-serif;
}
.news-detail .additional-photo-item {
    padding: 0
}
.news-detail .additional-photo-item a {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    margin: 15px;
    border: 1px solid #e6e6e6
}
.news-detail .additional-photo-item a img {
    max-width: 100%
}
.pre_view_ {
    position: relative;
    overflow: hidden
}
.pre_view_ img.product-image {
    max-width: 100%
}
.pre_view_ .overlay {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
    height: 95%;
    top: 10px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0
}
.pre_view_ .overlay .zoom-btn {
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4) url(/local/templates/katana/css/../images/zoom-icon.png) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 8%
}
.pre_view_:hover .likes {
    opacity: 0.9
}
.pre_view_:hover .overlay {
    opacity: 1
}
.sales .news-item {
    height: 250px
}
.sales .news-item .news-text {
    padding-top: 35px
}
.sales .news-item .news-text .col-xs-6 .col-xs-3, .sales .news-item .news-text .col-xs-6 .col-xs-6 {
    height: 73px
}
.sales .news-item .news-text .col-xs-6 .col-xs-3 p, .sales .news-item .news-text .col-xs-6 .col-xs-6 p {
    height: 64px;
    display: table-cell;
    vertical-align: middle
}
.products-sub-menu-main nav, .products-sub-menu nav {
    margin-bottom: 25px
}
.products-sub-menu-main nav ul, .products-sub-menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.products-sub-menu-main nav ul li, .products-sub-menu nav ul li {
    display: inline-block;
    margin-right: 25px
}
.products-sub-menu-main nav ul li a, .products-sub-menu nav ul li a {
    font-size: 15px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    border-bottom: 1px dashed #93989a;
    text-decoration: none
}
.products-sub-menu-main nav ul li.active a, .products-sub-menu-main nav ul li:hover a, .products-sub-menu nav ul li.active a, .products-sub-menu nav ul li:hover a {
    color: #ff0000;
    border: none
}
.products-sub-menu {
    height: 48px;
    padding-top: 20px
}
.products-sub-menu .ingridients-filter-btn {
    text-decoration: none
}
.products-sub-menu .ingridients-filter-btn span {
    margin-left: 10px;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px dashed #93989a
}
.products-sub-menu .ingridients-filter-btn span:hover {
    border: none
}
.products-sub-menu .ingridients-filter-btn svg {
    width: 11px;
    height: 9.8px
}
.products-sub-menu .ingridients-filter-btn svg path {
    fill: #262626
}
.products-sub-menu .ingridients-filter-btn.pop-active span {
    color: #c41011;
    border-bottom: 1px dashed #c41011;
    border: none;
}
.products-sub-menu .ingridients-filter-btn.pop-active svg path {
    fill: #c41011
}
.products-sub-menu .ingridients-filter-btn.active span {
    color: #c41011;
    border-bottom: 1px dashed #c41011
}
.products-sub-menu .ingridients-filter-btn.active span:hover {
    border: none
}
.products-sub-menu .ingridients-filter-btn.active svg path {
    fill: #c41011
}
.products-sub-menu .clear-filter-btn {
    text-decoration: none;
    margin-left: 20px
}
.products-sub-menu .clear-filter-btn span {
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #808080;
    border-bottom: 1px dashed #808080
}
.products-sub-menu .clear-filter-btn span:hover {
    border: none
}
.products-sub-menu nav ul li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    border-bottom-style: solid
}
.products-sub-menu-main nav ul li a {
    line-height: 1.5;
    color: #000
}
.products-sub-menu-main nav ul li.active a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #b0b832;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 1.4
}
.products-sub-menu-main nav ul li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(176, 184, 50, 0);
    border-top-color: #b0b832;
    border-width: 6px;
    margin-left: -6px
}
@media (min-width: 992px) {
    .row.product-list {
        margin-left: -5px;
        margin-right: -5px
    }
    .row.product-list .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px
    }
}
@media (min-width: 1200px) {
    .row.product-list {
        margin-left: -16px;
        margin-right: -16px
    }
    .row.product-list .col-lg-3 {
        padding-left: 10px;
        padding-right: 10px
    }
}
.index-products {
    display: none
}
.index-products.first {
    display: block
}
@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}
@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.product-ajax-cont.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards
}
.product {
    margin-bottom: 12px;
    background: white;
    padding: 0px 15px;
}
@media (min-width: 544px) {
    .product {
        height: 435px
    }
}
@media (min-width: 768px) {
    .product {
        height: 465px
    }
}
@media (min-width: 992px) {
    .product {
        height: 435px
    }
}
@media (min-width: 1200px) {
    .product {
        height: 435px
    }
}
.product .pre_view {
    width: 100%;
    position: relative;
    overflow: hidden
}
.product .pre_view .without-sale {
    width: 27px;
    height: 27px;
    background: url("/local/templates/katana/css/../images/stop_sale.png") no-repeat;
    position: absolute;
    bottom: 10px;
    left: 10px
}
.product .pre_view .product-labels {
    z-index: 5;
    left: 10px;
    top: 10px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    color: #c41011;
    font-size: 16px;
    text-transform: uppercase;
    height: 30px;
    padding: 15px 0 0 20px;
    transition: all .5s
}
.product .pre_view .product-labels img{
    height: 20px;
}
.product .pre_view .product-labels .product-label {
    position: relative;
    width: 25px;
    display: inline-block;
    transition: margin-right .5s;
    margin-right: -25px
}
.product .pre_view img.product-image {
    max-width: 100%;
    border-radius: 0 !important;
}
.product .pre_view .likes {
    transition: all .2s ease;
    width: 51px;
    height: 51px;
    opacity: 0;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 7px;
    text-align: center;
    border: solid 1px #e6e6e6;
    display: none;
}
.product .pre_view .likes span {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000
}
.product .pre_view .overlay {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .2s ease;
    opacity: 0
}
.product .pre_view .overlay .zoom-btn {
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4) url(/local/templates/katana/css/../images/zoom-icon.png) center no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    display: none;
}
.product .pre_view:hover .likes {
    opacity: 0.9
}
.product .pre_view:hover .overlay {
    opacity: 1
}
.product .product-info {
    position: relative;
    padding: 0 20px
}
.product .product-info .energy-value-content {
    display: none
}
.product .product-info .energy-value-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.product .product-info .energy-value-content ul li {
    color: #000;
    font-size: 12px;
}
.product .product-info .energy-value-content ul li span {
    display: inline-block
}
.product .product-info .energy-value-content ul li span.meta-property {
    width: 100px;
    position: relative
}
.product .product-info .energy-value-content ul li span.meta-property div {
    display: inline-block;
    background: #fff
}
.product .product-info .energy-value-content ul li span.meta-property:after {
    content: ' ';
    display: inline-block;
    border-bottom: 1px dotted #777777;
    height: 11px;
    width: inherit;
    position: absolute;
    right: 0;
    bottom: 4px;
    z-index: -1
}
.product .product-info .energy-value-content ul li span.unit {
    padding-left: 2px
}
@media (min-width: 0) {
    .product .product-info {
        height: 290px
    }
}
@media (min-width: 544px) {
    .product .product-info {
        height: 300px
    }
}
@media (min-width: 768px) {
    .product .product-info {
        height: 300px
    }
}
@media (min-width: 992px) {
    .product .product-info {
        height: 325px
    }
}
@media (min-width: 1200px) {
    .product .product-info {
        height: 265px
    }
}
.product .base-price .product-prices .current-price {
    color: #000 !important
}
.PROPERTIES_G_CALORIFIC_VALUE{
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #909090;
    margin: 6px 0 0 0
}
.product .product-footer {
    width: 82% !important;
    display: flex !important;
    justify-content: space-between;
    margin: 0 auto;
    position: absolute;
    bottom: 25px;
    padding: 0 10px;
}
.price_new_style{
    height: 50px;
}
.price_new_style p{
    margin-bottom: 0;
    padding-bottom: 0;
}
.product .product-info .product-title {
    font-size: 20px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000;
    display: block;
    text-decoration: none;
    cursor: default
}
.product .product-info .product-description {
    padding-top: 10px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000000;
    height: 115px;
    overflow-y: auto;

}
.product .product-info .product-options {
    padding-top: 10px;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    width: 100%;
    padding-right: 40px;
    bottom: 120px
}
.product .product-info .product-options .single-option {
    padding-right: 0 !important
}
.product .product-info .product-options:after {
    content: ' ';
    clear: both;
    display: table
}
/*----Detail page----*/
.product .product-info .product-description-detail_page {
    padding-top: 10px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000000;
}
.product.product-detail .product-energy-detail_page {
    padding-top: 30px;
}
.product.product-detail .product-energy-detail_page a {
    font-size: 16px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000;
    border-bottom: 1px dashed;
    text-decoration: none
}
.product.product-detail .product-energy-detail_page a:hover, .product.product-detail .product-energy-detail_page a.pop-active {
    border: none
}
.base-price {
    padding: 40px 0;
}
@media (min-width: 0) {
    .product .product-info .product-options .options-row-select:first-child {
        padding-right: 0
    }
}
@media (min-width: 544px) {
    .product .product-info .product-options .options-row-select:first-child {
        padding-right: 0
    }
}
@media (min-width: 768px) {
    .product .product-info .product-options .options-row-select:first-child {
        padding-right: 0
    }
}
@media (min-width: 992px) {
    .product .product-info .product-options .options-row-select:first-child {
        padding-right: 0
    }
}
@media (min-width: 1200px) {
    .product .product-info .product-options .options-row-select:first-child {
        padding-right: 0
    }
    .element-pic {
        left: -50px;
    }
}
@media (min-width: 1200px) {
    .product .product-info .product-options .options-row-select.options-length-2:first-child {
        padding-right: 5px
    }
}
@media (min-width: 992px) {
    .product .product-info .product-options .options-row-select {
        margin-top: 5px;
        margin-bottom: 5px
    }
}
@media (min-width: 1200px) {
    .product .product-info .product-options .options-row-select {
        margin-top: 11px;
        margin-bottom: 11px
    }
}
.product .product-info .product-options .options-row-select label {
    display: block
}
.product .product-info .product-options .options-row-select label span {
    margin-left: 10px
}
.product .product-prices {
    padding-top: 10px
}
.product .product-prices > span {
    margin-right: 5px
}
.product .product-prices .old-price {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #bfc5c7
}
.product .product-prices .line-through {
    margin-right: 0px;
    text-decoration: line-through
}
.product .product-prices .current-price {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #f00
}
.product .product-prices .weight {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.7;
    color: #747474
}
.product .product-actions {
    padding-top: 10px;
}
.product .product-actions.with-progress .add-to-cart-btn {
    display: none
}
.product.choose_option_state .product-actions.with-progress .add-to-cart-btn {
    display: block
}
.product.choose_option_state .product-actions.with-progress .progress-container {
    display: none
}
.product .product-actions.with-progress:hover .add-to-cart-btn {
    display: block
}
.product .product-actions.with-progress:hover .progress-container {
    display: none
}
.product .product-actions.progress-complete a.add-to-cart-btn {
    display: none !important
}
.product .product-actions.progress-complete:hover a.add-to-cart-btn {
    display: none !important
}
.product .product-actions.progress-complete:hover .progress-container {
    display: block !important
}
.product .product-actions .progress-container {
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #bfc5c7;
    position: relative
}
.product .product-actions .progress-container .progress-bar {
    height: 34px
}
.product .product-actions .progress-container .progress-bar-content {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
    width: 100%
}
.product .product-actions .add-to-cart-btn {
    display: block;
    margin-right: -20px;
    height: 35px !important;
    line-height: 35px !important;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    width: 120px !important;
    transition: all .2s ease;
    background-color: #c41011 !important;
    font-stretch: condensed;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 12px !important;
    border-radius: 20px !important;
}
.product .product-actions .add-to-cart-btn:hover {
    background-color: #e41011 !important;
}
.product .product-actions .setclass {
    display: block;
    margin-right: -20px;
    height: 35px !important;
    line-height: 35px !important;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    width: 100px !important;
    transition: all .2s ease;
    background-color: #c41011 !important;
    font-stretch: condensed;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-size: 12px !important;
    border-radius: 20px !important;
}
.product .product-actions .setclass:hover {
    background-color: #e41011 !important;
}
.product-back{
    margin-top: -30px !important;
}
.product .product-actions .add-to-cart-btn.native:hover {
}
@media (max-width: 767px) and (min-width: 576px) {
    .product .product-actions .add-to-cart-btn {
        height: 32px !important;
        line-height: 32px !important;
        width: 109px !important;
    }
    .product .product-actions .add-to-cart-btn:hover {
        background-color: #e41011 !important;
    }
}
/*
.product .product-actions .add-to-cart-btn.retry {
    color: #9db832;
    border-color: #9db832 !important;
    background-color: white
}
.product .product-actions .add-to-cart-btn.retry:hover {
    background: #acc741;
    border-color: #acc741 !important;
    color: white
}
*/
.product img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.product:hover .pre_view .product-labels {
    width: 100%
}
.product:hover .pre_view .product-labels .product-label {
    margin-right: 1px
}
.product:hover .product-actions .progress-container {
    display: none
}
.product:hover .progress-complete a.add-to-cart-btn {
    display: none !important
}
.product:hover .progress-complete .progress-container {
    display: block !important
}
.product:hover .add-to-cart-btn.native {
    display: block !important
}
.product:hover .add-to-cart-btn.native {
    border-color: #f8515c;
    background: #f8515c;
    color: white
}
.product:hover .add-to-cart-btn.retry {
    background: #9db832;
    color: white
}
.product.product-detail {
    border: none
}
.product.product-detail .progress-container {
    display: block
}
.product.product-detail:hover .progress-container {
    display: none
}
.product.product-detail:hover .add-to-cart-btn {
    display: block
}
.product.product-detail:hover img {
    transform: none
}
.product.product-detail .options-row-select {
    margin-bottom: 0 !important
}
.product.product-detail .add-to-cart-btn {
    color: #fff
}
.product.product-detail .add-to-cart-btn:hover {
    background-color: #ff4157;
}
.product.product-detail .product-info {
    margin-top: 30px
}
.product.product-detail .pre_view {
    width: 33.333333%;
    margin-top: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
@media (min-width: 0) {
    .product.product-detail .pre_view {
        width: 70%;
        margin: 20px auto
    }
}
@media (min-width: 544px) {
    .product.product-detail .pre_view {
        width: 70%;
        margin: 20px auto
    }
}
@media (min-width: 768px) {
    .product.product-detail .pre_view {
        width: 70%;
        margin: 20px auto
    }
}
@media (min-width: 992px) {
    .product.product-detail .pre_view {
        width: 100%
    }
}
@media (min-width: 1200px) {
    .product.product-detail .pre_view {
        width: 100%
    }
}
.product.product-detail .pre_view img {
    width: 100%;
}
.product.product-detail .pre_view .likes {
    opacity: 1
}
.product.product-detail .product-prices {
    margin: 10px 0px 0px 0px
}
.product.product-detail .back-to-catalog {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.7;
    color: #000000
}
.product.product-detail .back-to-catalog a {
    text-decoration: none
}
.product.product-detail .back-to-catalog a span {
    border-bottom: 1px solid #929799
}
.product.product-detail .back-to-catalog a span:hover {
    border: none;
}
.product.product-detail .back-to-catalog a:hover {
    color: #000
}
.product.product-detail .back-to-catalog a:hover span {
    border-bottom: none;
}
.product.product-detail .back-to-catalog a:hover:before {
    background: url(/local/templates/katana/css/../images/can-u-back.png) no-repeat scroll 0 -6px
}
.product.product-detail .back-to-catalog a:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin: 10px 8px 0 5px;
    background: url(/local/templates/katana/css/../images/can-u-back.png) no-repeat scroll 0 0;
    width: 18px;
    height: 6px
}
.product.product-detail .product-energy a {
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000;
    border-bottom: 1px dashed;
    text-decoration: none
}
.product.product-detail .product-energy a:hover, .product.product-detail .product-energy a.pop-active {
    color: #fe0000;
    border: none
}
.load-more {
    margin-top: 20px
}
.product-load-more-btn {
    display: block;
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    border: solid 1px #bfc5c7;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.6;
    color: #a9a9a9;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer
}
.product-load-more-btn:hover {
    text-decoration: none;
    color: #747474;
    border-color: #a9a9a9
}
.product-load-more-btn:focus {
    text-decoration: none;
    color: #747474;
    border-color: #a9a9a9
}
body.category-page .product-categories-container.grey-fw-container {
    background-color: white
}
.category-page .product-list {
    margin-top: 10px;
}
body.category-page .content {
    margin-top: 0px
}
.breadcrumb-box h1 {
    display: inline-block;
    font-weight: 400;
    font-stretch: condensed;
    font-family: Gilroy, sans-serif;
}
.breadcrumb-box .breadcrumb-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 35px;
    left: 8px;
}
.breadcrumb-box .breadcrumb-container.open {
    cursor: default;
    max-width: 400px;
}
.breadcrumb-box .breadcrumb-container.open .breadcrumb-path-container {
    opacity: 1
}
.breadcrumb-box .breadcrumb-container.open .breadcrumb-path-container .close {
    opacity: 1
}
.breadcrumb-box .breadcrumb-container.open .breadcrumb-toggle {
    z-index: 0
}
.breadcrumb-box .breadcrumb-container .breadcrumb-item {
    display: inline-block
}
.breadcrumb-box .breadcrumb-container .breadcrumb-item a {
    text-decoration: none
}
.breadcrumb-box .breadcrumb-container .breadcrumb-item a:hover {
    text-decoration: none;
    color: #c41011
}
.breadcrumb-box .breadcrumb-container .breadcrumb-toggle {
    z-index: 2;
    opacity: 1;
    display: inline-block;
    margin-top: 4px;
    margin-left: 11px;
    text-decoration: none;
    position: absolute
}
.breadcrumb-box .breadcrumb-container .breadcrumb-toggle:hover {
    opacity: .7
}
.breadcrumb-box .breadcrumb-container .breadcrumb-path-container {
    padding-left: 30px;
    padding-right: 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 2.6;
    position: relative;
    height: 33px;
    top: 0px;
    left: 6px;
}
.breadcrumb-box .breadcrumb-container .breadcrumb-path-container a, .breadcrumb-box .breadcrumb-container .breadcrumb-path-container .last-item, .breadcrumb-box .breadcrumb-container .breadcrumb-path-container .delimiter {
    margin-left: 5px
}
.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .last-item, .breadcrumb-box .breadcrumb-container .breadcrumb-path-container .delimiter:last-of-type {
    color: #c41011
}
.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .close {
    font-weight: 300;
    float: none;
    opacity: 0.7;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease
}
.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .close:hover {
    opacity: 0.6
}
.md-modal#product-detail .spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
#product-detail .md-content {
    min-height: 230px;
    border-radius: 4px;
}
#product-detail .md-content .product.product-detail {
    min-height: 230px !important;
    padding-bottom: 0;
    margin-bottom: 0
}
#product-detail .md-content .current-price .smo-price {
    font-size: 22px;
    padding-left: 3px
}
#product-detail .md-content .old-price .smo-price {
    font-size: 14px;
    padding-left: 2px
}
#product-detail .energy-value-content {
    font-size: 14px;
}
#product-detail .product-energy li {
    font-size: 13px;
}
#product-detail .md-content .pre_view:hover .product-labels .product-label {
    margin-right: 5px
}
#product-detail .md-content .pre_view .product-labels .product-label {
    margin-right: -20px
}
#product-detail .sod_list .sod_option:first-child {
    display: none
}
#product-detail .product-info .product-options, .product-detail .product-info .product-options {
    position: relative;
    bottom: 0;
    padding-right: 0
}
#product-detail .weight {
    margin-left: 10px
}
.category-view-item {
    margin-top: 30px;
}
.category-view-item .category-view-image {
}
.category-view-item .category-view-image picture, .category-view-item .category-view-image img {
    width: 100%;
}
.category-view-item .category-view-image {
    text-align: center;
    padding: 0;
}
.category-view-item .category-view-name {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}
.category-view-item .category-view-name.without-border {
    border: none;
    padding-bottom: 0;
    position: absolute;
    bottom: 10px;
}
.category-view-item .category-view-name div.name-cont {
    font-size: 20px;
    color: #000;
}
.category-view-item .category-view-name div.name-cont:hover {
    text-decoration: none;
    color: #c41011;
}
.category-view-item .sub-categories-cont {
    padding: 10px 0;
}
.category-view-item .sub-categories {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.category-view-item .sub-categories li {
}
.category-view-item .sub-categories li a {
    font-size: 16px;
    color: #3a3e40;
    text-decoration: underline
}
.category-view-item .category-view-name .sub-categories li a:hover {
    text-decoration: none
}
.category-view-item .category-view-description {
    padding: 0;
    padding-top: 0px;
    font-size: 14px;
    color: #000
}
.product-list .banner {
    border: none;
    text-align: center
}
.banner img {
    border-radius: 3px
}
.basket-btn {
    text-decoration: none !important;
    margin-top: -7px;
    display: inline-block
}
.basket-btn .empty-basket {
    cursor: default
}
.basket-btn:hover {
    text-decoration: none !important
}
.basket-btn div {
    display: inline-block
}
.basket-btn .close-basket {
    display: none
}
.basket-btn .close-basket .bd-round-icon {
    background-color: #c41011;
    border-color: #c41011
}
.basket-btn .close-basket .bd-round-icon:hover {
}
.basket-btn .close-basket .bd-round-icon svg {
    width: 15px;
    height: 15px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.basket-btn .close-basket .bd-round-icon svg path {
    fill: white
}
.basket-btn .not-empty-basket {
    display: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    border-radius: 17px;
    margin: 6px 0 0 10px;
    background-color: #c41011;
    color: white;
    padding: 1px 9px;
    padding-left: 34px;
    height: 33px;
    line-height: 34px;
    position: relative;
}
.basket-btn .not-empty-basket:hover {
    background-color: #e41011
}
.basket-btn .not-empty-basket svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 11px;
    top: 8px
}
.basket-btn .not-empty-basket svg path {
    fill: white
}
.basket-btn .not-empty-basket .basket-sum {
    font-weight: 300;
    line-height: 1;
    text-decoration: none
}
.basket-btn .not-empty-basket .basket-sum .currency {
    font-size: 19px;
    padding-left: 3px
}
.basket-btn i path {
    fill: #b2bbbd
}
#popover-basket .recommendation-container, #popover-basket .basket-gift-container .progress-container {
    display: none;
    height: 330px
}
#popover-basket .recommendation-container.recommendation-list {
    position: relative
}
#popover-basket.product-information-open {
    width: 825px
}
#popover-basket.product-information-open .webui-popover-content {
    width: 825px
}
#popover-basket.product-information-open .webui-popover-content #basket .information-col {
    width: 300px
}
#popover-basket.product-information-open .basket-items-col {
    width: 500px !important
}
#popover-basket.product-information-open .product-info-cont {
    display: block
}
#popover-basket .webui-popover-content {
    width: 800px;
    height: 460px;
    padding: 0;
    overflow: hidden
}
#popover-basket .webui-popover-content #basket {
    height: 460px
}
#popover-basket .webui-popover-content #basket .information-col {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 20px 10px 20px 20px;
    background-color: #444444;
    width: 206px;
    height: 100%;
    position: relative
}
#popover-basket .webui-popover-content #basket .information-col .options-row-select {
    margin-bottom: 0 !important
}
#popover-basket .webui-popover-content #basket .information-col:hover .close-view {
    opacity: 1 !important
}
#popover-basket .webui-popover-content #basket .information-col:hover .product-image {
    cursor: pointer;
    background-color: #b2bbbd
}
#popover-basket .webui-popover-content #basket .information-col:hover .product-image img {
    display: none
}
#popover-basket .webui-popover-content #basket .information-col:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 9px;
    border-color: transparent transparent transparent #f8fafa;
    right: -8px;
    top: 180px
}
#popover-basket .webui-popover-content #basket .information-col .product-description {
    margin-top: 17px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view {
    padding: 0 10px
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .row {
    padding-bottom: 12px
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .close-view {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .close-view svg path {
    fill: #f8fafa
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .apply-view {
    background-color: #b6be39;
    display: none;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .apply-view svg {
    zoom: 2.5;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: -2px;
    left: 0;
    margin: auto;
    width: 17px;
    height: 13px
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .apply-view svg path {
    fill: #f8fafa
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .product-image {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .product-image img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: solid 1px #e2e2e2
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .name {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 0.9;
    color: #000;
    padding-top: 20px;
    padding-right: 15px
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content {
    margin: 0;
    height: 290px
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .row {
    margin: 0
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .row .col-xs-12 {
    padding: 0
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .description {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .constructor-content {
    margin-top: 7px
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .constructor-content .property-label {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
    color: #8b8b8b
}
#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .constructor-content .property-value {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000
}
#popover-basket .webui-popover-content #basket .information-col .likes {
    opacity: 1;
    bottom: 20px;
    left: 20px;
    border: none
}
#popover-basket .webui-popover-content #basket .information-col .progress-container {
    height: 90px
}
#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar {
    left: 0;
    top: 0;
    height: 90px;
    border-top-left-radius: 4px
}
#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content {
    height: 64px;
    width: 81%;
    top: 10px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.1;
    color: #fff
}
#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content .sum-to-gift {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400
}
#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content .sum-to-gift span.currency {
    font-size: 34px;
    padding-left: 3px
}
#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content div:nth-child(3) {
    margin-top: -8px
}
#popover-basket .webui-popover-content #basket .information-col .info-col-content {
    margin-top: 10px;
    line-height: 1.5
}
#popover-basket .webui-popover-content #basket .information-col .info-col-content .title {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
#popover-basket .webui-popover-content #basket .information-col .info-col-content .text {
    font-size: 13px;
    font-weight: 300;
    font-stretch: condensed;
    color: #ddd
}
#popover-basket .webui-popover-content #basket .information-col footer {
    position: absolute;
    bottom: 15px;
    margin-bottom: 1%;
}
#popover-basket .webui-popover-content #basket .information-col footer .phone {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}
#popover-basket .webui-popover-content #basket .information-col footer .work-time {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #ddd
}
#popover-basket .webui-popover-content #basket .information-col .btn-get-gift {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 146px;
    height: 39px;
    border-radius: 25px;
    background-color: #e41011;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 2.8;
    color: #ffffff;
    text-align: center;
    transition: all .2s ease;
    text-decoration: none
}
#popover-basket .webui-popover-content #basket .information-col .btn-get-gift:hover {
    background-color: #c41011
}
#popover-basket .webui-popover-content #basket .information-col .btn-get-gift.another {
    background-color: #f6f8f9;
    color: #000
}
#popover-basket .webui-popover-content #basket .information-col .btn-get-gift.another:hover {
    background-color: #ffffff
}
#popover-basket .webui-popover-content #basket .information-col .rc-nav {
    position: absolute;
    bottom: -5px;
    list-style: none;
    width: 130px;
    left: 0;
    right: 0;
    margin: auto
}
#popover-basket .webui-popover-content #basket .information-col .rc-nav li {
    list-style: none;
    display: inline-block;
    margin-left: 5px
}
#popover-basket .webui-popover-content #basket .information-col .rc-nav li.active .rc-bull {
    background-color: #f8515c
}
#popover-basket .webui-popover-content #basket .information-col .rc-nav .rc-bull {
    border-radius: 50%;
    display: block;
    width: 10px;
    height: 10px;
    background-color: black
}
#popover-basket .webui-popover-content #basket .information-col .rc-list .recommendation-tab {
    display: none
}
#popover-basket .webui-popover-content #basket .information-col .rc-list .recommendation-tab:first-child {
    display: block
}
#popover-basket .webui-popover-content #basket .information-col .rc-list .rc-item {
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
    width: 165px;
    height: 95px;
    border-radius: 2px;
    position: relative
}
#popover-basket .webui-popover-content #basket .information-col .rc-list .rc-item .go-rc-btn {
    border-radius: 25px;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 80px;
    height: 25px;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2;
    color: #ffffff;
    text-decoration: none;
    text-align: center
}
#popover-basket .webui-popover-content #basket .information-col .rc-list .rc-item .go-rc-btn:hover {
    background-color: #c41011;
}
#popover-basket .webui-popover-content #basket .basket-items-col {
    padding-top: 8px;
    margin-right: 30px;
    width: 500px
}
#popover-basket .webui-popover-content #basket .basket-items-col .spinner {
    position: absolute;
    top: 150px;
    left: 205px;
    right: 0;
    margin: auto
}
#popover-basket .webui-popover-content #basket .basket-items-col .products-list {
    width: 468px;
    height: 262px;
    overflow-y: scroll;
    overflow-x: hidden
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-title {
    font-size: 22px;
    font-stretch: condensed;
    line-height: 1.7;
    color: #000;
    margin-bottom: 5px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item {
    padding: 13px 0;
    margin-right: 0;
    border-bottom: 1px solid #e5e5e5;
    width: 99.7%
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item.without_detail .name {
    cursor: default !important
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item.without_detail:hover .product-image:before {
    opacity: 0
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item.without_detail:hover .name {
    color: #000000
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item.not_change_amount .change-amount-btn {
    visibility: hidden
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item:hover .remove-basket-item {
    display: inline-block
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item:hover .product-image:before {
    opacity: 1
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item:hover .name {
    color: #93989a
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-image {
    width: 60px;
    height: 60px;
    border-radius: 50%
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-image .without_sale {
    width: 27px;
    height: 27px;
    background: url("/local/templates/katana/css/../images/stop_sale.png") no-repeat;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-image img {
    width: 60px;
    height: 60px;
    border: solid 1px #e2e2e2;
    border-radius: 5px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-image:before {
    transition: all .2s ease;
    border-radius: 5px;
    content: ' ';
    opacity: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    background: url(/local/templates/katana/css/../images/eye.png) no-repeat center, rgba(0, 0, 0, 0.2)
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000000;
    cursor: pointer
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .section {
    font-size: 12px;
    line-height: 1.5;
    color: #929292;
    font-weight: 300
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons {
    padding: 0;
    margin-top: 10px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons .change-amount-btn {
    transition: all .2s ease;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #28c2c8;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000000;
    text-align: center;
    display: inline-block
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons .change-amount-btn.plus {
    font-family: Gilroy, sans-serif;
    font-weight: 400;
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons .change-amount-btn:hover {
    background-color: #28c2c8;
    border-color: #28c2c8;
    color: #fff
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons .amount {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000;
    margin: 0 10px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-sum {
    display: inline-block;
    margin-top: 13px;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-sum .currency {
    font-size: 20px;
    padding-left: 3px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item {
    margin-top: 10px;
    display: none
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item:hover svg path {
    fill: #b3b8b9
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item:hover svg path:hover {
    fill: #ff0000
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item svg {
    width: 16px;
    height: 16px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item svg path {
    fill: #b3bcbe
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions {
    margin-top: 20px;
    width: 510px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input {
    display: inline-block;
    border-radius: 3px;
    width: 110px;
    height: 51px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.focused {
    background-color: #f6f8f9;
    border: solid 1px #e6e6e6
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.focused label {
    font-size: 11px;
    left: -26px;
    top: 3px;
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.filled label {
    font-size: 11px;
    left: -26px;
    top: 3px;
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.filled.error {
    border-color: #f4324c !important
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.filled.ok {
    border-color: #b6bd3b !important
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input label {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.9;
    color: #000
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input .basket-promo-code {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000;
    padding-left: 19px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn {
    transition: all .2s ease;
    display: inline-block;
    height: 51px;
    width: 51px;
    border-radius: 50%;
    background-color: #c41011;
    border: 1px solid #c41011;
    position: absolute;
    left: 132px;
    top: 0
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn:hover, #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn.ok {
    background-color: #c41011;
    border-color: #c41011
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn:hover svg path, #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn.ok svg path {
    fill: white !important
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn:active {
    background-color: #e41011;
    border-color: #c41011
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn:active svg path {
    fill: white !important
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn svg {
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 4px;
    width: 25px;
    height: 25px;
    z-index: 1;
    zoom: 2;
    -moz-transform: scale(2);
    -moz-transform-origin: 6px 6px;
    margin: auto;
    right: 0
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn svg path {
    fill: #fff;
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container {
    padding: 0
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total {
    background-color: #f4f4f4;
    width: 125px;
    height: 51px;
    padding-left: 15px;
    padding-top: 11px;
    margin-left: 30px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total.without-discount .order-sum {
    line-height: 1.8
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .order-sum {
    font-size: 18px;
    font-stretch: condensed;
    color: #000;
    line-height: 0.8
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .order-sum .order-sum-currency {
    padding-left: 3px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .order-discount, #popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .summary-label {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    color: #474c4d
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .summary-label {
    margin-top: -4px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bonuses-info {
    padding: 10px 0 0;
    font-size: 13px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000;
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bonuses-info .currency {
    font-size: 15px;
    margin-left: -1px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .basket-checkout-btn {
    border-radius: 25px;
    transition: all .2s ease;
    display: none;
    text-align: center;
    height: 35px;
    text-decoration: none;
    background-color: #ffffff;
    border: solid 1px #c41011;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2.3;
    color: #c41011;
    margin-top: 18px
}
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .basket-checkout-btn:hover {
    background-color: #c41011;
    color: #ffffff
}
.min-order-progress {
    display: none;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-top: 20px
}
.min-order-progress .progress-bar-content {
    font-weight: 300;
    text-align: center;
    width: 100%;
    font-size: 14px
}
.min-order-progress .progress-bar-content .min-order-sum {
    height: 35px !important;
    line-height: 34px !important
}
.min-order-progress .progress-bar-content .min-order-sum .currency {
    font-size: 16px;
    margin-left: 2px
}
.min-order-progress .progress-bar {
    height: 33px
}
.bonuses-with-promo-disabled {
    display: none
}
.checkout-form {
    position: relative
}
.checkout-form .radios label span {
    padding-left: 0
}
.checkout-form .radios input[type="radio"] {
    display: none
}
.checkout-form .radios input[type="radio"] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    vertical-align: top;
    background: url(/local/templates/katana/css/../images/sprite-checkout-checkbox.png) left 0 no-repeat;
    cursor: pointer
}
.checkout-form .radios input[type="radio"]:checked + label span {
    background: url(/local/templates/katana/css/../images/sprite-checkout-checkbox.png) left -17px no-repeat
}
.checkout-form .row-label {
    font-size: 14px
}
.checkout-form .fields-group {
    margin-top: 25px
}
@media (min-width: 0) {
    .checkout-form .fields-group {
        margin-left: 0;
        margin-right: 0
    }
}
.checkout-form .fields-group .fields {
    margin-top: 10px
}
.checkout-form .fields-group .bd-input {
    border: solid 1px #b9c1c2;
    border-radius: 3px;
    background-color: white
}
.checkout-form .fields-group .bd-input label {
    text-align: left !important;
    left: 15px
}
.checkout-form .fields-group .bd-input:hover {
    background-color: #f8fafa
}
.checkout-form .payment-fields .fields-group {
    margin-top: 40px
}
.checkout-form .payment-fields .delivery-price {
    margin-top: 0
}
.checkout-form .payment-fields .bd-input {
    background-color: #fefefe;
    border: solid 1px #e6e6e6
}
.checkout-form .payment-fields .row-label {
    padding-bottom: 10px
}
.checkout-form .delivery-type-content.without-pickup {
    margin-top: -10px
}
.checkout-form .delivery-type-content .col-xs-2 {
    padding-left: 0
}
.checkout-form .delivery-type-content > div .row {
    margin-top: 12px
}
.checkout-form .delivery-type-content .cs-skin-slide > span {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000
}
.checkout-form .radios {
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000
}
.checkout-form .radios > label {
    margin-left: 5px
}
.checkout-form .map-row {
    display: none
}
.checkout-form .map-placeholder {
    border: 1px solid #bac2c3;
    width: 472px;
    border-radius: 3px
}
.checkout-form .map-placeholder #map {
    width: 470px;
    height: 400px
}
.checkout-form ._change_row, .checkout-form .fields-group.delivery-price {
    display: none
}
@media (min-width: 0) {
    .checkout-form .time-cont-r {
        padding-left: 15px
    }
}
.checkout-form .delivery-col {
    padding-left: 0
}
.checkout-form .delivery-col .sod_list .sod_option:first-child {
    display: none
}
.checkout-form .payment-col {
    position: relative;
    border-radius: 4px;
    box-shadow: -1px 6px 10px rgba(50,50,50,0.2);
    margin-top: 56px;
    margin-left: -54px;
    padding: 10px 30px;
}
@media (min-width: 0) {
    .checkout-form .payment-col {
        margin-left: 15px;
        width: 95%
    }
}
@media (min-width: 768px) {
    .checkout-form .payment-col {
        width: 290px;
        position: relative;
        top: 0;
        right: 0;
        margin-right: 90px
    }
}
@media (min-width: 992px) {
    .checkout-form .payment-col {
        width: 349px;
        position: relative;
        top: 0;
        margin-right: 130px
    }
}
@media (min-width: 1200px) {
    .checkout-form .payment-col {
        width: 349px;
        margin-right: 250px
    }
}
.checkout-form .payment-col .use-bonuses {
    margin-left: -16px;
    padding: 21px 41px;
    height: 126px;
    background-color: #f6f8f9
}
@media (min-width: 0) {
    .checkout-form .payment-col .use-bonuses {
        margin-right: -16px
    }
}
@media (min-width: 544px) {
    .checkout-form .payment-col .use-bonuses {
        width: initial;
        margin-right: -16px;
        padding: 21px 15px
    }
}
@media (min-width: 992px) {
    .checkout-form .payment-col .use-bonuses {
        padding: 21px 41px
    }
}
@media (min-width: 1200px) {
    .checkout-form .payment-col .use-bonuses {
        padding: 21px 41px;
        width: 347px
    }
}
.checkout-form .payment-col .use-bonuses .bd-input {
    border: solid 1px #cbd0d2;
    border-radius: 3px
}
.checkout-form .payment-col .use-bonuses .bonus-available {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000;
    margin-top: 15px
}
.checkout-form .payment-col .use-bonuses .bonus-available .currency {
    font-size: 16px;
    padding-left: 2px
}
.checkout-form .payment-col .payment-fields {
    margin-top: -15px
}
@media (min-width: 768px) {
    .checkout-form .payment-col .payment-fields {
        padding: 0 0px
    }
}
@media (min-width: 992px) {
    .checkout-form .payment-col .payment-fields {
        padding: 0 25px
    }
}
@media (min-width: 1200px) {
    .checkout-form .payment-col .payment-fields {
        padding: 0 25px
    }
}
.checkout-form .payment-col .payment-fields .row-label {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 0;
    color: #000
}
.checkout-form .payment-col .code-resend {
    margin-top: 5px
}
.checkout-form .payment-col .code-resend a {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1;
    color: #000
}
.checkout-form .payment-col .delivery-price .bd-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.checkout-form .payment-col .delivery-price .bd-input:hover {
    background-color: transparent
}
.checkout-form .payment-col .delivery-price .bd-input label.delivery-price-label {
    left: 0 !important;
    text-align: center !important
}
.checkout-form .payment-col .delivery-price .bd-input label.delivery-price-label .currency {
    font-size: 16px;
    margin-left: 2px
}
.checkout-form .payment-col .delivery-price .bd-input label.delivery-price-label:hover {
    background-color: transparent
}
.checkout-form .payment-col .delivery-price .progress-container {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 45px;
    border: solid 1px #e6e6e6;
    border-top: none;
    position: relative
}
.checkout-form .payment-col .delivery-price .progress-container .progress-bar {
    height: 45px
}
.checkout-form .payment-col .delivery-price .progress-container .progress-bar-content {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 2.9;
    color: #000;
    text-align: center;
    width: 100%
}
.checkout-form .payment-col .delivery-price .progress-container .progress-bar-content .currency {
    font-size: 16px;
    margin-left: 2px
}
.checkout-form .payment-col .payment-footer {
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding-top: 20px
}
.checkout-form .payment-col .payment-footer .total-row {
    padding: 0 41px
}
@media (min-width: 0) {
    .checkout-form .payment-col .payment-footer .total-row {
        padding: 0 20px
    }
}
@media (min-width: 768px) {
    .checkout-form .payment-col .payment-footer .total-row {
        padding: 0 20px
    }
}
@media (min-width: 992px) {
    .checkout-form .payment-col .payment-footer .total-row {
        padding: 0 41px
    }
}
@media (min-width: 1200px) {
    .checkout-form .payment-col .payment-footer .total-row {
        padding: 0 41px
    }
}
@media (min-width: 544px) {
    .checkout-form .payment-col .payment-footer .total-row .order-total-container {
        width: 103px
    }
}
@media (min-width: 768px) {
    .checkout-form .payment-col .payment-footer .total-row .order-total-container {
        width: 88px
    }
}
.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total {
    width: auto;
    border-radius: 3px
}
.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total .order-discount {
    display: none
}
.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total .order-discount, .checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total .summary-label {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    color: #474c4d
}
.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total .summary-label {
    margin-top: -4px
}
.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total:after {
    right: -17px
}
.checkout-form .payment-col .payment-footer .total-row .bonuses-info {
    padding-left: 30px;
    padding-top: 9px;
    padding-right: 0;
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000
}
@media (min-width: 544px) {
    .checkout-form .payment-col .payment-footer .total-row .bonuses-info {
        margin-left: -8px;
        margin-top: 8px
    }
}
@media (min-width: 768px) {
    .checkout-form .payment-col .payment-footer .total-row .bonuses-info {
        margin-top: 0px
    }
}
.checkout-form .payment-col .payment-footer .total-row .bonuses-info .currency {
    font-size: 14px;
    padding-left: 1px
}
.checkout-form .payment-col .send-order {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 51px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #c41011;
    border: 1px solid #c41011;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #ffffff;
    margin-top: 10px
}
@media (min-width: 544px) {
    .checkout-form .payment-col .send-order {
        width: 100%;
        margin: 15px 0
    }
}
@media (min-width: 0) {
    .checkout-form .payment-col .send-order {
        width: 100%;
        margin: 15px 0
    }
}
@media (min-width: 1200px) {
    .checkout-form .payment-col .send-order {
        width: 267px
    }
}
.checkout-form .payment-col .send-order:hover {
    color: #c41011;
    background-color: #fff;
}
.checkout-form .payment-col .send-order[disabled="disabled"] {
    box-shadow: inset 0px 0px 5px rgba(50,50,50,0.2);
    color: #c41011;
}
.checkout-form .delivery-date-time_ {
    display: none;
    margin-top: -15px
}
.profile-tabs {
    margin-top: 30px
}
.profile-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.profile-tabs ul li {
    display: inline-block
}
.profile-tabs ul li a {
    font-weight: 300;
    position: relative;
    padding: 9px 18px;
    padding-left: 43px;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #000;
    text-decoration: none
}
.profile-tabs ul li a .profile-tab-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #b2bbbd;
    position: relative;
    position: absolute;
    top: 8px;
    left: 8px
}
.profile-tabs ul li a .profile-tab-icon.bonuses-icon svg {
    width: 14px;
    -moz-transform: scale(0.55);
    -moz-transform-origin: 7px 7px
}
.profile-tabs ul li a .profile-tab-icon.history-icon svg {
    width: 12px;
    left: 7px;
    -moz-transform: scale(0.55);
    -moz-transform-origin: -1px 5px
}
.profile-tabs ul li a .profile-tab-icon svg {
    -moz-transform: scale(0.55);
    -moz-transform-origin: 9px 7px;
    zoom: 0.55;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.profile-tabs ul li a .profile-tab-icon svg path {
    fill: #b2bbbd
}
.profile-tabs ul li a span {
    border-bottom: 1px dashed #000
}
.profile-tabs ul li a:hover span {
    border: none;
    color: #fb0000
}
.profile-tabs ul li.active a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #f8515c;
    color: white;
    position: relative
}
.profile-tabs ul li.active a .profile-tab-icon {
    border-color: white;
    left: 13px;
    top: 10px;
    width: 20px;
    height: 20px
}
.profile-tabs ul li.active a .profile-tab-icon svg path {
    fill: white
}
.profile-tabs ul li.active a span {
    border: none;
    color: #fff
}
.profile-tabs ul li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(176, 184, 50, 0);
    border-top-color: #f8515c;
    border-width: 6px;
    margin-left: -6px
}
.profile-content {
    padding-top: 40px
}
.profile-content .row {
    margin-top: 12px
}
.profile-content .bd-input {
    border-radius: 3px;
    background-color: #ffffff
}
.profile-content .bd-input label {
    left: 20px
}
@media (min-width: 0) {
    .profile-content .bd-input input, .profile-content .bd-input label {
        font-size: 12px
    }
}
@media (min-width: 544px) {
    .profile-content .bd-input input, .profile-content .bd-input label {
        font-size: 12px
    }
}
@media (min-width: 768px) {
    .profile-content .bd-input input, .profile-content .bd-input label {
        font-size: 14px
    }
}
.profile-content .bd-input.focused label, .profile-content .bd-input.filled label {
    left: 15px
}
.profile-content .profile-phone {
    margin-top: 30px
}
.profile-content .profile-phone .current-phone {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000
}
.profile-content .profile-phone .change-phone {
    width: 380px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000;
    margin-top: 10px
}
.profile-content .radios label span {
    padding-left: 0
}
.profile-content .radios input[type="radio"] {
    display: none
}
.profile-content .radios input[type="radio"] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    vertical-align: top;
    background: url(/local/templates/katana/css/../images/sprite-checkout-checkbox.png) left 0 no-repeat;
    cursor: pointer
}
.profile-content .radios input[type="radio"]:checked + label span {
    background: url(/local/templates/katana/css/../images/sprite-checkout-checkbox.png) left -17px no-repeat
}
.profile-content .notify-config label {
}
.profile-content .notify-config label span {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000;
    margin-left: 11px;
    display: inline-block
}
.profile-content .address-list-container .address-list {
    margin-top: -10px
}
.profile-content .address-list-container .address-list .address-item .bordered-row {
    padding: 20px
}
.profile-content .address-list-container .address-list .address-item:first-child .bordered {
    border-top: none
}
.profile-content .address-list-container .address-list .address-item .bordered {
    border-top: 1px dashed #bac2c3
}
.profile-content .address-list-container .sub-row {
    margin: 0;
    margin-top: 10px
}
.profile-content .address-list-container .remove-address {
    display: inline-block;
    margin-top: 7px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000
}
.profile-content .address-list-container .remove-address:before {
    content: '\00d7';
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #f8515c;
    color: white;
    text-align: center;
    line-height: 1.9
}
.profile-content .address-list-container .remove-address span {
    margin-left: 10px;
    border-bottom: 1px dashed #000
}
.profile-content .address-list-container .remove-address:hover span {
    border: none;
    color: #ff0000
}
.profile-content .address-list-container .add-address {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #c41011;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block
}
.profile-content .address-list-container .add-address:before {
    content: '+';
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #c41011;
    color: #c41011;
    text-align: center;
    line-height: 1.9
}
.profile-content .address-list-container .add-address span {
    margin-left: 10px;
    border-bottom: 1px dashed #000
}
.profile-content .address-list-container .add-address:hover span {
    border: none;
    color: #ff0000
}
.profile-content .save-profile {
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    border: solid 1px #c41011;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #c41011;
    height: 35px
}
.profile-content .save-profile:hover {
    background-color: #c41011;
    color: #ffffff
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item {
    border: 1px solid #a5aeb0;
    width: 33%;
    height: 66px;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    line-height: 2.8;
    color: #a5aeb0;
    font-size: 23px
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:first-child {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    border-right: none
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:last-child {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    border-left: none
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:nth-child(1).got {
    background-color: #2dbec7;
    border-color: #2dbec7;
    color: white
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:nth-child(2).got {
    background-color: #8dc100;
    border-color: #c41011;
    color: white
}
.profile-content.bonuses .bonuses-progress .bonuses-progress-item:nth-child(3).got {
    background-color: #f8515c;
    border-color: #f8515c;
    color: white
}
.profile-content.bonuses .progress-information {
    margin-left: -60px
}
@media (min-width: 0) {
    .profile-content.bonuses .progress-information {
        margin-left: 0;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .profile-content.bonuses .progress-information {
        margin-left: 0;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .profile-content.bonuses .progress-information {
        margin-left: 0;
        padding-left: 15px
    }
}
@media (min-width: 544px) {
    .profile-content.bonuses .progress-information {
        margin-left: 0;
        padding-left: 15px
    }
}
.profile-content.bonuses .progress-stat {
    width: 315px;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #747474
}
.profile-content.bonuses .progress-stat span {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: #303638
}
.profile-content.bonuses .progress-stat .currency {
    font-size: 19px;
    margin-left: -1px
}
.profile-content.bonuses .progress-container {
    margin-top: 65px;
    height: 21px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #e6e6e6
}
.profile-content.bonuses .progress-container .progress-bar {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 19px;
    background-color: #c4094f
}
.profile-content.bonuses .progress-container .got {
    color: #000
}
.profile-content.bonuses .progress-container .progress-legend {
    margin-top: 20px;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #a5aeb0
}
.profile-content.bonuses .promo-items {
    margin-top: 50px
}
.profile-content.bonuses .promo-block .promo-image {
    width: 118px;
    height: 107px;
    border-radius: 3px;
    max-width: 100%
}
.profile-content.bonuses .promo-block .title {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000;
    margin-top: 15px
}
.profile-content.bonuses .promo-block .description {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #747474
}
.profile-content.order-history table.order-history-table {
    width: 830px
}
@media (min-width: 0) {
    .profile-content.order-history table.order-history-table {
        width: 100%
    }
}
@media (min-width: 768px) {
    .profile-content.order-history table.order-history-table {
        width: 100%
    }
}
@media (min-width: 992px) {
    .profile-content.order-history table.order-history-table {
        width: 100%
    }
}
@media (min-width: 544px) {
    .profile-content.order-history table.order-history-table {
        width: 100%
    }
}
.profile-content.order-history table.order-history-table thead tr {
    border-bottom: 1px dashed #e5e5e5
}
.profile-content.order-history table.order-history-table thead td {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.7;
    color: #000000;
    text-align: center;
    padding: 15px 30px
}
.profile-content.order-history table.order-history-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s
}
.profile-content.order-history table.order-history-table tbody tr:last-child {
    border: none
}
.profile-content.order-history table.order-history-table tbody tr.complete td.order-status {
    color: #85b001
}
.profile-content.order-history table.order-history-table tbody tr.wait_pay td.order-status {
    color: #ef2a42
}
.profile-content.order-history table.order-history-table tbody tr.opened_ {
    background-color: #fdfdf5;
    border-bottom: none
}
.profile-content.order-history table.order-history-table tbody tr.opened_ + .history {
    height: auto
}
.profile-content.order-history table.order-history-table tbody td {
    padding: 20px 30px;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000;
    text-align: center
}
.profile-content.order-history table.order-history-table tbody td:nth-child(1) {
    width: 90px
}
.profile-content.order-history table.order-history-table tbody td:nth-child(2) {
    width: 120px
}
.profile-content.order-history table.order-history-table tbody td:nth-child(4) .currency {
    font-size: 19px
}
.profile-content.order-history table.order-history-table tbody td.order-date {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #747474
}
.profile-content.order-history table.order-history-table tbody td.order-status {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000000
}
.profile-content.order-history table.order-history-table tbody td .order-detail-btn, .profile-content.order-history table.order-history-table tbody td .reorder-btn, .profile-content.order-history table.order-history-table tbody td .repay-btn {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000;
    border-bottom: 1px dashed #000;
    text-decoration: none
}
.profile-content.order-history table.order-history-table tbody td .order-detail-btn:hover, .profile-content.order-history table.order-history-table tbody td .reorder-btn:hover, .profile-content.order-history table.order-history-table tbody td .repay-btn:hover {
    border: none;
    color: #ff0000
}
.profile-content.order-history table.order-history-table .history {
    display: none;
    margin-top: 0
}
.profile-content.order-history table.order-history-table .history td[colspan="3"] {
    width: 300px;
    padding: 0
}
.profile-content.order-history table.order-history-table .history .product-list {
    margin-top: 0;
    margin-bottom: 10px
}
.profile-content.order-history table.order-history-table .history .product-list tr {
    border: none
}
.profile-content.order-history table.order-history-table .history .product-list tr:nth-child(2n) {
    background-color: #fafafa
}
.profile-content.order-history table.order-history-table .history .product-list tr td {
    padding: 10px 5px
}
.profile-content.order-history table.order-history-table .history .product-list tr td:nth-child(1) {
    width: 180px;
    padding-right: 0;
    padding-left: 30px
}
.profile-content.order-history table.order-history-table .history .product-list tr td.name {
    font-weight: 400;
    text-align: left
}
.profile-content.order-history table.order-history-table .history .product-list tr td.name a, .profile-content.order-history table.order-history-table .history .product-list tr td.name .name_ {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000;
    border-bottom: 1px dashed #000;
    text-decoration: none
}
.profile-content.order-history table.order-history-table .history .product-list tr td.name a:hover, .profile-content.order-history table.order-history-table .history .product-list tr td.name .name_:hover {
    border: none;
    color: #ff0000
}
.profile-content.order-history table.order-history-table .history .product-list tr td.name a.without_info, .profile-content.order-history table.order-history-table .history .product-list tr td.name .name_.without_info {
    border: none;
    cursor: default
}
.profile-content.order-history table.order-history-table .history .product-list tr td.name a.without_info:hover, .profile-content.order-history table.order-history-table .history .product-list tr td.name .name_.without_info:hover {
    color: #000
}
.profile-content.order-history table.order-history-table .history .product-list tr td.name .section {
    font-size: 12px;
    line-height: 1.5;
    color: #929292;
    font-weight: 300
}
.profile-content.order-history table.order-history-table .history .product-list tr td.local_sum {
    font-size: 14px
}
.profile-content.order-history table.order-history-table .history .product-list tr td.local_sum .currency {
    font-size: 16px;
    margin-left: 3px
}
.profile-content.order-history table.order-history-table .history .product-list tr td.amount {
    font-weight: 300;
    font-size: 14px;
    padding-right: 30px
}
.profile-content.order-history table.order-history-table .history .product-list.additional-info {
    border: 1px solid #8db54f;
    margin-top: 20px;
    margin-left: 10px
}
.profile-content.order-history table.order-history-table .history .product-list.additional-info tr {
    background: none !important;
    border-bottom: 1px solid #e5e5e5
}
.profile-content.order-history table.order-history-table .history .product-list.additional-info tr:last-child {
    border-bottom: none
}
.profile-cross-user-info {
    padding: 10px;
    padding-top: 25px;
    padding-left: 0
}
.profile-cross-user-info .cont-item {
    display: table-cell;
    font-weight: normal;
    font-stretch: condensed;
    vertical-align: middle
}
.profile-cross-user-info .cont-item:nth-child(1) {
    width: 205px;
    font-weight: 300
}
.profile-cross-user-info .cont-item.bonuses-cont {
    background-color: #f2f2f2;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}
.profile-cross-user-info .cont-item.logout {
    padding-left: 40px
}
.profile-cross-user-info .cont-item.logout a {
    border-bottom: 1px solid #93989a;
    font-size: 14px;
    text-decoration: none
}
.profile-cross-user-info .cont-item.logout a:hover {
    border-bottom: none
}
@keyframes gift-animation {
    from {
        background-position-y: -20000%
    }
    to {
        background-position-y: 0
    }
}
@-webkit-keyframes gift-animation {
    from {
        background-position-y: -20000%
    }
    to {
        background-position-y: 0
    }
}
@keyframes gift-animation-full {
    from {
        background-position-y: 20000%
    }
    to {
        background-position-y: 0
    }
}
@-webkit-keyframes gift-animation-full {
    from {
        background-position-y: 20000%
    }
    to {
        background-position-y: 0
    }
}
.gift-container {
    padding-top: 20px
}
.gift-container .product.gift {
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    background: white;
    border-radius: 4px !important;
    box-shadow: -1px 6px 10px rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: -1px 6px 10px rgba(50, 50, 50, 0.2);
    transition: all 0.2s cubic-bezier(.25, .8, .25, 1);
}
.gift-container .product.gift:hover {
    box-shadow: -1px 6px 10px rgba(50, 50, 50, 0.3);
    -webkit-box-shadow: -1px 6px 10px rgba(50, 50, 50, 0.3);
}
@media (min-width: 0) {
    .gift-container .product.gift {
        height: 400px
    }
}
@media (min-width: 544px) {
    .gift-container .product.gift {
        height: 435px
    }
}
@media (min-width: 1200px) {
    .gift-container .product.gift {
        height: 412px
    }
}
.gift-container .product.gift.masked .mask {
    visibility: visible;
    opacity: 1
}
.gift-container .product.gift .mask {
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -ms-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease;
    opacity: 0;
    visibility: hidden;
    /*background: url(/local/templates/katana/css/../images/maska.png) repeat scroll;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5
}
.gift-container .product.gift .front-side {
    z-index: 10;
    opacity: 1;
    visibility: visible
}
.gift-container .product.gift .back-side {
    width: 100%;
    height: inherit;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg);
    background: linear-gradient(to bottom, #db1616 0%, #a20909 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db1616', endColorstr='#a20909', GradientType=0)
}
.gift-container .product.gift .back-side:before {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    animation: gift-animation-full 2300s linear infinite;
    -webkit-animation: gift-animation-full 2300s linear infinite;
    background: url(/local/templates/katana/css/../images/stars-gift-inner.png) repeat 0 0 fixed
}
.gift-container .product.gift .back-side:after {
    content: ' ';
    width: 170px;
    height: 228px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: 80px;
    background: url(/local/templates/katana/css/../images/selected-gift-inner.png) no-repeat;
    background-size: contain;
}
.gift-container .product.gift.active {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-bottom: none
}
.gift-container .product.gift.active .front-side {
    opacity: 0;
    visibility: hidden;
    z-index: 0
}
.gift-container .product.gift.active .back-side {
    opacity: 1;
    visibility: visible
}
.gift-container .product.gift .product-info {
    height: auto
}
.gift-container .product.gift .get-gift-btn, .gift-container .product.gift .get-another-gift-btn {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    display: inline-block;
    width: 131px;
    height: 34px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #f8515c;
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.5;
    color: #f8515c
}
.gift-container .product.gift .get-gift-btn:hover, .gift-container .product.gift .get-another-gift-btn:hover {
    background-color: #f8515c;
    color: white
}
.gift-container .product.gift .gift-in-basket-text {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    font-stretch: condensed;
    line-height: 1.5;
    color: #fff;
    width: 171px;
    text-align: center
}
.gift-container .product.gift .gift-in-basket-text div:nth-child(1) {
    font-size: 40px
}
.gift-container .product.gift .gift-in-basket-text div:nth-child(2) {
    font-size: 24px;
    line-height: 0.1;
    font-weight: 300
}
.gift-container .product.gift .get-another-gift-btn {
    background-color: #c41011;
    color: white
}
.gift-container .product.gift .get-another-gift-btn:hover {
    background-color: #e41011;
}
.gift-container .product.gift .gift-progress-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.gift-container .product.gift .gift-progress-info .line {
    height: 33px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2.3;
    color: #ffffff;
    text-align: center
}
.gift-container .product.gift .gift-progress-info .line .currency {
    font-size: 16px;
    padding-left: 3px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.gift-container .product.gift .gift-progress-info .line.limit1 {
    background-color: #9db832
}
.gift-container .product.gift .gift-progress-info .line.limit2 {
    background-color: #ff8a00
}
.gift-container .product.gift .gift-progress-info .line.limit3 {
    background-color: #a066b3
}
.gift-container .product.gift .gift-progress-info .progress-container {
    height: 78px
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar {
    height: inherit
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content {
    padding-top: 9px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    text-align: center;
    color: #fff
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div {
    width: 164px;
    margin: 0 auto;
    text-align: center
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content span {
    font-size: 24px;
    line-height: 1;
    font-weight: 400
}
.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content span .currency {
    font-size: 26px;
    padding-left: 3px
}
.gift-container .product.gift:hover .progress-container {
    display: block;
}
.gift-sticky {
    z-index: 10;
    width: 44px;
    height: 349px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 200px;
    display: none;
}
.gift-sticky.sticky {
    position: fixed
}
.gift-sticky .grade-cont {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    width: 22px;
    height: 328px;
    position: relative;
    margin: 10px auto
}
.gift-sticky .grade-cont .grade {
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(/local/templates/katana/css/../images/gift-grade.png) no-repeat scroll center bottom;
    width: 12px;
    position: absolute;
    bottom: 4px;
    right: 4px
}
.gift-sticky .gift-toggle {
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #b7b7b7;
    position: absolute;
    left: -34px;
    top: 15px
}
.gift-sticky .gift-toggle.active {
    background-color: #f8515c
}
.gift-sticky .gift-toggle.active:hover {
    background-color: #ff4157
}
.gift-sticky .gift-toggle:hover {
    background-color: #c7c7c7
}
.gift-sticky .gift-toggle svg {
    width: 20px;
    height: 19px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.gift-sticky .gift-toggle svg path {
    fill: white
}
.gift-sticky .expanded-gift {
    display: none;
    padding: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 251px;
    height: 442px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2)
}
.gift-sticky .expanded-gift.open {
    right: 20px;
    position: absolute
}
.gift-sticky .expanded-gift .title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 1.5;
    color: #000
}
.gift-sticky .expanded-gift .description {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000
}
.gift-sticky .expanded-gift .grade-cont {
    margin: 15px 0
}
.gift-sticky .expanded-gift .gifts-list {
    position: absolute;
    left: 30px
}
.gift-sticky .expanded-gift .gifts-list .gift-item {
    animation: gift-animation 700s linear infinite;
    -webkit-animation: gift-animation 700s linear infinite;
    background: url(/local/templates/katana/css/../images/animate-star-sprite.png) repeat-y -532px 0, #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 177px;
    height: 102px;
    background-color: #efefef;
    position: relative
}
.gift-sticky .expanded-gift .gifts-list .gift-item.not-animate {
    animation: none;
    -webkit-animation: none
}
.gift-sticky .expanded-gift .gifts-list .gift-item:before {
    content: ' ';
    width: 80px;
    height: 87px;
    background: url(/local/templates/katana/css/../images/gifts-sprite.png) no-repeat 0 -330px;
    position: absolute;
    z-index: 10;
    display: block;
    right: 10px;
    top: 15px
}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit1.active {
    background: url(/local/templates/katana/css/../images/animate-star-sprite.png) repeat-y -353px 0, #b1ce00
}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit1.active:before {
    background: url(/local/templates/katana/css/../images/gifts-sprite.png) no-repeat 0 -221px
}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit2.active {
    background: url(/local/templates/katana/css/../images/animate-star-sprite.png) repeat-y -177px 0, #fbc805
}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit2.active:before {
    background: url(/local/templates/katana/css/../images/gifts-sprite.png) no-repeat 0 -107px
}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit3.active {
    background: url(/local/templates/katana/css/../images/animate-star-sprite.png) repeat-y 0 0, #ff3e4c
}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit3.active:before {
    background: url(/local/templates/katana/css/../images/gifts-sprite.png) no-repeat 0 0
}
.gift-sticky .expanded-gift .gifts-list .gift-item.active .badge {
    background-color: #000
}
.gift-sticky .expanded-gift .gifts-list .gift-item .badge {
    top: 5px;
    width: 101px;
    height: 25px;
    background-color: #a0a9ab;
    position: absolute;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.gift-sticky .expanded-gift .gifts-list .gift-item .badge .price {
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #ffffff;
    position: absolute;
    top: 0px;
    padding-left: 6px
}
.gift-sticky .expanded-gift .gifts-list .gift-item .badge .currency {
    font-size: 18px;
    padding-left: 3px
}
.gift-sticky .expanded-gift .gifts-list .gift-item .badge svg {
    width: 18px;
    margin-top: 4px;
    margin-left: 7px
}
.gift-sticky .expanded-gift .gifts-list .gift-item .badge svg path {
    fill: white
}
.gift-sticky .expanded-gift .gifts-list .gift-item .get-gift {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    min-width: 78px;
    max-width: 108px;
    z-index: 10;
    padding: 0 10px;
    height: 26px;
    border: none;
    background-color: #f8515c;
    font-size: 12px;
    font-stretch: condensed;
    line-height: 2.1;
    color: #ffffff;
    text-align: center;
    text-decoration: none
}
.gift-sticky .expanded-gift .gifts-list .gift-item .get-gift:hover {
    background-color: #ff485d
}
body.panel-opened {
    overflow: hidden
}
body.panel-opened:after {
    content: ' ';
    width: 400%;
    height: 400%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 11
}
.constructor-container {
    margin-top: 10px
}
.constructor-container .title {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000;
    padding-top: 15px
}
.constructor-container .title span {
    font-size: 16px;
    line-height: 1.2;
    color: #808080
}
.constructor-container .title a.get-preset {
    text-decoration: none;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000;
    border-bottom: 1px dashed #000
}
.constructor-container .title a.get-preset:hover {
    border: none;
    color: #f8515c
}
.constructor-container .base-list {
    margin-bottom: 30px
}
.constructor-container .constructor-item {
    cursor: pointer;
    margin-top: 10px
}
.constructor-container .constructor-item .image img {
    width: 50px;
    border-radius: 50%
}
.constructor-container .constructor-item.active .image, .constructor-container .constructor-item.active:hover .image {
    background-color: #b6be39
}
.constructor-container .constructor-item.active .image img, .constructor-container .constructor-item.active:hover .image img {
    opacity: 0
}
.constructor-container .constructor-item.active .image svg, .constructor-container .constructor-item.active:hover .image svg {
    opacity: 1
}
.constructor-container .constructor-item.active .image svg path, .constructor-container .constructor-item.active:hover .image svg path {
    fill: white
}
.constructor-container .constructor-item:hover .image {
    background-color: #f1f1f1
}
.constructor-container .constructor-item:hover .image img {
    opacity: 0
}
.constructor-container .constructor-item:hover .image svg {
    opacity: 1
}
.constructor-container .constructor-item .image {
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}
.constructor-container .constructor-item .image svg {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 17px;
    height: 13px;
    zoom: 2;
    -moz-transform: scale(2);
    -moz-transform-origin: 8px 6px
}
.constructor-container .constructor-item .image svg path {
    fill: #bbbbbb
}
.constructor-container .constructor-item .image img {
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.constructor-container .constructor-item .col-xs-10 {
    padding-top: 10px
}
.constructor-container .constructor-item .name {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.1;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.constructor-container .constructor-item .category {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    color: #747474
}
.constructor-container .add-ingredient-cont {
    padding-top: 20px;
    padding-left: 30px
}
.constructor-container .add-ingredient-cont a.add-ingredient {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000 !important;
    margin-left: 37px;
    border-bottom: 1px dashed #000
}
.constructor-container .add-ingredient-cont a.add-ingredient:hover {
    border: none;
    color: #f8515c !important
}
.constructor-container .add-ingredient-cont a.add-ingredient:before {
    content: '+';
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #b6be39;
    color: white;
    text-align: center;
    line-height: 1.7;
    position: absolute;
    top: -3px;
    left: -40px
}
.constructor-container .constructor-summary {
    margin-top: 30px
}
.constructor-container .constructor-summary span {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000
}
.constructor-container .constructor-summary .weight, .constructor-container .constructor-summary .weight span {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
}
.constructor-container .constructor-summary .sum-value {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 0.8;
}
.constructor-container .constructor-summary .sum-value .currency, .constructor-container .constructor-summary .sum-value span {
    font-size: 18px;
}
.constructor-container button.add-to-cart-constructor {
    margin-top: 20px;
    width: 80%;
    height: 42px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    background-color: #ffffff;
    border: solid 1px #f8515c;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #f8515c
}
.constructor-container button.add-to-cart-constructor:hover {
    color: white;
    background-color: #f8515c
}
.constructor-container button.add-to-cart-constructor[disabled="disabled"] {
    background-color: #ffffff;
    border: solid 1px #e2e4e5;
    color: #b6babb
}
.constructor-container button.clear-constructor {
    display: none;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #747474;
    text-decoration: none;
    border-bottom: 1px dashed #747474;
    padding: 0;
}
.constructor-container button.clear-constructor:hover {
    border-bottom: none;
}
.constructor-container .ingredients-list {
    counter-reset: ingredients-counter
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item {
    position: relative;
    content: counter(ingredients-counter);
    counter-increment: ingredients-counter;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    margin-left: 0;
    margin-right: 0;
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .name-cont {
    padding-left: 0;
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons {
    padding: 0;
    margin-top: 5px
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: solid 1px #b3bbbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    display: inline-block
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn.plus {
    font-family: Arial
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn:hover {
    background-color: #b2bbbd;
    border-color: #b2bbbd;
    color: #fff
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .amount {
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000;
    margin: 0 10px
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .weight {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: .6;
    color: #747474;
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .name {
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .category {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.1;
    color: #747474
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum {
    display: inline-block;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 0.5;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum .currency {
    padding-left: 3px;
    font-size: 20px
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item {
    margin-top: 5px
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item svg {
    width: 16px;
    height: 16px
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item svg path {
    fill: #b3bcbe
}
.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item svg path:hover {
    fill: #ff0000
}
.constructor-container .ingrs-cont {
    position: relative;
    padding-top: 15px
}
.new-ingredient .ingredient-categories {
    height: 103px;
    background-color: #f8fafa;
    position: relative;
    padding: 20px 30px
}
.new-ingredient .ingredient-categories .title {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000;
    padding-top: 0px;
    padding-bottom: 15px
}
.new-ingredient .ingredient-categories .cs-select {
    margin-top: 15px;
    background: #f8fafa;
    width: 256px;
    height: 49px;
    padding-top: 7px
}
.new-ingredient .ingredient-categories .cs-select:hover {
    background: white
}
.new-ingredient .select-ingredients-cont {
    padding: 21px 21px 21px 30px
}
.new-ingredient .select-ingredients-cont .select-ingredients-list {
    counter-reset: s-ingredients-counter;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2.1;
    color: #000;
    padding-bottom: 20px;
}
.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item {
    position: relative;
    content: counter(s-ingredients-counter);
    counter-increment: s-ingredients-counter;
    cursor: pointer
}
.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item.active {
    color: #fb4f58
}
.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .name {
    position: relative;
    padding-left: 20px
}
.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .name:before {
    content: counter(s-ingredients-counter, decimal) ". ";
    position: absolute;
    left: 0;
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.4;
    color: #808080;
    text-align: left;
    top: 5px
}
.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item.active .name:before {
    color: #fb4f58
}
.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .delete {
    display: none;
    position: absolute;
    right: 5px;
    top: -5px;
    padding: 5px
}
.presets {
}
.presets .title {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #000;
    padding-bottom: 10px
}
.presets .preset-item {
    margin: 0 10px;
    cursor: pointer
}
.presets .preset-item .name {
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.9;
    color: #000
}
.presets .preset-item .description {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000;
    padding: 15px 0;
}
.presets .preset-item .price {
    display: inline-block;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.presets .preset-item .price .currency {
    font-size: 20px;
    padding-left: 3px
}
.presets .preset-item .weight {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2;
    color: #747474;
    margin-left: 15px;
}
.content-page {
    padding-top: 50px
}
.content-page.delivery-page {
    padding-top: 10px
}
.content-page.empty-items .status-title {
    font-size: 15px;
    font-weight: normal
}
.content-page.page-simple p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.5;
    color: #000
}
.content-page.page-simple p span {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5
}
.content-page.page-simple h2 {
    margin-top: 15px;
    font-size: 18px;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000
}
.content-page.error_text .status-title {
    font-size: 15px;
    font-weight: normal
}
.content-page.page-403 .status-title {
    font-size: 20px;
    font-stretch: condensed;
    line-height: 1.2;
    text-align: center;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    color: #000
}
.content-page h1 {
    font-size: 30px;
    font-stretch: condensed;
    line-height: 0.7;
    color: #000;
    text-align: center;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
}
.content-page .status-title {
    font-size: 20px;
    font-stretch: condensed;
    line-height: 1.2;
    text-align: center;
    color: #000;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
}
.content-page .status-text {
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.3;
    text-align: center;
    color: #000;
    margin: 10px auto;
    width: 312px
}
.content-page .to-root {
    display: block;
    width: 170px;
    height: 39px;
    border-radius: 25px;
    background-color: #c41011;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 2.6;
    text-align: center;
    color: #ffffff;
    margin: 20px auto;
    text-decoration: none
}
.content-page .to-root:hover {
    background-color: #fff;
    border: 1px solid #c41011;
    color: #c41011;
}
.content-page .status-icon {
    position: relative;
    width: 115px;
    height: 115px;
    margin: 25px auto;
    border-radius: 50%
}
.content-page .status-icon span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #c41011;
    font-size: 45px;
    text-align: center;
    padding-top: 24px
}
.content-page .status-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 72px
}
.content-page .status-icon.icon-404 {
    background-color: #f8515c
}
.content-page .status-icon.icon-404 img {
    width: 72px
}
.content-page .status-icon.icon-403 {
    background-color: #fff;
    border: 1px solid #c41011;
}
.content-page .status-icon.icon-payment-fail {
    background-color: #f8515c
}
.content-page .status-icon.icon-payment-fail img {
    width: 35px
}
.content-page .status-icon.icon-payment-success {
    background-color: #c41011
}
.content-page .status-icon.icon-payment-success img {
    width: 35px
}
.bd-input {
    width: 100%;
    height: 50px;
    background-color: #f6f8f9;
    border: solid 1px #e6e6e6;
    border-collapse: separate;
    border-radius: 0;
    color: #333;
    text-align: left;
    cursor: text;
    position: relative
}
.bd-input label {
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    font-stretch: condensed;
    line-height: 1.8;
    text-align: center;
    transition: all .2s ease;
}
.bd-input input {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 10px;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    cursor: text;
    background: none;
    border: none
}
.bd-input.focused label, .bd-input.filled label {
    top: 3px;
    font-size: 11px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.8;
    color: #808080
}
.bd-input.focused {
    background-color: #f8fafa !important
}
.bd-input.textarea {
    height: 100px;
    cursor: text
}
.bd-input.textarea label {
    z-index: 1
}
.bd-input.textarea textarea {
    position: absolute;
    cursor: text;
    background: transparent;
    width: 100%;
    padding: 20px;
    display: block;
    height: 100px;
    border: none;
    resize: none;
    z-index: 2
}
.bd-input.filled {
    background-color: #f0f3f5 !important
}
.bd-input.error {
    border-color: #f8515c !important;
    border-bottom: 1px solid #f8515c !important
}
.bd-form-row.actions {
    margin-top: 12px
}
.bd-form-messages .bd-error {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.7;
    color: #ff0101;
    margin-top: 10px
}
.btn {
    display: block;
    height: 31px;
    width: 100%;
    border-radius: 25px;
    transition: all .2s ease;
    background-color: #c41011;
    border: solid 1px #c41011;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #ffffff
}
.btn:hover {
    background-color: #e41011;
    border-color: #e41011
}
.btn[disabled] {
    background-color: #ffffff;
    border: solid 1px #e2e4e5;
    color: #b6babb
}
.input-row .bd-input {
    border-bottom: none
}
.bd-form-row {
    margin-top: -1px
}
.input-row-first .bd-input {
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.input-row-last .bd-input {
    border-bottom-left-radius: 3px;
}
.popover-nav {
    list-style: none;
    padding: 0;
    margin-top: 15px
}
.popover-nav li {
    transition: all .2s ease;
    padding: 3px 5px 3px 23px;
    cursor: pointer
}
.popover-nav li a {
    border-bottom: 1px solid #93989a;
    font-size: 14px;
    text-decoration: none
}
.popover-nav li:hover {
    background-color: #f1f1f1;
    border-bottom: none
}
.popover-nav li:hover a {
    border-bottom: none
}
div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    background: #fff;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    user-select: none
}
.options-row-select {
    margin-top: 11px;
    margin-bottom: 11px;
    padding: 0
}
div.cs-select:focus {
    outline: none
}
.cs-select select {
    display: none
}
.cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.cs-select > span {
    padding-right: 3em
}
.cs-select > span::after, .cs-select .cs-selected span::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.cs-select .cs-selected span::after {
    content: '\2713';
    margin-left: 1em
}
.cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}
div.cs-active {
    z-index: 200
}
.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 138%;
    background: #fff;
    visibility: hidden
}
.cs-select.cs-active .cs-options {
    visibility: visible
}
.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}
.cs-select ul span {
    padding: 1em
}
.cs-select ul li.cs-focus span {
    background-color: #ddd
}
.cs-select li.cs-optgroup ul {
    padding-left: 1em
}
.cs-select li.cs-optgroup > span {
    cursor: default
}
div.cs-skin-slide {
    color: #fff;
    font-size: 1.5em
}
@media screen and (max-width: 30em) {
    div.cs-skin-slide {
        font-size: 1em
    }
}
div.cs-skin-slide::before {
    content: '';
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #bac2c3;
    color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transition: transform 0.3s
}
.cs-skin-slide > span {
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000000;
    -webkit-transition: text-indent 0.3s, opacity 0.3s;
    transition: text-indent 0.3s, opacity 0.3s
}
.cs-skin-slide > span svg {
    width: 10px;
    position: absolute;
    right: 10px;
    top: 15px
}
.cs-skin-slide.cs-active > span {
    opacity: 0
}
.cs-skin-slide.cs-active > span::after {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.cs-skin-slide .cs-options {
    transition: all .2s ease;
    background: white;
    width: 101%;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}
@media screen and (max-width: 30em) {
    .cs-skin-slide .cs-options {
        padding-top: 3em
    }
}
.cs-skin-slide .cs-options li {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s
}
.cs-skin-slide.cs-active .cs-options li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
.cs-skin-slide.cs-active .cs-options li:hover {
    background-color: #f1f1f1
}
.cs-skin-slide.cs-active .cs-options li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}
.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}
.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}
.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}
.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s
}
.cs-skin-slide .cs-options li span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.2;
    color: #000000;
    padding: 0.4em 0 0.4em 1.5em
}
.cs-skin-slide .cs-selected span::after {
    content: ''
}
.tabs {
    position: relative;
    margin: 0 auto;
    width: 97%;
    font-weight: 300;
    font-size: 1.25em
}
.tabs nav {
    text-align: center
}
.tabs nav ul {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    flex-flow: row wrap;
    justify-content: center
}
.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    flex: 1;
    top: 20px;
    padding-bottom: 11px;
}
.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 10px;
}
.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em
}
.tabs nav li.tab-current a {
    color: #74777b;
    box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}
.tabs nav a:focus {
    outline: none
}
.tabs-style-flip {
    max-width: 1200px
}
.content-wrap {
    position: relative
}
.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center
}
.content-wrap section.content-current {
    display: block
}
.content-wrap section .row {
    padding: 50px
}
.content-wrap section p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.5;
    color: #000;
    text-align: left
}
.tabs-style-flip nav a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-decoration: none
}
.tabs-style-flip nav a:hover, .tabs-style-flip nav a:focus, .tabs-style-flip nav li.tab-current a {
    color: #74777b
}
.tabs-style-flip nav a span {
    padding: 17px 30px;
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #000;
    cursor: pointer
}
.tabs-style-flip nav a span:hover {
    color: #696969
}
.tabs-style-flip nav a::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%
}
.tabs-style-flip nav li.tab-current a::after {
    background-color: #fff;
    -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}
.tabs-style-flip .content-wrap {
    background: #fff
}
.tabs-style-flip .content-wrap::before {
    content: ' ';
    display: block;
    position: absolute;
    background: white;
    width: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 20px;
    z-index: 2;
}
.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden
}
.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px
}
.md-modal {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    width: auto;
    margin: 5% auto;
    max-width: 800px;
    min-width: 320px;
    height: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}
.md-show {
    visibility: visible;
    z-index: 99999
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 11000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s
}
.md-overlay.md-show {
    opacity: 1;
    visibility: visible
}
.md-content {
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
    padding-top: 20px
}
.md-effect-1 .md-content {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s
}
.md-show.md-effect-1 .md-content {
    transform: scale(1);
    opacity: 1
}
.md-effect-2 .md-content {
    transform: translateX(20%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9)
}
.md-show.md-effect-2 .md-content {
    transform: translateX(0);
    opacity: 1
}
.md-effect-3 .md-content {
    transform: translateY(20%);
    opacity: 0;
    transition: all 0.3s
}
.md-show.md-effect-3 .md-content {
    transform: translateY(0);
    opacity: 1
}
.md-effect-4 .md-content {
    transform: scale(0) rotate(720deg);
    opacity: 0
}
.md-show.md-effect-4 ~ .md-overlay, .md-effect-4 .md-content {
    transition: all 0.5s
}
.md-show.md-effect-4 .md-content {
    transform: scale(1) rotate(0deg);
    opacity: 1
}
.md-effect-5.md-modal {
    perspective: 1300px
}
.md-effect-5 .md-content {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
}
.md-show.md-effect-5 .md-content {
    transition: all 0.3s ease-in;
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1
}
.md-effect-6.md-modal {
    perspective: 1300px
}
.md-effect-6 .md-content {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
}
.md-show.md-effect-6 .md-content {
    transition: all 0.3s ease-in;
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1
}
.md-effect-7 {
    top: 0;
    transform: translateX(-50%)
}
.md-effect-7 .md-content {
    transform: translateY(-200%);
    transition: all .3s;
    opacity: 0
}
.md-show.md-effect-7 .md-content {
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1
}
.md-effect-8.md-modal {
    perspective: 1300px
}
.md-effect-8 .md-content {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition: all 0.3s;
    opacity: 0
}
.md-show.md-effect-8 .md-content {
    transform: rotateY(0deg);
    opacity: 1
}
.md-effect-9.md-modal {
    perspective: 1300px
}
.md-effect-9 .md-content {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
    transition: all 0.3s;
    opacity: 0
}
.md-show.md-effect-9 .md-content {
    transform: rotateX(0deg);
    opacity: 1
}
.md-effect-10.md-modal {
    perspective: 1300px
}
.md-effect-10 .md-content {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition: all 0.3s
}
.md-show.md-effect-10 .md-content {
    transform: rotateX(0deg);
    opacity: 1
}
.md-effect-11 .md-content {
    transform: scale(2);
    opacity: 0;
    transition: all 0.3s
}
.md-show.md-effect-11 .md-content {
    transform: scale(1);
    opacity: 1
}
.md-effect-12 .md-content {
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s
}
.md-show.md-effect-12 ~ .md-overlay {
    background: #e74c3c
}
.md-effect-12 .md-content h3, .md-effect-12 .md-content {
    background: transparent
}
.md-show.md-effect-12 .md-content {
    transform: scale(1);
    opacity: 1
}
.md-effect-13.md-modal {
    perspective: 1300px
}
.md-effect-13 .md-content {
    transform-style: preserve-3d;
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0
}
.md-show.md-effect-13 .md-content {
    animation: slit .7s forwards ease-out
}
@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in
    }
    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1
    }
}
.md-effect-14.md-modal {
    perspective: 1300px
}
.md-effect-14 .md-content {
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s ease-out
}
.md-show.md-effect-14 .md-content {
    transform: translateY(0%) rotateX(0deg);
    opacity: 1
}
.md-effect-15.md-modal {
    perspective: 1300px
}
.md-effect-15 .md-content {
    transform-style: preserve-3d;
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition: all 0.3s
}
.md-show.md-effect-15 .md-content {
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1
}
.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(180, 46, 32, 0.5)
}
.md-show.md-effect-16 ~ .container {
    filter: blur(3px)
}
.md-effect-16 .md-content {
    transform: translateY(-5%);
    opacity: 0
}
.md-show.md-effect-16 ~ .container, .md-effect-16 .md-content {
    transition: all 0.3s
}
.md-show.md-effect-16 .md-content {
    transform: translateY(0);
    opacity: 1
}
.md-show.md-effect-17 ~ .container {
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s
}
.md-show.md-effect-17 ~ .container, .md-show.md-effect-17 ~ .md-overlay {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d
}
.md-effect-17 .md-content {
    opacity: 0;
    transform: translateY(200%)
}
.md-show.md-effect-17 .md-content {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s 0.2s
}
.md-show.md-effect-18 ~ .container {
    height: 100%;
    overflow: hidden
}
.md-show.md-effect-18 ~ .md-overlay {
    background: rgba(143, 27, 15, 0.8);
    transition: all 0.5s
}
.md-show.md-effect-18 ~ .container, .md-show.md-effect-18 ~ .md-overlay {
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in
}
@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out
    }
    100% {
        transform: translateZ(-200px)
    }
}
.md-effect-18 .md-content {
    transform: translateX(200%);
    opacity: 0
}
.md-show.md-effect-18 .md-content {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.5s 0.1s
}
.md-show.md-effect-19 ~ .container {
    height: 100%;
    overflow: hidden
}
.md-show.md-effect-19 ~ .md-overlay {
    transition: all 0.5s
}
.md-show.md-effect-19 ~ .container, .md-show.md-effect-19 ~ .md-overlay {
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in
}
@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out
    }
}
.md-effect-19 .md-content {
    transform: translateY(-200%);
    opacity: 0
}
.md-show.md-effect-19 .md-content {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.5s 0.1s
}
#popover-information .webui-popover-content, #popover-menu-extend .webui-popover-content {
    width: 164px;
    padding: 0
}
#popover-bonuses-info.in {
    margin-top: 20px
}
#bonuses-info {
    width: 450px;
    height: 170px;
    padding-top: 30px
}
#bonuses-info .title {
    font-size: 18px;
    line-height: 1
}
#bonuses-info .description {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2
}
#popover-basket .webui-arrow {
    right: 7px !important;
    left: auto !important
}
#popover-ingridients-filter {
    width: 50%
}
#popover-ingridients-filter .row {
    margin: 0
}
#popover-ingridients-filter .webui-popover-content {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}
#popover-ingridients-filter .filter-params {
    margin-right: 10px;
}
#popover-ingridients-filter .filter-params.scroll-content {
    padding-top: 10px;
    margin: 0 30px
}
#popover-ingridients-filter .filter-params .param-item {
    padding-left: 0
}
#popover-ingridients-filter .filter-params .param-item .icon-param {
    text-decoration: none;
    margin-left: 8px
}
#popover-ingridients-filter .filter-params .param-item .icon-param svg {
    height: 10px;
    width: 10px
}
#popover-ingridients-filter .filter-params .param-item .icon-param polygon, #popover-ingridients-filter .filter-params .param-item .icon-param path {
    fill: #b2bbbd
}
#popover-ingridients-filter .filter-params .param-item .remove-param:hover svg polygon, #popover-ingridients-filter .filter-params .param-item .remove-param:hover svg path, #popover-ingridients-filter .filter-params .param-item .remove-param.selected svg polygon, #popover-ingridients-filter .filter-params .param-item .remove-param.selected svg path {
    fill: #262626
}
#popover-ingridients-filter .filter-params .param-item span {
    transition: all .2s ease;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.8;
    color: #000000;
    cursor: pointer
}
#popover-ingridients-filter .filter-params .param-item span.unchecked {
    color: #a3a3a3;
    text-decoration: line-through
}
#popover-ingridients-filter .filter-params .param-item span.checked {
    color: #c14011
}
#popover-ingridients-filter .filter-params .param-item .add_param:hover svg path, #popover-ingridients-filter .filter-params .param-item .add_param.selected svg path {
    fill: #c14011
}
#popover-ingridients-filter .filter-params .param-item .add_param:hover span, #popover-ingridients-filter .filter-params .param-item .add_param.selected span {
    color: #c14011
}
#popover-ingridients-filter .filter-actions {
    padding: 18px 40px;
    margin-top: 20px;
    border-top: 1px solid #efefef
}
#popover-ingridients-filter .filter-actions .clear-filter {
    transition: all .2s ease;
    background: none;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #747474;
    border: 1px solid #747474;
    border-radius: 25px;
    width: 145px;
    height: 30px;
    margin-left: 10px;
}
#popover-ingridients-filter .filter-actions .clear-filter:hover {
    background: #747474;
    color: #fff;
}
#popover-ingridients-filter .filter-actions .apply-filter {
    outline: none;
    transition: all .2s ease;
    width: 120px;
    height: 30px;
    border-radius: 25px;
    background-color: #ffffff;
    border: solid 1px #c41011;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.4;
    color: #c41011
}
#popover-ingridients-filter .filter-actions .apply-filter:hover {
    background-color: #c41011;
    color: white
}
#product-detail .md-content {
    max-width: 800px;
    background-color: #ffffff
}
@media (min-width: 0) {
    #product-detail .md-content {
        min-width: 250px
    }
}
@media (min-width: 544px) {
    #product-detail .md-content {
        min-width: 670px
    }
}
@media (min-width: 1200px) {
    #product-detail .md-content {
        min-width: 800px
    }
}
#product-detail .md-content .product.product-detail {
    min-height: 280px;
    height: 0
}
#product-detail .md-content .product.product-detail .pre_view {
    width: 100%;
    margin: 0
}
#product-detail .md-content .product-actions {
    margin-bottom: 0
}
#product-detail .md-content .product.product-detail .product-info {
    margin: 0;
    height: auto
}
#product-detail .md-content .product.product-detail .product-info .product-description {
    padding-top: 0
}
#product-detail .md-content .product.product-detail .product-info h3 {
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-stretch: condensed;
    line-height: 1.1;
    color: #000
}
#product-detail .md-content .product.product-detail .product-info p {
    font-family:Gilroy, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: condensed;
    line-height: 1.3;
    color: #000;
}
#popover-auth .webui-arrow {
    right: 5px;
    left: auto !important
}
footer .copyright a {
    text-decoration: none
}
footer .copyright a img {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    margin-top: -5px;
    text-decoration: none
}
footer .copyright a span {
    border-bottom: 1px solid #93989a
}
footer .copyright a span:hover {
    border: none;
    color: #fe1a1a
}
.social-icons-footer a {
    margin-right: 4px;
    padding-left: 2px;
}
.product-list .banner {
    border: none;
    text-align: center
}
.banner img {
    border-radius: 3px
}
#bx-panel .admin_tab_icon {
    margin-top: 2px !important
}
.constructor-container .constructor-summary .sum-value .currency, .constructor-container .constructor-summary .sum-value .currency {
    font-size: 18px
}
.gift-sticky .expanded-gift .gifts-list .gift-item .badge .currency {
    font-size: 19px
}
.auth-state.logged-in-state .bonuses .value .currency {
    font-size: 17px
}
.profile-cross-user-info .cont-item.bonuses-cont .currency {
    font-size: 16px;
    margin-left: -1px
}
.profile-cross-user-info .cont-item.bonuses-cont {
    font-weight: 400
}
.news-detail .detail-content ol {
    margin-left: -24px
}
.product .product-info .product-options .options-row-select {
    margin-top: 5px
}
.lic {
    padding: 5px 10px;
    border: 1px #f8515c solid;
    width: 280px;
    position: absolute;
    top: 0px;
    left: 340px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer
}
.lic .title {
    color: #f8515c;
    border-bottom: 1px dashed #f8515c;
    font-size: 14px
}
.lic .title:hover {
    border: none
}
#licContent {
    width: 420px;
    font-size: 12px;
    display: none;
    font-weight: 300;
    padding: 10px 10px
}
.category-view-item .category-view-name .name-cont a {
    text-decoration: none;
}
.category-view-item .category-view-name .name-cont a:hover {
    border-bottom: none
}
.category-view-item .category-view-name .sub-categories li a {
    text-decoration: none;
    border-bottom: 1px solid #4092bd
}
.category-view-item .category-view-name .sub-categories li a:hover {
    border-bottom: none
}
.category-view-item .category-view-name .sub-categories li {
    margin-right: 10px
}
.category-view-item .category-view-description {
    padding-top: 0;
    font-weight: 300
}
.profile-cross-user-info .cont-item.logout {
    padding-left: 25px
}
.profile-cross-user-info .cont-item:nth-child(1) {
    font-size: 14px
}
.order-confirm-text {
    font-size: 11px;
    display: block;
    padding: 0;
    font-weight: 300;
}
.order-confirm-text a {
    color: #4c82a6;
}
.private-house {
    font-weight: 300;
    padding-left: 5px;
}
/* End */


/* Start:/local/templates/katana/css/popover.css?15889666808501*/
/*
 *  webui popover plugin  - v1.2.16
 *  A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
 *  https://github.com/sandywalker/webui-popover
 *
 *  Made by Sandy Duan
 *  Under MIT License
 */
.webui-popover-content {
    display: none;
}
.webui-popover-rtl {
    direction: rtl;
    text-align: right;
}
/*  webui popover  */
.webui-popover {
    position: absolute;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    background-clip: padding-box;
    border-radius: 4px;
    box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: -1px 6px 10px 0 rgba(50, 50, 50, 0.2);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {

}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
    margin-left: 10px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
    margin-left: -10px;
}
.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
    -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
    transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
    opacity: 0;
    filter: alpha(opacity=0);
}
.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 0;
    filter: alpha(opacity=0);
}
.webui-popover.fade,
.webui-popover.fade-out {
    margin-top: 3px;
    -webkit-transition: opacity .3s ease,margin-top .3s;
    -moz-transition: opacity .3s ease,margin-top .3s;
    -ms-transition: opacity .3s ease,margin-top .3s;
    -o-transition: opacity .3s ease,margin-top .3s;
    transition: opacity .3s ease,margin-top .3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0);
}
.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 15px;
}
.webui-popover .webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: block;
}
.webui-popover-inner .close {
    font-family: arial;
    margin: 8px 10px 0 0;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #000000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.webui-popover-inner .close:after {
    content: "\00D7";
    width: 0.8em;
    height: 0.8em;
    padding: 4px;
    position: relative;
}
.webui-popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
}
.webui-popover-content {
    padding: 9px 14px;
    overflow: auto;
    display: none;
}
.webui-popover-inverse {
    background-color: #333333;
    color: #eeeeee;
}
.webui-popover-inverse .webui-popover-title {
    background: #333333;
    border-bottom: 1px solid #3b3b3b;
    color: #eeeeee;
}
.webui-no-padding .webui-popover-content {
    padding: 0;
}
.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none;
}
.webui-no-padding .list-group-item:first-child {
    border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
    border-bottom: 0;
}
.webui-popover > .webui-arrow,
.webui-popover > .webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.webui-popover > .webui-arrow {
    border-width: 11px;
}
.webui-popover > .webui-arrow:after {
    border-width: 10px;
    content: "";
}
.webui-popover.top > .webui-arrow,
.webui-popover.top-right > .webui-arrow,
.webui-popover.top-left > .webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.05);
    border-bottom-width: 0;
}
.webui-popover.top > .webui-arrow:after,
.webui-popover.top-right > .webui-arrow:after,
.webui-popover.top-left > .webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.05);
}
.webui-popover.right > .webui-arrow:after,
.webui-popover.right-top > .webui-arrow:after,
.webui-popover.right-bottom > .webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}
.webui-popover.bottom > .webui-arrow,
.webui-popover.bottom-right > .webui-arrow,
.webui-popover.bottom-left > .webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999999;
    border-bottom-color: #e5e5e5;
    border-top-width: 0;
}
.webui-popover.bottom > .webui-arrow:after,
.webui-popover.bottom-right > .webui-arrow:after,
.webui-popover.bottom-left > .webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.05);
}
.webui-popover.left > .webui-arrow:after,
.webui-popover.left-top > .webui-arrow:after,
.webui-popover.left-bottom > .webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}
.webui-popover-inverse.top > .webui-arrow,
.webui-popover-inverse.top-left > .webui-arrow,
.webui-popover-inverse.top-right > .webui-arrow,
.webui-popover-inverse.top > .webui-arrow:after,
.webui-popover-inverse.top-left > .webui-arrow:after,
.webui-popover-inverse.top-right > .webui-arrow:after {
    border-top-color: #333333;
}
.webui-popover-inverse.right > .webui-arrow,
.webui-popover-inverse.right-top > .webui-arrow,
.webui-popover-inverse.right-bottom > .webui-arrow,
.webui-popover-inverse.right > .webui-arrow:after,
.webui-popover-inverse.right-top > .webui-arrow:after,
.webui-popover-inverse.right-bottom > .webui-arrow:after {
    border-right-color: #333333;
}
.webui-popover-inverse.bottom > .webui-arrow,
.webui-popover-inverse.bottom-left > .webui-arrow,
.webui-popover-inverse.bottom-right > .webui-arrow,
.webui-popover-inverse.bottom > .webui-arrow:after,
.webui-popover-inverse.bottom-left > .webui-arrow:after,
.webui-popover-inverse.bottom-right > .webui-arrow:after {
    border-bottom-color: #333333;
}
.webui-popover-inverse.left > .webui-arrow,
.webui-popover-inverse.left-top > .webui-arrow,
.webui-popover-inverse.left-bottom > .webui-arrow,
.webui-popover-inverse.left > .webui-arrow:after,
.webui-popover-inverse.left-top > .webui-arrow:after,
.webui-popover-inverse.left-bottom > .webui-arrow:after {
    border-left-color: #333333;
}
.webui-popover i.icon-refresh:before {
    content: "";
}
.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    background: url(/local/templates/katana/css/../img/loading.gif) no-repeat;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
.webui-popover-backdrop {
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
}
.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none;
}
/* End */


/* Start:/local/templates/katana/css/selectordie.css?15969615689593*/
/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */

.sod_select,
.sod_select *
    {
        cursor: pointer;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
     -webkit-touch-callout: none;
       -webkit-user-select: none;
          -moz-user-select: none;
           -ms-user-select: none;
               user-select: none;
    }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select
    {

        display: inline-block;
        position: relative;
        line-height: 1;

        width: 100%;
        padding: 10px;
        border-radius: 3px;
        background-color: #ffffff;
        border: solid 1px #bac2c3;
        font-size: 12px;
        font-weight: 300;
        font-stretch: condensed;
        line-height: 1.2;
        color: #000000;
        outline: 0;
        outline-offset: -2px; /* Opera */
        cursor: default;
    }
.sod_select.error{
    border-color: #f82c44 !important;
}
    /* Up/Down arrows */
.sod_select:before
{
    content: "";
    position: absolute;
    zoom: .55;
    top: 50%;
    z-index: 1;
    right: 13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 18px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjQgMTcuNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMTcuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMjQsMHYzLjRIMFYwSDI0eiBNMCwxMC41aDI0VjcuMUgwVjEwLjV6IE0wLDE3LjZoMjR2LTMuNEgwVjE3LjZ6Ii8+DQo8L3N2Zz4NCg==);
    cursor: pointer;
}
@-moz-document url-prefix() {
    .sod_select:before
    {
        top: 58%;
        right: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 14px;
        background-repeat: no-repeat;
    }
}

/* Change the border color on hover, focus and when open */
    .sod_select:hover,
    .sod_select.open,
    .sod_select.focus {  }

        .sod_select.open {  }


    /* When the entire SoD is disabled, go crazy! */
    .sod_select.disabled
        {
            border-color: #828282;
            color: #b2b2b2;
            cursor: not-allowed;
        }

    /* The "label", or whatever we should call it. Keep the first three lines for truncating. */
    .sod_select .sod_label
        {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;

            padding-right: 15px;
        }

        .sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */ }
        .sod_select .sod_placeholder { /* Use this if you're using a placeholder and want to style it */ }



    /* Options list wrapper */
    .sod_select .sod_list_wrapper
        {
            display: none;
            position: absolute;
            top: 33px;
            left: -1px;
            width: calc(100% + 2px);
            background: #ffffff;
            border: solid 1px #bac2c3;
            border-top: none;
            color: #444444;
            font-weight: 300;
            z-index: 10;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
            overflow: hidden;
            max-height: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -ms-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }
        .sod_select.open .sod_list_wrapper{
            max-height: 500px;
            display: block;
        }

        /* Shows the option list (don't edit) */
        .sod_select.open .sod_list_wrapper { display: block;  }

        /* Don't display the options when  */
        .sod_select.disabled.open .sod_list_wrapper { display: none;  }

        /* When the option list is displayed above the SoD */
        .sod_select.above .sod_list_wrapper
            {
                top: auto;
                bottom: 100%;
                border-top: solid 1px #bac2c3;
                border-bottom: none;
            }

    /* Options list container */
    .sod_select .sod_list
        {
            display: block;
            overflow-y: auto;
            padding: 0;
            margin: 0;
        }

        /* All the options. Keep the first three lines for truncating... */
        .sod_select .sod_option
            {
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;

                position: relative;
                padding: 10px 10px;
                list-style-type: none;
            }

            /* Optgroups */
            .sod_select .sod_option.optgroup,
            .sod_select .sod_option.optgroup.disabled
                {
                    background: inherit;
                    color: #939393;
                    font-size: 10px;
                    font-style: italic;
                }

                /* Children of an optgroup */
                .sod_select .sod_option.groupchild { padding-left: 20px; }

            /* Used together with placeholderOption / data-placeholder-option */
            .sod_select .sod_option.is-placeholder {
                display: none;
            }

            /* Disabled option */
            .sod_select .sod_option.disabled
                {
                    background: inherit;
                    color: #cccccc;
                }

            /* Hover state for options, also used when a user uses his/hers up/down keys */
            .sod_select .sod_option.active
                {
                    background: #fff;
                    color: #000;
                }

            /*Make room for the check mark */
            .sod_select .sod_option.selected
                {
                    font-weight: 700;
                    padding-right: 25px;
                }

                /* Displays a check mark for the selected option */
                .sod_select .sod_option.selected:before
                    {
                        content: "";
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                                transform: translateY(-50%);
                        display: inline-block;
                        color: #808080;
                        height: 9px;
                        width: 10px;
                        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMCA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMCA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjYjBiODMyIiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjhjMC43LDAuNywxLjMsMSwyLDBDNi43LDYsOC4zLDMuNyw5LjgsMS41QzEwLjUsMC41LDktMC4zLDguMywwLjZsMCwwQzYuNywyLjksNS43LDQuNCw0LDYuNyIvPjwvZz48L3N2Zz4=);
                    }

                /* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
                .sod_select.no_highlight .sod_option.selected { font-weight: 300; }
                .sod_select.no_highlight .sod_option.selected:before { display: none; }

            .sod_select .sod_option.link { /* If data-link is set on a specific option */ }
            .sod_select .sod_option.linkexternal { /* If data-link-external is set on a specific option */ }



    /* Hide native select */
    .sod_select select { display: none !important; }

        /* The native select in touch mode. Keep this first line. Sorry, keep everything. */
        .sod_select.touch select
            {
                -webkit-appearance: menulist-button;

                position: absolute;
                top: 0;
                left: 0;
                display: block !important;
                height: 100%;
                width: 100%;
                opacity: 0;
                z-index: 1;
            }
.sod_option.disabled{
    display: none !important;
}
/* End */


/* Start:/local/templates/katana/css/jquery.scrollbar.css?159071360022578*/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

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









/*************** SIMPLE INNER SCROLLBAR ***************/

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

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

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

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

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

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

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

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


/* update scrollbar offset if both scrolls are visible */

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


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










/*************** SIMPLE OUTER SCROLLBAR ***************/

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

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

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

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

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

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

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

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

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


/* scrollbar height/width & offset from container borders */

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

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


/* update scrollbar offset if both scrolls are visible */

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

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










/*************** SCROLLBAR MAC OS X ***************/

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

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

.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #bac2c3;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

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


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

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

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

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

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

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










/*************** SCROLLBAR LIGHT ***************/

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

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

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

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

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

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

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

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

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

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

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

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

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

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

/* update scrollbar offset if both scrolls are visible */

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

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










/*************** SCROLLBAR RAIL ***************/

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

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

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

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

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

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

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

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

/* scrollbar height/width & offset from container borders */

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

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

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

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

/* update scrollbar offset if both scrolls are visible */

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

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










/*************** SCROLLBAR DYNAMIC ***************/

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

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

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

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

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

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

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

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

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

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


/* update scrollbar offset if both scrolls are visible */

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


/* hover & drag */

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
    overflow: hidden;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

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










/*************** SCROLLBAR GOOGLE CHROME ***************/

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

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

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

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

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

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

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

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

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

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

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

/* scrollbar height/width & offset from container borders */

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

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

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

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

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








/* End */


/* Start:/local/templates/katana/css/font-awesome-4.7.0/css/font-awesome.min.css?152992487831000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/katana/css/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/katana/css/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/katana/css/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/katana/css/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/katana/css/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/katana/css/font-awesome-4.7.0/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


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


/* Start:/local/templates/katana/template_styles.css?1583340360131*/
.category-view-item {
	vertical-align: top;
	margin-top: 20px;
}

.category-view-item .category-view-image {
	text-align: center;
}
/* End */
/* /local/templates/katana/styles.css?1783153704101319 */
/* /local/templates/katana/css/OwlCarousel/assets/owl.carousel.min.css?15795302603351 */
/* /local/templates/katana/css/OwlCarousel/assets/owl.theme.default.css?15795349721653 */
/* /local/templates/katana/css/bootstrap.css?1783153636228694 */
/* /local/templates/katana/css/popover.css?15889666808501 */
/* /local/templates/katana/css/selectordie.css?15969615689593 */
/* /local/templates/katana/css/jquery.scrollbar.css?159071360022578 */
/* /local/templates/katana/css/font-awesome-4.7.0/css/font-awesome.min.css?152992487831000 */
/* /local/templates/katana/fancybox/dist/jquery.fancybox.min.css?158461192412795 */
/* /local/templates/katana/template_styles.css?1583340360131 */
