/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    background-attachment: fixed;
    background-size: cover;
    z-index: 9999999999;
    line-height: 100vh;
    text-align: center;
    color: #fff;
}

.spiner-in-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    display: none;
}

.preloader-in, .preloader-in2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 15000;
    text-align: center;
    color: #fff;
}

.preloader-in .spinner {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 100vh;
}

.preloader-in-scroll {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    text-align: center;
    opacity: 1 !important;
}

html {
    background: #f6f6f6;
}

body {
    background: url(../img/bg.png) #fff;
    overflow-x: hidden;
    min-height: 100vh;
    padding-bottom: 64px;
    position: relative;
}

.is-apple-mobile main {
    min-height: 70vh !important;
}

/* ##### COMMONS ##### */
.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.badge {
    display: inline-block;
    border-radius: 50%;
    min-width: 19px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #d62829;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.badge.green {
    background: #8DC63F;
}

.badge.big {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
}

.br-left {
    border-left: 1px solid #e4e4e4;
}

.br-right {
    border-right: 1px solid #e4e4e4;
}

/* ##### HEADER-INFO ##### */
.header-info {
    text-align: center;
    background: #f7941d;
    color: #fff;
    padding: 5px;
}

.header-info p {
    margin: 0;
    font-size: 14px;
}

.header-info a {
    color: #fff;
}

.header-info a:hover {
    color: #fff;
    opacity: 0.8;
}

/* ##### HEADER ##### */
.header {
    background: #fff;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.21);
}

.header .i-in1 {
    position: relative;
    padding: 20px 0;
}

.header .i-in1::after {
    content: '';
    position: absolute;
    left: -10%;
    bottom: -7px;
    height: 11px;
    min-width: 120%;
    background: url(../img/sh-bottom-big.png) no-repeat bottom center;
    background-size: contain;
}

.header .i-logo {
    float: left;
    display: block;
}

.header .i-profil {
    float: right;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header .i-profil .i-profil-in img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 10px 0 0;
}

