html, body {
    font-family: "PT Sans", Tahoma, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #6c6c6c;
    background: #ffffff;
    height: 100%;
}

a, a:hover, a:focus, a:active {
    color: #ec008c;
}

a, button, input[type=submit], input[type=button] {
    transition: opacity .3s;
    opacity: 1;
}

a:hover, button:hover, input[type=submit]:hover, input[type=button]:hover {
    opacity: 0.8;
}

h1 {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: normal;
}

h2 {
    font-weight: normal;
    font-size: 24px;
}

h3 {
    font-weight: normal;
    font-size: 24px;
}

h4 {
    font-weight: normal;
    font-size: 24px;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    font-weight: normal;
}

p {
    margin-bottom: 20px;
}

ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: url("../img/list_mark.png") outside;
    padding-left: 21px;
}

.req {
    color: transparent;
}

.req:after {
    content: '*';
    display: inline-block;
    color: red;
}

.modal-backdrop {
    background: url("../img/bg_modal_fade.png") 0 0 repeat;
}

.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: .75;
}

.btn.btn-full {
    width: 100%;
}

.btn.btn-pink {
    background: #cb0071;
    border-radius: 2px;
    height: 36px;
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 5px;
    color: #ffffff;
}

.btn.btn-morepink {
    background: #ee2b8e;
    border-radius: 2px;
    height: 40px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 6px;
    color: #ffffff;
}

.btn.btn-nobg {
    background: none;
    border-radius: 0;
    height: 40px;
    font-size: 18px;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 6px;
    color: #ec008c;
}

.glyphicon.glyphicon-pink {
    color: #ec008c;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.sale-personal-account-wallet-currency-item {
    color: #301820;
    color: #fff;
}

.sale-personal-account-wallet-list-container {
    background-color: #edb6ca;
    color: #301820;
    color: #fff;
}

.sale-personal-account-wallet-title {
    background-color: #ed6a99;
    color: #fff;
}

#header {
    position: relative;
    z-index: 250;
}

#header .header-main {
    padding: 5px 0 6px;
    box-shadow: 0 1px 4px 0 #dcdcdc;
}

#header .header-main .logo {
    width: 164px;
    float: left;
}

#header .header-main .logo a {
    display: block;
    width: 100%;
}

#header .header-main .top-menu {
    float: left;
    z-index: 150;
    padding: 17px 15px 0px 0;
    position: relative;
    z-index: 150;
}

#header .header-main .burger {
    width: 30px;
    display: block;
}

#header .header-main .burger span {
    display: block;
    height: 4px;
    width: 100%;
    margin: 0 0 5px;
}

#header .header-main .burger span:before,
#header .header-main .burger span:after {
    content: '';
    display: block;
    width: 4px;
    border-radius: 2px;
    background: #000000;
    float: left;
    height: 100%;
}

#header .header-main .burger span:after {
    width: 23px;
    float: right;
}

#header .header-main .menu {
    position: absolute;
    z-index: 150;
    top: 100%;
    left: 0;
    min-width: 215px;
    border: 1px solid #c5c5c5;
    background: #ffffff;
    padding: 15px 0 12px;
}

#header .header-main .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .header-main .menu a {
    color: #000000;
    display: block;
    padding: 4px 23px;
    text-decoration: none;
    transition: background .1s;
    opacity: 1;
}

#header .header-main .menu a:hover {
    /*background: #ed1092;*/
    background: #ed6a99;
    color: #ffffff;
}

#header .header-main .menu ul ul a {
    padding-left: 43px;
}

#header .header-main .header-main-right {
    float: right;
}

#header .header-main .phone {
    font-size: 22px;
    line-height: 24px;
    padding: 17px 12px 6px 0;
    float: left;
}

#header .header-main .phone a {
    color: #514f4f;
    text-decoration: none;
}

#header .header-main .phone a:first-child {
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/ico_phone.png") no-repeat 0 0;
}

#header .header-main .search-btn {
    float: left;
    padding: 18px 12px 6px 0;
}

#header .header-main .search-btn a {
    display: block;
    width: 22px;
    height: 22px;
    background: url("../img/ico_search.png") no-repeat 0 0;
}

#header .header-main .personal {
    padding: 14px 0px 0px 0;
    float: left;
    position: relative;
}

#header .header-main .user {
    float: left;
    padding: 3px 14px 0 0;
}

#header .header-main .login-btn {
    background: #ee2b8e;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    padding: 1px 6px 3px 5px;
    display: block;
    float: left;
}

#header .header-main .login-btn:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url("../img/ico_login.png") 0 0 no-repeat;
    vertical-align: top;
    margin: 4px 1px 0 0;
}

#header .header-main .cur-user a:first-child {
    font-size: 21px;
}

#header .header-main .cur-user a.logout-btn {
    position: relative;
    z-index: 20;
    background: url("../img/ico_logout.png") 0 0 no-repeat;
    width: 21px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 2px;
    float: right;
}

#header .header-main .basket {
    float: left;
}

#header .header-main .basket a {
    text-decoration: none;
    display: block;
}

#header .header-main .basket-count {
    float: left;
    height: 28px;
    background: url("../img/bag_xs.png") center 0 no-repeat;
    min-width: 22px;
    text-align: center;
    padding: 1px 0 0 0;
}

#header .header-main .basket-count span {
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
}

#header .header-main .basket-price {
    float: left;
    white-space: nowrap;
    padding: 9px 0 0 9px;
    font-size: 14px;
    color: #626262;
}

#header .header-panel {
    padding: 10px 0 11px;
    position: relative;
}

#header .header-panel-left {
    position: static;
    padding-right: 10px;
}

#header .catalog-burger {
    background: #ed6a99;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
    text-decoration: none;
    padding: 4px 50px 3px 19px;
    display: block;
}

#header .catalog-burger > span {
    float: right;
    width: 23px;
    display: block;
    margin: 2px -33px 0 0;
}

#header .catalog-burger span span {
    display: block;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    height: 5px;
    margin: 0 0 3px;
}

#header .catalog-menu,
#header .catalog-menu .submenu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background: rgba(254, 248, 252, 0.95);
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    z-index: 140;
}

#header .catalog-menu a {
    color: #eb0087;
    font-size: 20px;
}

#header .catalog-menu ul {
    list-style: none;
    padding: 0;
}

#header .catalog-menu > ul {
    margin: 0 auto;
    padding: 15px 0 25px;
}

#header .catalog-menu ul li {
    padding: 4px 15px;
}

#header .catalog-menu .submenu {
    display: none;
}

#header .header-panel-right {
    padding-left: 0;
}

#header .search-by-params {
    width: 100%;
    position: relative;
}

#header .search-by-params-btn {
    font-size: 18px;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px 30px 5px 11px;
    display: block;
    background: #feafc7;
    color: #790037;
    position: relative;
    z-index: 90;
}

#header .search-by-params-btn.collapsed {
    background: #e5e5e5;
    color: #000000;
}

#header .search-by-params-btn:before {
    content: '';
    display: block;
    float: right;
    width: 12px;
    height: 7px;
    margin: 8px -11px 0 0;
    background: url("../img/arr_bottom.png") 0 -8px no-repeat;
}

#header .search-by-params-btn.collapsed:before {
    background: url("../img/arr_bottom_pink.png") 0 0 no-repeat;
}

#header .search-by-params-dropdown {
    position: absolute;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.23);
    right: 0;
    top: 100%;
    z-index: 80;
    min-width: 250px;
    border-radius: 3px 0 3px 3px;
}

#header .catalog-filter {
    padding: 8px 14px 13px;
    color: #514f4f;
}

#header .catalog-filter-group {
    border-top: 1px solid #e3dee0;
    padding: 5px 0;
}

#header .catalog-filter-group:first-child {
    border-top: none;
}

#header .catalog-filter-group-name {
    font-weight: bold;
    padding: 0 0 5px;
}

#header .catalog-filter .catalog-filter-range-input {
    padding: 0 8px;
}

#header .catalog-filter .catalog-filter-range-input .slider.slider-horizontal {
    width: 100%;
}

#header .catalog-filter .catalog-filter-range-input .slider.slider-horizontal .slider-track {
    top: 10px;
    margin-top: 0;
    border-radius: 2px;
    height: 8px;
}

#header .catalog-filter .catalog-filter-range-input .slider-selection {
    background: #ed6a99;
    border-radius: 2px;
}

#header .catalog-filter .catalog-filter-range-input .slider-track-low,
#header .catalog-filter .catalog-filter-range-input .slider-track-high {
    background: #c5bbbf;
    border-radius: 2px;
}

#header .catalog-filter .catalog-filter-range-input .slider-handle {
    height: 23px;
    width: 9px;
    margin-left: -8px;
}

#header .catalog-filter .catalog-filter-range-input .slider-handle.min-slider-handle {
    background: url("../img/range_controls.png") 0 0 no-repeat;
}

#header .catalog-filter .catalog-filter-range-input .slider-handle.max-slider-handle {
    background: url("../img/range_controls.png") -10px 0 no-repeat;
    margin-left: -1px;
}

#header .catalog-filter .catalog-filter-range-labels {
    color: #8d8b8b;
    font-size: 12px;
    margin: 3px -23px 0;
}

#header .catalog-filter .catalog-filter-range-texts {
    font-size: 14px;
    padding: 10px 0;
}

#header .catalog-filter .catalog-filter-range-texts-col:first-child {
    padding-right: 5px;
}

#header .catalog-filter .catalog-filter-range-texts-col:last-child {
    padding-left: 5px;
}

#header .catalog-filter .catalog-filter-range-texts input[type=text] {
    width: 55px;
    height: 24px;
    padding: 0 6px;
    border: 1px solid #baafb3;
    border-radius: 3px;
    font-size: 14px;
}

#header .catalog-filter .catalog-filter-checkbox {
    color: #b5005f;
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    display: block;
}

#header .catalog-filter .catalog-filter-checkbox input {
    opacity: 0;
    width: 2px;
    height: 2px;
    margin: -1px;
    float: left;
}

