body {
    overflow-x: hidden;
    overflow-y: scroll; /* также может быть auto */
    -webkit-overflow-scrolling: touch;
}

.reset{
    width: 100%;
    height: 0;
    background-color:transparent;
    clear: both;
}

* {
    color: #33425b;
}

.block-title {
    font: 24px/35px 'Montserrat-SemiBold';
    text-align: center;
    margin-bottom: 81px;
    letter-spacing: 0.5pt;
}

.is-order {
 display:flex !important;
}

img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.image-container.is-cover.gallery-thumb > img,
.mz-figure > img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.logo img {
    max-width: 195px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.swiper-slide {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.swiper-slide img {
    display: block;
}

a {
	outline: none !important;
}



/* START HEADER */

.fixed_header {
    display: none;
}

.main-header {
    margin-bottom: 41px;
}

.dynamic_basket-drop {
    left: auto;
}

.dynamic_item-title {
    font-size: 14px;
}

.dynamic_basket-submit {
    width: 170px !important;
}

.dynamic_item-image img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    left: 0;
}

.header-blue-line {
    min-height: 50px;
    background: url("header-bg.png") 0 0 no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    padding-top: 13px;
}

.header-registration,
.header-enter,
.header-callback {
    float: right;
    font-family: 'Montserrat-Regular';
    color: #f7f7f7;
    font-size: 16px;
    letter-spacing: 0.4pt;
}

.header-blue-line .container {}

.header-registration {
    -webkit-transition: All 0s ease;
    -o-transition: All 0s ease;
    transition: All 0s ease;
}

.header-registration:hover {
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.header-enter-slash {
    height: 20px;
    border-right: 1px solid #f7f7f7;
    float: right;
    margin: 0 11px 0 12px;
}

.header-enter {
    padding-left: 40px;
    margin-left: 74px;
    position: relative;
    -webkit-transition: All 0s ease;
    -o-transition: All 0s ease;
    transition: All 0s ease;
}

.header-enter:hover {
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.header-enter:hover svg * {
    fill: #000000;
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.header-enter svg {
    margin-right: 10px;
    position: absolute;
    top: 1px;
    left: 3px;
    fill: #ffffff;
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.header-callback {
    padding-left: 33px;
    position: relative;
    -webkit-transition: All 0s ease;
    -o-transition: All 0s ease;
    transition: All 0s ease;
}

.header-callback:hover {
    padding-left: 33px;
    position: relative;
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.header-callback svg {
    margin-right: 10px;
    position: absolute;
    top: 3px;
    left: 0;
    fill: #ffffff;
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.header-callback:hover svg * {
    fill: #000000;
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.header-middle {
    margin-bottom: 14px;
}

.logo {
    padding-top: 19px;
}

.logotype {
    display: inline-block;
    height: auto;
}

.header-search .search-widget {
    margin-left: 73px;
    margin-right: 7px;
    padding-top: 25px;
}

.header-search .search_widget-control {
    padding: 16px 30px;
    font-size: 12px;
    font-family: 'Montserrat-Light';
    color: #333333;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-right: none;
}

.header-search .search_widget-submit {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    padding: 17px 13px 8px;
    display: block;
    flex: none;
    width: auto;
}

.header-search .search_widget-submit:hover {
    background-color: #dddddd;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.header-search .fa-search:before {
    display: none;
    color: #000000;
}

.header-search .search-cats {
    text-align: center;
    padding-right: 42px;
    padding-left: 15px;
    font-family: 'Montserrat-Light';
    font-size: 15px;
    color: #33425b;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-border-radius: 3px 3px 3px 0;
    -moz-border-radius: 3px 3px 3px 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.header-search .search-cats:hover {
    background-color: #DDDDDD;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.header-search .search-cats label {
    line-height: 49px;
    position: relative;
}

.header-search .search-cats label:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: -22px;
    top: 35%;
    border-left: 1px solid #33425b;
    border-bottom: 1px solid #33425b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.header-search .search_widget.opened .search-cats label:after {
    top: 48%;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.search_widget ul {
    display: none;
    position: absolute;
    margin: 0;
    top: 100%;
    left: -1px;
    right: -1px;
    z-index: 20;
    border: 2px solid #eeeeee;
    background-color: #ffffff;
    padding: 10px 24px;
    list-style: none;
    font-size: 12px;
    overflow: hidden;
}

.search_widget.opened ul li {
    margin-bottom: 10px;
}

.search_widget.opened ul li:hover {
    background-color: #dddddd;
}

.header-basket {
    font-size: 0;
    padding-top: 30px;
}

.header-basket .favorites-widget {
    display: inline-block;
    width: 40px;
    height: 35px;
    font-size: 20px;
    margin: 0 19px;
}

.header-basket-slash {
    display: inline-block;
    height: 20px;
    border-right: 1px solid #cccccc;
    margin-bottom: 7px;
}

.header-basket .cart-widget {
    display: inline-block;
    width: 40px;
    height: 35px;
    font-size: 20px;
    margin: 0 18px;
}

.favorites-widget-link {
    position: relative;
    display: block;
    height: 100%;
    text-align: left;
}

.favorites-widget-link svg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.favorites-widget-link span {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background-color: #f27370;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    right: 0;
}

.cart-widget-link {
    position: relative;
    display: block;
    height: 100%;
    text-align: left;
}

.cart-widget-link svg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cart-widget-link span {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background-color: #f27370;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    right: 0;
}

.header-basket .cart-sum-widget {
    display: inline-block;
    text-align: left;
}

.cart-sum-widget-text {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #33425b;
}

.cart-sum-widget-val {
    font-family: 'Montserrat-Medium';
    color: #3498db;
    font-size: 18px;
}

.cart-sum-widget-rub {
    font-family: 'Montserrat-Light';
    color: #33425b;
    font-size: 14px;
}

.header-menu {}

.header-menu >.cell-12 > .main-menu {
    position: relative;
}

.header-menu .menu-item.level-1 {
    padding: 0 14px 5px;
}

.header-menu .menu-item.level-1:nth-child(1) {
    padding-left: 0;
}

.header-menu .menu-item.level-1:nth-child(2):hover,
.header-menu .menu-item.level-1:nth-child(3):hover {
    background-color: #f3f6f7;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.header-menu .menu-link.level-1 {
    font-family: 'Montserrat-Light';
    color: #33425b;
    font-size: 16px;
}

.header-menu .main-menu.level-2 {
    width: auto;
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    z-index: 50;
    -webkit-box-shadow: 0 0 0 0 gray;
    -moz-box-shadow: 0 0 0 0 gray;
    box-shadow: 0 0 0 0 gray;
    background-color: #f3f6f7;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.header-menu .menu-item.level-1:hover .main-menu.level-2 {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
    -webkit-box-shadow: 0 20px 30px -17px gray;
    -moz-box-shadow: 0 20px 30px -17px gray;
    box-shadow: 0 20px 30px -17px gray;
}

.header-menu .menu-item.level-2 {
    display: table-cell;
    padding: 0 10px;
    vertical-align: bottom;
    text-align: center;
}

.header-menu .menu-link.level-2 {
    font-family: 'Montserrat-Light';
    color: #33425b;
    font-size: 15px;
    white-space: nowrap;
}

.header-menu .menu-item.level-1:hover .menu-link.level-1,
.header-menu .menu-item.level-2:hover .menu-link.level-2 {
    color: #3498db;
}

/* END HEADER */


/* START SLIDER */

.first-slider {
    margin: 0 auto 19px;
}

.first-slider {
    position: relative;
    min-height: 575px;
    overflow: hidden;
}

.first-slider .promo-slider-wrapper {
    width: 148%;
    max-height: 575px;
    margin-left: -74%;
    position: absolute;
    left: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 27px;
}

.first-slider .promo-slider-wrapper {
    max-height: 575px;
}

.first-slider .slide-absolute {
    height: 100%;
}

.first-slider .slide-content {
    height: 100%;
}

.first-slider .swiper-container {
    max-height: inherit;
}

.first-slider .slide-image {
    width: 100%;
    height: auto;
}

.first-slider .slide-title {
    max-width: 725px;
    font: 44px/58px 'Montserrat-SemiBold';
    letter-spacing: 0.8pt;
    padding: 2px 70px;
    margin-bottom: 36px;
    max-height: 176px;
    overflow: hidden;
}

.first-slider .slide-description {
    font: 24px 'Montserrat-Regular';
    letter-spacing: 0.8pt;
    padding: 0 70px;
    margin-bottom: 50px;
}

.first-slider .slide-description-number {
    font: 30px 'Montserrat-ExtraBold';
    color: #ffffff;
    margin: 0 4px;
}

.first-slider .slide-inner {
    width: 230px;
    height: 65px;
    position: absolute;
    bottom: 19%;
    left: 176px;
    border-radius: 4px;
    background-color: #f27370;
    font: 18px/65px 'Montserrat-Medium';
    text-align: center;
    color: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.first-slider .slide-inner svg {
    margin-left: 20px;
}

.first-slider .slide-inner:hover {
    background-color: #db5653;
}

.first-slider .promo-slider-pagination {
    display: table;
}

.first-slider .swiper-container .swiper-pagination-bullet {
    display: inline-table;
    vertical-align: middle;
    background: #ffffff;
    opacity: 1;
}
.first-slider .swiper-container .swiper-pagination-bullet:hover {
    background: #34BAFF;
}

.first-slider .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: #3498db;
}

.first-slider .swiper-button-prev {
    width: auto;
    height: auto;
    top: 49%;
    left: 50%;
    margin-left: -23.3%;
    background-image: none !important;
}

.first-slider .swiper-button-prev svg {
    border: 1px solid #3498db;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.first-slider .swiper-button-prev svg use:nth-child(1) {
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.first-slider .swiper-button-prev:hover svg use:nth-child(1) {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.first-slider .swiper-button-prev svg use:nth-child(2) {
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.first-slider .swiper-button-prev:hover svg use:nth-child(2) {
    fill: #3498db;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.first-slider .swiper-button-next {
    width: auto;
    height: auto;
    top: 49%;
    right: 50%;
    margin-right: -23.3%;
    background-image: none !important;
}

.first-slider .swiper-button-next svg {
    border: 1px solid #3498db;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.first-slider .swiper-button-next svg use:nth-child(1) {
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.first-slider .swiper-button-next:hover svg use:nth-child(1) {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.first-slider .swiper-button-next svg use:nth-child(2) {
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.first-slider .swiper-button-next:hover svg use:nth-child(2) {
    fill: #3498db;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.swiper-pagination-bullet {
    outline: none !important;
}

/* END SLIDER */


/* START BOX-IMAGES */

.box-images {
    margin-bottom: 82px;
}

.box-images-left {
    width: 31.6%;
    height: auto;
    float: left;
    margin-right: 2.55%;
}

.box-images-right {
    float: right;
    width: 65.85%;
}

.box-images-right-1 {
    width: 35.1%;
    height: auto;
    float: left;
    margin-right: 3.98%;
    margin-bottom: 3.6%;
}

.box-images-right-2 {
    width: 60%;
    height: auto;
    float: left;
    margin-bottom: 3.6%;
}

.box-images-right-3 {
    width: 99%;
    height: auto;
    display: block;
}

.box-images-item {
    display: block;
    position: relative;
}

.box-images-image {
    position: relative;
    z-index: 2;
    width: 100%;
}

.box-images-image:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.box-images-text {
    position: absolute;
    top: 24px;
    left: 35px;
    z-index: 3;
    font-family: 'Montserrat-SemiBold';
    color: #33425b;
    font-size: 20px;
    margin: 0;
}

/* END BOX-IMAGES */


/* START ADVANTAGE */

.advantage {
    margin-bottom: 77px;
}

.advantage * {
    font-family: 'Montserrat-SemiBold';
}

.advantage .block-title {
    margin-bottom: 60px;
}

.advantage-item {}

.advantage-icon {
    height: auto;
    margin-bottom: 0;
}

.advantage-text {
    margin: -6px auto 0;
    font-size: 20px;
    max-width: 100%;
}

/* END ADVANTAGE */


/* START CARD */

h3.products-title {
    margin-bottom: 131px;
}

.card {
    width: 270px !important;
    height: 410px !important;
    position: relative;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto 30px;
}

.card-info {}

.card-image {}

.stiker-sale {
    display: none;
}

.image-inner {}

.image-wraps {}

.image-container {}

.image-flex-center {
    margin-bottom: 25px;
}

.image-flex-center img {
    width: 90%;
}

.card-title {
    text-align: center;
    width: 100%;
    margin: 0 auto 12px;
    height: 80px;
    padding: 30px 30px 0;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    z-index: 5;
    -webkit-transition: All 0.5s;
    -moz-transition: All 0.5s;
    -ms-transition: All 0.5s;
    -o-transition: All 0.5s;
    transition: All 0.5s;
}

.card:hover .card-title {
    padding-top: 14px;
    margin: -46px auto -3px;
  	height: 73px;
}

.card-title a {
    font: 16px/27px 'Montserrat-Light';
    color: #33425b;
    text-decoration: none;
}

.card-prices {
    text-align: center;
}

.card-old_price {
    display: inline;
    font: 14px 'Montserrat-Light';
    text-decoration: none;
}

.card-price {
    display: inline;
    font: 18px 'Montserrat-SemiBold';
    color: #3498db;
}

.card-price-money {
    font: 14px 'Montserrat-Light';
    margin-left: -5px;
}

.card-quick {
    position: absolute;
    top: 55px;
    left: -30px;
    -webkit-transition: All 0.4s;
    -moz-transition: All 0.4s;
    -ms-transition: All 0.4s;
    -o-transition: All 0.4s;
    transition: All 0.4s;
}

.card:hover .card-quick {
    left: 15px;
    -webkit-transition: All 0.4s;
    -moz-transition: All 0.4s;
    -ms-transition: All 0.4s;
    -o-transition: All 0.4s;
    transition: All 0.4s;
}

.card-quick a {}

.card-action {
    margin-top: 240px;
    margin-bottom: 30px;
}

.card:hover .card-action {
    margin-top: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hidden {}

.bttn-prim {
    width: 130px;
    text-align: center;
    font: 14px 'Montserrat-Medium';
    color: #ffffff;
    background-color: #f27370;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto;
    text-transform: none;
}

.bttn-prim:hover {
    border: none;
    background-color: #db5653;
}

.bttn-favorite {
    position: absolute;
    top: -30px;
    left: 15px;
    background-image: none;
    padding: 0;
    -webkit-transition: All 0.4s;
    -moz-transition: All 0.4s;
    -ms-transition: All 0.4s;
    -o-transition: All 0.4s;
    transition: All 0.4s;
}

.card:hover .bttn-favorite {
    top: 15px;
    -webkit-transition: All 0.4s;
    -moz-transition: All 0.4s;
    -ms-transition: All 0.4s;
    -o-transition: All 0.4s;
    transition: All 0.4s;
}

.bttn-favorite:hover,
.card-quick:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.bttn-favorite svg use,
.card-quick svg use {
    -webkit-transition: All 0.5s;
    -moz-transition: All 0.5s;
    -ms-transition: All 0.5s;
    -o-transition: All 0.5s;
    transition: All 0.5s;
}

.bttn-favorite:hover svg use:nth-child(1),
.card-quick:hover svg use:nth-child(1){
    fill: #f27370;
    -webkit-transition: All 0.5s;
    -moz-transition: All 0.5s;
    -ms-transition: All 0.5s;
    -o-transition: All 0.5s;
    transition: All 0.5s;
}

.bttn-compares {
    display: none;
}

/* END CARD */


/* START TABS */

.tabs-collection-front-page {
    font-size: 0;
    text-align: center;
    margin-bottom: 70px;
}

.tabs-collection-front-page label {
    margin: 0 40px;
    display: inline-block;
    font: 24px 'Montserrat-SemiBold';
    position: relative;
}

.tabs-collection-front-page label:after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: -38px;
    background-color: #cccccc;
}

.tabs-collection-front-page label:last-child:after {
    display: none;
}

.tabs-collection-front-page label input[type="radio"]{
    display: none;
}

.tabs-collection-front-page {}

.is-blue {
    color: #3498db;
}

.products-is-frontpage-1,
.products-is-frontpage-2,
.products-is-frontpage-3 {
    opacity: 0;
    position: absolute;
    z-index: -1000;
    right: -5000px;
}

.on {
    opacity: 1;
    position: relative;
    z-index: 1;
    right: auto;
}

.two-slider {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.two-slider .js-products-slider {
    margin-bottom: 56px;
}

.two-slider .swiper-button-next,
.two-slider .swiper-button-prev {
    outline: none !important;
}

.two-slider .swiper-button-prev,
.three-slider .swiper-button-prev {
    width: auto;
    height: auto;
    top: 35%;
    left: -71px;
    background-image: none !important;
    outline: none !important;
}

.two-slider .swiper-button-prev svg,
.three-slider .swiper-button-prev svg {
    display: block;
    border: 1px solid #3498db;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.two-slider .swiper-button-prev svg use:nth-child(1),
.three-slider .swiper-button-prev svg use:nth-child(1) {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .swiper-button-prev:hover svg use:nth-child(1),
.three-slider .swiper-button-prev:hover svg use:nth-child(1) {
    fill: #3498db;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .swiper-button-prev svg use:nth-child(2),
.three-slider .swiper-button-prev svg use:nth-child(2) {
    fill: #3498db;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .swiper-button-prev:hover svg use:nth-child(2),
.three-slider .swiper-button-prev:hover svg use:nth-child(2) {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .swiper-button-next,
.three-slider .three-slider-next {
    width: auto;
    height: auto;
    top: 35%;
    right: -71px;
    background-image: none !important;
    outline: none !important;
}

.two-slider .swiper-button-next svg,
.three-slider .swiper-button-next svg {
    display: block;
    border: 1px solid #3498db;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.two-slider .swiper-button-next svg use:nth-child(1),
.three-slider .swiper-button-next svg use:nth-child(1) {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .swiper-button-next:hover svg use:nth-child(1),
.three-slider .swiper-button-next:hover svg use:nth-child(1) {
    fill: #3498db;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .swiper-button-next svg use:nth-child(2),
.three-slider .swiper-button-next svg use:nth-child(2) {
    fill: #3498db;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .swiper-button-next:hover svg use:nth-child(2),
.three-slider .swiper-button-next:hover svg use:nth-child(2) {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .all-catalog {
    display: block;
    width: 230px;
    height: 65px;
    margin: 0 auto;
    bottom: 19%;
    left: 176px;
    border: 1px solid #33425b;
    border-radius: 4px;
    background-color: #ffffff;
    font: 18px/61px 'Montserrat-Medium';
    text-align: center;
    color: #33425b;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .all-catalog:hover {
    border: 1px solid #db5653;
    background-color: #db5653;
    color: #ffffff;
}

.two-slider .all-catalog svg {
    margin-left: 10px;
}

.two-slider .all-catalog svg use:nth-child(2) {
    fill: #33425b;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.two-slider .all-catalog:hover svg use:nth-child(2) {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

/* END TABS */


/* START THREE SLIDER */

.three-slider {
    position: relative;
    z-index: 1;
    padding-top: 87px;
    margin-bottom: 129px;
}

.three-slider .block-title {
    margin-bottom: 90px;
}

.three-slider .swiper-slide {
    position: relative;
}

.three-slider .three-slider-img {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.three-slider .three-slider_big-field-text {
    width: 48%;
    height: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 57px;
    left: 33px;
    font: 20px/28px 'Montserrat-SemiBold';
}

.three-slider .three-slider_price {
    position: absolute;
    z-index: 2;
    top: 69px;
    left: 42px;
    font: 30px 'Montserrat-Bold';
    color: #ffffff;
    padding-top: 24px;
    width: 115px;
    height: 115px;
    box-shadow: 0 16px 76px rgba(0, 159, 227, 0.86);
    background-color: #009fe3;
    background-image: linear-gradient(-36deg, rgba(19, 12, 183, 0.39) 0%, rgba(82, 229, 231, 0.39) 100%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;

}

.three-slider .three-slider_price-ring {
    display: block;
    width: 138px;
    height: 137px;
    border: 1px solid #009fe3;
    opacity: 0.42;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -97px;
    margin-left: -10px;
}

.three-slider .three-slider_price-rub {
    display: block;
    font: 23px 'Montserrat-Regular';
    color: #ffffff;
    margin-top: -8px;
}

.three-slider .three-slider_title-product {
    position: absolute;
    z-index: 2;
    top: 108px;
    left: 201px;
    font: 30px 'Montserrat-SemiBold';
    color: #19a2df;
}

.three-slider .three-slider_btn {
    display: block;
    width: 130px;
    height: 40px;
    background-color: #f27370;
    font: 14px/40px 'Montserrat-Medium';
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 35px;
    text-align: center;
}

.three-slider .three-slider_btn:hover {
    background-color: #db5653;
}

.three-slider .swiper-scrollbar {
    display: none;
}

.three-slider .products-control {
    position: relative;
    top: -166px;
}

/* END THREE SLIDER */


/* START PIC SLIDER */

.pic-slider {
    margin-bottom: 73px;
}

.pic-slider .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pic-slider .pic-slider-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

.pic-slider .swiper-pagination,
.pic-slider .swiper-scrollbar {
    display: none;
}

.pic-slider .products-control {
    text-align: center;
    padding-top: 27px;
}

.pic-slider .pic-slider-prev {
    display: inline-block;
    margin: 0 12px;
    outline: none !important;
}

.pic-slider .pic-slider-prev:hover {
    opacity: 0.8;
}

.pic-slider .pic-slider-next {
    display: inline-block;
    margin: 0 12px;
    outline: none !important;
}

.pic-slider .pic-slider-next:hover {
    opacity: 0.8;
}

.pic-slider {}


/* END PIC SLIDER */


/* START TOYS BOUTIQUE */

.toys-boutique {
    margin-bottom: 136px;
}

.toys-boutique .toys-boutique-title {
    font: 24px/35px 'Montserrat-SemiBold';
    text-align: center;
    margin-bottom: 81px;
    letter-spacing: 0.5pt;
}

.toys-boutique .toys-boutique-wrap-text * {
    font: 16px/28px 'Montserrat-Light';
}

.toys-boutique .toys-boutique-wrap-text {
    margin-bottom: 45px;
}

.toys-boutique .toys-boutique-text-left {
    width: 100%;
    max-height: 118px;
    overflow: hidden;
    margin-right: 12%;
    float: left;
    margin-bottom: 17px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.toys-boutique .toys-boutique-text-right {
    width: 44%;
    max-height: 118px;
    overflow: hidden;
    float: left;
    margin-bottom: 17px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.toys-boutique .toys-boutique-text-left.roll,
.toys-boutique .toys-boutique-text-right.roll {
    max-height: 1000px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.toys-boutique {}

.toys-boutique .detailed {
    display: block;
    width: 230px;
    height: 65px;
    margin: 0 auto;
    bottom: 19%;
    left: 176px;
    border: 1px solid #33425b;
    border-radius: 4px;
    background-color: #ffffff;
    font: 18px/61px 'Montserrat-Medium';
    text-align: center;
    color: #33425b;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.toys-boutique .detailed:hover {
    border: 1px solid #db5653;
    background-color: #db5653;
    color: #ffffff;
}

.toys-boutique .detailed svg {
    margin-left: 10px;
}

.toys-boutique .detailed svg * {
    fill: #33425b;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.toys-boutique .detailed:hover svg * {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.toys-boutique p {
    margin-top: 0;
}

.toys-boutique .toys-boutique-roll-bottom {
    font: 18px 'Montserrat-Medium';
    color: #3498db;
    position: relative;
    padding-right: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.toys-boutique .toys-boutique-roll-bottom:hover {
    padding-right: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.toys-boutique .toys-boutique-roll-bottom:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 13px;
    position: absolute;
    top: 7px;
    right: 0;
    background: transparent url(down-arrow.png) 0 0 no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.toys-boutique .toys-boutique-roll-bottom.back:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.toys-boutique {}


/* END TOYS BOUTIQUE */


/* START COMMENT SLIDER */

.comment-slider {
    margin-bottom: 93px;
}

.comment-slider .comment-slider-left {
    width: 35%;
    float: left;
    padding-left: 8%;
    padding-top: 65px;
    display: flex;
    align-items: center;
}

.comment-slider .comment-slider-wrap-img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 30px;
    position: relative;
}

.comment-slider .comment-slider-img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.comment-slider .comment-slider-name {
    font: 20px 'Montserrat-SemiBold';
    color: #3498db;
    margin-top: -3px;
}

.comment-slider .comment-slider-city {
    font: 14px/33px 'Montserrat-Light';
}

.comment-slider .comment-slider-right {
    width: 65%;
    float: left;
    padding-left: 27px;
    padding-top: 10px;
}

.comment-slider .comment-slider-stars {
    height: 19px;
    margin-bottom: 29px
}

.comment-slider .comment-slider-text {
    font: 16px/27px 'Montserrat-LightItalic';
    padding-right: 100px;
}

.comment-slider .swiper-scrollbar {
    display: none;
}

.comment-slider .products-control {
    text-align: center;
    padding-right: 248px;
    padding-top: 13px;
}

.comment-slider .comment-slider-prev {
    display: inline-block;
    margin: 0 13px;
}

.comment-slider .comment-slider-prev:hover {
    opacity: 0.8;
}

.comment-slider .comment-slider-next {
    display: inline-block;
    margin: 0 13px;
}

.comment-slider .comment-slider-next:hover {
    opacity: 0.8;
}

.comment-slider {}


/* END COMMENT SLIDER */


/* START COLLECTION */

.collection-banner {
    width: 100%;
    max-width: 1318px;
    margin: 0 auto 24px;
}

.collection-banner img[src='/images/no_image_original.jpg'] {
    display: none;
}

.collection-banner img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.collection-wrap-title {
    margin-bottom: 74px;
}

.collection-title {
    float: left;
    font: 24px 'Montserrat-SemiBold';
}

.stiker-hit {
    left: auto;
    right: 10px;
}

.stiker-skidka {
    left: auto;
    right: 10px;
      background-color: #E46C69;
}


.stiker.stiker-novinka {
    top: 90px !important;
    right: 10px;
    left: auto;
      background-color: #BBEA6A;
}

.breadcrumb {
    float: right;
}

.breadcrumb-link,
.co-breadcrumbs-page {
    font: 16px 'Montserrat-Light';
}

.breadcrumb-item:not(:last-child):after,
.co-breadcrumbs-pipe:not(:last-child):before {
    content: '/';
    font: 16px 'Montserrat-Light';
}

.co-breadcrumbs-page {
    text-decoration: none;
    border-bottom: none;
}

.co-breadcrumbs-page:hover {
    color: #33425b;
}

.collection-products_count {
    display: none;
}

.is-order {
    display: none;
}

.is-page-size {
    text-align: right;
    margin-bottom: 50px;
}

.label-field,
.page_size-radio-control {
    font: 14px 'Montserrat-Light';
}

.page_size-radio [type="radio"]:checked + .page_size-radio-control {
    color: #3498db;
    font-weight: normal;
}


/* START TOP FILTER */

.top-filter {
    float: left;
}

.top-filter .filter-items-list {}

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

.top-filter .top-filter-link {
    font: 18px 'Montserrat-Medium';
}

.top-filter .top-filter-link:hover {
    color: #3498db;
}

.top-filter .filter-span {}

.top-filter .filter-span-control {
    font: 18px 'Montserrat-Medium';
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-filter .filter-span-control:before {
    content: '';
    height: 20px;
    border-left: 1px solid #cccccc;
    margin: 0 20px;
}

.top-filter .filter-span-control:hover {
    color: #3498db;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-filter input[type="checkbox"]:checked + .filter-span-control {
    color: #3498db;
}


/* END TOP FILTER */


/* START SIDEBAR LEFT */

.sidebar-left {
    padding-right: 47px !important;
}

.sidebar-left * {
    color: #33425b;
}

.sidebar-left .filter-submit {
	color: #ffffff;
}

.sidebar-left .sidebar-menu + p,
.sidebar-left > p{
    display: none;
}

.sidebar-left .menu-node--collection_lvl_1 .menu {
    margin-bottom: 51px;
}

.sidebar-left .menu-node--collection_lvl_1 > .menu-link {
    font-weight: 900;
    font: 24px 'Montserrat-SemiBold';
    margin-bottom: 32px;
    margin-top: -5px;
}

.sidebar-left .menu-node--collection_lvl_2 > .menu-link {
    font-weight: 500;
    font: 18px 'Montserrat-Medium';
    margin-bottom: 16px;
}

.sidebar-left .menu-node--collection_lvl_3 > .menu-link {
    font-weight: 300;
    font: 16px 'Montserrat-Light';
    margin-bottom: 9px;
}

.sidebar-left .menu-node--collection_lvl_2 > .menu {
    margin-left: 58px;
    margin-bottom: 7px;
}

.sidebar-left .menu-marker {
    float: right;
    margin-top: -5px;
    cursor: pointer;
}

.sidebar-left .sidebar-menu .fa {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-left .sidebar-menu .fa.fa-minus,
.nav-filters .sidebar-menu .fa.fa-minus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sidebar-left .sidebar-menu .fa.fa-plus,
.nav-filters .sidebar-menu .fa.fa-plus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-left .sidebar-menu .fa:hover {
    color: #3498db;
}

.sidebar-left .sidebar-menu .menu-link {}

.sidebar-left .sidebar-menu .menu-link:hover {
    color: #3498db;
}

.filter.is-active-container .filter-title {
    margin-bottom: 30px;
}

.sidebar-left .filter-items-wrapper {}

.sidebar-left .filter-title span {
    font: 24px 'Montserrat-SemiBold';
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.sidebar-left .filter-price {
    float: right;
    padding: 0;
    background-color: transparent;
}

.sidebar-left .filter-price .fa:hover {
    color: #3498db;
}

.sidebar-left .collection-filter-header {
    display: none;
}

.sidebar-left .collection-filter .range-slider .irs-slider.from,
.sidebar-left .collection-filter .range-slider .irs-slider.to,
.nav-filters .collection-filter .range-slider .irs-slider.from,
.nav-filters .collection-filter .range-slider .irs-slider.to {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #3498db;
    top: 57px;
}

.sidebar-left .collection-filter .range-slider .irs-bar,
.nav-filters .collection-filter .range-slider .irs-bar {
    background-color: #f27370;
    top: 65px;
}

.sidebar-left .collection-filter .range-slider .irs-line,
.nav-filters .collection-filter .range-slider .irs-line {
    top: 65px;
}

.sidebar-left .collection-filter .range-slider .irs-line-mid,
.sidebar-left .collection-filter .range-slider .irs-line-left,
.sidebar-left .collection-filter .range-slider .irs-line-right,
.nav-filters .collection-filter .range-slider .irs-line-mid,
.nav-filters .collection-filter .range-slider .irs-line-left,
.nav-filters .collection-filter .range-slider .irs-line-right {
    background-color: #c1c6cd;
}

.sidebar-left .irs-from,
.nav-filters .irs-from {
    width: 74px;
    height: 30px;
    float: left;
    position: static;
    visibility: visible !important;
    font: 16px/28px 'Montserrat-Medium';
    background-color: #ffffff;
    border: 1px solid #ebecef;
    color: #33425b;
}

.sidebar-left .irs-to,
.nav-filters .irs-to {
    width: 74px;
    height: 30px;
    float: right;
    position: static !important;
    visibility: visible !important;
    font: 16px/28px 'Montserrat-Medium';
    background-color: #ffffff;
    border: 1px solid #ebecef;
    color: #33425b;
}
.sidebar-left .irs-single {}

.sidebar-left .wrap-irs-min,
.nav-filters .wrap-irs-min {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.sidebar-left .irs-min,
.nav-filters .irs-min {
    width: 74px;
    height: 30px;
    float: left;
    position: static;
    visibility: visible !important;
    font: 16px/28px 'Montserrat-Medium';
    background-color: #ffffff;
    border: 1px solid #ebecef;
    color: #33425b;
    display: none;
}

.sidebar-left .wrap-irs-max,
.nav-filters .wrap-irs-max {
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}

.sidebar-left .irs-max,
.nav-filters .irs-max {
    width: 74px;
    height: 30px;
    float: right;
    position: static;
    visibility: visible !important;
    font: 16px/28px 'Montserrat-Medium';
    background-color: #ffffff;
    border: 1px solid #ebecef;
    color: #33425b;
    display: none;
}

.irs-single {
    display: none !important;
}

.sidebar-left .filter {
    padding: 0;
    border: none;
    margin-bottom: 70px;
}

.sidebar-left .wrap-tag {
    font-size: 0;
}

.sidebar-left .filter-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-left .filter-span-control,
.nav-filters .filter-span-control {
    border: 1px solid #d6d9de;
    padding: 8px 13px;
    font: 14px 'Montserrat-Light';
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.sidebar-left .filter-item:hover .filter-span-control,
.nav-filters .filter-item:hover .filter-span-control {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-box-shadow: 0 7px 30px -10px #666666;
    -moz-box-shadow: 0 7px 30px -10px #666666;
    box-shadow: 0 7px 30px -10px #666666;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.sidebar-left .tag-filter .filter-title {
    margin-bottom: 35px;
    margin-top: 35px;
}

.sidebar-left .tag-filter .fa.fa-minus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.sidebar-left .tag-filter .fa.fa-plus {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar-left input[type="checkbox"]:checked + .filter-span-control {
    -webkit-box-shadow: 0 7px 30px -10px #666666;
    -moz-box-shadow: 0 7px 30px -10px #666666;
    box-shadow: 0 7px 30px -10px #666666;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    border-color: #3497db;
}

.filter-submit.bttn-prim {
    display: none;
    width: 100%;
    text-align: center;
}

.filters-clear.bttn.bttn-second.in-filter {
    width: 100%;
    text-align: center;
    font: 14px 'Montserrat-Medium';
    color: #ffffff;
    background-color: #f27370;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 auto;
    text-transform: none;
}

.filters-clear.bttn.bttn-second.in-filter:hover {
    background-color: #db5653;
}

.filter-items-wrapper {
    overflow: visible;
    display: block;
    max-height: 10000px !important;
}

.filter-toggle.is-button-active {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-toggle {
    background: none;
    outline: none;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filter-title {
    padding-top: 10px;
}

.sidebar-left .filter-title span{
    display: inline-block;
    vertical-align: top;
    width: 75%;
    word-wrap: break-word;
    margin-right: 39px;
    margin-top: -10px;
    color: #33425b;
}

.filter-toggle {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 19px;
    padding: 0;
    text-align: right;
}


/* END SIDEBAR LEFT */

.collection {}

.collection .detailed:hover {
    border: 1px solid #db5653;
    background-color: #db5653;
    color: #ffffff;
}
.collection .detailed {
    display: block;
    width: 230px;
    height: 65px;
    margin: 76px auto 137px;
    bottom: 19%;
    left: 176px;
    border: 1px solid #33425b;
    border-radius: 4px;
    background-color: #ffffff;
    font: 18px/61px 'Montserrat-Medium';
    text-align: center;
    color: #33425b;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.collection .detailed svg {
    margin-left: 10px;
}

.collection .detailed svg * {
    fill: #33425b;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.collection .detailed:hover svg * {
    fill: #ffffff;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

.collection .toys-boutique .detailed {
    display: none;
}

.collection {}


/* END COLLECTION */


/* START CART */

.box-cart {}

.box-cart .cart-top {
    display: none;
}

.box-cart .item-variant {
    display: none;
}

.box-cart .item-image {
    padding-right: 30px;
}

.box-cart .box-cart-wrap-item-info {}

.box-cart .box-cart-wrap-item-info .item-info-inner {
    width: 63%;
    max-height: 100px;
    overflow: hidden;
}

.box-cart .box-cart-wrap-item-info .item-img {
    width: 100px;
    height: 120px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 31px;
    position: relative;
}

.box-cart .box-cart-wrap-item-info .item-img .image-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.box-cart .box-cart-wrap-item-info .item-img .image-container img {}

.box-cart .cart-item-title {
    font: 18px 'Montserrat-Medium';
    text-align: center;
    margin-bottom: 60px;
}

.box-cart .item-title-link {
    font: 24px 'Montserrat-SemiBold';
}

.box-cart .item-money,
.box-cart .item-total_price,
.box-cart .quantity-controls {
    text-align: center;
}

.box-cart .quantity-controls {
    padding-top: 40px;
}

.cart-col-total-price .cart-item-title {
    margin-bottom: 104px;
}

.box-cart .item-money,
.box-cart .item-total_price {
    font: 24px 'Montserrat-SemiBold';
    color: #3498db;
    padding-top: 44px;
}

.box-cart .cart-col-total-price {
    text-align: center;
    padding-top: 44px;
}

.box-cart .item-total_price {
    display: inline;
}

.box-cart .rub {
    font: 14px 'Montserrat-Light';
}

.box-cart .quantity-input {
    width: 46px;
    height: 46px;
    font: 20px 'Montserrat-Medium';
    border: 1px solid #f2f2f2;
}

.box-cart .quantity-control {
    width: 46px;
    height: 46px;
    font: 23px 'Montserrat-Medium';
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    color: #33425b;
}

.box-cart .quantity-control:hover {
    background-color: #DCDCDC;
}

.box-cart .item-delete {
    width: auto;
    font: 16px 'Montserrat-Light';
    padding-top: 9px;
}

.box-cart .item-delete span {
    display: inline-block;
    height: 22px;
    padding-right: 25px;
    background: transparent url(trash.png) right 0 no-repeat;
}

.box-cart .item-delete:hover span {
    color: #ff0000;
    background: transparent url(trash.png) right -22px no-repeat;
}

.box-cart .page-title.cart-title {
    margin-bottom: 72px;
}

.box-cart .cart-item {
    margin-bottom: 20px;
}

.box-cart .discounts-submit {
    width: 147px;
    text-align: center;
    flex-direction: row;
    border: none;
    background-color: #f27370;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 18px 'Montserrat-Medium';
    text-transform: none;
}

.box-cart .discounts-submit:hover {
    background-color: #db5653;
}

.box-cart .discounts-wrap {
    padding-right: 54px;
    margin-bottom: 88px;
}

.box-cart .discounts-coupon {
    display: inline-block;
    flex: none;
    width: 77%;
    margin-right: 15px;
    border: 1px solid #e5e5e5 !important;
    -webkit-border-radius: 4px 4px 4px 4px !important;
    -moz-border-radius: 4px 4px 4px 4px !important;
    border-radius: 4px 4px 4px 4px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.box-cart .cart-order {
    text-align: right;
    justify-content: flex-end;
}

.wrap-total-price {
    margin-left: 40px;
}

.box-cart .cart-submit {
    width: 247px;
    text-align: center;
    flex-direction: row;
    border: none;
    background-color: #f27370;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 18px 'Montserrat-Medium';
    text-transform: none;
    margin-left: 15px;
}

.box-cart .cart-submit:hover {
    background-color: #db5653;
}

.box-cart .added-close {
    font: 18px 'Montserrat-Medium';
    width: 247px;
    height: 45px;
    text-align: center;
    color: #f27370;
    background-color: #ffffff;
    border: 1px solid #f37370;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.box-cart .added-close:hover {
    color: #ffffff;
    background-color: #f37370;
}

.box-cart .cart-total-capture {
    font: 18px 'Montserrat-Medium';
}

.box-cart .cart-total {
    display: inline;
    font: 24px 'Montserrat-SemiBold';
    color: #3498db;
}

.box-cart .comment-cart {
    font: 18px 'Montserrat-Medium';
    color: #33425b;
    position: relative;
    padding-right: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.box-cart .comment-cart:hover {
    padding-right: 40px;
    color: #3498db;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.box-cart .comment-cart:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 13px;
    position: absolute;
    top: 7px;
    right: 0;
    background: transparent url(down-arrow.png) 0 0 no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.box-cart {}

/* END CART */


/* START DELIVERY */

.delivery {}

.delivery .delivery-top {
    margin-bottom: 89px;
}

.delivery .delivery-top-title {}

.delivery .delivery-top-title-text-big {
    font: 34px/50px 'Montserrat-SemiBold';
    margin-bottom: 60px;
}

.delivery .delivery-top-title-text-big-span {
    font: 34px 'Montserrat-Bold';
    color: #3498db;
}

.delivery .delivery-title-text {
    font: 20px/35px 'Montserrat-SemiBold';
    color: #242424;
}

.delivery .delivery-top-title-text-span {
    font: 24px 'Montserrat-SemiBold';
    color: #3498db;
}

.delivery .delivery-top-title-text-span-slim {
    font: 16px 'Montserrat-Light';
    color: #242424;
}

.delivery .delivery-wrap-img {
    text-align: center;
}

.delivery .delivery-img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.delivery h1.page-title {
    font: 24px 'Montserrat-SemiBold';
    margin-bottom: 80px;
}

.delivery .block-title {
    text-align: left;
    margin-bottom: 47px;
}

.delivery .block-title-small {
    font: 20px 'Montserrat-SemiBold';
    margin-bottom: 24px;
}

.delivery .payment-text {
    margin-bottom: 43px;
}

.delivery .payment-text-p {
    font: 16px/29px 'Montserrat-Light';
    margin-top: 0;
}

.delivery .payment-text-link {
    font: 16px/29px 'Montserrat-Light';
    color: #3498db;
    text-decoration: underline;
}

.delivery .payment-text-span {
    display: block;
    font: 12px/18px 'Montserrat-Light';
    padding-top: 17px;
}

.delivery .delivery-right {
    padding-left: 70px;
}

.delivery {}


/* END DELIVERY */


/* START ORDER */

.co-input--tel {}

.co-input--tel h2 {}

/*
.co-tabs-content {
    margin-bottom: 0;
}

#client_phone {
    margin-top: 1em;
    padding: 1.7rem 0.5rem 0.4rem;;
}

.co-customer.co-checkout-block.co-tabs {
    margin-bottom: 0;
}

.co-tabs-header,
.co-title.co-title--h2 {
    font: 20px 'Montserrat-Medium';
    color: #33425b;
}

.co-social_login-box {
    display: none;
}

#client_registered + .co-input.co-input--checkbox {
    display: none;
}

.co-section--checkout_order {
    width: 44.5%;
}

.co-input--nested .co-input-field {
    padding: 1.7rem 0.5rem 0.4rem;
    border: 1px solid #b2b2b2 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.co-input-label {
    color: #b2b2b2 !important;
}

.co-input-label:after {
    display: none;
}

#shipping_address + .co-checkout-block {
    visibility: hidden;
    position: absolute;
    z-index: -9999;
    left: -9999px;
}

.co-delivery_method-title.co-toggable_field-title.co-input-title,
.co-toggable_field--bordered .co-toggable_field-title {
    font: 16px 'Montserrat-Light';
}

.co-delivery_method-title.co-toggable_field-title.co-input-title +
.co-delivery_method-description.co-toggable_field-description.co-input-description {
    display: none;
}

.co-delivery_method.co-input-wrapper.co-toggable_field.co-toggable_field--bordered,
.co-toggable_field {
    width: 50%;
    display: inline-flex;
}

.co-toggable_field-information.co-delivery_method-information,
.co-toggable_field--bordered .co-toggable_field-information {
    flex: 1 1 50px;
}

.co-toggable_field-input--radio {
    display: inline-flex;
}

.co-delivery_method-price.co-toggable_field-price.co-price--current {
    display: none !important;
}

.co-toggable_field-input--radio input + span {
    color: #b4b4b4;
    box-shadow: 0 0 0 1px currentColor;
    border: 2px solid #ffffff;
}

.co-toggable_field-input--radio input:checked + span {
    background-color: #3498db;
    box-shadow: 0 0 0 1px currentColor;
    border: 2px solid #ffffff;
}

.js-button-checkout_submit {
    width: 100%;
    background-color: #f27370 !important;
    border: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    font: 18px 'Montserrat-Medium' !important;
    margin-bottom: 30px;
}

.js-button-checkout_submit:hover {
    background-color: #db5653 !important;
}

.js-button-checkout_submit svg {
    margin-left: 20px;
}

.co-checkout-order_form.co-checkout-block--padded {
    margin-top: 0;
    padding-top: 0;
}

.co-section--checkout_header {}

.co-input--radio h3 {
    font: 20px 'Montserrat-Medium';
    color: #33425b !important;
}

.co-basket_item-price.co-price--current {
    font: 24px 'Montserrat-SemiBold';
    color: #3498db;
}

.co-basket_item-image_container {
    width: 100px;
    height: 120px;
    position: relative;
    border: 1px solid #ebebeb;
}

.co-basket_item-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.co-basket_item-description {
    font: 24px 'Montserrat-SemiBold';
}

.co-basket_item-total .rub {
    font: 14px 'Montserrat-Light';
}

.co-basket_item-count {
    display: block;
    font: 16px 'Montserrat-Light';
}

.co-basket_item-total {
    position: relative;
}

.co-basket_item-total:after {
    content: "";
    display: block;
    background-color: #ffffff;
    width: 18px;
    height: 100%;
    left:0;
    position: absolute;
    top: 0;
}

.co-basket_subtotal-title,
.co-basket_total-title {
    font: 18px 'Montserrat-Medium';
}

.co-basket_subtotal-price.co-price--current {
    font: 18px 'Montserrat-Medium';
    color: #3498db;
}

.co-basket_subtotal-price.co-price--current .rub,
.co-basket_subtotal .rub {
    font: 14px 'Montserrat-Light';
}

.co-basket_total-price.co-price--current {
    font: 20px 'Montserrat-Medium' !important;
    color: #3498db;
}

.co-basket_total .rub {
    font: 16px 'Montserrat-Light';
}

.co-basket_total {
    margin-bottom: 45px;
}

.co-basket_subtotal {
    margin-bottom: 16px;
}

.back-to-cart {
    font: 16px 'Montserrat-Light';
    position: relative;
    padding-left: 20px;
}

.back-to-cart:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 0;
    background: transparent url(down-arrow.png) 0 0 no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.back-to-cart:hover:before {
    left: -25px;
}

.back-to-cart:hover {
    color: #3498db;
}

.co-sidebar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.co-title.co-title--h2.co-tabs-header {
    display: none;
}

.co-title.last-title {
    padding-top: 20px;
    font: 20px 'Montserrat-Medium' !important;
    color: #33425b !important;
}

.co-title--h2-text {
    font: 16px 'Montserrat-Light';
}

.co-toggable_field-input--checkbox input+span {
    border: 1px solid #b2b2b2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#checkout_buyer_fields .co-input-label {
    font: 14px 'Montserrat-Light';
    color: #33425b !important;
}

#checkout_buyer_fields .co-toggable_field {
    width: 100%;
}

.co-toggable_field--bordered .co-toggable_field-description {
    display: none;
}

.co-toggable_field--bordered:hover {
    border-color: transparent;
}*/

/* END ORDER */


/* START PRODUCT */

.product .social-menu-link {
    margin: 0;
    width: 40px;
    height: 40px;
    border: none;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1 !important;
}

/*
.product .social-menu-link.is-instagram {
    background-image: url(socnet.png);
    background-position: 0 0;
}

.product .social-menu-link.is-instagram:hover {
    background-position: 0 -40px;
}

.product .social-menu-link.is-vk {
    background-image: url(socnet.png);
    background-position: -40px 0;
}

.product .social-menu-link.is-vk:hover {
    background-position: -40px -40px;
}

.product .social-menu-link.is-facebook {
    background-image: url(socnet.png);
    background-position: -80px 0;
}

.product .social-menu-link.is-facebook:hover {
    background-position: -80px -40px;
}

.product .social-menu-link.is-youtube {
    background-image: url(socnet.png);
    background-position: -120px 0;
}

.product .social-menu-link.is-youtube:hover {
    background-position: -120px -40px;
}

*/

.product-cart-right {
    padding-left: 20px !important;
    padding-top: 8px;
}

.product .quantity-input {
    width: 46px;
    height: 46px;
    font: 20px 'Montserrat-Medium';
    border: 1px solid #f2f2f2;
}

.product .quantity-control {
    width: 46px;
    height: 46px;
    font: 23px 'Montserrat-Medium';
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    color: #33425b;
}

.product .quantity-control:hover {
    background-color: #DCDCDC;
}

.product .product-title {
    font: 24px 'Montserrat-SemiBold';
}

.product .product-prices {
    margin-bottom: 34px;
}

.product .product-old_price {
    display: inline;
}

.product .product-old_price span {
    font: 16px 'Montserrat-Light';
}

.product .product-price {
    display: inline;
}

.product .product-price span {
    font: 24px 'Montserrat-SemiBold';
    color: #3498db;
}

.product .product-price .rub {
    font: 14px 'Montserrat-Light';
    color: #33425b;
}

.product .bttn-favorite {
    position: static;
    width: 146px;
    height: 45px;
    vertical-align: top;
    font: 18px 'Montserrat-Medium';
    color: #f27370;
    border: 1px solid #f27370;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product .bttn-favorite:hover {
    background-color: #f37370;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product .bttn-prim {
    width: 146px;
    height: 45px;
    vertical-align: top;
    font: 18px 'Montserrat-Medium';
    margin-right: 15px;
}

.product .props {
    display: none;
}

.product .option-selector {
    display: none;
}

.product .product-short_description {
    font: 16px/27px 'Montserrat-Light';
    margin-bottom: 44px;
}

.product .product-available {
//display: none;
}

.product .product-sku {
    display: none !important;
}

.product .product-wrap-buttons {
    font-size: 0;
    margin-bottom: 49px;
    position: relative;
}

.product .product-wrap-buttons .quantity {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.product .product-wrap-buttons .product-buy {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.product .tabs-item.is-button-active {
    font: 18px 'Montserrat-Medium';
    color: #3498db;
    border: none;
}

.product .tabs-item {
    font: 18px 'Montserrat-Medium';
    color: #33425b;
    position: relative;
    vertical-align: top;
    text-transform: none;
    padding: 0;
}

.product .tabs-item:after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 1px;
    background-color: #cccccc;
    margin: 3px 18px 0;
    vertical-align: top;
}

.product .tabs-item:last-child:after {
    display: none;
}

.product .gallery-top {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.product .gallery-thumbs-wrap .swiper-container .swiper-slide {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.product .gallery-thumbs-wrap {
    width: 100%;
}

.product .gallery-thumbs-wrap .swiper-button-next {
    display: none;
}

.product .gallery-thumbs-wrap .swiper-button-prev {
    display: none;
}

.product-bottom .products-title {
    margin-bottom: 55px;
}

.product-bottom .products-control {
    padding-top: 13px;
}

.product-bottom .products-control-prev {
    margin-top: 0;
    top: auto;
    bottom: 0;
    left: auto;
    right: 60px;
    background-image: none;
}

.product-bottom .products-control-next {
    margin-top: 0;
    top: auto;
    right: 0;
    bottom: 0;
    background-image: none;
}

#gallery-wrapper .image-container img {
    top: 0;
    left: 0;
}

.products-favorite .card-action-inner {
    text-align: center;
}

.products-favorite .card-prices {
    margin-bottom: 20px;
}

.products-favorite .card-action.show-flex.flex-bottom {
    display: none !important;
    
}

.products-favorite .bttn-prim {
    margin: 0 auto 20px;
}

.products-favorite .rub {
    font: 16px/27px 'Montserrat-Light';
    color: #33425b;
}

/* END PRODUCT */


/* START ABOUT US */

.about-us {
    padding-top: 435px;
    background: url(about-us-three-buble.svg),
            url(about-us-top-bg.png);
    background-position: center 265px, center 0;
    background-repeat: no-repeat;
}

.about-us .about-us-wrap-breadcrumb {
    margin-bottom: 13px;
}

.about-us .about-us-wrap-breadcrumb .page-title {
    font: 24px 'Montserrat-SemiBold';
}

/* START SOME WORD US */

.about-us .some-word-us {
    margin-bottom: 75px;
}

.about-us .some-word-us .some-word-us-left {
    background: transparent url(about-us-left-buble.svg) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% auto;
    padding: 30px 44px 72px;
    position: relative;
}

.about-us .some-word-us .some-word-us-left:after {
    position: absolute;
    display: block;
    content: '';
    width: 23px;
    height: 23px;
    background-color: #00adef;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 52px;
    left: 0;
}

.about-us .some-word-us .some-word-us-right {
    background: transparent url(about-us-right-buble.svg) 24px 15px no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 96% auto;
    padding: 92px 61px 70px;
    position: relative;
}

.about-us .some-word-us .some-word-us-right:after {
    display: block;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #9152a1;
    top: 15px;
    left: 140px;
}

.about-us .some-word-us .some-word-us-right:before {
    display: block;
    position: absolute;
    content: '';
    width: 53px;
    height: 53px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #00adef;
    top: 40px;
    right: -30px;
}

.about-us .some-word-us .block-title {
    margin-bottom: 27px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
}

.about-us .some-word-us .some-word-us-text {
    font: 16px/28px 'Montserrat-Regular';
    color: #ffffff;
    position: relative;
    z-index: 2;
}

/* END SOME WORD US */


/* START OUR COMMAND */

.about-us .our-command {
    background: url(command-buble.svg) center bottom 100px no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.about-us .our-command .block-title {
    position: relative;
}

.about-us .our-command .block-title:before {
    display: block;
    width: 46px;
    height: 46px;
    content: '';
    background-color: #eb559f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 185px;
}

.about-us .our-command .block-title:after {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background-color: #9152a1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 155px;
}

.about-us .our-command-item {
    font-size: 0;
    margin-bottom: 115px;
}

.about-us .our-command-item-wrap-img {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 45px -10px #000000;
    -moz-box-shadow: 0 10px 45px -10px #000000;
    box-shadow: 0 10px 45px -10px #000000;
    margin-right: 50px;
}

.about-us .our-command-item-img {
    display: block;
    width: 202px;
    height: auto;
    max-height: 500px;
    max-width: 500px;
    margin-left: -1px;
}

.about-us .our-command-item-wrap-all {
    display: inline-block;
    vertical-align: top;
    width: 51%;
}

.about-us .our-command-item-name {
    font: 20px 'Montserrat-Medium';
    margin-bottom: 9px;
}

.about-us .our-command-item-department {
    font: 16px 'Montserrat-Light';
    margin-bottom: 26px;
}

.about-us .our-command-item-text {
    font: 16px/28px 'Montserrat-Light';
    margin-bottom: 24px;
}

.about-us .our-command-item-mail {
    font: 18px 'Montserrat-Medium';
    display: block;
    margin-bottom: 7px;
}

.about-us .our-command-item-tel {
    font: 18px 'Montserrat-Medium';
    display: block;
    margin-bottom: 21px;
}

.about-us .text-left {}

.about-us .our-command .social-menu-link.is-facebook {
    display: none;
}

.about-us .our-command .social-menu-link.is-youtube {
    display: none;
}

/* END OUR COMMAND */


/* START ABOUT US SLOGAN */

.about-us .about-us-slogan {
    padding-top: 100px;
    margin-top: -100px;
    padding-bottom: 238px;
    background: url(command-buble.svg) center bottom -300px no-repeat;

}

.about-us .about-us-slogan-item {}

.about-us .about-us-slogan-img {}

.about-us .about-us-slogan-text {
    margin-left: 65px;
    max-width: 250px;
    font: 20px/28px 'Montserrat-Medium';
}

/* END ABOUT US SLOGAN */


/* START ABOUT US FORM */

.about-us .about-us-form {}

.about-us .about-us-form-text {
    font: 20px/30px 'Montserrat-Medium';
    text-align: right;
    margin-bottom: 53px;
    position: relative;
}

.about-us .about-us-form-text:before {
    display: block;
    width: 47px;
    height: 47px;
    content: '';
    position: absolute;
    top: -43px;
    left: -415px;
    background-color: #eb559f;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.about-us .about-us-form-item {}

.about-us .about-us-form-title {
    font: 16px 'Montserrat-Light';
    margin-bottom: 10px;
}

.about-us .about-us-form-item:last-child .about-us-form-title {
    margin-bottom: 17px;
}

.about-us .about-us-form-link {
    display: block;
    font: 20px 'Montserrat-Medium';
    margin-bottom: 28px;
}

.about-us .text-left .social-menu {
    font-size: 0;
}

.about-us .social-menu-link {
    margin: 0 15px 0 0;
    width: 40px;
    height: 40px;
    border: none;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1 !important;
}

.about-us .social-menu-link.is-instagram {
    background-image: url(socnet.png);
    background-position: 0 0;
}

.about-us .social-menu-link.is-instagram:hover {
    background-position: 0 -40px;
}

.about-us .social-menu-link.is-vk {
    background-image: url(socnet.png);
    background-position: -40px 0;
}

.about-us .social-menu-link.is-vk:hover {
    background-position: -40px -40px;
}

.about-us .social-menu-link.is-facebook {
    background-image: url(socnet.png);
    background-position: -80px 0;
}

.about-us .social-menu-link.is-facebook:hover {
    background-position: -80px -40px;
}

.about-us .social-menu-link.is-youtube {
    background-image: url(socnet.png);
    background-position: -120px 0;
}

.about-us .social-menu-link.is-youtube:hover {
    background-position: -120px -40px;
}

.about-us .about-us-form {
    padding-bottom: 58px;
    background: transparent url(bottom-buble.svg) right 135px bottom 0 no-repeat;
}

.about-us .about-us-form .feedback-field-wrap {
    max-width: 100%;
}

.about-us .about-us-form .text-field {
    height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 16px;
    background-color: #ffffff;
}

.about-us .about-us-form textarea {
    height: 225px;
    resize: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 16px;
    padding-left: 16px;
}

.about-us .about-us-form .cell-4 .feedback-row {
    margin-bottom: 30px;
}

.about-us .about-us-form .cell-8 {
    padding-left: 20px;
}

.about-us .about-us-form .bttn-prim {
    width: 200px;
    height: 65px;
    font: 18px 'Montserrat-Medium';
    float: right;
}

.about-us .about-us-form .bttn-prim svg {
    margin-left: 10px;
}

.about-us .about-us-form {}


/* END ABOUT US FORM */


/* END ABOUT US */




/* START FOOTER */

footer {
    background-color: #f3f6f7;
    padding-top: 70px;
    margin-top: 50px;
}

footer .footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e9ea;
}

footer .logotype {
    margin-bottom: 27px;
    width: 150px;
}

footer .logotype img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

footer .footer-logo-text {
    font: 16px/28px 'Montserrat-Light';
    margin-top: 0;
    margin-bottom: 32px;
    padding-right: 35px;
}

footer .social-menu-item {
    margin-right: 10px;
}

footer .social-menu-link {
    margin: 0;
    width: 40px;
    height: 40px;
    border: none;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0 0;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1 !important;
}

footer .social-menu-link.is-instagram {
    background-image: url(socnet.png);
    background-position: 0 0;
}

footer .social-menu-link.is-instagram:hover {
    background-position: 0 -40px;
}

footer .social-menu-link.is-vk {
    background-image: url(socnet.png);
    background-position: -40px 0;
}

footer .social-menu-link.is-vk:hover {
    background-position: -40px -40px;
}

footer .social-menu-link.is-facebook {
    background-image: url(socnet.png);
    background-position: -80px 0;
}

footer .social-menu-link.is-facebook:hover {
    background-position: -80px -40px;
}

footer .social-menu-link.is-youtube {
    background-image: url(socnet.png);
    background-position: -120px 0;
}

footer .social-menu-link.is-youtube:hover {
    background-position: -120px -40px;
}

footer .footer-bottom {
    padding-top: 29px;
}

footer .copyright {
    padding-right: 30px;
}

footer .copyright-title {
    font: 14px/18px 'Montserrat-Light';
    margin-bottom: 12px;
}

footer .copyright-text {
    font: 12px/18px 'Montserrat-Light';
    letter-spacing: 0.2pt;
}

footer .pay-system {
    text-align: right;
    padding-top: 33px;
}

footer .pay-system img {
    vertical-align: middle;
    margin: 0 0 0 30px;
}

footer .footer-menu-left {
    margin-left: -20px;
    margin-right: 34px;
}

footer .footer-menu-right {
    padding-right: 30px;
}

footer .footer_menu-item {
    margin-bottom: 15px;
}

footer .footer_menu-link {
    font: 16px/24px 'Montserrat-Light';
}

footer .footer_menu-link:hover {
    color: #3498db;
}

footer .footer-form-title {
    font: 18px/26px 'Montserrat-Medium';
    letter-spacing: 0.3pt;
    margin-bottom: 41px;
}

footer .footer-form {
    display: table;
    width: 100%;
}

footer label {
    display: table-cell;
}

footer .footer-form-input-mail {
    width: 100%;
    vertical-align: middle;
    height: 55px;
    border: 1px solid #e7e9ea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

footer .footer-form-btn {
    display: table-cell;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    background: #f27370 url(mail-btn.png) center center no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

footer .footer-form-btn:hover {
    background: #db5653 url(mail-btn.png) center center no-repeat;
    -webkit-transition: All 0.3s;
    -moz-transition: All 0.3s;
    -ms-transition: All 0.3s;
    -o-transition: All 0.3s;
    transition: All 0.3s;
}

footer {}

/* END FOOTER */


.mobile_menu {
    display: none;
}

.nav .main-menu-marker.rotate {
    -webkit-transform: rotate3d(1,0,0,180deg);
    -moz-transform: rotate3d(1,0,0,180deg);
    -ms-transform: rotate3d(1,0,0,180deg);
    -o-transform: rotate3d(1,0,0,180deg);
    transform: rotate3d(1,0,0,180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-toggle-filters,
.nav-toggle {
    display: none;
}


.mobile-item {
    display: none;
}

.style_tabs.js-style_tabs {
    display: none;
}

/* ===================================================Мобильное меню=================================================================== */



/**
 * Переключаемая боковая панель навигации
 * выдвигающаяся по клику слева
 */

.nav {
    /*  ширна произвольная, не стесняйтесь экспериментировать */
    width: 320px;
    min-width: 320px;
    /* фиксируем и выставляем высоту панели на максимум */
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    /* сдвигаем (прячем) панель относительно левого края страницы */
    right: -320px;
    /* внутренние отступы */
    padding: 15px 20px;
    /* плавный переход смещения панели */
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
    /* определяем цвет фона панели */
    /*background: #0d6cac;*/
    background: #ffffff;
    /* поверх других элементов */
    z-index: 2000;
}

[id='nav-toggle']:checked ~ .nav {
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

/**
 * Кнопка переключения панели
 * тег <label>
 */

.nav-toggle {
    /* абсолютно позиционируем */
    position: absolute;
    /* относительно левого края панели */
    right: 320px;
    /* отступ от верхнего края панели */
    top: 1em;
    /* внутренние отступы */
    padding: 0.5em;
    /* определяем цвет фона переключателя
     * чаще вчего в соответствии с цветом фона панели
    */
    background: inherit;
    /* цвет текста */
    color: #dadada;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 1.2em;
    line-height: 1;
    /* всегда поверх других элементов страницы */
    z-index: 2001;
    /* анимируем цвет текста при наведении */
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

/* определяем текст кнопки
 * символ Unicode (TRIGRAM FOR HEAVEN)
*/

.nav-toggle:after {
    content: '\2630';
    text-decoration: none;
    color: #0e6bac;
    font-size: 30px;
}

/* цвет текста при наведении */

.nav-toggle:hover {
    color: #f4f4f4;
}

/**
 * Скрытый чекбокс (флажок)
 * невидим и недоступен :)
 * имя селектора атрибут флажка
 */

[id='nav-toggle'] {
    position: absolute;
    display: none;
}

/**
 * изменение положения переключателя
 * при просмотре на мобильных устройствах
 * когда навигация раскрыта, распологаем внутри панели
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    right: auto;
    left: 2px;
    top: 1em;
}

/**
 * Когда флажок установлен, открывается панель
 * используем псевдокласс:checked
 */

[id='nav-toggle']:checked ~ .nav {
    right: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}

/*
 * смещение контента страницы
 * на размер ширины панели,
 * фишка необязательная, на любителя
*/

[id='nav-toggle'] ~ main > article {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[id='nav-toggle']:checked ~ main > article {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*
 * изменение символа переключателя,
 * привычный крестик (MULTIPLICATION X),
 * вы можете испльзовать любой другой значок
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
    color: #4ba3df;
}



/* test */

.nav h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}


/*плавное появление заголовка (логотипа) при раскрытии панели */

[id='nav-toggle']:checked ~ .nav h2 {
    display: none;
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/**
 * формируем непосредственно само меню
 * используем неупорядоченный список для пунктов меню
 * прикрутим трансфомации и плавные переходы
 */

.nav > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav > ul > li {
    display: block;
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* определяем интервалы появления пунктов меню */

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav > ul > li:nth-child(8) {
    -webkit-transition: opacity .5s .8s, -webkit-transform .5s .8s;
    transition: opacity .5s .8s, transform .5s .8s;
}

.nav > ul > li:nth-child(9) {
    -webkit-transition: opacity .5s .9s, -webkit-transform .5s .9s;
    transition: opacity .5s .9s, transform .5s .9s;
}

.nav > ul > li:nth-child(10) {
    -webkit-transition: opacity .5s 1s, -webkit-transform .5s 1s;
    transition: opacity .5s 1s, transform .5s 1s;
}

.nav > ul > li:nth-child(11) {
    -webkit-transition: opacity .5s 1.1s, -webkit-transform .5s 1.1s;
    transition: opacity .5s 1.1s, transform .5s 1.1s;
}

.nav > ul > li:nth-child(12) {
    -webkit-transition: opacity .5s 1.2s, -webkit-transform .5s 1.2s;
    transition: opacity .5s 1.2s, transform .5s 1.2s;
}

.nav > ul > li:nth-child(13) {
    -webkit-transition: opacity .5s 1.3s, -webkit-transform .5s 1.3s;
    transition: opacity .5s 1.3s, transform .5s 1.3s;
}

.nav > ul > li:nth-child(14) {
    -webkit-transition: opacity .5s 1.4s, -webkit-transform .5s 1.4s;
    transition: opacity .5s 1.4s, transform .5s 1.4s;
}

.nav > ul > li:nth-child(15) {
    -webkit-transition: opacity .5s 1.5s, -webkit-transform .5s 1.5s;
    transition: opacity .5s 1.5s, transform .5s 1.5s;
}

.nav > ul > li:nth-child(16) {
    -webkit-transition: opacity .5s 1.6s, -webkit-transform .5s 1.6s;
    transition: opacity .5s 1.6s, transform .5s 1.6s;
}


/**
 * оформление ссылок пунктов меню
 */

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #5d5757;
    width: 89%;
    text-decoration: none;
    /* плавный переход */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}

/**
 * состояние ссылок меню при наведении
 */

.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}

/**
 * линия подчеркивания ссылок меню
 */

.nav > ul > li:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #eeeeee;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > ul > li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}


/**
 * анимируем линию подчеркивания
 * ссылок при наведении
 */

.nav > ul > li > a:hover:before {
    width: 0%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

/* фон затемнения на основной контент
 * при этом элементы блокируютя
 * спорная такая фича, если оно вам надо
 * просто раскомментируйте
*/


.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
}

[id='nav-toggle']:checked ~ .mask-content,
[id='nav-toggle-filters']:checked ~ .mask-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}



/* ===================================================Мобильное фильтры =================================================================== */



/**
 * Переключаемая боковая панель навигации
 * выдвигающаяся по клику слева
 */

.nav-filters {
    /*  ширна произвольная, не стесняйтесь экспериментировать */
    width: 320px;
    min-width: 320px;
    /* фиксируем и выставляем высоту панели на максимум */
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    /* сдвигаем (прячем) панель относительно левого края страницы */
    left: -320px;
    /* внутренние отступы */
    padding: 15px 20px;
    /* плавный переход смещения панели */
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    transition: left 0.4s;
    /* определяем цвет фона панели */
    background: #0d6cac;
    /* поверх других элементов */
    z-index: 2000;
}

[id='nav-toggle-filters']:checked ~ .nav-filters {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}

/**
 * Кнопка переключения панели
 * тег <label>
 */

.nav-toggle-filters {
    /* абсолютно позиционируем */
    position: absolute;
    /* относительно левого края панели */
    left: 320px;
    /* отступ от верхнего края панели */
    top: 1em;
    /* внутренние отступы */
    padding: 0.5em;
    /* определяем цвет фона переключателя
     * чаще вчего в соответствии с цветом фона панели
    */
    background: inherit;
    /* цвет текста */
    color: #dadada;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 1.2em;
    line-height: 1;
    /* всегда поверх других элементов страницы */
    z-index: 2001;
    /* анимируем цвет текста при наведении */
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

/* определяем текст кнопки
 * символ Unicode (TRIGRAM FOR HEAVEN)
*/

.nav-toggle-filters:after {
    content: '\2630';
    text-decoration: none;
    color: #0e6bac;
    font-size: 30px;

}

/* цвет текста при наведении */

.nav-toggle-filters:hover {
    color: #f4f4f4;
}

/**
 * Скрытый чекбокс (флажок)
 * невидим и недоступен :)
 * имя селектора атрибут флажка
 */

[id='nav-toggle-filters'] {
    position: absolute;
    display: none;
}

/**
 * изменение положения переключателя
 * при просмотре на мобильных устройствах
 * когда навигация раскрыта, распологаем внутри панели
*/

[id='nav-toggle-filters']:checked ~ .nav-filters > .nav-toggle-filters {
    left: auto;
    right: 2px;
    top: 1em;
    color: #dadada;
}

/**
 * Когда флажок установлен, открывается панель
 * используем псевдокласс:checked
 */

[id='nav-toggle-filters']:checked ~ .nav-filters {
    left: 0;
    box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
    z-index: 9999;
}

/*
 * смещение контента страницы
 * на размер ширины панели,
 * фишка необязательная, на любителя
*/

[id='nav-toggle-filters'] ~ main > article {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[id='nav-toggle-filters']:checked ~ main > article {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*
 * изменение символа переключателя,
 * привычный крестик (MULTIPLICATION X),
 * вы можете испльзовать любой другой значок
*/

[id='nav-toggle-filters']:checked ~ .nav-filters > .nav-toggle-filters:after {
    content: '\2715';
    color: #dadada;
}



/**
 * Формируем стиль заголовка (логотип) панели
*/

.nav-filters h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav-filters h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}


/*плавное появление заголовка (логотипа) при раскрытии панели */

[id='nav-toggle-filters']:checked ~ .nav-filters h2 {
    display: none;
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

/**
 * формируем непосредственно само меню
 * используем неупорядоченный список для пунктов меню
 * прикрутим трансфомации и плавные переходы
 */

.nav-filters .sidebar-menu > ul {
    padding-top: 40px;
}

.nav-filters ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-filters ul li {
    display: block;
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle-filters']:checked ~ .nav-filters ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* определяем интервалы появления пунктов меню */

.nav-filters > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav-filters > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav-filters > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav-filters > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav-filters > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav-filters > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav-filters > ul > li:nth-child(8) {
    -webkit-transition: opacity .5s .8s, -webkit-transform .5s .8s;
    transition: opacity .5s .8s, transform .5s .8s;
}

.nav-filters > ul > li:nth-child(9) {
    -webkit-transition: opacity .5s .9s, -webkit-transform .5s .9s;
    transition: opacity .5s .9s, transform .5s .9s;
}

.nav-filters > ul > li:nth-child(10) {
    -webkit-transition: opacity .5s 1s, -webkit-transform .5s 1s;
    transition: opacity .5s 1s, transform .5s 1s;
}

.nav-filters > ul > li:nth-child(11) {
    -webkit-transition: opacity .5s 1.1s, -webkit-transform .5s 1.1s;
    transition: opacity .5s 1.1s, transform .5s 1.1s;
}

.nav-filters > ul > li:nth-child(12) {
    -webkit-transition: opacity .5s 1.2s, -webkit-transform .5s 1.2s;
    transition: opacity .5s 1.2s, transform .5s 1.2s;
}

.nav-filters > ul > li:nth-child(13) {
    -webkit-transition: opacity .5s 1.3s, -webkit-transform .5s 1.3s;
    transition: opacity .5s 1.3s, transform .5s 1.3s;
}

.nav-filters > ul > li:nth-child(14) {
    -webkit-transition: opacity .5s 1.4s, -webkit-transform .5s 1.4s;
    transition: opacity .5s 1.4s, transform .5s 1.4s;
}

.nav-filters > ul > li:nth-child(15) {
    -webkit-transition: opacity .5s 1.5s, -webkit-transform .5s 1.5s;
    transition: opacity .5s 1.5s, transform .5s 1.5s;
}

.nav-filters > ul > li:nth-child(16) {
    -webkit-transition: opacity .5s 1.6s, -webkit-transform .5s 1.6s;
    transition: opacity .5s 1.6s, transform .5s 1.6s;
}


/**
 * оформление ссылок пунктов меню
 */

.nav-filters ul li a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #dadada;
    width: 89%;
    text-decoration: none;
    /* плавный переход */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}

/**
 * состояние ссылок меню при наведении
 */

.nav-filters ul li a:hover,
.nav-filters ul li a:focus {
    color: white;
    padding-left: 15px;
}

/**
 * линия подчеркивания ссылок меню
 */

.nav-filters ul li:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav-filters ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}
.nav-filters ul li ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    height: 1px;
    width: 100%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}


.nav-filters ul li ul li {
    position: relative;
    display: block;
    width: 100%;
}

.nav-filters ul li ul {
    margin-left: 30px;
    margin-top: 9px;
}

.nav-filters p {
    display: none;
}


/**
 * анимируем линию подчеркивания
 * ссылок при наведении
 */



.nav-filters ul li a:hover:before {
    width: 0%;
    background: #3bc1a0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav-filters ul li a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav-filters * {
    color: #dadada;

}

.nav-filters .menu-node.menu-node--collection_lvl_2:last-child,
.nav-filters .menu-node.menu-node--collection_lvl_3:last-child {
    padding: 0;
}

.nav-filters .collection-filter-header {
    padding-top: 10px;
}

.nav-filters .filter-title span {
    font-size: 1.2em;
    line-height: 1.5;
    font-family: 'Montserrat-Medium', sans-serif;
}

.nav-filters .filter {
    border: none;
}

.nav-filters .filter-title span {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    word-wrap: break-word;
    margin-right: 37px;
    margin-top: -10px;
}

.nav-filters .filter-price,
.nav-filters .filter-toggle {
    float: none;
    padding: 0;
    background-color: transparent;
}


.nav-filters .filter-title {
    margin-bottom: 0 !important;
    padding-top: 20px;
}

.nav-filters .filter-item {
    padding: 0 !important;
}

.nav-filters .filter-item:after,
.nav-filters .filter-item:before {
    display: none;
}

.nav-filters .filters-clear.bttn.bttn-second.in-filter {
    color: #dadada;
}

.card {
    width: 100% !important;
}
.card .card-image {
    max-width: 280px;
    margin: 0 auto;
}

.products-slider-wrapper .swiper-container .swiper-slide {
    padding-right: 1px;
}



div#cart-add .added-content{
    display: flex;
    flex-wrap: wrap;
}

div#cart-add .added-content .bttn-prim{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    border: 2px solid #144184;
}

div#cart-add .added-content .added-close{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;

}

.chkbx + .chkbx-control:after {
    background-image: url(check.png);
}


img.three-slider-img{
	-moz-transition: all 1s ease-out;
 	-o-transition: all 1s ease-out;
 	-webkit-transition: all 1s ease-out;
}
img.three-slider-img:hover{
	-webkit-transform: scale(1.15);
 	-moz-transform: scale(1.15);
 	-o-transform: scale(1.15);
}