.header .i-profil .i-profil-in {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.header .i-profil .i-profil-in .no-wrap {
    max-width: 300px;
    display: block;
    float: left;
}

.header .i-profil .i-profil-in i {
    float: left;
    margin: 2px 0 0 10px;
}

.header .i-profil .dropdown-menu {
    margin-top: 5px;
    padding: 5px 0;
}

.header .i-profil:hover .i-profil-in, .header .i-profil:focus .i-profil-in {
    opacity: 0.8;
}

.header ul.dropdown-menu li a:hover, .header ul.dropdown-menu li a:focus, .header ul.dropdown-menu li.active a, .header ul.dropdown-menu li.selected a {
    background: transparent;
    color: #ED1E24;
}

.header .i-cart {
    float: right;
    display: block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 10px 0 0 0;
    margin: 4px 0 0 30px;
    color: #111;
}

.header .i-cart img {
    margin: 0 10px 0 0;
}

.header .i-cart .badge {
    position: absolute;
    left: 17px;
    top: 0;
}

.header .i-cart:hover, .header .i-cart:focus {
    opacity: 0.8;
}

/* ##### ICO-GO-TOP ##### */
.ico-go-top {
    background: url(../img/ico-go-top.png) no-repeat;
    width: 48px;
    height: 48px;
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 10px;
    opacity: 0.5;
    display: none;
    cursor: pointer;
}

.ico-go-top:hover, .ico-go-top:focus {
    opacity: 0.8;
}

/* ##### BTN-SORT ##### */
.btn-short {
    position: relative;
    height: 180px;
    background-color: #074f85;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
}

.btn-short strong {
    display: block;
    font-size: 30px;
}

.btn-short:hover, .btn-short:focus {
    background-size: 120%;
}

.btn-short:hover > div, .btn-short:focus > div {
    opacity: 0.8;
}

.btn-short .i-arrow {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 30px;
    line-height: normal;
}

/* ##### BTN-DASHBOARD ##### */
.btn-dashboard {
    display: block;
    height: 120px;
    border: 1px solid #e5e5e5;
    border-left: 2px solid #39b54a;
    background: #fff;
    font-size: 16px;
    line-height: normal;
}

a.btn-dashboard {
    cursor: pointer;
}

.btn-dashboard:not(.no-hover):hover, .btn-dashboard:focus {
    border-color: #39b54a;
}

.btn-dashboard .i-ico {
    background: url(../img/sh-left-small.png) right center no-repeat;
    width: 60px;
    float: left;
    position: relative;
    height: 100%;
    margin: 0 20px 0 0;
    color: #39b54a;
}

.btn-dashboard .i-ico i {
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -17px;
    opacity: 0.8;
}

.btn-dashboard:not(.no-hover):hover .i-ico i, .btn-dashboard:focus .i-ico i {
    opacity: 1;
}

.btn-dashboard .i-desc {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    color: #000;
}

.btn-dashboard .i-desc .transform-center {
    padding-right: 85px;
}

.btn-dashboard.v2 .i-desc .transform-center {
    padding-right: 15px;
}

.btn-dashboard .i-desc hr {
    margin: 3px 0;
    border-color: #39b54a;
}

.btn-dashboard .i-desc .i-value {
    font-size: 24px;
    color: #39b54a;
}

.btn-dashboard .i-badge {
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -20px 0 0 0;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #39b54a;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border-radius: 50%;
}

.btn-dashboard.lightgreen {
    border-left-color: #8dc63f;
}

.btn-dashboard.lightgreen:not(.no-hover):hover, .btn-dashboard.lightgreen:focus {
    border-color: #8dc63f;
}

.btn-dashboard.lightgreen .i-ico {
    color: #8dc63f;
}

.btn-dashboard.lightgreen .i-desc hr {
    border-color: #8dc63f;
    margin-top: 7px;
}

.btn-dashboard.lightgreen .i-desc .i-value {
    color: #8dc63f;
}

.btn-dashboard.lightgreen .i-badge {
    background: #8dc63f;
}

.btn-dashboard.blue {
    border-left-color: #00aeef;
}

.btn-dashboard.blue:not(.no-hover):hover, .btn-dashboard.blue:focus {
    border-color: #00aeef;
}

.btn-dashboard.blue .i-ico {
    color: #00aeef;
}

.btn-dashboard.blue .i-desc hr {
    border-color: #00aeef;
}

.btn-dashboard.blue .i-desc .i-value {
    color: #00aeef;
}

.btn-dashboard.blue .i-badge {
    background: #00aeef;
}

.btn-dashboard.orange {
    border-left-color: #f7941d;
}

.btn-dashboard.orange:not(.no-hover):hover, .btn-dashboard.orange:focus {
    border-color: #f7941d;
}

.btn-dashboard.orange .i-ico {
    color: #f7941d;
}

.btn-dashboard.orange .i-desc hr {
    border-color: #f7941d;
}

.btn-dashboard.orange .i-desc .i-value {
    color: #f7941d;
}

.btn-dashboard.orange .i-badge {
    background: #f7941d;
}

/* ##### SLICK-SLIDER ##### */
.slick-slider {
    border: 1px solid #e5e5e5;
}

.slick-slider img {
    width: 100%
}

.slick-slider .item {
    position: relative;
}

.slick-slider .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* ##### BX-SPECIAL-CONDITION ##### */
.bx-special-condition {
    position: relative;
    padding: 20px 20px 120px 20px;
}

.bx-special-condition .i-progres {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
}

.bx-special-condition .i-progres-count {
    border: 1px solid #e5e5e5;
    padding: 1px;
    height: 42px;
    position: relative;
    overflow: hidden;
}

.bx-special-condition .i-progres-count .i-progres-count-in {
    background: #FF1C1D;
    position: relative;
    height: 100%;
    width: 0;
    max-width: 100%;
}

.bx-special-condition.progress-2 .i-progres-count .i-progres-count-in {
    background: #FFBE0C;
}

.bx-special-condition.progress-3 .i-progres-count .i-progres-count-in {
    background: #7BD617;
}

.bx-special-condition .i-progres-count .i-value {
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #000;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 40px;
    font-weight: 600;
    text-shadow: 0 0 2px #fff;
}

/* BX-BONUS-PROGRESS */
.bx-bonus-progress {
    overflow: hidden;
    padding: 40px 37px 10px 0;
}

.bx-bonus-progress .i-progres {
    border: 1px solid #e5e5e5;
    padding: 1px;
    height: 25px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.bx-bonus-progress .i-progres-multi {height: 21px; border-right: 1px solid #e5e5e5; flex: 1; position: relative;}
.bx-bonus-progress .i-progres-multi:last-child {border: none;}

.bx-bonus-progress .i-progres .i-info {
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    right: -20px;
    top: 50%;
    margin-top: -20px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
}
.bx-bonus-progress .i-progres .i-info .i-info-active {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #8ec442;
    border-radius: 50%;
    border: 1px solid #fff;
    animation-duration: 0.5s;
}
.bx-bonus-progress .i-progres .i-info .i-info-name {position: relative; top: -35px; pointer-events: none;}

.bx-bonus-progress .i-progres .i-progres-multi-in {
    background: #d7ebf7;
    position: relative;
    height: 100%;
    width: 0;
    max-width: 100%;
}

/* ##### BX-SKARBONKA ##### */
.bx-skarbonka {
    background: url(../img/ico-skarbonka.png) no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.bx-skarbonka .i-currency {position: absolute; left: 42.5%; top: 7%;}
.bx-skarbonka .i-value {position: relative; bottom: -20px; left: -7px; font-size: 22px; text-shadow: 0 0 0 #fff;}

/* ##### BX-FAQ ##### */
.bx-faq .faq-opener {
    cursor: pointer;
    position: relative;
    padding-left: 26px;
}

.bx-faq .faq-opener i {
    position: absolute;
    left: 0;
    top: 3px;
}

.bx-faq .faq-opener:hover, .bx-faq .faq-opener:focus, .bx-faq .faq-opener.active {
    opacity: 0.8;
}

.bx-faq .faq-desc {
    display: none;
    padding: 0 0 0 25px;
    margin: 0 0 35px 0;
}

/* ##### BX-SITEMAP ##### */
.bx-sitemap {
    color: #111;
    padding-top: 20px;
    padding-bottom: 15px;
}

.bx-sitemap p {
    margin: 0;
}

.bx-sitemap p a {
    color: #111;
}

.bx-sitemap p a:first-child {
    color: #d62829;
}

.bx-sitemap p a:hover, .bx-sitemap p a:focus {
    opacity: 0.8;
}

.bx-sitemap i {
    margin: 0 5px;
}

/* ##### BX-TIP ##### */
.bx-tip i {
    font-size: 30px;
    float: left;
    margin: 2px 12px 10px 0;
    color: #e4e4e4;
}

.bx-tip .i-desc {
    overflow: hidden;
}

/* ##### BX-USER ##### */
.bx-user {
    border: 1px solid #e4e4e4;
    padding: 20px 20px 50px 20px;
    position: relative;
    overflow: hidden;
}

.bx-user .i-photo {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
}

.bx-user .i-photo img {
    border: 1px solid #e4e4e4;
}

.bx-user .i-desc {
    overflow: hidden;
}

.bx-user .i-actions {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 0;
    left: 20px;
    border-top: 1px solid #e4e4e4;
    padding: 10px 0;
}

/* ##### BX-PH-DASHBOARD ##### */
.bx-ph-dashboard {
    background: #fff;
    padding: 10px 10px 20px 10px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.bx-ph-dashboard:last-of-type {
    margin-bottom: 0;
}

.bx-ph-dashboard .i-photo {
    float: left;
    width: calc(100% - 130px);
    margin-top: 10px;
    vertical-align: middle;
    color: #000;
    font-weight: 600;
}

.bx-ph-dashboard a[href].i-photo {
    color: #004a82;
}

.bx-ph-dashboard a[href].i-photo:hover {
    color: #55b4fd;
}

.bx-ph-dashboard .i-photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.bx-ph-dashboard .i-more {
    cursor: pointer;
    position: absolute;
    right: 8px;
    bottom: 5px;
    color: #b4b4b4;
}

.bx-ph-dashboard .i-desc {
    clear: both;
    display: none;
    padding: 10px;
}

.bx-ph-dashboard-all {
    overflow-y: auto;
    position: absolute;
    height: calc(100% - 60px);
    width: calc(100% - 25px);
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.min-scroll::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.min-scroll::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 2px solid #f1f1f1;
    outline-offset: -2px;
    border: 2px solid #f1f1f1;
}

.min-scroll::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1;
    -webkit-border-radius: 0;
}

/* ##### SUBMENU ##### */
.submenu li {
    border-bottom: 1px solid transparent;
    font-size: 16px;
    line-height: 16px;
}

.submenu li a {
    display: block;
    background: #004a82;
    color: #fff;
    padding: 15px 10px 15px 45px;
    position: relative;
}

.submenu li a i {
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -9px 0 0 0;
    font-size: 18px;
    line-height: 18px;
}

.submenu li.active a, .submenu li a:hover, .submenu li a:focus {
    background: #3099e0;
}

/* ##### BTN-UPLOAD ##### */
.btn-upload {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #004a82;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.btn-upload:hover, .btn-upload:focus {
    color: #55b4fd;
}

.btn-upload input {
    opacity: 0;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    font-size: 0;
}

/* ##### BX-HOLEDER ##### */
.bx-holder {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 20px 20px 20px;
    color: #000;
    position: relative;
}

.bx-holder .i-photo {
    height: 250px;
    line-height: 250px;
    text-align: center;
}
.bx-holder .i-photo img {vertical-align: middle;}

.bx-holder .i-option-container {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -6px;
    left: 0;
}

.bx-holder .i-option {
    background: #8dc63f;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
    position: relative;
    border-radius: 0 0 5px 5px;
}
.bx-holder .i-option::before {
    content: '';
    position: absolute;
    z-index: 8;
    right: -6px;
    top: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 6px;
    border-left-width: 0;
    border-bottom: 6px solid #7fb339;
}
.bx-holder .i-option::after {
    content: '';
    position: absolute;
    z-index: 8;
    left: -6px;
    top: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 6px;
    border-right-width: 0;
    border-bottom: 6px solid #7fb339;
}

.bx-holder .i-option.promotion {background: #ff0000;}
.bx-holder .i-option.promotion::before {border-bottom-color: #ff0000}
.bx-holder .i-option.promotion::after {border-bottom-color: #ff0000}

.bx-holder .i-option.top {background: #00aeef;}
.bx-holder .i-option.top::before {border-bottom-color: #00aeef}
.bx-holder .i-option.top::after {border-bottom-color: #00aeef}

.bx-holder .i-quantity {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* ##### BTN-ADD ##### */
.btn-add {
    background: #e4e4e4;
    display: block;
    color: #fff;
    position: relative;
    text-align: center;
    min-height: 150px;
}

.btn-add i {
    font-size: 92px;
}

.btn-add:hover, .btn-add:focus {
    background: #55b4fd;
}

/* ##### BTN-DOWNLOAD ##### */
.btn-download {
    position: relative;
    background: #e4e4e4;
    display: block;
    color: #000;
    padding: 10px 10px 10px 40px;
}

.btn-download i {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
}

.btn-download:hover, .btn-download:focus {
    background: #55b4fd;
    color: #fff;
}

/* ##### BX-PAGER ##### */
.bx-pager {
    text-align: right;
}

.bx-pager a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #363636;
    border: 1px solid #e0e0e0;
}

.bx-pager a.active, .bx-pager a:hover, .bx-pager a:focus {
    color: #d62829;
}

/* ##### FANCYBOX-IFRAME ##### */
body.is-apple-mobile .fancybox-content {
    vertical-align: top;
!important;
}

/* ##### CART-STEP ##### */
ul.cart-step {
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
}

ul.cart-step li {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    width: 50%;
    position: relative;
    z-index: 10;
    color: #929292;
}

ul.cart-step li:after {
    content: '';
    height: 1px;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    position: absolute;
    top: 25px;
    left: 0;
}

ul.cart-step li:first-child:after {
    left: 50%;
    width: 60%;
}

ul.cart-step li:last-child:after {
    left: auto;
    right: 50%;
    width: 60%;
}

ul.cart-step li a {
    color: #929292;
    text-decoration: none;
    display: inline-block;
}

ul.cart-step span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    background: #fff;
    font-size: 24px;
    border-radius: 50%;
    border: 2px solid #929292;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 11;
}

ul.cart-step li a span {
    border: 1px solid #bcbec0;
}

ul.cart-step li.active {
    color: #363636;
}

ul.cart-step li.active span, ul.cart-step li a:hover span, ul.cart-step li a:focus span {
    color: #fff;
    background: #d02b25;
    border-color: #d02b25;
}

/* ##### BX-PROMO-CODS ##### */
.bx-promo-cods {
    color: #636363;
    padding: 10px 20px;
}

.bx-promo-cods.received {
    color: #959595;
}

.bx-promo-cods .i-cods {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.bx-promo-cods .i-progress {
    overflow: hidden;
}

.bx-promo-cods .i-progress [class*='i-progress-bar-'] {
    float: left;
    width: calc(100% - 50px);
}

.bx-promo-cods .i-progress [class*='i-progress-bar-'] span {
    border: 1px solid #ccc;
    display: block;
    float: left;
    margin-left: 1px;
    height: 20px;
    width: calc(20% - 1px);
}

.bx-promo-cods .i-progress [class*='i-progress-bar-'].i-7 span {
    width: 14%;
}

.bx-promo-cods .i-progress .i-progress-bar-1 span:nth-child(1),
.bx-promo-cods .i-progress .i-progress-bar-2 span:nth-child(-n+2),
.bx-promo-cods .i-progress .i-progress-bar-3 span:nth-child(-n+3),
.bx-promo-cods .i-progress .i-progress-bar-4 span:nth-child(-n+4),
.bx-promo-cods .i-progress .i-progress-bar-5 span:nth-child(-n+5),
.bx-promo-cods .i-progress .i-progress-bar-6 span:nth-child(-n+6),
.bx-promo-cods .i-progress .i-progress-bar-7 span:nth-child(-n+7) {
    background: #fbaf5d;
    border-color: #fbaf5d;
}

.bx-promo-cods .i-progress .i-progress-bar-5:not(.i-7) span:nth-child(-n+5) {
    background: #acd373;
    border-color: #acd373;
}

.bx-promo-cods .i-progress .i-progress-bar-7.i-7 span:nth-child(-n+7) {
    background: #acd373;
    border-color: #acd373;
}

.bx-promo-cods .i-progress .i-progress-bar-received span {
    background: #d7d7d7;
    border-color: #d7d7d7;
}

.bx-promo-cods .i-progress .i-progress-count {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: -4px 0 0 8px;
}

.bx-promo-awards-radio {
    position: relative;
}

.bx-promo-awards-radio > span {
    background: #fff;
    display: block;
    border-radius: 10px;
    min-height: 150px;
    cursor: pointer;
    padding: 20px 10px 10px 30px;
    font-size: 28px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    line-height: 28px;
}

.bx-promo-awards-radio > span:hover {
    box-shadow: 0 0 16px 0 rgba(0, 57, 147, 0.5);
}

.bx-promo-awards-radio > span strong {
    font-size: 70px;
    display: block;
    margin-top: 20px;
}

.bx-promo-awards-radio input {
    opacity: 0;
    position: absolute;
    height: 1px;
    width: 1px;
}

.bx-promo-awards-radio input:checked + span {
    box-shadow: 0 0 16px 0 rgba(0, 57, 147, 0.9);
    color: #003993;
}

/* ##### TABLE-CENTER ##### */
.table-center {
    width: 100%;
}

.table-center td {
    text-align: left;
    padding: 5px;
    width: 50%;
}

.table-center td:first-child {
    text-align: right;
}

/* ##### TABLE-PRODUCTS ##### */
table.table-products {
    overflow: hidden;
    text-align: center;
}

table.table-products thead tr th:first-child a, table.table-products thead tr th:first-child span {
    padding-left: 20px;
}

table.table-products tbody tr {
    border: 20px solid #f5f5f5;
    border-left-width: 40px;
    border-right-width: 40px;
}

table.table-products tr.tr-clear {
    border: none;
    background: transparent;
}

table.table-products tr.tr-clear td {
    height: 30px;
    padding: 0;
    background: transparent;
    border: none;
}

table.table-products .table-products-in {
    text-align: left;
}

table.table-products .table-products-in tr {
    border: none;
}

table.table-products .table-products-in tr:first-child td {
    border-top: none;
}

table.table-products .table-products-in tr:last-child td {
    border-bottom: none;
}

table.table-products .table-products-in tr td {
    padding: 10px 15px;
}

table.table-products .table-products-in tr td:first-child {
    border-left: none;
}

table.table-products .table-products-in tr td:last-child {
    border-right: none;
}

table.table-products .i-ico-action {
    color: #000;
    display: inline-block;
    margin: 5px 0 5px 10px;
    font-size: 14px;
}

table.table-products .i-ico-action i {
    font-size: 18px;
}

table.table-products .i-ico-action:hover, table.table-products .i-ico-action:focus {
    color: #55b4fd;
}

/* ##### TABLE-PRODUCTS SUNNY-DUET ##### */
table.table-products tbody tr.sunny-duet > td:first-child {
    position: relative;
}

table.table-products tbody tr.sunny-duet > td:first-child::before {
    content: '';
    position: absolute;
    width: 5px;
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    background: #019BA7;
}

.sunny-duet table.table-products-params th {
    background: #019BA7;
    color: #fff;
}

/* ##### TABLE-PRODUCTS VEO-DUET ##### */
table.table-products tbody tr.veo-duet > td:first-child {
    position: relative;
}

table.table-products tbody tr.veo-duet > td:first-child::before {
    content: '';
    position: absolute;
    width: 5px;
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    background: #e29693;
}

.veo-duet table.table-products-params th {
    background: #e29693;
    color: #fff;
}

/* ##### TABLE-PRODUCTS EGO-DUET ##### */
table.table-products tbody tr.ego-duet > td:first-child {
    position: relative;
}

table.table-products tbody tr.ego-duet > td:first-child::before {
    content: '';
    position: absolute;
    width: 5px;
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    background: rgb(0, 96, 139);
}

.ego-duet table.table-products-params th {
    background: rgb(0, 96, 139);
    color: #fff;
}

/* ##### TABLE-PRODUCTS ALINEA-DUET ##### */
table.table-products tbody tr.alinea-duet > td:first-child {
    position: relative;
}

table.table-products tbody tr.alinea-duet > td:first-child::before {
    content: '';
    position: absolute;
    width: 5px;
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    background: #d7b46a;
}

.alinea-duet table.table-products-params th {
    background: #d7b46a;
    color: #fff;
}

/* ##### TABLE-PRODUCTS-PARAMS ##### */
table.table-products-params {
    text-align: center;
    table-layout: fixed;
}

table.table-products-params tr {
    border: none !important;
}

table.table-products-params th {
    background: #e0e0e0;
    font-size: 12px;
    min-width: 40px;
}

table.table-products-params thead th:first-child {
    background: #f5f5f5;
}

table.table-products-params th, table.table-products-params td {
    padding: 5px;
    border-color: #f5f5f5;
    background-clip: padding-box;
}

table.table-products-params th:last-child, table.table-products-params td:last-child {
    border-right: none;
}

table.table-products-params tbody tr:last-child th, table.table-products-params tbody tr:last-child td {
    border-bottom: none;
}

/* ##### TABLE-BROWN ##### */
.html-editor table.table-brown th {background-color:#DDC5AD; font-weight: 400; border-color: #f5f5f5;}
.html-editor table.table-brown td {
    background-color:#F1E7DD;
}

/* ##### TABLE-SORTABLE ##### */
table.table-sortable > thead tr th {
    padding: 0;
    position: relative;
}

table.table-sortable > thead tr th > a, table.table-sortable > thead tr th > span {
    padding: 10px;
    display: block;
    color: #363636;
}

table.table-sortable > thead tr th > a {
    padding-right: 20px;
}

table.table-sortable > thead tr th > a::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f0dc';
    position: absolute;
    right: 7px;
    top: 50%;
    margin: -7px 0 0 0;
    font-size: 14px;
    line-height: 14px;
    color: #8ba5ad;
    font-weight: 700;
}

table.table-sortable > thead tr th > a.asc::after {
    content: '\f0de';
    margin-top: -4px;
}

table.table-sortable > thead tr th > a.desc::after {
    content: '\f0dd';
    margin-top: -11px;
}

table.table-sortable > thead tr th > a.asc, table.table-sortable > thead tr th > a.desc {
    color: #55b4fd;
}

/* ##### table.v-patient-measurements ##### */
table.v-patient-measurements .i-type {
    position: absolute;
    left: 10px;
    top: -1px;
    background: #004A82;
    border-radius: 0 0 4px 4px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 5px;
}

table.v-patient-measurements table.table-products-params th {background-color: #EDE0EC;}


/* ##### TABS ##### */
ul.nav-tabs {
    padding: 0;
    margin: 0;
}

ul.nav-tabs li {
    list-style: none;
    margin: 0 10px -1px 0;
    float: left;
}

ul.nav-tabs li a {
    display: block;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #c6c6c6;
    border-radius: 5px 5px 0 0;
    color: #000;
}

ul.nav-tabs li.active a {
    background: #F5F5F5;
    border-bottom-color: #F5F5F5;
}

.tab-content {
    background: #F5F5F5;
    border: 1px solid #c6c6c6;
    padding: 10px 20px;
    clear: both;
}

.tab-pane {
    display: none;
    min-height: 400px;
}

.tab-pane.active {
    display: block;
}

ul.nav-tabs.v2 li a {background: #F5F5F5;}
ul.nav-tabs.v2 li.active a {background: #fff; border-bottom-color: #fff;}
ul.nav-tabs.v2 + .tab-content {background: #fff;}

ul.nav-tabs.v3 li a {background: #fff;}
ul.nav-tabs.v3 li.active a {background: transparent; border-bottom-color: #fff;}
ul.nav-tabs.v3 + .tab-content {background: transparent;}

/* ##### DROPDOWN-MENU ##### */
.btn-group {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    z-index: 9999;
    display: none;
    overflow: hidden;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.btn-group.open .dropdown-menu {
    display: block;
}

ul.dropdown-menu.inner {
    position: static;
    padding: 0;
    margin: 0;
    list-style: none;
    border-radius: 0;
}

ul.dropdown-menu li {
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    line-height: normal;
    color: #666;
    text-align: left;
    margin-bottom: 0 !important;
    position: relative;
    font-weight: 400;
}

ul.dropdown-menu li:last-child {
    border: none;
}

ul.dropdown-menu li a {
    display: block;
    color: #000;
    padding: 5px 7px;
    text-decoration: none;
    cursor: pointer;
    outline: 0 !important;
}

ul.dropdown-menu.icons li a {
    padding-left: 3px;
    display: flex;
    align-items: center;
}

ul.dropdown-menu li a:hover, ul.dropdown-menu li a:focus, ul.dropdown-menu li.active a, ul.dropdown-menu li.selected a {
    background: #d6e0ec;
    text-decoration: none;
    color: #000;
    opacity: 1 !important;
}

ul.dropdown-menu li a i {
    margin: 0 0 0 5px;
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: 2px;
    top: auto;
}

/* ##### SECTION-STATS ##### */
.section-stats .i-form {
    float: right;
    width: 155px;
    margin: -5px 0 0 0;
    position: relative;
}

.section-stats .i-form::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f073";
    position: absolute;
    left: -25px;
    top: 8px;
    font-size: 20px;
}

ul.chart-nav li {
    margin: 0 3px -1px 0;
}

ul.chart-nav li a {
    padding: 0 15px;
    font-size: 14px;
}

.select-type-field {
    width: 150px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/********* CALENDAR *********/
.calendar-event-legend {
    font-size: 13px;
    line-height: normal;
}

.calendar-event-legend span {
    display: inline-block;
    padding: 1px 5px;
    margin: 1px 2px;
    color: #fff;
    border-radius: 3px;
}

a.event-visit, .calendar-event-legend .event-visit {
    background-color: #99CC52 !important;
    border-color: #6c903a !important;
}

.event-visit .fc-event-dot {
    background-color: #6c903a !important;
}

a.event-call, .calendar-event-legend .event-call {
    background-color: #F79E34 !important;
    border-color: #c8812a !important;
}

.event-call .fc-list-item-marker {
    background-color: #c8812a !important;
}

a.event-ga, .calendar-event-legend .event-ga {
    background-color: #575756 !important;
    border-color: #3c3c3b !important;
}

.event-ga .fc-event-dot {
    background-color: #3c3c3b !important;
}

a.event-re, .calendar-event-legend .event-re {
    background-color: #55b4fd !important;
    border-color: #3b7db0 !important;
}

.event-re .fc-event-dot {
    background-color: #3b7db0 !important;
}

a.event-other, .calendar-event-legend .event-other {
    background-color: #b6b5b5 !important;
    border-color: #9d9c9c !important;
}

.event-other .fc-event-dot {
    background-color: #9d9c9c !important;
}

a.event-holiday, .calendar-event-legend .event-holiday {
    background-color: #d62829 !important;
    border-color: #ba2223 !important;
    cursor: default !important;
}

.fc-event.with-worker {border-left-width: 5px !important;}

/********* TOOLTIP *********/
[data-toggle="tooltip"]:not(a) {
    cursor: help;
}

.btn[data-toggle="tooltip"] {
    cursor: pointer;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    visibility: hidden;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
}

.in.tooltip {
    visibility: visible
}

.tooltip.top {
    margin-top: -2px
}

.tooltip.right {
    margin-left: 2px
}

.tooltip.bottom {
    margin-top: 2px
}

.tooltip.left {
    margin-left: -2px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3099E0;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #3099E0;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3099E0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #3099E0;
}

.tooltip-inner {
    padding: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #3099E0;
    position: relative;
    max-width: 600px;
    min-width: 150px;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

/* ##### BOOSTRAP MODAL ##### */
.modal-open {
    overflow: hidden;
    padding-right: 17px !important;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: 90%;
    margin: 20px auto;
    color: #111;
}

.modal-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.85;
}

.btn-close {
    position: absolute;
    right: 7px;
    top: 5px;
    cursor: pointer;
    color: #959595;
    font-size: 24px;
}

.btn-close:hover, .btn-close:focus {
    color: #55b4fd;
}

.qtip-honeti {
    margin-top: 6px;
    max-width: none !important;
}

.qtip-honeti .qtip-content {
    padding: 0;
}

.qtip-honeti .qtip-tip {
    background-color: #F9F9F9 !important;
}

/* ##### BX-NOTIFICATION ##### */
.header .i-notification {
    position: relative;
    float: right;
    margin: 7px 20px 0 0;
    cursor: pointer;
    padding: 5px;
}
.header .i-notification .badge {
    position: absolute;
    left: 14px;
    top: 0;
}

.bx-notification-containr {
    max-height: 500px;
}

.bx-notification {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #191313;
    overflow: hidden;
    font-size: 14px;
    line-height: normal;
    background: #fff;
    cursor: pointer;
}

.bx-notification:first-child {
    border-top: 1px solid #f0f0f0;
}

.bx-notification.new {
    background: #fff6f6;
}

.bx-notification:hover {
    background: #f9f9f9;
    color: #191313;
    text-decoration: none;
}

.bx-notification .i-in1 {
    margin: 0 10px 0 0;
    min-width: 50px;
    text-align: center;
    font-size: 30px;
    padding: 5px 0;
}

.bx-notification .i-in2 p {
    margin: 2px 0 0 0;
}

.bx-notification .i-in2 p:first-child {
    margin-top: 0;
}

/* #### FOOTER #### */
.footer {
    background: #fff;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.footer .container {
    position: relative;
}

.footer p {
    font-size: 14px;
    color: #636363;
}

.honeti {
    position: absolute;
    z-index: 97;
    right: 20px;
    top: 3px;
    opacity: 1;
}

.honeti a:hover, .honeti a:focus {
    opacity: 0.7;
}

.chart-resp {
    width: 100%;
    min-height: 450px;
}

/* #### BX-FRESHMAIL-NEWSLETTER #### */
.bx-freshmail-newsletter {
    padding: 20px;
    max-width: 100%;
}
.bx-freshmail-newsletter .i-container {
    background: #d6ebf9;
    width: 540px;
    border-radius: 5px;
    padding: 25px;
    max-width: 100%;
}
.bx-freshmail-newsletter input[type="text"], .bx-freshmail-newsletter input[type="email"] {
    border: 2px solid rgba(49, 49, 49, 1);
    height: 60px;
}
.bx-freshmail-newsletter label:not(.error) {
    color: rgba(51, 51, 51, 1);
}
.bx-freshmail-newsletter .btn-submit {
    height: auto;
    font-weight: 600;
    width: 210px;
    max-width: 100%;
    padding: 10px;
}
.bx-freshmail-newsletter .form-field.checkbox input[type="checkbox"].error + label {box-shadow: none;}

.bx-freshmail-newsletter-btn {
    position: fixed;
    bottom: 108px;
    right: 15px;
    z-index: 99990;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    background: #004a82;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.bx-freshmail-newsletter-btn i {font-style: normal;}


/* #### OPTICANS GOOGLE MAPS #### */
.gm-style-iw-d {margin-top: -35px;}

/* #### RESPONSIBLE WEB DESIGN #### */
@media all and (max-width: 1300px) {
    /* ##### HEADER ##### */
    .header .i-in1::after {
        min-width: inherit;
        width: 100%;
        left: 0;
        background-size: auto;
    }
}

@media all and (max-width: 1199px) {
    /* ##### SUBMENU ##### */
    .submenu li {
        font-size: 14px;
    }

    .submenu li a {
        padding: 10px 5px 10px 35px;
    }

    .submenu li a i {
        left: 5px;
    }
}

@media all and (max-width: 991px) {
    body {
        padding-bottom: 0;
        min-height: inherit;
    }

    .footer {
        position: relative;
    }

    .section-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* ##### HEADER ##### */
    .header .i-in1 {
        padding: 5px 40px 5px 0;
        height: 50px;
    }

    .header .i-in1::after {
        display: none;
    }

    .header .i-logo {
        margin: 3px 0 0 0;
    }

    .header .i-logo img {
        max-height: 30px;
    }

    .header .i-cart {
        margin-top: 0;
    }

    .header .i-profil .i-profil-in i {
        margin: 12px 0 0 0;
    }

    /* ##### BX-PROMO-CODS ##### */
    .bx-promo-cods {
        padding: 10px;
    }

    /* #### FOOTER #### */
    .footer {
        text-align: center;
    }

    .honeti {
        display: inline-block;
        right: auto;
        top: auto;
        position: inherit;
    }

    /* ##### TABS ##### */
    ul.nav-tabs li {
        margin-right: 5px;
    }

    ul.nav-tabs li a {
        padding: 0 10px;
    }

    /* ##### BX-PH-DASHBOARD ##### */
    .bx-ph-dashboard-all {
        overflow-y: inherit;
        position: relative;
        width: auto;
        height: auto;
    }

    /* ##### BX-SPECIAL-CONDITION ##### */
    .bx-special-condition {padding: 10px 10px 120px 10px;}
    .bx-special-condition .i-progres {width: calc(100% - 20px); left: 10px;}

    /* BX-BONUS-PROGRESS */
    .bx-bonus-progress .i-progres-count .i-value {font-size: 12px; font-weight: normal; white-space: normal;}

    /* ##### COOKIES MESSAGE ##### */
    #cookies-message-container {
        display: none;
    }
}

@media all and (max-width: 767px) {
    /* ##### HEADER ##### */
    .header .i-cart {
        position: fixed;
        z-index: 90;
        bottom: 0;
        left: 0;
        margin: 0;
        background: #fff;
        padding: 10px;
    }

    .header .i-cart .badge {
        left: 25px;
    }

    .header .i-profil {
        position: fixed;
        right: 50px;
        top: 5px;
        z-index: 97;
    }

    .header .i-profil .dropdown-menu {
        right: 0;
    }

    /* ##### BX-NOTIFICATION ##### */
    .header .i-notification {position: fixed; z-index: 90; margin: 0; right: 120px; top: 10px;}
    .bx-notification-containr {max-height: 70vh;}

    /* ##### BTN-SORT ##### */
    .btn-short {
        font-size: 18px;
        line-height: 20px;
        height: 140px;
    }

    .btn-short strong {
        font-size: 20px;
    }

    /* ##### BTN-DASHBOARD ##### */
    .btn-dashboard {
        font-size: 14px;
        line-height: normal;
    }

    .btn-dashboard .i-ico i {
        font-size: 20px;
        line-height: 20px;
        margin: -10px 0 0 -7px;
    }

    .btn-dashboard:hover .i-ico i {
        transform: scale(1);
    }

    .btn-dashboard .i-desc .i-value {
        font-size: 18px;
    }

    .btn-dashboard .i-desc .transform-center {
        padding-right: 50px;
    }

    .btn-dashboard .i-badge {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        margin: -15px 0 0 -15px;
        right: 10px;
    }

    /* ##### TABLE-PRODUCTS-PARAMS ##### */
    table.table-products-params {
        table-layout: inherit;
    }

    /* ##### BX-USER ##### */
    .bx-user {
        padding: 10px 10px 50px 10px;
    }

    /* ##### CART-STEP ##### */
    ul.cart-step li {
        font-size: 13px;
        line-height: normal;
    }

    /* ##### .BX-SUBMENU ##### */
    #bxFilters {display: none;}
    #bxFilters.open {display: block;}

    /* #### BX-FRESHMAIL-NEWSLETTER #### */
    .bx-freshmail-newsletter {padding: 0 !important;}

}

@media all and (max-width: 479px) {
    /* ##### BTN-DASHBOARD ##### */
    .btn-dashboard {
        height: 90px;
    }

    /* ##### TABS ##### */
    ul.nav-tabs li {
        float: none;
        margin: 0;
    }

    ul.nav-tabs li a {
        padding: 0 10px;
        width: 100%
    }

    /* ##### SECTION-STATS ##### */
    .section-stats .i-form {
        float: none;
        width: calc(100% - 25px);
        margin: 0 0 10px 25px;
    }

    /* BX-SPECIAL-CONDITION .V-MULTI */
    .bx-special-condition.v-multi .i-progres-count .i-value {font-size: 12px;}

    /* ##### FANCYBOX ##### */
    .fancybox-content {
        max-width: 95% !important;
        width: 95% !important;
    }

    /* #### BX-FRESHMAIL-NEWSLETTER #### */
    .bx-freshmail-newsletter .i-container {padding: 15px;}
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

@media print {
    body {
        font-size: 10pt;
        line-height: normal;
        -webkit-print-color-adjust: exact;
    }

    main {
        width: 100% !important;
        padding: 0 !important;
    }

    .header, .footer, aside, .bx-sitemap, .no-print {
        display: none !important;
    }
}