#header .catalog-filter .catalog-filter-checkbox span {
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #d0b0bc;
    border-radius: 2px;
    vertical-align: top;
    margin: 0 7px 0 0;
}

#header .catalog-filter .catalog-filter-checkbox span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/check_pink.png") center center no-repeat;
    display: none;
}

#header .catalog-filter .catalog-filter-checkbox input:checked + span:before {
    display: block;
}

#header .catalog-filter .catalog-filter-submit {
    color: #ffffff;
    font-size: 14px;
    background: #ee2b8e;
    height: 24px;
    padding: 0 20px;
    border-radius: 2px;
    border: none;
    margin: 7px 0 0 0;
}

#header .search-line {
    float: left;
    margin: 0 0 0 19px;
    padding: 1px 19px 1px 3px;
    border-radius: 3px;
    background: #ffffff;
}

#header .search-line input[type=text] {
    width: 196px;
    border: none;
    height: 37px;
    padding: 5px 10px 5px 17px;
    font-size: 17px;
    float: left;
    outline: none;
}

#header .search-line input[type=submit] {
    background: url("../img/ico_search.png") 0 0 no-repeat;
    text-indent: -999px;
    border: none;
    outline: none;
    width: 22px;
    height: 22px;
    float: left;
    margin: 7px 0 0 0;
}

#header .header-panel .search-btn {
    float: left;
    padding: 6px 0 0px 12px;
}

#header .header-panel .search-btn a {
    display: block;
    width: 22px;
    height: 22px;
    background: url("../img/ico_search_white.png") no-repeat 0 0;
}

#footer {
    position: relative;
    z-index: 200;
    padding: 34px 0 20px;
    background: url("../img/bg_dots.png") repeat 0 0;
}

#footer .footer-top {
    padding: 0 0 28px;
    border-bottom: 2px solid #fbc9e4;
}

#footer .footer-title {
    font-size: 18px;
    font-weight: bold;
    color: #ec008c;
    padding: 0 0 6px;
}

#footer .menu {
    padding: 0 0 20px;
}

#footer .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .menu ul li {
    padding: 1px 0;
}

#footer .menu ul a {
    color: #514f4f;
}

#footer .soc-links {
    padding: 9px 0 34px;
}

#footer .soc-link {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #ededed;
    border-radius: 19px;
    margin: 0 3px 0 0;
}

#footer .soc-link:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}

#footer .soc-link.soc-link-fb:after {
    background: url("../img/ico_soc_fb.png") center center no-repeat;
}

#footer .soc-link.soc-link-tw:after {
    background: url("../img/ico_soc_tw.png") center center no-repeat;
}

#footer .soc-link.soc-link-vk:after {
    background: url("../img/ico_soc_vk.png") center center no-repeat;
}

#footer .soc-link.soc-link-ig:after {
    background: url("../img/ico_soc_ig.png") center center no-repeat;
}

#footer .phone {
    font-size: 22px;
    line-height: 24px;
    padding: 0 0 20px;
}

#footer .phone a {
    color: #514f4f;
    text-decoration: none;
}

#footer .footer-bottom {
    padding: 29px 0 0;
}

#footer .copyright {
    text-align: center;
    color: #7f7f7f;
    font-size: 14px;
}

#content {
    position: relative;
    /*z-index: 151;*/
    padding: 115px 0 300px;
    margin: -115px 0 -270px;
    min-height: 100%;
}

.home-slider-block {
    padding: 8px 0 0;
}

.home-slider {
    margin: 0 -15px;
}

.home-slider .item {
    overflow: hidden;
}

.home-slider .item a {
    display: block;
}

.home-slider .item img {
    margin: 0 auto;
}

.home-slider .carousel-indicators {
    padding-top: 23px;
    bottom: -23px;
    background: #ffffff;
    margin-bottom: 0;
    width: 40%;
    margin-left: -20%;
    line-height: 11px;
}

.home-slider .carousel-indicators li {
    background: #1d1d1b;
    border: none;
    width: 11px;
    height: 11px;
    margin: 0 3px;
}

.home-slider .carousel-indicators li.active {
    background: #f1256d;
}

.home-ablocks .home-ablock {
    position: relative;
    padding: 0 0 25px;
}

.home-ablocks .home-ablock a {
    color: #514f4f;
    text-decoration: none;
    display: block;
}

.home-ablocks .home-ablock-text {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    padding: 18px 20px 15px;
    text-align: center;
    /*background: #ffffff;*/
    background: rgba(255, 255, 255, 0.56);
    text-shadow: 0px 0px 1px #fff,
    0px 1px 1px #fff,
    0px -1px 1px #fff,
    1px -1px 1px #fff,
    1px 0px 1px #fff,
    1px 1px 1px #fff;
}

.home-ablocks .home-ablock-title {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 3px;
}

.home-ablocks .home-ablock-note {
    font-size: 14px;
}

.brands-carousel .jcarousel-wrap {
    position: relative;
    padding: 0 45px;
}

.brands-carousel .jcarousel {
    padding: 20px 0;
}

.brands-carousel .jcarousel ul {
    margin: 0 -20px;
}

.brands-carousel .jcarousel li {
    padding: 0 20px;
    height: 100px;
    line-height: 100px;
}

.brands-carousel .jcarousel li img {
    display: inline-block;
    vertical-align: middle;
}

.brands-carousel .jcarousel-prev,
.brands-carousel .jcarousel-next {
    width: 27px;
    height: 51px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url("../img/arr_controls_lr.png") 0 0 no-repeat;
    z-index: 50;
}

.brands-carousel .jcarousel-prev {
    left: 0px;
}

.brands-carousel .jcarousel-next {
    right: 0px;
    background-position: -28px 0;
}

a.collapser-title {
    display: block;
    margin: 0 -15px;
    background: #fde4e9;
    border-top: 1px solid #f7d4dc;
    border-bottom: 1px solid #f7d4dc;
    font-size: 20px;
    color: #c1436c;
    padding: 12px 64px 11px 86px;
    text-decoration: none;
}

a.collapser-title:before {
    content: '';
    width: 60px;
    height: 35px;
    display: block;
    float: left;
    margin: -5px 0 0 -71px;
}

a.collapser-title.collapser-title-label:before {
    background: url("../img/ico_label.png") 15px center no-repeat;
}

a.collapser-title.collapser-title-gift:before {
    background: url("../img/ico_gift.png") 17px center no-repeat;
}

a.collapser-title.collapser-title-glasses:before {
    background: url("../img/ico_glasses.png") 8px center no-repeat;
}

a.collapser-title.collapser-title-letter:before {
    background: url("../img/ico_letter.png") 1px center no-repeat;
}

a.collapser-title.collapser-title-social:before {
    background: url("../img/ico_social.png") 12px center no-repeat;
}

a.collapser-title.collapser-title-tape:before {
    background: url("../img/ico_tape.png") 4px center no-repeat;
}

a.collapser-title:after {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    float: right;
    margin: 5px -24px 0 0px;
    background: url("../img/arr_rd.png") 0 -15px no-repeat;
}

a.collapser-title.collapsed:after {
    background-position: 0 0;
}

a.collapser-title.collapser-title-nb.collapsed {
    border-bottom: none;
}

.gift-certificate {
    padding: 15px 0;
}

.gift-certificate a {
    display: block;
}

.gift-certificate img {
    margin: 0 auto;
}

.subscribe-news-block {
    margin: 0 -15px;
}

.subscribe-news {
    background: url("../img/bg_dots_pink.png") 0 0 repeat;
    padding: 16px 40px 0px 35px;
}

.subscribe-form {
    background: url("../img/bg_subscribe.png") right 0px no-repeat;
    height: 100%;
    padding: 15px 0 25px;
}

.subscribe-form .subscribe-form-title {
    font-size: 30px;
    line-height: 26px;
    color: #ffffff;
    padding: 0 0 20px;
}

.subscribe-form .subscribe-form-input {
    padding: 5px 80px 5px 0;
}

.subscribe-form .subscribe-form-input input[type=text] {
    height: 44px;
    padding: 11px;
    border: none;
    border-radius: 3px;
}

.subscribe-form .subscribe-form-input button {
    width: 70px;
    float: right;
    margin: 0 -80px 0 0;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 24px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.42);
    height: 44px;
}

.subscribe-form .subscribe-form-rubricks label {
    margin: 0 8px 0 0;
}

.checkbox-white {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
}

.checkbox-white input {
    opacity: 0;
    width: 2px;
    height: 2px;
    margin: -1px;
    float: left;
}

.checkbox-white span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #ffffff;
    vertical-align: top;
}

.checkbox-white span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/check.png") center center no-repeat;
    display: none;
}

.checkbox-white input:checked + span:before {
    display: block;
}

.home-page-text h1 {
    font-size: 24px;
    text-align: center;
}

.home-page-text {
    padding: 5px 0 15px;
}

.h2-lined {
    text-align: center;
}

.h2-lined.h2-lined-white {
    color: #ffffff;
}

.home-articles-block,
.catalog-articles-block {
    background: url("../img/bg_dots_lightpink.png") 0 0 repeat;
    padding: 10px 0 20px;
}

.home-articles,
.catalog-articles {
    padding-top: 40px;
}

.home-article,
.catalog-article {
    padding: 20px;
    background: #ffffff;
    margin: 0 0 30px;
}

