@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,cyrillic");

/*fonts*/


/*colors*/

@import 'lightslider.css';
img {
    max-width: 100%;
}

a {
    color: #49134c;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #89248e;
    text-decoration: underline;
}

a:hover>img {
    opacity: 0.7;
}

a:active>img {
    opacity: 0.5;
}

a:visited:not(.btn) {
    color: #d35400;
}

a:visited:hover:not(.btn) {
    color: #e67e22;
}

a,
a>img {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.link-local {
    text-decoration: none;
    border-bottom: 1px dashed #49134c;
}

.link-local:hover,
.link-local:focus {
    text-decoration: none;
}

.space-1 {
    margin-top: 5px;
}

.space-2 {
    margin-top: 10px;
}

.space-3 {
    margin-top: 15px;
}

.space-4 {
    margin-top: 30px;
}

.space-5 {
    margin-top: 50px;
}

.space-6 {
    margin-top: 70px;
}

.text-primary {
    color: #49134c;
}

.text-muted {
    color: #606365;
}

.text-success {
    color: #379627;
}

.text-danger {
    color: #be0000;
}

.text-title {
    font-size: 36px;
}

.text-normal {
    font-weight: normal;
}

.list {
    list-style: none;
}

.list>li {
    margin-top: 5px;
}

.collapse-toggle .collapse-onshow {
    display: none;
}

.collapse-toggle .collapse-onhide {
    display: inline-block;
}

.collapse-toggle.collapsed .collapse-onshow {
    display: inline-block;
}

.collapse-toggle.collapsed .collapse-onhide {
    display: none;
}

.btn {
    padding: 12px 26px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10pt;
    border-width: 2px;
    border-radius: 0;
    border-color: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn .glyphicon {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: top;
}

.btn.btn-icon .glyphicon {
    margin: 0;
}

.btn.btn-sign {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #cd6cb2;
}

.btn.btn-sign .glyphicon {
    margin: 0;
    font-size: 24px;
    line-height: 22px;
}

.btn:hover {
    border-color: transparent;
}

.btn:active {
    border-color: transparent !important;
}

.btn.btn-default {
    background: #eee;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default.focus {
    background: #f0f0f0;
}

.btn.btn-default:active,
.btn.btn-default.active,
.btn.btn-default:active:focus,
.btn.btn-default.active.focus {
    background: #d6d6d6;
}

.btn.btn-primary {
    background: #49134c;
}

.btn.btn-primary:not(:disabled):hover,
.btn.btn-primary:not(:disabled):focus,
.btn.btn-primary:not(:disabled).focus {
    background: #cd6cb2;
}

.btn.btn-primary:disabled:hover,
.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled.focus {
    background: #49134c;
}

.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary.active.focus {
    background: #c555a6;
}

.btn.btn-flat {
    background: none;
    border-color: #49134c;
    color: #49134c;
}

.btn.btn-flat:hover {
    color: #fff;
    background: #49134c;
}

.btn.btn-flat:active {
    color: #fff;
    background: #691b6d;
}

.alert {
    padding: 8px 15px;
    font-size: 10pt;
    border: none;
    cursor: default;
    border-radius: 0;
}

.alert.alert-full {
    margin: 0;
    padding: 8px 0;
}

.alert .close {
    height: 16px;
    line-height: 16px;
    color: #fff;
    opacity: 0.8;
}

.alert .close:hover {
    opacity: 1;
}

.alert-info {
    color: #fff;
    background: #cd6cb2;
}

.form-control {
    border-color: #ddd;
    box-shadow: none;
    border-radius: 0;
    font-size: 10pt;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #e4e7e9 url("../img/bg.png");
    font: 14px 'Roboto', Arial, Helvetica, sans-serif;
    color: #222325;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    font-weight: 100;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

.middle:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}

.middle .middle-item {
    display: inline-block;
    vertical-align: middle;
}

.phone {
    font: 1.8em 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.main-header {
    padding: 15px 0;
}

.main-header .middle {
    height: 84px;
}

.main-footer {
    padding: 40px 0;
    color: #dbdfe1;
    background: #49134c;
}

.main-footer a {
    color: #dbdfe1;
}

.main-footer a:hover {
    color: #fff;
}

.main-footer .title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.main-footer .text-muted {
    color: #9da1a3;
}

.main-footer .nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.main-footer .nav-list>li+li {
    margin-top: 7px;
}

.main-footer .nav-list>li>a {
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.main-footer .nav-list>li>a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .main-header .middle {
        height: auto;
        margin-top: 20px;
        text-align: left;
    }
}

.navbar-main .nav>li.actions>a {
    color: red;
}

.navbar-main {
    margin-bottom: 3px;
    color: #fff;
    min-height: auto;
    background: #49134c;
    border-top: 1px solid #babdbf;
    border-bottom: 1px solid #babdbf;
    border-radius: 0;
    outline: 3px solid #49134c;
    cursor: default;
}

.navbar-main>.container {
    padding: 0;
}

.navbar-main .nav {
    float: none;
    height: 54px;
    margin: 0 -5px;
    text-align: justify;
    overflow: hidden;
}

.navbar-main .nav:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.navbar-main .nav>li {
    float: none;
    display: inline-block;
}


.navbar-main .nav>li>a {
    padding: 18px 5px;
    color: #fff;
    font: 16px/18px 'Roboto Slab', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-main .nav>li>a:hover {
    color: #cd6cb2;
    background: none !important;
}

.navbar-main .nav>li>a:focus {
    background: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
    margin: 0;
    padding: 11px;
    vertical-align: top;
}

.navbar-toggle .icon-bar {
    height: 4px;
    background: #49134c;
    background: #fff;
}

@media screen and (max-width: 992px) {
    .navbar-main .nav {
        height: 42px;
    }
    .navbar-main .nav>li>a {
        padding: 12px 5px;
        font-size: 10pt;
    }
}

@media screen and (max-width: 768px) {
    .navbar-main .navbar-collapse {
        margin: 0;
        padding: 0;
    }
    .navbar-main .nav {
        height: auto;
        margin: 0;
        text-align: left;
    }
    .navbar-main .nav:after {
        display: none;
    }
    .navbar-main .nav>li {
        display: block;
    }
    .navbar-main .nav>li>a {
        padding: 12px 15px;
    }
}

.main-slider .lightSlider {
    padding-bottom: 560px !important;
}

.main-slider {
    position: relative;
    background: #e1d1df;
}

.main-slider .lSSlideOuter,
.main-slider .lSSlideWrapper,
.main-slider .lslide {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.main-slider .content {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}

.main-slider .title {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 2%;
    text-transform: uppercase;
    color: #424548;
}

.main-slider .descr {
    font: 100 30px 'Roboto Slab', Arial, Helvetica, sans-serif;
    color: #49134c;
    margin-bottom: 7%;
}

.main-slider .lSPager.lSpg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
}

.main-slider .lSPager.lSpg>li>a {
    width: 18px;
    height: 18px;
    background: none;
    border: 2px solid #fff;
}

.main-slider .lSPager.lSpg>li:hover>a,
.main-slider .lSPager.lSpg>li.active>a {
    background: #fff;
}

.main-slider .scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 15;
    color: #49134c;
    font-size: 12px;
    text-align: center;
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 1200px) {
    .main-slider .lightSlider {
        padding-bottom: 460px !important;
    }
    .main-slider .content {
        top: 10%;
        max-width: 600px;
    }
    .main-slider .title {
        font-size: 56px;
    }
    .main-slider .descr {
        font-size: 22px;
    }
}

@media screen and (max-width: 992px) {
    .main-slider .lightSlider {
        padding-bottom: 400px !important;
    }
    .main-slider .content {
        max-width: 500px;
    }
    .main-slider .title {
        font-size: 46px;
    }
}

@media screen and (max-width: 768px) {
    .main-slider .lightSlider {
        padding-bottom: 220px !important;
    }
    .main-slider .content {
        padding: 0 10px;
    }
    .main-slider .lslide {
        background-position: 25% 0;
    }
    .main-slider .title {
        font-size: 26px;
    }
    .main-slider .descr {
        font-size: 16px;
    }
}

.row-blocks {
    font-size: 0;
}

.row-blocks>div {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    vertical-align: top;
    font-size: 14px;
}

a.figure:visited .caption .title {
    color: #d35400;
}

.figure {
    position: relative;
    display: block;
    text-decoration: none;
    /*.captionposition absoluteleft 0right 0bottom 0min-height 50pxpadding 10pxbackground $color-primarycolor whitetext-align centerfont-size 24pxfont-weight 100transition 0.3soverflow hidden*/
}

.figure.figure-with-caption {
    padding-bottom: 50px;
}

.figure:hover {
    text-decoration: none;
}

.figure:hover img {
    opacity: 1;
}

a.figure:hover .caption {
    padding-bottom: 30px;
}

.figure>img {
    width: 100%;
}

.figure .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    padding: 10px;
    background: #49134c;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.figure .caption .title {
    margin: 0;
    font: 20px 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.figure .caption .descr {
    color: #9da1a3;
}

.figure .caption .price {
    float: right;
    color: #cd6cb2;
}

.price-old {
    font-size: 17px;
    line-height: 19px;
    text-decoration: line-through;
    color: #b59cae;
}

.figure .caption .price-old {
    font-size: 0.67em;
    line-height: 15px;
}

.alter-section {
    padding: 100px 0;
    background: #552f56 url("../img/alter_bg.jpg") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.block-offset-y {
    margin-top: 70px;
}

.block-offsets {
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-grid {
    position: relative;
}

.box-column-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding-right: 15px;
}

.box-column-2 {
    display: block;
    width: 50%;
    margin-left: 50%;
    padding-left: 15px;
}

.box-item-1 {
    position: relative;
    height: 100%;
    background: url("../img/box_01.jpg") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: default;
}

.box-item-1 .caption-top,
.box-item-1 .caption-bottom {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.box-item-1 .caption-top {
    top: 0;
    padding: 25px 10px;
}

.box-item-1 .caption-top .text-title {
    margin: 0;
}

.box-item-1 .caption-bottom {
    bottom: 0;
    padding: 10px 10px 25px 10px;
    background: rgba(255, 255, 255, 0.6);
}

.box-item-1 .title {
    font: 30px 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.box-item-1 .descr {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 20px;
}

.box-item-2 {
    padding: 30px;
    background: #fff url("../img/box_02.png") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box-item-2 .title {
    margin: 0 0 20px 0;
}

.box-item-2 .descr {
    font-size: 24px;
    font-weight: 100;
    color: #49134c;
}

.box-article {
    padding: 90px 15px;
    background: url("../img/meter.png") 80% 50% no-repeat;
}

.breadcrumb {
    padding: 0;
    margin: 0 0 30px 0;
    background: none;
    border-radius: 0;
    font: 100 26px 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.breadcrumb .btn-xs {
    margin-top: -3px;
    padding: 4px 10px;
}

.breadcrumb h1 {
    display: inline;
    font-size: 1em;
}

.breadcrumb>li {
    display: inline;
    padding: 0;
}

.breadcrumb>li+li:before {
    color: #222325;
}

.breadcrumb>li>a {
    padding: 0;
    color: #222325;
    text-decoration: none;
}

.breadcrumb>li>a:hover {
    color: #49134c;
    text-decoration: underline;
}

.breadcrumb>li.active {
    cursor: default;
}

@media screen and (max-width: 992px) {
    .breadcrumb {
        font-size: 22px;
    }
    .block-offsets {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .block-offset-y {
        margin-top: 30px;
    }
    .figure .caption {
        font-size: 0.9em;
    }
    .figure .caption .title {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .box-column-1,
    .box-column-2 {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .box-column-1 {
        margin-bottom: 30px;
    }
    .box-item-1 {
        height: 340px;
    }
    .box-item-1 .title {
        font-size: 24px;
    }
    .box-item-1 .descr,
    .box-item-2 .descr {
        font-size: 18px;
    }
    .alter-section {
        padding: 30px 0;
    }
    .text-title {
        font-size: 24px;
    }
    .figure.figure-with-caption {
        padding-bottom: 30px;
    }
    .figure .caption {
        min-height: 30px;
        font-size: 15px;
        padding: 5px;
    }
    .row-blocks {
        margin-left: -7px;
        margin-right: -7px;
    }
    .row-blocks>div {
        padding: 0 7px;
        margin-bottom: 14px;
    }
    .box-article {
        padding: 30px 15px;
        -webkit-background-size: 40%;
        -moz-background-size: 40%;
        -o-background-size: 40%;
        background-size: 40%;
        background-position: 90% 30%;
    }
}

.product-slider {
    margin-bottom: 40px;
}

.product-slider .lSAction>a {
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    color: #49134c;
    background: transparent;
}

.product-slider .lSPager.lSGallery>li {
    background: #fff;
}

.product-slider .lSPager.lSGallery>li.active,
.product-slider .lSPager.lSGallery>li:hover {
    border-radius: 0;
}

.product-slider .lSPager.lSGallery>li.active>a {
    opacity: 0.5;
}

.product-slider .lSPager.lSGallery>li>a {
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.product-slider .lSPager.lSGallery>li>a:hover {
    opacity: 0.5;
}

.product-slider .lSPager.lSGallery>li>a:hover>img {
    opacity: 1;
}

.product-price-block {
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
    background: #fff;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.product-price-block:before {
    position: absolute;
    top: 50%;
    left: -24px;
    border: 12px solid transparent;
    border-right-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.6);
    margin-top: -12px;
    content: '';
}

.product-price-block .section {
    margin: 0;
    padding: 25px 0;
    font-size: 0;
}

.product-price-block .section+.section {
    border-top: 1px solid #c5c9cc;
}

.product-price-block .price-block-row {
    margin: 0 -7px;
}

.product-price-block .price-block-row>div {
    padding: 0 7px;
}

.product-price-block .price {
    font: bold 28px/42px 'Roboto Slab', Arial, Helvetica, sans-serif;
    color: #cd6cb2;
}

.product-price-block .price .currency {
    font-size: 24px;
}

.product-price-block .form-label {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    vertical-align: top;
    color: #424548;
    font-weight: normal;
    margin-right: 15px;
}

.link-social {
    display: inline-block;
    text-decoration: none !important;
}

.link-social:hover {
    text-decoration: none;
}

.social-links {
    text-align: right;
    margin: 0 5px -5px 0;
    padding: 0;
    list-style: none;
}

.social-links>li {
    display: inline-block;
}

.social-links>li+li {
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .product-price-block {
        padding: 0 10px;
    }
    .product-price-block:before {
        display: none;
    }
    .product-price-block .section {
        padding: 10px 0;
    }
    .social-links {
        margin: 15px 0 -5px 0;
        text-align: left;
    }
}

.colors-group {
    display: inline-block;
}

.colors-group .popover {
    font-size: 12px;
}

.colors-group .popover+.btn {
    margin-left: -1px;
}

.colors-group>.btn {
    padding: 0;
    margin: 1px 15px 0 0;
    width: 32px;
    height: 32px;
    box-shadow: none;
    border: 8px solid #fff;
    outline: 1px solid #ddd;
    cursor: pointer !important;
}

.colors-group>.btn:last-child {
    margin-right: 0;
}

.colors-group>.btn.active,
.colors-group>.btn:focus {
    outline-color: #000;
}

.colors-group>.btn:active {
    border: 8px solid #fff !important;
}

.colors-group>.btn+.btn {
    /*margin-left: 10px;*/
}

hr {
    border-color: #c5c9cc;
    margin-top: 25px;
    margin-bottom: 25px;
}

.product-aside-block .btn-toggle {
    float: right;
    margin: -10px 0 0 0;
    padding: 5px 10px;
    color: #cd6cb2;
    background: none;
}

.product-aside-block .btn-toggle .glyphicon {
    font-size: 24px;
    margin: 0;
}

.product-aside-block .btn-toggle:hover {
    background: rgba(255, 255, 255, 0.3);
}

.product-text {
    color: #424548;
    font-size: 1.1em;
    line-height: 1.5em;
}

.product-subtitle {
    font-weight: normal;
    margin-bottom: 25px;
}

#product-sizes table td {
    border: 2px solid #e4e7e9;
    text-align: center;
}

#product-sizes table thead td {
    color: #fff;
    padding: 5px !important;
    font-size: 0.85em;
    font-weight: bold;
    background: #cd6cb2;
}

#product-sizes table tbody td {
    background: #e5cbde;
    padding: 3px 5px !important;
}

.table-row tr>td+td {
    padding-left: 20px;
}

.table-row tr+tr>td {
    padding-top: 15px;
}

.popover {
    min-width: 250px;
    font-size: 0.85em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #bbb;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    cursor: default;
}

.popover .arrow {
    display: none;
}

[data-toggle="popover"] {
    cursor: help;
}

.article-item {
    padding: 15px;
    background: #fff;
    line-height: 1.5em;
}

.article-item .date {
    font-size: 0.9em;
    color: #777;
    margin: 0 0 0 5px;
}

.article-item .title {
    margin: 0 0 10px 0;
    font-size: 22px;
}

.article-item .descr {
    color: #363636;
}

.article-item+.article-item {
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .article-item .title {
        font-size: 18px;
    }
}

.menu-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-nav>li {
    padding: 10px 0;
}

.menu-nav>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.menu-nav>li>a {
    font: 17px 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.comment {
    padding: 20px;
    margin: 20px 0;
    background: white;
    border-radius: 2px;
}

.comment header {
    margin-bottom: 10px;
    font-size: 0.95em;
    color: #aaa;
}

.comment-form {
    padding: 20px;
    max-width: 700px;
    margin: 40px 0 50px;
    background: white;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.review_images li {
    overflow: hidden;
}

.review_images_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.review_images_list li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 0;
    width: 100px;
    height: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: top center;
}

.review_images_list li .delete_file_review {
    cursor: pointer;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 15px;
    height: 15px;
}

.review_images_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.review_images_list li .delete_file_review i {
    color: #ff5555;
    font-size: 20px;
}

.btn-file {
    background-color: #e6e6e6;
}

.btn-file:hover {
    background-color: #cecece;
}

.btn-file input {
    display: none;
}

.btn-file i {
    color: #449d44;
    font-size: 20px;
    margin-right: 5px;
}

.product-view-wrapper {
    position: relative;
}

.opt-product {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 102;
}

.product-sign {
    display: inline-block;
    max-width: 100%;
    background: rgba(243, 156, 18, 0.8);
    color: white;
    padding: 4px 10px;
    font-size: 15px;
    font-family: Roboto Slab;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-sign:after {
    margin: 0 2px 0 10px;
    font-weight: bold;
    content: '!';
}

.product-sign.sign--stock {
    background: rgba(230, 126, 34, 0.8);
}

.product-sign.sign--popular {
    background: rgba(231, 76, 60, 0.8);
}

.colors-group>.btn.active {
    outline-width: 3px;
}

.figure {
    cursor: default;
}

a.figure {
    cursor: pointer;
}

.figure a {
    color: #FFF;
    /*text-decoration: none;*/
}

.figure a:hover {
    color: #d35400;
    /*text-decoration: underline;*/
}

.figure .category {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.slider-with-arrows .btn-prev,
.slider-with-arrows .btn-next {
    color: black;
    font-size: 30px;
    line-height: 30px;
}

.slider-with-arrows .lSAction>a {
    background: none;
}

.totop-btn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 11px 0 0 0;
    color: #49134c;
    font-size: 24px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 100;
    width: 50px;
    height: 44px;
    text-align: center;
    display: none;
}

.totop-btn>.glyphicon {
    margin: 0;
}

.totop-btn:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #49134c;
}

.popover {
    min-width: 100px;
}

.main-slider .timer-countdown {
    font-size: 70px;
    line-height: 70px;
    margin: 7% 0 9%;
}

.main-slider .timer-countdown .number-wrapper-delay {
    margin: 0 25px;
}

.timer-countdown {
    font-family: Roboto Slab, Arial, Helvetica, sans-serif !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    font-size: 32px;
}

.timer-countdown .number-wrapper {
    position: relative;
    display: inline-block;
    color: #222;
    vertical-align: top;
}

.timer-countdown .number-wrapper-delay {
    display: inline-block;
    margin: 0 10px;
    font-size: 0.9em;
    vertical-align: top;
    content: ':';
}

.timer-countdown .number {
    display: block;
    font-weight: bold;
}

.timer-countdown .caption {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #aaa;
}

.timer-bar {
    margin: -20px auto 30px;
    padding: 25px;
    font: 1.2em/1.6em Roboto Slab, Arial, Helvetica, sans-serif;
    color: #49134c;
    background: white url(/img/new_year_bg.jpg) center left no-repeat;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: default;
}

.timer-bar .inside-text {
    display: inline-block;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.4);
}

.timer-bar .timer-countdown {
    padding: 8px 0;
}

@media screen and (max-width: 992px) {
    .main-slider .timer-countdown {
        font-size: 46px;
        line-height: 32px;
    }
}

@media screen and (max-width: 768px) {
    .main-slider .timer-countdown {
        font-size: 30px;
        line-height: 24px;
    }
    .main-slider .timer-countdown {
        margin: 25px 0 -10px !important;
    }
    .main-slider .timer-countdown .number-wrapper-delay {
        margin: 0 10px;
    }
    .main-slider .new-year-content {
        padding-top: 0 !important;
    }
    .main-slider .descr,
    .main-slider .title {
        display: inline-block;
        padding: 0 7px;
        background: rgba(255, 255, 255, 0.5);
    }
    .main-slider .descr {
        font-size: 1.05em;
    }
    .main-slider .lSPager {
        display: none;
    }
    .main-slider .btn {
        padding: 4px 8px;
    }
}

.btn.btn-default.not-remains {
    background: #ccc;
    color: white;
}

.btn-group-sizes {
    /*margin: -8px;*/
}

.btn-group-sizes>.btn {
    margin: 8px 8px 0 0;
    min-width: 34px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

.btn-group-sizes>.btn.active {
    color: black;
    background: white;
}

.btn-group-sizes>.btn.not-remains.active {
    color: white;
    background: #ccc;
}

.btn-group-sizes>.btn.active,
.btn-group-sizes>.btn.not-remains.active {
    border-color: #cd6cb2;
    outline: 1px solid #cd6cb2;
}

.btn-group-sizes .popover {
    width: 240px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.btn-group-sizes .popover+.btn {
    margin-left: -1px;
}

#new_year_info {
    color: #fff;
    background: #cd6cb2;
    padding: 80px 0 8px 0;
}

#product-thumb div a {
    display: block;
}

#product-thumb div.cycle-slide-active a {
    opacity: 0.5;
}

#product-thumb div.cycle-slide img {
    max-width: 95%;
}

#product-slider {
    position: relative;
}

#product-slider div.cycle-slide img {
    width: 100%;
}

#product-slider div.cycle-slide {
    max-width: 555px;
    width: 100%;
    height: 100%;
}


/* @media only screen and (max-width: 768px) {
    #product-slider div.cycle-slide {
        max-width: 375px;
    }
} */

#product-slider .custom-navigation a {
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    color: #49134c;
    background: transparent;
    text-decoration: none;
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    position: absolute;
    z-index: 101;
    margin-top: -16px;
    opacity: 0.5;
    transition: opacity 0.35s linear 0s;
}

#product-slider .custom-navigation a#prev-slide {
    left: 10px;
}

#product-slider .custom-navigation a#next-slide {
    right: 10px;
}

.custom-navigation a:hover {
    opacity: 1;
}

#product-thumb div.cycle-slide a:not([fancybox-media]) .play {
    display: none;
}

#product-thumb div.cycle-slide a,
.video-page a.thumbnail {
    position: relative;
}

#product-thumb div.cycle-slide a .play,
.video-page a.thumbnail .play {
    font-size: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    color: #49134c;
}

#product-thumb {
    margin-top: 5px;
}