.home-article .home-article-body,
.catalog-article .catalog-article-body {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.home-article .home-article-body:after,
.catalog-article .catalog-article-body:after {
    z-index: 10;
    position: absolute;
    content: none;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    height: 25px;
    bottom: 0;
    left: 0;
}

.home-article .home-article-img,
.catalog-article .catalog-article-img {
    text-align: center;
    padding: 0 0 19px;
}

.home-article .home-article-img a,
.catalog-article .catalog-article-img a {
    display: inline-block;
}

.home-article .home-article-title,
.catalog-article .catalog-article-title {
    padding: 0 0 13px;
}

.home-article .home-article-title a,
.catalog-article .catalog-article-title a {
    color: #514f4f;
    font-size: 24px;
    line-height: 1;
}

.home-article .home-article-link,
.catalog-article .catalog-article-link {
    padding: 6px 0 0;
    height: 28px;
}

.home-article .home-article-link a,
.catalog-article .catalog-article-link a {
    font-size: 14px;
    text-transform: uppercase;
    color: #514f4f;
    font-weight: bold;
}

.home-size-calculator-block {
    background: url("../img/bg_dots_superlightpink.png") repeat 0 0;
    margin: 0 -15px;
}

.home-size-calculator {
    padding: 22px 22px 39px 24px;
}

.size-calculator .size-calculator-title {
    font-size: 24px;
    color: #eb0083;
    text-align: center;
    padding: 0 0 25px;
}

.size-calculator .size-calculator-help-text {
    float: left;
    width: 65%;
    padding: 0 10px 20px 0;
    font-size: 14px;
}

.size-calculator .size-calculator-help-text img {
    margin: 0 auto;
}

.size-calculator .size-calculator-fields {
    float: left;
    width: 35%;
    font-size: 14px;
    padding: 0 0 5px;
}

.size-calculator .size-calculator-field {
    padding: 0 0 15px;
}

.size-calculator .size-calculator-field label {
    font-weight: normal;
    margin-bottom: 7px;
}

.size-calculator .size-calculator-field .form-control {
    border-radius: 3px;
    border: 1px solid #a1818c;
    height: 36px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.home-social-block {
    background: url("../img/bg_dots_superlightpink.png") repeat 0 0;
    margin: 0 -15px;
}

.home-social {
    padding: 22px 22px 24px 24px;
    overflow: hidden;
}

.home-social .home-social-title {
    font-size: 24px;
    color: #eb0083;
    text-align: center;
    padding: 0 0 25px;
}

.home-social .home-social-widget {
    width: 100%;
    height: 300px;
    margin: 0 0 15px;
}

.catalog-section-block {
    padding: 15px 0;
}

.catalog-section-block .catalog-section-item {
    width: 100%;
    padding: 25px;
    text-align: center;
    margin: 0 0 10px;
    position: relative;
}

.catalog-section-block.relative-products .catalog-section-item {
    padding: 12px;
    margin-left: -12px;
    margin-right: -12px;
    width: auto;
}

.catalog-section-block .catalog-section-item:hover {
    box-shadow: 0 0px 19px 0 rgba(235, 0, 131, 0.24);
}

.catalog-section-block .catalog-section-item-img {
    height: 220px;
    width: 100%;
    margin-bottom: 10px;
}

.catalog-section-block .catalog-section-item-img img {
    max-height: 220px;
}

.catalog-section-block.relative-products .catalog-section-item-img {
    height: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalog-section-block .catalog-section-item-img a {
    display: inline-block;
}

.catalog-section-block .catalog-section-item-img img {
    margin: 0 auto;
}

.catalog-section-block .catalog-section-item-name {
    /*padding: 30px 0 0;*/
    /*height: 97px;*/
    overflow: hidden;
}

.catalog-section-block.relative-products .catalog-section-item-name {
    /*padding-top: 20px;*/
    height: auto;
    line-height: 1.5;
}

.catalog-section-block .catalog-section-item-name a {
    font-size: 18px;
    color: #514f4f;
    line-height: 1;
}

.catalog-section-block.relative-products .catalog-section-item-name a {
    font-size: 14px;
}

.catalog-section-block .catalog-section-item-price {
    font-size: 14px;
    padding: 3px 0 5px;
    height: 32px;
    overflow: hidden;
}

.catalog-section-block.relative-products .catalog-section-item-price {
    padding-top: 9px;
    padding-bottom: 16px;
}

.catalog-section-block .catalog-section-item-price-old-val {
    text-decoration: line-through;
    margin: 0 10px 0 0;
}

.catalog-section-block.relative-products .catalog-section-item-price-old-val {
    font-size: 12px;
}

.catalog-section-block .catalog-section-item-price-val {
    font-size: 18px;
    color: #eb0083;
    font-weight: bold;
}

.catalog-section-block.relative-products .catalog-section-item-price-val {
    font-size: 14px;
}

.catalog-section-block .catalog-section-item-price-val .catalog-section-item-price-cur {
    font-size: 16px;
    font-weight: normal;
}

.catalog-section-block.relative-products .catalog-section-item-price-val .catalog-section-item-price-cur {
    font-size: 14px;
}

.catalog-section-block .catalog-section-item-compare {
    height: 22px;
    overflow: hidden;
}

.catalog-section-block .catalog-section-item-compare a {
    display: inline-block;
    padding: 2px 0 0 22px;
    color: #959595;
    font-size: 14px;
    background: url("../img/ico_paws.png") 0 0 no-repeat;
}

.catalog-section-block.relative-products .catalog-section-item-compare a {
    font-size: 12px;
    background: url("../img/ico_paws_sm.png") 0 0 no-repeat;
    padding-top: 0;
    padding-left: 20px;
}

.catalog-section-item-compare a.added {
    font-weight: bold;
}

.catalog-section-block .catalog-section-item-tags {
    position: absolute;
    z-index: 20;
    top: 8px;
    right: 5px;
    width: 75px;
    text-align: right;
}

.catalog-section-block .catalog-section-item-tag {
    display: inline-block;
}

.catalog-section-block .catalog-section-item-tag-new {
    width: 45px;
    height: 61px;
    background: url("../img/tag_new.png") 0 0 no-repeat;
}

.catalog-section-block .catalog-section-item-tag-recommend {
    width: 56px;
    height: 50px;
    background: url("../img/tag_recommend.png") 0 0 no-repeat;
    position: absolute;
    left: 5px;
    top: 8px;
    z-index: 5;
}

.catalog-section-block .catalog-section-item-tag-sale {
    width: 58px;
    height: 57px;
    background: url("../img/tag_sale.png") 0 0 no-repeat;
}

.catalog-section-block .catalog-section-item-tag-hit {
    width: 66px;
    height: 40px;
    background: url("../img/tag_hit.png") 0 0 no-repeat;
}

.preloader {
    width: 64px;
    height: 32px;
    margin: 10px auto;
    background: url("../img/preloader.gif") no-repeat 0 0;
}

.page-breadcrumb {
    padding: 13px 0 0px;
    line-height: 1;
}

.page-breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-breadcrumb ul li {
    display: inline-block;
    color: #8b8b8b;
}

.page-breadcrumb ul li a {
    color: #666666;
}

.page-breadcrumb ul li:after {
    content: "/";
    margin: 0 3px;
}

.page-breadcrumb ul li:last-child:after {
    content: none;
}

.catalog-product-empty-picture {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #fafafa;
}

.catalog-product-empty-picture:before {
    content: 'нет фото';
    font-size: 13px;
}

.catalog-element-img .catalog-product-empty-picture {
    min-height: 300px;
}

.catalog-section-list-block {
    padding: 15px 0;
}

.catalog-section-list-block .catalog-section-list-section {
    width: 100%;
    padding: 25px;
    text-align: center;
    margin: 0 0 10px;
}

.catalog-section-list-block .catalog-section-list-section:hover {
    box-shadow: 0 0px 19px 0 rgba(235, 0, 131, 0.24);
}

.catalog-section-list-block .catalog-section-list-section-img {
    height: 180px;
    width: 100%;
    margin-bottom: 10px;
}

.catalog-section-list-block .catalog-section-list-section-img img {
    max-height: 180px;
}

.catalog-section-list-block .catalog-section-list-section-img a {
    display: inline-block;
}

.catalog-section-list-block .catalog-section-list-section-img img {
    margin: 0 auto;
}

.catalog-section-list-block .catalog-section-list-section-name {
    /*padding: 30px 0 0;*/
    /*height: 97px;*/
    overflow: hidden;
}

.catalog-section-list-block .catalog-section-list-section-name a {
    font-size: 18px;
    color: #514f4f;
    line-height: 1;
}

.catalog-element-block .catalog-element-img .carousel-inner {
    padding: 0 0 20px;
}

.catalog-element-block .catalog-element-img .carousel-inner .item {
    text-align: center;
    line-height: 1;
}


.catalog-element-block .catalog-element-img .carousel-inner .item--video {
    width: 100%;
}

.catalog-element-block .catalog-element-img .carousel-inner .item--video video {
    width: 100%;
    max-width: 100%;
}

.catalog-element-block .catalog-element-img .carousel-inner .item a {
    display: inline-block;
}

.catalog-element-block .catalog-element-img .carousel-indicators {
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    text-align: left;
    margin: 0 0 0 -16px;
    padding: 0 0 20px;
}

.catalog-element-block .catalog-element-img .carousel-indicators li {
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    text-indent: 0;
    position: relative;
    display: block;
    float: left;
    margin: 0 0 19px 16px;
}

.catalog-element-block .catalog-element-img .carousel-indicators li:after {
    content: "";
    opacity: 0.28;
    display: block;
    width: 100%;
    height: 100%;
    /*background: #b2658c;*/
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #939393;
}

.catalog-element-block .catalog-element-img .carousel-indicators li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.catalog-element-block .catalog-element-img .carousel-indicators li.active:after {
    opacity: 1;
    background: none;
    border: 1px solid #ee2b8e;
}

.catalog-element-block .catalog-element-img .carousel-control {
    background: none;
    color: #ec008c;
    font-size: 32px;
}

.catalog-element-block .catalog-element-availability {
    display: inline-block;
    padding: 0 0 0 17px;
    background: url("../img/ico_check.png") 0 4px no-repeat;
    font-size: 14px;
    color: #959595;
    margin: 2px 20px 7px 0;
    cursor: pointer;
}

.catalog-element-block .catalog-element-availability:hover {
    text-decoration: underline;
}

.catalog-element-block .catalog-element-compare {
    display: inline-block;
    padding: 0 0 0 23px;
    background: url("../img/ico_paws.png") 0 0px no-repeat;
    font-size: 14px;
    color: #959595;
    margin: 2px 0px 7px;
}

.catalog-element-block .catalog-element-price {
    padding: 2px 0 21px;
}

.catalog-element-block .catalog-element-price-val {
    font-size: 30px;
    font-weight: bold;
    color: #ee2b8e;
    white-space: nowrap;
}

.catalog-element-block .catalog-element-price-val .catalog-element-price-cur {
    font-size: 24px;
    font-weight: normal;
}

.catalog-element-block .catalog-element-price-old-val {
    font-size: 18px;
    color: #514f4f;
    text-decoration: line-through;
    margin: 0 10px 0 0;
    white-space: nowrap;
}

.catalog-element-block .catalog-element-sizes {
    display: inline-block;
    padding: 0 0 0 25px;
    background: url("../img/ico_hanger.png") 0 2px no-repeat;
    color: #959595;
    margin: 2px 20px 7px 0;
}

.catalog-element-block .catalog-element-how-measure {
    display: inline-block;
    padding: 0 0 0 28px;
    background: url("../img/ico_tape_sm.png") 0 3px no-repeat;
    color: #514f4f;
    margin: 2px 0px 7px;
    text-decoration: underline;
}

.catalog-element-block .catalog-element-share-vk {
    padding: 5px 0 23px;
}

.catalog-element-block .catalog-element-share-vk table {
    width: 252px !important;
}

.catalog-element-block .catalog-element-share-vk table td {
    height: 44px;
}

.catalog-element-block .catalog-element-share-vk table td:first-child {
    width: 54px;
}

.catalog-element-block .catalog-element-share-vk table td a {
    height: 100% !important;
    opacity: 1;
    font-size: 20px !important;
    font-family: "PT Sans", Tahoma, Geneva, sans-serif !important;
    padding-top: 13px !important;
}

.catalog-element-block .catalog-element-share-vk table td:first-child a {
    padding: 10px 6px 4px 25px !important;
}

.catalog-element-block .catalog-element-share-vk table td:first-child a > div {
    background-size: auto !important;
    background: url("../img/vk.png") 0 0 no-repeat !important;
    width: 23px !important;
    height: 17px !important;
}

.catalog-element-block .catalog-element-comments-vk,
.catalog-element-block .catalog-element-comments-vk iframe {
    width: 100% !important;
}

.catalog-element-block .catalog-element-to-basket {
    padding: 0;
    margin: 0 -15px 75px;
    background: #ee2b8e;
    position: relative;
}

.catalog-element-block .catalog-element-to-basket:before {
    content: '';
    display: block;
    height: 32px;
    background: #ed6a99;
    width: 100%;
    margin: 0 0 -32px;
}

.catalog-element-block .catalog-element-to-basket.catalog-element-to-basket-single:before {
    content: none;
}

.catalog-element-block .catalog-element-to-basket-table {
    width: 100%;
    position: relative;
}

.catalog-element-block .catalog-element-to-basket-table-wrap {
    width: 100%;
    overflow: auto;
    position: relative;
}

.catalog-element-block .catalog-element-to-basket-table table {
    min-width: 100%;
    border-collapse: collapse;
    border: none;
    padding: 0;
    margin: 0;
    min-height: 136px;
}

.catalog-element-block .catalog-element-to-basket-table table thead th {
    background: #ed6a99;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    padding: 0px 4px;
    height: 32px;
    text-align: center;
}

.catalog-element-block .catalog-element-to-basket-table table tbody td {
    background: #fdedf3;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    padding: 12px 3px;
}

.catalog-element-block .catalog-element-to-basket-table table tbody tr:nth-child(even) td {
    background: #fbdde8;
}

.catalog-element-block .catalog-element-to-basket-table table tbody td:first-child {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

.catalog-element-block .catalog-element-to-basket-table .select-container {
    display: inline-block;
    width: 39px;
    padding: 0 13px 0 0;
    overflow: hidden;
}

.catalog-element-block .catalog-element-to-basket-table select {
    background: none;
    border: none;
    outline: none;
    width: 60px;
    padding-left: 5px;
}

.catalog-element-block .catalog-element-to-basket-table .select-container:after {
    width: 100%;
    height: 1px;
    border-bottom: 1px;
    display: block;
    content: '';
    background: #ed6a99;
}

.catalog-element-block .catalog-element-to-basket-table .select-container:before {
    content: '';
    display: block;
    float: right;
    width: 11px;
    height: 6px;
    margin: 7px -13px 0 0;
    background: url("../img/caret.png") 0 0 no-repeat;
}

.catalog-element-block .catalog-element-to-basket-button {
    text-align: center;
    padding: 10px 0px 7px;
}

.catalog-element-block .catalog-element-to-basket-button a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

.catalog-element-block .catalog-element-to-basket-button a:before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 58px;
    vertical-align: middle;
    background: url("../img/bag_button.png") 0 0 no-repeat;
}

.catalog-element-block .catalog-element-to-basket-button a span {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 5px;
}


.pager-block {
    text-align: center;
    padding: 15px 0;
    font-size: 22px;
    color: #867f83;
}

.pager-block > a,
.pager-block > span {
    display: inline-block;
    padding: 1px 10px;
    text-decoration: none;
}

.pager-block a.active {
    background: #fceaf1;
    color: #514f4f;
}

.news-detail .news-detail-date {
    font-size: 13px;
    color: #757374;
}

.search-form {
    max-width: 730px;
    border: 1px solid #ed6a99;
    border-radius: 2px;
    padding: 0 89px 0 0;
    overflow: hidden;
    margin: 0 0 10px;
}

.search-form input[type=text] {
    border: none;
    outline: none;
    height: 37px;
    padding: 0 13px;
    float: left;
    width: 100%;
}

.search-form button {
    background: #ed6a99;
    color: #ffffff;
    border: none;
    outline: none;
    float: right;
    font-size: 18px;
    height: 37px;
    text-align: center;
    padding: 0;
    width: 90px;
    margin: 0 -90px 0 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.search-form button i {
    font-size: 16px;
}

.catalog-search-page .catalog-search-page-item {
    padding: 20px 0;
}

.catalog-search-page .catalog-search-page-item-img {
    width: 100%;
    border: 1px solid #d2d3d6;
    font-size: 0;
    line-height: 180px;
    overflow: hidden;
}

.catalog-search-page .catalog-search-page-item-img a {
    display: block;
    vertical-align: middle;
    width: 180px;
    height: 180px;
}

.catalog-search-page .catalog-search-page-item-img img {
    margin: 0 auto;
    max-height: 184px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;

}

.catalog-search-page .catalog-search-page-item-text {
    padding: 15px 0;
}

.catalog-search-page .catalog-search-page-item-text .hlighted {
    background: #fbdee9;
}

.catalog-search-page .catalog-search-page-item-name {
    padding: 0 0 16px;
    font-size: 28px;
}

.catalog-search-page-item-price {
    float: right;
}

.catalog-search-page-item-price__old {
    font-size: 18px;
    color: #514f4f;
    text-decoration: line-through;
    margin: 0 10px 0 0;
    white-space: nowrap;
    display: inline-block;
}

.catalog-search-page-item-price__value {
    font-size: 30px;
    font-weight: bold;
    color: #ee2b8e;
    white-space: nowrap;
    display: inline-block;
}

.h-sub {
    font-size: 0.6em;
    color: #828080;
}

.input-underlined,
.input-underlined-container select,
.input-underlined-container input,
.input-underlined-container textarea {
    border: none;
    border-bottom: 1px solid #ed6a99;
    border-radius: 0;
    background: none;
    font-size: 16px;
    padding: 8px 8px;
    outline: none;
    resize: vertical;
    max-width: 100%;
}

.input-underlined::placeholder,
.input-underlined-container input::placeholder,
.input-underlined-container textarea::placeholder {
    font-style: italic;
    color: #a5a5a5;
}

.input-radio {
    font-weight: normal;
    font-style: italic;
    padding: 0 0 0 40px;
    min-height: 24px;
}

.input-radio input {
    opacity: 0;
    width: 2px;
    height: 2px;
    margin: -1px;
    float: left;
}

.input-radio span {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ee2b8e;
    vertical-align: top;
    border-radius: 12px;
    padding: 5px;
    margin: 0 0px 0 -40px;
    float: left;
}

.input-radio span:before {
    content: "";
    width: 100%;
    height: 100%;
    display: none;
    background: #ee2b8e;
    border-radius: 10px;
}

.input-radio input:checked + span:before {
    display: block;
}

.input-radio .input-radio-desc {
    font-style: normal;
    font-size: 14px;
}

.input-radio .input-radio-label-has-img {
    padding: 0 0 0 55px;
}

.input-radio .input-radio-img {
    width: 50px;
    float: left;
    margin: 0 0 0 -55px;
}

.input-radio .input-radio-img img {
    margin: 0 auto;
}

.input-checkbox {
    font-weight: normal;
    font-style: italic;
    padding: 0 0 0 40px;
    min-height: 24px;
}

.input-checkbox input {
    opacity: 0;
    width: 2px;
    height: 2px;
    margin: -1px;
    float: left;
}

.input-checkbox span {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ee2b8e;
    vertical-align: top;
    margin: 0 0px 0 -40px;
    float: left;
}

.input-checkbox span:before {
    content: "";
    width: 100%;
    height: 100%;
    display: none;
    background: url("../img/check_pink_b.png") center center no-repeat;
}

.input-checkbox input:checked + span:before {
    display: block;
}

.form-field {
    padding: 15px 0;
}

label.form-field-label {
    font-weight: normal;
    font-style: italic;
    width: 100%;
    padding: 8px 0 0 0;
}

.form-field-label.form-field-label--wa {
    width: auto;
}

.form-field .input-underlined,
.form-field .input-underlined-container select,
.form-field .input-underlined-container input,
.form-field .input-underlined-container textarea {
    max-width: 300px;
    width: 100%;
}

.form-field .input-radio {
    margin: 10px 0;
}

.form-field .input-checkbox {
    margin: 10px 0;
}

.form-field .btn {
    margin: 0 0 6px;
}

.note-text {
    color: #949494;
    font-style: italic;
}

.basket-table {
    margin: 0 0 40px;
}

.basket-table .basket-table-head {
    border-bottom: 1px solid #c492a4;
    text-align: center;
    white-space: nowrap;
    padding: 15px 0;
}

.basket-table .basket-table-row {
    margin: 0 -5px;
}

.basket-table .basket-table-col {
    padding: 0 5px;
}

.basket-table .basket-table-item {
    padding: 26px 0;
    border-bottom: 1px solid #d3d3d3;
}

.basket-table .basket-table-item-img {
    width: 62px;
    float: left;
}

.basket-table .basket-table-item-name {
    width: 100%;
    padding: 0 0 0 77px;
}

.basket-table .basket-table-item-name.basket-table-item-full {
    width: 100%;
    padding-left: 0px;
}

.basket-table .basket-table-item-props {
    font-size: 14px;
}

.basket-table .basket-table-item-price-old {
    font-size: 14px;
    text-decoration: line-through;
}

.basket-table .basket-table-item-delete {
    display: inline-block;
    width: 24px;
    height: 27px;
    background: url("../img/ico_delete.png") 0 0 no-repeat;
    vertical-align: top;
}

.basket-table .basket-table-item-delay {
    display: inline-block;
    width: 29px;
    height: 28px;
    background: url("../img/ico_delay.png") 0 0 no-repeat;
    vertical-align: top;
}

.basket-table .basket-table-item-quantity a {
    width: 21px;
    height: 21px;
    border-radius: 11px;
    display: inline-block;
    background: #fae1ea;
    font-size: 22px;
    line-height: 21px;
    color: #787878;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
}

.basket-table .basket-table-item-quantity input {
    width: 31px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.basket-table .basket-table-footer {
    background: #fdf2f6;
    padding: 10px 45px;
}

.basket-table .basket-table-coupon {
    padding: 16px 0 15px;
}

.basket-table .basket-table-coupon input {
    width: 100%;
}

.basket-table .basket-table-price {
    display: inline-block;
    text-align: left;
}

.basket-table .basket-table-price-discount {
    color: #e70c59;
}

.basket-table .basket-table-price-total {
    font-size: 18px;
}

.basket-table .basket-table-checkout {
    padding: 10px 0;
}

.basket-table .basket-table-checkout a {
    width: 100%;
}

.basket-table .basket-table-label {
    font-size: 14px;
}

.props-list {
    font-style: italic;
    line-height: 1.875;
    padding: 13px 0 16px;
}

.props-list h5 {
    font-size: 20px;
}

.catalog-element-info {
    position: relative;
}

.catalog-element-info__share {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.catalog-element-info__share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 0 2px 0;
    border-width: 1.5px;

}

.catalog-element-info__share a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.soc-link, #footer .soc-link {
    background: #ffffff;
    border: 2px solid #ec008c;
}

#footer .soc-link.soc-link-fb:after,
.soc-link.soc-link-fb:after {
    /*background: url("../img/ico_soc_fb.png") center center no-repeat;*/
    background: url("../img/icons/social/facebook.svg") center center no-repeat;
    background-size: 63%;
}

#footer .soc-link.soc-link-tw:after,
.soc-link.soc-link-tw:after {
    /*background: url("../img/ico_soc_tw.png") center center no-repeat;*/
    background: url("../img/icons/social/twitter.svg") center center no-repeat;
    background-size: 63%;
}

#footer .soc-link.soc-link-vk:after,
.soc-link.soc-link-vk:after {
    /*background: url("../img/ico_soc_vk.png") center center no-repeat;*/
    background: url("../img/icons/social/vk.svg") center center no-repeat;
    background-size: 63%;
}

#footer .soc-link.soc-link-ig:after,
.soc-link.soc-link-ig:after {
    /*background: url("../img/ico_soc_ig.png") center center no-repeat;*/
    background: url("../img/icons/social/instagram.svg") center center no-repeat;
    background-size: 63%;
}

#footer .soc-link.soc-link-ig,
.soc-link.soc-link-ig {
    padding-left: 1px;
}

.size-table.size-table--popup {
    max-width: 100%;
}

.size-table.size-table--popup .size-table__img {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

.size-table.size-table--popup .size-table__img img {
    max-width: 100%;
}


.size-table.size-table--popup table {
    max-width: 680px;
    width: 100%;
}


.ekko-lightbox-nav-overlay a {
    opacity: 1;
    text-decoration: none;
}

.ekko-lightbox-nav-overlay a:focus {
    text-decoration: none;
}

.size-calculator-msg {
    display: none;
}

.size-calculator-msg--active {
    display: block;
}

.size-calculator-msg .value {
    font-size: 1.3em;
    padding-lefT: 10px;
    font-weight: bold;
}

.zaiv-instagram-widget-container {
    height: 100%;
}

.product-available {

}

.product-available__header {
    color: #444;
    font-size: 1.1em;
}

.product-available__product-name {
    margin-right: 15px;
    font-weight: bold;
}

.product-available__content {
    min-height: 160px;
}

.product-available__content.product-available__content--preloader {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}

.product-available__content.product-available__content--preloader:after {
    content: ' ';
    display: block;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTIyLjUgNjkuMjVIOTYuNDdhMzMuMSAzMy4xIDAgMCAwIDAtMTAuNWgyNi4wNWE1LjI1IDUuMjUgMCAwIDEgMCAxMC41eiIgZmlsbD0iIzQ4NDk0ZCIgZmlsbC1vcGFjaXR5PSIxIi8+PHBhdGggZD0iTTExMi4wNCA5Ny44M0w4OS40NyA4NC44YTMzLjEgMzMuMSAwIDAgMCA1LjI1LTkuMWwyMi41NyAxMy4wM2E1LjI1IDUuMjUgMCAwIDEtNS4yOCA5LjF6IiBmaWxsPSIjYzhjOGM5IiBmaWxsLW9wYWNpdHk9IjAuMyIvPjxwYXRoIGQ9Ik04OC42OCAxMTcuMzVMNzUuNjUgOTQuNzhhMzMuMSAzMy4xIDAgMCAwIDkuMS01LjI1bDEzLjAyIDIyLjU3YTUuMjUgNS4yNSAwIDEgMS05LjEgNS4yNXoiIGZpbGw9IiNjOGM4YzkiIGZpbGwtb3BhY2l0eT0iMC4zIi8+PHBhdGggZD0iTTU4LjcgMTIyLjU3Vjk2LjVhMzMuMSAzMy4xIDAgMCAwIDEwLjUgMHYyNi4wN2E1LjI1IDUuMjUgMCAwIDEtMTAuNSAweiIgZmlsbD0iI2M4YzhjOSIgZmlsbC1vcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMzAuMSAxMTIuMWwxMy4wNC0yMi41N2EzMy4xIDMzLjEgMCAwIDAgOS4xIDUuMjVMMzkuMiAxMTcuMzVhNS4yNSA1LjI1IDAgMSAxLTkuMS01LjI1eiIgZmlsbD0iI2M4YzhjOSIgZmlsbC1vcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMTAuNiA4OC43NEwzMy4xNiA3NS43YTMzLjEgMzMuMSAwIDAgMCA1LjI1IDkuMUwxNS44OCA5Ny44M2E1LjI1IDUuMjUgMCAxIDEtNS4yNS05LjF6IiBmaWxsPSIjYzhjOGM5IiBmaWxsLW9wYWNpdHk9IjAuMyIvPjxwYXRoIGQ9Ik01LjM3IDU4Ljc1aDI2LjA2YTMzLjEgMzMuMSAwIDAgMCAwIDEwLjVINS4zN2E1LjI1IDUuMjUgMCAwIDEgMC0xMC41eiIgZmlsbD0iI2I2YjZiOCIgZmlsbC1vcGFjaXR5PSIwLjQiLz48cGF0aCBkPSJNMTUuODUgMzAuMTdMMzguNCA0My4yYTMzLjEgMzMuMSAwIDAgMC01LjI0IDkuMUwxMC42IDM5LjI1YTUuMjUgNS4yNSAwIDEgMSA1LjI1LTkuMXoiIGZpbGw9IiNhM2E0YTYiIGZpbGwtb3BhY2l0eT0iMC41Ii8+PHBhdGggZD0iTTM5LjIgMTAuNjVsMTMuMDMgMjIuNTdhMzMuMSAzMy4xIDAgMCAwLTkuMSA1LjI1bC0xMy0yMi41N2E1LjI1IDUuMjUgMCAxIDEgOS4xLTUuMjV6IiBmaWxsPSIjOTE5Mjk0IiBmaWxsLW9wYWNpdHk9IjAuNiIvPjxwYXRoIGQ9Ik02OS4yIDUuNDNWMzEuNWEzMy4xIDMzLjEgMCAwIDAtMTAuNSAwVjUuNDJhNS4yNSA1LjI1IDAgMSAxIDEwLjUgMHoiIGZpbGw9IiM3ZjdmODIiIGZpbGwtb3BhY2l0eT0iMC43Ii8+PHBhdGggZD0iTTk3Ljc3IDE1LjlMODQuNzUgMzguNDdhMzMuMSAzMy4xIDAgMCAwLTkuMS01LjI1bDEzLjAzLTIyLjU3YTUuMjUgNS4yNSAwIDEgMSA5LjEgNS4yNXoiIGZpbGw9IiM2ZDZkNzEiIGZpbGwtb3BhY2l0eT0iMC44Ii8+PHBhdGggZD0iTTExNy4zIDM5LjI2TDk0LjcgNTIuM2EzMy4xIDMzLjEgMCAwIDAtNS4yNS05LjFsMjIuNTctMTMuMDNhNS4yNSA1LjI1IDAgMCAxIDUuMjUgOS4xeiIgZmlsbD0iIzVhNWI1ZSIgZmlsbC1vcGFjaXR5PSIwLjkiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDY0IDY0OzMwIDY0IDY0OzYwIDY0IDY0OzkwIDY0IDY0OzEyMCA2NCA2NDsxNTAgNjQgNjQ7MTgwIDY0IDY0OzIxMCA2NCA2NDsyNDAgNjQgNjQ7MjcwIDY0IDY0OzMwMCA2NCA2NDszMzAgNjQgNjQiIGNhbGNNb2RlPSJkaXNjcmV0ZSIgZHVyPSIxMDgwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9nPjwvc3ZnPg==");
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.product-available__content.product-available__content--prelaoder * {
    display: none;
}

.product-available__content table {
    width: 100%;
    margin: 20px 0 0 0;
    font-size: 13px;
    color: #444;
}

.product-available__content thead {
    background: #ed6a99;
    color: #fff;
}

.product-available__content th {
    border: 1px solid #cc5983;
    text-align: center;
    padding: 5px;
}

.product-available__content td {
    border: 1px solid #cc5983;
    padding: 5px;
}

.product-available__store-address {
    font-size: 12px;
}

.product-available__store-address b {
    font-size: 13px;
}

.product-available__store-action,
.product-available__store-quantity,
.product-available__store-schedul {
    text-align: center;
}

.btn--basket {
    background: #ee2b8e;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 3px;
    border-radius: 2px;
    margin: 0 5px;
    font-size: 12px;
    cursor: pointer;
    height: 22px;
}

.btn--basket:hover {
    background: #f53a99;
}

.btn--basket:active {
    background: #f91589;
}

.btn--basket.preloader {
    color: transparent;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTIyLjUgNjkuMjVIOTYuNDdhMzMuMSAzMy4xIDAgMCAwIDAtMTAuNWgyNi4wNWE1LjI1IDUuMjUgMCAwIDEgMCAxMC41eiIgZmlsbD0iIzQ4NDk0ZCIgZmlsbC1vcGFjaXR5PSIxIi8+PHBhdGggZD0iTTExMi4wNCA5Ny44M0w4OS40NyA4NC44YTMzLjEgMzMuMSAwIDAgMCA1LjI1LTkuMWwyMi41NyAxMy4wM2E1LjI1IDUuMjUgMCAwIDEtNS4yOCA5LjF6IiBmaWxsPSIjYzhjOGM5IiBmaWxsLW9wYWNpdHk9IjAuMyIvPjxwYXRoIGQ9Ik04OC42OCAxMTcuMzVMNzUuNjUgOTQuNzhhMzMuMSAzMy4xIDAgMCAwIDkuMS01LjI1bDEzLjAyIDIyLjU3YTUuMjUgNS4yNSAwIDEgMS05LjEgNS4yNXoiIGZpbGw9IiNjOGM4YzkiIGZpbGwtb3BhY2l0eT0iMC4zIi8+PHBhdGggZD0iTTU4LjcgMTIyLjU3Vjk2LjVhMzMuMSAzMy4xIDAgMCAwIDEwLjUgMHYyNi4wN2E1LjI1IDUuMjUgMCAwIDEtMTAuNSAweiIgZmlsbD0iI2M4YzhjOSIgZmlsbC1vcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMzAuMSAxMTIuMWwxMy4wNC0yMi41N2EzMy4xIDMzLjEgMCAwIDAgOS4xIDUuMjVMMzkuMiAxMTcuMzVhNS4yNSA1LjI1IDAgMSAxLTkuMS01LjI1eiIgZmlsbD0iI2M4YzhjOSIgZmlsbC1vcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMTAuNiA4OC43NEwzMy4xNiA3NS43YTMzLjEgMzMuMSAwIDAgMCA1LjI1IDkuMUwxNS44OCA5Ny44M2E1LjI1IDUuMjUgMCAxIDEtNS4yNS05LjF6IiBmaWxsPSIjYzhjOGM5IiBmaWxsLW9wYWNpdHk9IjAuMyIvPjxwYXRoIGQ9Ik01LjM3IDU4Ljc1aDI2LjA2YTMzLjEgMzMuMSAwIDAgMCAwIDEwLjVINS4zN2E1LjI1IDUuMjUgMCAwIDEgMC0xMC41eiIgZmlsbD0iI2I2YjZiOCIgZmlsbC1vcGFjaXR5PSIwLjQiLz48cGF0aCBkPSJNMTUuODUgMzAuMTdMMzguNCA0My4yYTMzLjEgMzMuMSAwIDAgMC01LjI0IDkuMUwxMC42IDM5LjI1YTUuMjUgNS4yNSAwIDEgMSA1LjI1LTkuMXoiIGZpbGw9IiNhM2E0YTYiIGZpbGwtb3BhY2l0eT0iMC41Ii8+PHBhdGggZD0iTTM5LjIgMTAuNjVsMTMuMDMgMjIuNTdhMzMuMSAzMy4xIDAgMCAwLTkuMSA1LjI1bC0xMy0yMi41N2E1LjI1IDUuMjUgMCAxIDEgOS4xLTUuMjV6IiBmaWxsPSIjOTE5Mjk0IiBmaWxsLW9wYWNpdHk9IjAuNiIvPjxwYXRoIGQ9Ik02OS4yIDUuNDNWMzEuNWEzMy4xIDMzLjEgMCAwIDAtMTAuNSAwVjUuNDJhNS4yNSA1LjI1IDAgMSAxIDEwLjUgMHoiIGZpbGw9IiM3ZjdmODIiIGZpbGwtb3BhY2l0eT0iMC43Ii8+PHBhdGggZD0iTTk3Ljc3IDE1LjlMODQuNzUgMzguNDdhMzMuMSAzMy4xIDAgMCAwLTkuMS01LjI1bDEzLjAzLTIyLjU3YTUuMjUgNS4yNSAwIDEgMSA5LjEgNS4yNXoiIGZpbGw9IiM2ZDZkNzEiIGZpbGwtb3BhY2l0eT0iMC44Ii8+PHBhdGggZD0iTTExNy4zIDM5LjI2TDk0LjcgNTIuM2EzMy4xIDMzLjEgMCAwIDAtNS4yNS05LjFsMjIuNTctMTMuMDNhNS4yNSA1LjI1IDAgMCAxIDUuMjUgOS4xeiIgZmlsbD0iIzVhNWI1ZSIgZmlsbC1vcGFjaXR5PSIwLjkiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDY0IDY0OzMwIDY0IDY0OzYwIDY0IDY0OzkwIDY0IDY0OzEyMCA2NCA2NDsxNTAgNjQgNjQ7MTgwIDY0IDY0OzIxMCA2NCA2NDsyNDAgNjQgNjQ7MjcwIDY0IDY0OzMwMCA2NCA2NDszMzAgNjQgNjQiIGNhbGNNb2RlPSJkaXNjcmV0ZSIgZHVyPSIxMDgwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9nPjwvc3ZnPg==");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80% 80%;
    background-size: 80% 80%;
}


.jcf-select-select--custom.jcf-select {
    border: none;
    min-width: 50px;
    margin-bottom: 0;
}

.jcf-select-select--custom.jcf-select .jcf-select-opener {
    display: none;
}

.jcf-select-select--custom.jcf-select.jcf-focus .jcf-select-text,
.jcf-select-select--custom.jcf-select .jcf-select-text {
    line-height: 19px;
    margin: 2px 8px 0 5px;
}

.jcf-select-select--custom.jcf-select.jcf-focus .jcf-select-text > span,
.jcf-select-select--custom.jcf-select .jcf-select-text > span {
    border-bottom: 1px dashed #034991 !important;
    color: #034991;
}

.jcf-select-select--custom.jcf-select-drop.jcf-focus .jcf-select-drop-content,
.jcf-select-select--custom.jcf-select-drop .jcf-select-drop-content {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: white !important;
    border: 1px solid #f2f2f2;
}

.jcf-select-select--custom.jcf-focus, .jcf-select-select--custom.jcf-focus * {
    border-color: transparent !important;
    box-sizing: border-box;
}

.jcf-select-select--custom.jcf-select .jcf-option {
    display: block;
}

.jcf-select-select--name-color {
    min-width: 110px !important;
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.ekko-lightbox-nav-overlay a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ekko-lightbox-nav-overlay a:nth-child(1) {
    left: 0;
}

.ekko-lightbox-nav-overlay a:nth-child(2) {
    right: 0;
}

.ekko-lightbox-nav-overlay a span {
    color: #ec008c;
    padding: 0 10px;
}

.page-btn.page-btn--top {
    position: fixed;
    right: 56px;
    bottom: 150px;
    cursor: pointer;
    background: #ed6a99;
    border: 2px solid #fff;
    width: 56px;
    height: 56px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1000;
    text-align: center;
    padding-top: 10px;
    line-height: 0.8;
}

.page-btn__text {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.page-btn__icon {
    display: inline-block;
}

.page-btn__icon:after {
    display: inline-block;
    content: ' ';
    background-image: url('../img/scroll.png');
    background-position: 0 0;
    position: relative;
    height: 16px;
    margin: 0 0 0 0;
    width: 12px;
}


.info-measure-page img {
    max-width: 100%;
}


/*-----------------------------------------------------------------*/
#shop_content {
    margin-top: 10px;
}

#shop_location {
    /*height: 25px;*/
    /*padding-top: 4px;*/
    width: 100%;
}

.country_name {
    color: #000;
    font-size: 16px;
    margin: 10px 0 5px 10px;
}

.town_info {
}

.town_name {
    max-width: 600px;
    background-color: #ed6a99;
    border-radius: 7px;
    margin-bottom: 5px;
}

.town_name a {
    color: #FFFFFF !important;
    display: block;
    font-family: 'Tahoma' !important;
    font-size: 16px !important;
    padding: 7px 17px;
}

.not_selected {
    background: none;
}

.not_selected a {
    color: #797979 !important;
}

.town_shops {
    margin-left: 10px;
    max-width: 575px;
}


/* в карточке твоара */
.js-btn-to-basket-preloader:before {
    background-image: url(./../img/svg/preloader-wg40.svg) !important;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.mobile-logout-btn {
    float: left;
    padding: 18px 12px 6px 0;
}

.mobile-logout-btn .logout-btn {
    position: relative;
    z-index: 20;
    background: url("../img/ico_logout.png") 0 0 no-repeat;
    width: 21px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 2px;
    float: right;
}

.header__compare {
    clear: both;
}


/* добавление в корзину */
.fancybox-slide > div.popup-basker-add-success {
    padding: 0;
}

.popup-basker-add-success {
    max-width: 600px;
    display: block;
    padding: 15px 15px 0 15px;
    border-radius: 3px;
}

.popup-basker-add-success__title {
    text-align: center;
    font-size: 23px;
    background: #ed6a99;
    margin-bottom: 15px;
    padding: 10px 0;
    color: #fff;
}

.popup-basker-add-success__errors {
    margin-bottom: 15px;
    padding: 0 15px;
}

.popup-basker-add-success__error {
    color: #aa0000;
}

.popup-basker-add-success__items {
    margin-bottom: 15px;
    display: block;
    padding: 0 15px;
}

.popup-basker-add-success__item {

    margin-bottom: 10px;

}

.popup-basker-add-success__item-msg {
    display: block;
    color: #222;
}

.popup-basker-add-success__item-info {
    color: #888;
    font-size: 0.9em;
}

.popup-basker-add-success__item-prop {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.popup-basker-add-success__item-prop:after {
    content: ',';
    position: absolute;
    right: -2px;
}

.popup-basker-add-success__item-info span {
    margin-right: 5px;
}


/* ------------------- */
.catalog-section-block > .row {
    display: flex;
    flex-wrap: wrap;
}


/*-----------------------------------------------------------------*/
@media (max-width: 768px) {

    .catalog-detail-img-preview {
        display: block;
        position: relative;
        padding: 0 30px;
        margin: 0 -10px 15px;
    }

    .catalog-detail-img-preview__left {
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        width: 30px;
        display: block;
        cursor: pointer;
    }

    .catalog-detail-img-preview__left:before {
        content: "\e079";
        display: block;
        position: absolute;
        left: 5px;
        top: 20px;
        width: 15px;
    }

    .catalog-detail-img-preview__right {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
        display: block;
        cursor: pointer;
    }

    .catalog-detail-img-preview__right:before {
        content: "\e080";
        display: block;
        position: absolute;
        right: 5px;
        top: 20px;
        width: 15px;
    }

    .catalog-detail-img-preview__container {
        overflow: hidden;
        height: 60px;
        width: 100%;
    }

    .catalog-element-block .catalog-element-img .carousel-indicators {
        margin: 0;
        width: 9999px;
        transition: transform 0.5s;
    }

    .catalog-element-block .catalog-element-img .carousel-indicators li {
        margin: 0 7px;
    }

    .home-social-widget.home-social-widget--vk {
        width: 100% !important;
        height: auto !important;
    }

    .home-social-widget.home-social-widget--od {
        width: 100% !important;
        height: auto !important;
    }

    .home-social-widget.home-social-widget--od iframe {
        width: 100% !important;
    }


}

@media (max-width: 479px) {

    .catalog-section-block .catalog-section-item {
        padding: 5px 0;
    }

    .catalog-section-block .catalog-section-item-img {
        height: 200px;
    }

    .catalog-section-block .catalog-section-item-img img {
        max-height: 200px;
    }

    .catalog-section-block .catalog-section-item-name {
        /*padding-top: 10px;*/
    }

    .hidden-xxs {
        display: none !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    #header .header-panel-left {
        padding-right: 15px;
        padding-bottom: 10px;
    }

    #header .header-panel-right {
        padding-left: 15px;
    }

    #footer .contacts {
        text-align: center;
    }
}

@media (max-width: 420px) {
    .catalog-section-block .catalog-section-item-img {
        height: 180px;
    }

    .catalog-section-block .catalog-section-item-img img {
        max-height: 180px;
    }

    .catalog-section-list-block .catalog-section-list-section-img {
        height: 140px;
    }

    .catalog-section-list-block .catalog-section-list-section-img img {
        max-height: 140px;
    }

    .catalog-section-list-block .catalog-section-list-section {
        padding: 15px;
    }
}

@media (max-width: 320px) {
    .col-xxs-12 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    #header .header-main {
        box-shadow: none;
    }

    #header .header-main .logo {
        width: 205px;
    }

    #header .header-main .top-menu {
        padding-top: 28px;
    }

    #header .header-main {
        padding: 12px 0 13px;
    }

    #header .header-main .phone {
        padding-top: 8px;
    }

    #header .header-main .phone a:first-child {
        width: auto;
        height: auto;
        display: inline;
        background: none;
    }

    #header .header-main .personal {
        padding-top: 1px;
        width: 140px;
        float: right;
    }

    #header .header-main .user {
        float: none;
        padding-right: 0;
        padding-top: 0;
    }

    #header .header-main .login-btn {
        padding-left: 8px;
        padding-right: 10px;
    }

    #header .header-main .cur-user a:first-child {
        font-size: 16px;
        max-width: 100%;
        display: inline-block;
        padding: 0 27px 0 0;
        margin: 0 -27px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #header .header-main .basket {
        margin-top: 1px;
    }

    #header .header-panel {
        background: #ed6a99;
    }

    #header .catalog-burger {
        padding-left: 0;
        background: none;
        font-size: 18px;
        padding-top: 6px;
    }

    #header .catalog-menu > ul {
        width: 720px;
    }

    #header .catalog-menu ul li {
        padding-left: 0;
        padding-right: 0;
    }

    #header .search {
        float: right;
    }

    #header .search-by-params {
        float: left;
        width: auto;
    }

    #header .search-by-params-btn {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        text-decoration: none;
        padding: 6px 29px 5px 12px;
        float: right;
    }

    #header .search-by-params-btn.collapsed {
        background: none;
        color: #ffffff;
    }

    #header .search-by-params-btn:before {
        margin: 9px -18px 0 0;
    }

    #header .search-by-params-btn.collapsed:before {
        background: url("../img/arr_bottom.png") 0 0 no-repeat;
    }

    #content {
        background: url("../img/bg_content.png") center 195px no-repeat;
    }

    .collapse.collapse-xs-only,
    .collapsing.collapse-xs-only {
        display: block;
        height: auto !important;
    }

    .home-slider-block {
        padding-top: 31px;
    }

    .home-slider {
        padding-bottom: 40px;
        margin: 0;
    }

    .home-ablocks .home-ablock-img {
        height: 275px;
        overflow: hidden;
    }

    .brands-carousel .jcarousel-wrap {
        padding-top: 12px;
        padding-bottom: 40px;
    }

    .brands-carousel .jcarousel {
        border-top: 1px solid #acacac;
        border-bottom: 1px solid #acacac;
    }

    .gift-certificate {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .gift-certificate img {
        margin: 0;
    }

    .subscribe-news-block {
        margin: 0;
    }

    .subscribe-news {
        height: 175px;
    }

    .home-page-text h1 {
        font-size: 36px;
    }

    .home-page-text {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .subscribe-form {
        padding-top: 5px;
        padding-bottom: 0;
    }

    .subscribe-form .subscribe-form-title {
        padding-bottom: 5px;
    }

    .h2-lined {
        padding-left: 20%;
        padding-right: 20%;
        position: relative;
        z-index: 10;
    }

    .h2-lined span {
        display: block;
        width: 20%;
        z-index: 15;
        position: absolute;
        top: 50%;
        height: 8px;
        margin-top: -4px;
        padding: 3px 0;
    }

    .h2-lined span:first-child {
        padding-right: 21px;
        left: 0;
    }

    .h2-lined span:last-child {
        padding-left: 21px;
        right: 0;
    }

    .h2-lined span:after {
        height: 2px;
        width: 100%;
        content: "";
        display: block;
    }

    .h2-lined span:first-child:after {
        background: #eb0083;
        background: linear-gradient(to right, rgba(235, 0, 131, 0) 0%, rgba(235, 0, 131, 1) 8%, rgba(235, 0, 131, 1) 100%);
    }

    .h2-lined span:last-child:after {
        background: #eb0083;
        background: linear-gradient(to right, rgba(235, 0, 131, 1) 0%, rgba(235, 0, 131, 1) 92%, rgba(235, 0, 131, 0) 100%);
    }

    .h2-lined.h2-lined-white span:first-child:after {
        background: #ffffff;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 1) 100%);
    }

    .h2-lined.h2-lined-white span:last-child:after {
        background: #ffffff;
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 0) 100%);
    }

    .h2-lined span:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        margin: -3px 0 0 0;
    }

    .h2-lined span:first-child:before {
        float: right;
        margin-right: -21px;
    }

    .h2-lined span:last-child:before {
        float: left;
        margin-left: -21px;
    }

    .h2-lined span:before {
        background: #eb0083;
    }

    .h2-lined.h2-lined-white span:before {
        background: #ffffff;
    }

    .home-article.home-article-2 .home-article-body,
    .home-article.home-article-3 .home-article-body {
        /*height: 281px;*/
        height: auto;
    }

    .home-article.home-article-2 .home-article-body:after,
    .home-article.home-article-3 .home-article-body:after {
        content: "";
    }

    .home-article .home-article-title a,
    .catalog-article .catalog-article-title a {
        font-size: 30px;
    }

    .home-article.home-article-1 .home-article-title a,
    .home-article.home-article-4 .home-article-title a {
        font-size: 36px;
    }

    .home-article.home-article-2 .home-article-text {
        display: none;
    }

    .home-article.home-article-1 .home-article-img,
    .home-article.home-article-3 .home-article-img,
    .home-article.home-article-4 .home-article-img {
        float: left;
        width: 50%;
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .home-article.home-article-1 .home-article-text-n-title,
    .home-article.home-article-1 .home-article-link,
    .home-article.home-article-4 .home-article-text-n-title,
    .home-article.home-article-4 .home-article-link {
        float: right;
        padding-left: 5px;
        width: 50%;
    }

    .home-size-and-social {
        padding: 40px 0 0 0;
    }

    .home-size-calculator-block {
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .home-social-block {
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
    }

    .catalog-articles-block {
        margin: 15px 0;
    }

    .catalog-article .catalog-article-body {
        height: 450px;
    }

    .catalog-element-block .catalog-element-to-basket {
        margin-left: 0;
        margin-right: 0;
    }

    .search-form {
        padding-right: 144px;
    }

    .search-form button {
        width: 145px;
        margin-right: -145px;
    }

    .catalog-search-page .catalog-search-page-item {
        padding-left: 200px;
    }

    .catalog-search-page .catalog-search-page-item-img {
        float: left;
        /*width: 250px;*/
        /*margin-left: -280px;*/
        width: 180px;
        height: 180px;
        margin-left: -200px;
    }

    .catalog-section-list-block .catalog-section-list-section {
        padding: 15px;
    }

}

@media (min-width: 992px) {
    #header {
        /*border-top: 9px solid #000000;*/
        border-top: 3px solid #777777;
    }

    #header .header-main .logo {
        float: right;
        width: 246px;
    }

    #header .header-main .top-menu {
        max-width: 280px;
    }

    #header .header-main .menu {
        display: block;
        position: relative;
        border: none;
        background: none;
        padding: 0;
        height: auto !important;
    }

    #header .header-main .menu > ul > li {
        float: left;
        margin: 0 20px 0 0;
        position: relative;
        padding: 0 0 3px;
    }

    #header .header-main .menu > ul > li:hover:after {
        content: "";
        height: 3px;
        width: 100%;
        /*background: #ed1092;*/
        background: #ed6a99;
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 170;
    }

    #header .header-main .menu > ul > li > a,
    #header .header-main .menu > ul > li > a:hover {
        color: #514f4f;
        padding: 0;
        background: none;
    }

    #header .header-main .menu ul ul {
        padding: 0px;
        display: none;
        position: absolute;
        top: 100%;
        z-index: 160;
        left: 0;
        min-width: 215px;
        border: 1px solid #c5c5c5;
        background: #ffffff;
        padding: 15px 0 12px;
    }

    #header .header-main .menu ul ul a {
        padding-left: 23px;
    }

    #header .header-main .menu li:hover > ul {
        display: block;
    }

    #header .header-main .phone {
        padding-top: 17px;
    }

    #header .header-main .basket {
        margin-top: 3px;
    }

    #header .header-main .basket-count {
        height: 44px;
        min-width: 38px;
        background: url("../img/bag_md.png") center 0 no-repeat;
        padding-top: 16px;
    }

    #header .header-main .basket-count span {
        background: #ffffff;
        font-size: 13px;
        border-radius: 11px;
        padding: 3px 7px 2px;
    }

    #header .header-main .basket-price {
        padding-top: 3px;
        line-height: 18px;
    }

    #header .catalog-menu {
        display: block;
        position: static;
        height: auto !important;
        background: none;
        border-top: none;
        border-bottom: none;
        left: auto;
        width: auto;
        top: auto;
        overflow: hidden;
    }

    #header .catalog-menu a {
        color: #3a3839;
        font-size: 18px;
    }

    #header .catalog-menu > ul {
        margin: 0;
        padding: 0;
        width: auto;
        width: 9999em;
    }

    #header .catalog-menu ul li {
        padding: 0;
    }

    #header .catalog-menu > ul > li {
        padding: 7px 19px 7px 0;
        float: left;
    }

    #header .catalog-menu > ul > li:last-child {
        padding-right: 0;
    }

    #header .catalog-menu > ul > li > a {
        color: #ffffff;
        font-size: 17px;
    }

    #header .catalog-menu .submenu:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        top: -20px;
        display: block;
        height: 22px;
    }

    #header .catalog-menu > ul > li > a.active,
    #header .catalog-menu > ul > li:hover > a {
        text-decoration: underline;
    }

    #header .catalog-menu .submenu {
        padding: 20px 0 35px;
    }

    #header .catalog-menu li:hover .submenu {
        display: block;
    }

    #header .catalog-menu .submenu-title {
        color: #eb0087;
        font-size: 24px;
        padding: 0 0 15px;
    }

    #header .catalog-menu .submenu ul li {
        padding: 12px 0 0 20px;
    }

    #header .catalog-menu .submenu ul ul li {
        padding-top: 2px;
        padding-left: 9px;
    }

    #header .catalog-menu .submenu ul li.parent:before {
        background: url("../img/mark_bone.png") 0 center no-repeat;
        width: 14px;
        height: 8px;
        float: left;
        content: '';
        display: block;
        margin: 8px 0 0 -20px;
    }

    #header .catalog-menu .submenu ul ul a {
        font-size: 16px;
    }

    #footer .contacts {
        padding-left: 70px;
    }

    #footer .soc-links {
        padding-top: 2px;
    }

    .home-slider .item {
        height: 496px;
    }

    .home-slider.home-slider-compact .item {
        height: 302px;
    }

    .home-slider.home-slider-noablock .item {
        height: auto;
    }

    .home-ablocks .home-ablock {
        height: 262px;
    }

    .home-ablocks .home-ablock-img {
        height: 234px;
    }

    .home-ablocks.home-ablocks-compact .home-ablock {
        height: 342px;
    }

    .home-ablocks.home-ablocks-compact .home-ablock-img {
        height: 302px;
    }

    .subscribe-news {
        height: 149px;
    }

    .subscribe-form .subscribe-form-input {
        padding-right: 220px;
    }

    .subscribe-form .subscribe-form-input button {
        width: 210px;
        margin-right: -220px;
    }

    .home-article .home-article-body {
        /*height: 281px;*/
        height: auto;
    }

    .home-article.home-article-1 .home-article-body {
        /*height: 660px;*/
        height: auto;
    }

    .home-article .home-article-body:after,
    .catalog-article .catalog-article-body:after {
        content: "";
    }

    .home-article.home-article-1 .home-article-img {
        float: none;
        width: auto;
        padding-right: 0px;
        padding-bottom: 19px;
    }

    .home-article.home-article-1 .home-article-text-n-title,
    .home-article.home-article-1 .home-article-link {
        float: none;
        padding-left: 0px;
        width: auto;
    }

    .home-size-calculator,
    .home-social {
        padding-bottom: 0;
        height: 420px;
    }

    .catalog-element-block .catalog-element-img .carousel-indicators li {
        width: 80px;
        height: 80px;
    }

    .catalog-element-block .catalog-element-img .carousel-indicators {
        margin-left: -18px;
    }

    .catalog-element-block .catalog-element-img .carousel-indicators li {
        margin-left: 18px;
    }

    .basket-table .basket-table-item-price {
        text-align: center;
    }

    .basket-table .basket-table-item-quantity {
        text-align: center;
    }

    label.form-field-label {
        width: 205px;
        padding-right: 15px;
        float: left;
    }

    .form-field-label.form-field-label--wa {
        width: auto;
    }

    .form-field .form-field-content {
        padding-left: 115px;
    }
}

@media (min-width: 1200px) {
    /*.container {*/
    /*    width: 1200px;*/
    /*}*/
    #header .header-main .logo {
        width: auto;
        padding-right: 20px;
    }

    #header .header-main .top-menu {
        padding-top: 39px;
        max-width: 410px;
    }

    #header .header-main .menu > ul > li {
        padding-bottom: 10px;
    }

    #header .header-main .phone {
        padding-top: 25px;
    }

    #header .header-main .user {
        padding-top: 6px;
    }

    #header .header-main .basket {
        margin-top: 9px;
    }

    #header .header-main .basket-count {
        height: 55px;
        min-width: 47px;
        background: url("../img/bag.png") center 0 no-repeat;
        padding-top: 22px;
        padding-left: 4px;
    }

    #header .header-main .basket-price {
        font-size: 16px;
        padding-top: 10px;
    }

    .home-slider {
        padding-bottom: 52px;
    }

    .home-slider .item {
        height: 619px;
    }

    .home-slider.home-slider-compact .item {
        height: 378px;
    }

    .home-slider .carousel-indicators {
        padding-top: 29px;
    }

    .home-ablocks .home-ablock {
        height: 324px;
    }

    .home-ablocks .home-ablock-img {
        height: 295px;
    }

    .home-ablocks.home-ablocks-compact .home-ablock {
        height: 430px;
    }

    .home-ablocks.home-ablocks-compact .home-ablock-img {
        height: 378px;
    }

    .subscribe-news {
        height: 187px;
    }

    .subscribe-form {
        padding-top: 15px;
    }

    .subscribe-form .subscribe-form-title {
        padding-bottom: 20px;
    }

    .h2-lined {
        padding-left: 33%;
        padding-right: 33%;
    }

    .h2-lined span {
        width: 33%;
    }

    .catalog-element-block .catalog-element-img .carousel-indicators {
        margin-left: -17px;
    }

    .catalog-element-block .catalog-element-img .carousel-indicators li {
        margin-left: 17px;
    }

    .catalog-element-block .catalog-element-img .carousel-indicators li:nth-child(even) {
        /*margin-left: 18px;*/
    }

    .catalog-element-block .catalog-element-to-basket-table {
        float: left;
        padding-right: 86px;
        margin-right: -86px;
    }

    .catalog-element-block .catalog-element-to-basket-button {
        width: 86px;
        float: right;
        z-index: 20;
        position: relative;
        padding-top: 40px;
    }

    .catalog-element-block .catalog-element-to-basket.catalog-element-to-basket-single {
        width: 170px;
    }

    .catalog-element-block .catalog-element-to-basket-single .catalog-element-to-basket-button {
        float: none;
        width: auto;
        padding-top: 8px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1300px) {
    .brands-carousel .jcarousel-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .brands-carousel .jcarousel-prev {
        left: -50px;
    }

    .brands-carousel .jcarousel-next {
        right: -50px;
    }
}
