
* {
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body{
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    overflow-x: hidden;
    margin-bottom: 94px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Serif', sans-serif;
    font-weight: 400;
    color: rgb(0, 0, 0);
    padding-bottom: 10px;
}
ul, ol {
    list-style: none;
}
img {
    vertical-align: top;
    max-width: 100%;
}

.bg-black {
    background: #000;
}

.btn {
    border-radius: 5px;
    text-decoration: none !important;
    -webkit-transition: color .5s ease, border-color .5s ease, background-color .5s ease;
    transition: color .5s ease, border-color .5s ease, background-color .5s ease;
}
.titleWrap {
    text-align: center;
    margin-top: 57px;
    margin-bottom: 67px;
    position: relative;
}
.titleWrap h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.titleWrap ::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 100%;
    height: 13px;
    background: url(../img/home_line.png) center center no-repeat;
}
.block-gap {
    padding-bottom: 60px;
}
.grey-bg {
    background-color: #f7f7f7;
}

#top .top-logo img {
    height: 100px;
}

.top-logo img {
    height: 130px;
}

.top-navigation ul {
    padding: 0;
    margin: 0;
}
.top-navigation li.navigation {
    text-align: right;
    padding: 0;
}
.top-navigation li {
    vertical-align: top;
    display: inline-block;
}
header nav.navbar .nav > li > a {
    color: #fff;
    background: transparent;
    font-weight: 400;
    padding: 14px 15px;
    text-transform: uppercase;
    font-size: 14px;
}
header nav.navbar .nav > li > a:hover span,
header nav.navbar .nav > li > a.active span {
    text-decoration: underline;
}

#top nav.navbar .nav > li > a {
    color: #fff;
}

header {
    width: 100%;
    position: relative;
    z-index: 2;
}

header#top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
header.page-order {
    position: inherit!important;
    margin-bottom: 30px;
}
header .line {
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    height: 1px;
}
header .top {
    padding: 10px;
    font-size: 12px;
    line-height: 2em;
    text-transform: uppercase;
    color: #fff;
}
header .top span {
    vertical-align: middle;
}
header#top.affix {
    background-color: rgba(0,0,0,.15);
}
header#top.affix .top {
    display: none;
}

.navbar {
    margin: 12px 0 0;
    position: inherit;
}
.navbar.affix {
    position: inherit;
    margin: 0;
}
.affix .top-logo img {
    height: 60px;
}
.navbar-collapse {
    padding-right: 0;
}
.phone-shopping,
.phone-shopping a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.phone-shopping {
    font-size: 12px;
}
.phone-shopping span {
    margin-right: 5px;
}
.phone-shopping a {
    font-size: 16px;
    margin-right: 15px;
}
.navbar-toggle {
    width: 40px;
    height: 40px;
    margin-right: 0;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.navbar-toggle .icon-bar {
    position: absolute;
    left: 8px;
    height: 3px;
    width: 22px;
    background: #000;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-toggle .bar1 {
    top: 10px;
}
.navbar-toggle .bar2 {
    top: 14px;
}
.navbar-toggle .bar3 {
    top: 22px;
}
.navbar-toggle[aria-expanded="true"] .bar1 {
    top: 19px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navbar-toggle[aria-expanded="true"] .bar2 {
    opacity: 0;
    left: -60px;
}

.navbar-toggle[aria-expanded="true"] .bar3  {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*company*/
.company .b-title h3 {
    text-align: left;
    padding-bottom: 11px;
    margin: 0 0 25px;
    border-bottom: 3px solid rgb(33, 32, 31)
}
.counter-item {
    position: relative;
    padding: 15px;
    text-align: center;
}

.icon-holder {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.counter-text {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
}
.counter-text__top {
    margin-bottom: 5px;
}
.counter {
    font-size: 48px;
    font-family: 'Droid Serif', sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 1em;
    margin-bottom: 5px;
}
.counters .row {
    display: flex;
    flex-flow: row wrap;
}
/*salons*/
.salons-title {
    padding-bottom: 0;
    font-size: 20px;
}

.salons-list {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

.salons-list li {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.salons-img {
    overflow: hidden;
    width: 100%;
}

.salons-img img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    /*min-height: 100%;*/
    height: 100%;
    width: 100%;
}

/*catalog*/
.catalog-main {
    padding: 20px 0 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    min-height: 400px;
    justify-content: space-around;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    padding: 0 15px;
}

.catalog-main::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

.catalog-list .catalog-img {
    border-color: #000;
}

.catalog-item {
    display: inline-block;
    margin: 15px;
    z-index: 2;
}
.catalog-title {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin: 0;
}

.catalog-img {
    display: block;
    overflow: hidden;
    width: 140px;
    height: 140px;
    border: 3px solid #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    text-decoration: none!important;
}

.salons-item:hover .salons-img img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.salons-descr {
    padding: 0 15px;
    font-size: 14px;
}
.btn-salon {
    letter-spacing: 0.05em;
    border: 1px solid #dedede;
    background: rgba(0,0,0,0);
    font-size: 12px;
    color: #8f8f8f;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

.btn-salon:hover {
    color: #b35f17;
    border-color: #b35f17;
}
.btn-brown {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #362f2d;
    border-radius: 5px;
    padding: 0 35px;
    height: 50px;
    color: #ffffff;
    background-color: #362f2d;
    line-height: 50px;
    letter-spacing: 0.05em;
}

.btn-brown:hover,
.btn-brown:active,
.btn-brown:focus {
    color: #ffffff;
    border-color: rgb(33, 32, 31);
    background: rgb(33, 32, 31);
}
header .btn-cta {
    color: #fff;
    border: 1px solid #fff;
    background: #000;
    padding: 0 15px;
    text-transform: lowercase;
    font-size: 15px;
}
header .btn-cta:hover,
header .btn-cta:active,
header .btn-cta:focus {
    color: #000;
    border: 1px solid #fff;
    background-color: #fff;
}

.btn-order {
    color: #fff;
    border: 1px solid #3a9731;
    background: #3a9731;
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 20px;
}

.btn-order:hover,
.btn-order:active,
.btn-order:focus {
    color: #fff;
}
/*video*/
.big-icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border: 2px solid rgba(255,255,255, .75);
    text-align: center;
    line-height: 90px;
    font-size: 40px;
    color: rgba(255,255,255, .97);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.wide-heading {
    display: block;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255,255,255, .87);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sub-heading {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    line-height: 1.3;
    color: rgba(255,255,255, .75);
}
.bg-scroll {
    background-attachment: scroll !important;
}
.bg-scroll:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.video {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 140px 0;
}
.video a:link,
.video a:hover {
    color: #fff;
    text-decoration: none;
}
.video .container {
    position: relative;
}
.big-icon {
    position: relative;
}
.big-icon:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 42%;
    top: 34%;
}

.b-slider {
    margin-top: 20px;
}
/*production*/
.isotope-item {
    float: left;
    width: 33%;
}
.isotope-item a {
    cursor: zoom-in;
}
.isotope-sizer{
    width: 20%;
}
.isotope-filter {
    text-align: center;
    margin-bottom: 40px;
}
.isotope-filter button,
.isotope-filter a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    font-family: 'Droid Serif', sans-serif;
    padding-top: 80px;
    position: relative;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center 5px;
    min-width: 100px;

}
.isotope-filter a {
    margin: 0 20px 20px;
    padding-top: 0;
    display: inline-block;
}
.isotope-filter button:focus {
    outline: none;
}
.isotope-filter button[data-filter=".furniture"] {
    background-image: url("../img/sofa-grey.png");
}
.isotope-filter button[data-filter=".kitchen"] {
    background-image: url("../img/dinner-grey.png");
}
.isotope-filter button[data-filter=".living-rooms"] {
    background-image: url("../img/room-grey.png");
}
.isotope-filter button[data-filter=".childrens"]{
    background-image: url("../img/bunk-bed-grey.png");
}
.isotope-filter button[data-filter=".cabinets"]{
    background-image: url("../img/desk-grey.png");
}
.isotope-filter button[data-filter=".bedrooms"]{
    background-image: url("../img/bed-grey.png");
}
.isotope-filter button[data-filter=".lighting"]{
    background-image: url("../img/lamp-grey.png");
    background-position: top center;

}

.isotope-filter button:hover[data-filter=".furniture"],
.isotope-filter button.is-checked[data-filter=".furniture"] {
    background-image: url("../img/sofa.png");
}
.isotope-filter button.is-checked[data-filter=".kitchen"]:hover,
.isotope-filter button.is-checked[data-filter=".kitchen"] {
    background-image: url("../img/dinner.png");
}
.isotope-filter button.is-checked[data-filter=".living-rooms"]:hover,
.isotope-filter button.is-checked[data-filter=".living-rooms"] {
    background-image: url("../img/room.png");
}
.isotope-filter button.is-checked[data-filter=".childrens"]:hover,
.isotope-filter button.is-checked[data-filter=".childrens"] {
    background-image: url("../img/bunk-bed.png");
}
.isotope-filter button.is-checked[data-filter=".cabinets"]:hover,
.isotope-filter button.is-checked[data-filter=".cabinets"] {
    background-image: url("../img/desk.png");
}
.isotope-filter button.is-checked[data-filter=".bedrooms"]:hover,
.isotope-filter button.is-checked[data-filter=".bedrooms"] {
    background-image: url("../img/bed.png");
}
.isotope-filter button.is-checked[data-filter=".lighting"]:hover,
.isotope-filter button.is-checked[data-filter=".lighting"] {
    background-image: url("../img/lamp.png");
}
.cta-wrap {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.cta-wrap h2 {
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 5px;
    text-transform: capitalize
}
.cta-wrap p {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.cta-wrap .btn {
    font-size: 16px;
    padding: 12px 18px 10px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}
.cta-wrap .btn:hover,
.cta-wrap .btn:active {
    border-color: #fff;
    color: #333;
    background-color: #fff;
}

.product-page {
    margin-top: 20px;
}

.product-img:focus {
    outline: none;
}

#productSlider .product-img img {
    max-width: 100%;
    margin: 0 auto;
}

/*contacts*/
#map {
    width: 100%;
    height: 350px;
}
#accordion .panel{
    border-radius: 20px;
}
#accordion .panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    border-radius: 0;
}
#accordion .panel-title {
    font-family: Belleza, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 0;
}
#accordion .panel-title>a {
    display: block;
    background-color: rgb(33, 32, 31);
    border-color: rgb(33, 32, 31);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 35px;
    text-decoration: none;
}
#accordion .panel-title>a[aria-expanded="false"] {
    border-radius: 20px;
}
.contact-info {
    padding-left: 20px;
}
.contact-info > li {
    position: relative;
    padding-left: 30px;
    word-break: break-all;
    margin-bottom: 14px;
}
.contact-info .icon:before {
    position: absolute;
    left: 0;
    top: 2px;
}
.map-marker:before {
    content: url(../img/location-pin.png);
}
.icon.message:before {
    content: url(../img/message.png);
    top: 3px;
}
.earphone:before {
    content: url(../img/phone-call.png);
}
.schedule:before {
    content: url(../img/calendar.png);
}
.contact-info > li a {
    text-decoration: none;
    color: #000;
}
.contact-info > li a:hover,
.contact-info > li a:active {
    color: rgb(33, 32, 31);
}
/*slider*/
.slider__item {
    position: relative;
}
.slider__text {
    position: absolute;
    right: 0;
    left: 50%;
    width: 100%;
    top: 34%;
    padding: 35px 55px;
    max-width: 1200px;
    transform: translateX(-50%);
}
.slider__text .container {
    max-width: 100%;
}
.slider__text h1 {
    font-size: 32px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    line-height: 1em;
    color: #fff;
    text-shadow: 2px 1px 8px black;
    padding: 10px 20px;
}
.slider__text h2 {
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.09em;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 1.5em;
}
.slider__text h2::before,
.slider__text h2::after{
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #aeaeae;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slider__text h2::before {
    top: 5px;
}
.slider__text h2::after {
    bottom: 5px;
}
.slide-center {
  text-align: center;
}
.slide-left {
    text-align: left;
}
.slide-right {
    text-align: right;
}

#catalogSlider {
    padding: 40px 50px 60px;
}

#catalogSlider .line-v {
    position: relative;
    padding-bottom: 60px;
    background: rgba(204,204,204,.25);
}

#catalogSlider .line-v a {
    color: #000;
    text-decoration: none;
}

#catalogSlider .items-i-otions-cont {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#catalogSlider .items-i-options {
    padding: 0 !important;
    background: transparent;
    height: 48px;
}

#catalogSlider .items-i-options a {
    padding: 7px 30px !important;
}

#catalogSlider .slider__item {
    padding: 0 10px;
}

#catalogSlider .slick-arrow,
#mainSlider .slick-arrow {
    height: 150px;
    width: 35px;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    padding: 0;
    border: none;
    opacity: 0;
    background-color: transparent;
    background-image: url(../img/icon_mainSlider.png);
    background-repeat: no-repeat;
}

#catalogSlider .slick-next,
#mainSlider .slick-next {
    right: 0;
    background-position: -40px;
}

#catalogSlider .slick-prev,
#mainSlider .slick-prev {
    left: 0;
    z-index: 1;
    background-position: -4px;
}

#catalogSlider .slick-arrow,
#mainSlider:hover .slick-arrow {
    opacity: 1;
}

#mainSlider .slider-img {
    height: 665px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.partners-slider {
    padding: 0 40px;
}
.partners-slider .partners-img {
    min-height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.partners-slider img {
    max-height: 65px;
    width: auto;
    display: inline-block;
}
.partners-item {
    padding: 0 10px;
    text-align: center;
}

.slick-arrow:focus {
    outline: none;
}

.partners-slider .slick-arrow {
    background-color: transparent;
    padding: 11px 19px;
    margin: -20px 0 0;
    width: 30px;
    height: 45px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    border: none;
}
.partners-slider .slick-prev {
    left: 0;
}
.partners-slider .slick-next {
    right: 0;
}

.partners-slider .slick-arrow span {
    background-color: transparent;
    background-image: url(../img/icon_slider.png);
    background-repeat: no-repeat;
    display: block;
    width: 5px;
    height: 21px;
}
.partners-slider .slick-next span,
#reserve .slick-next span {
    background-position: -7px;
}
.partners-modal__content {
    display: none;
}
#reserve .modal-slider {
    position: relative;
}

#reserve .modal-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    background-color: rgb(33, 32, 31);
    border: 1px solid rgb(33, 32, 31);
    width: 20px;
    height: 30px;
}

#reserve .slick-arrow span {
    position: relative;
}
#reserve .slick-arrow span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}
#reserve .slick-prev span:after {
    border-width: 6px 10px 6px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: -5px;
    left: -6px;
}
#reserve .slick-next span:after {
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #fff;
}
#reserve .modal-slider .slick-prev {
    left: -15px;
}

#reserve .modal-slider .slick-next {
    right: -15px;
}
#reserve .modal-col {
    padding: 0 15px;
}
.modal-slider__wrap {
    min-height: 200px;
    margin: 20px 0;
}
.modal-slider__img {
    padding: 0 10px;
}
img.slick-loading {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

.js-product-thumbs .slick-next, .js-product-thumbs .slick-prev,
#productSlider .slick-next, #productSlider .slick-prev {
    position: absolute;
    border: none;
    height: 30px;
    width: 20px;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    margin-top: -7px;
    transform: none;
    background: url(../img/slider-arrow.svg) center center no-repeat;
    background-size: auto 100%;
    z-index: 2;
}

.js-product-thumbs .slick-next,
#productSlider .slick-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.js-product-thumbs {
    padding: 30px;
}

.js-product-thumbs .slick-slide {
    border: none;
    margin: 0;
    padding: 10px;
    opacity: .2;
    cursor: pointer;
}

.js-product-thumbs .slick-slide.slick-current {
    opacity: 1;
}

.align-items-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.catalog-product {
    margin-bottom: 60px;
}

.product-description {
    padding: 0 0 40px;
}

.product-description h1,
.product-description h2,
.name-two {
    font-size: 2.2em!important;
    font-weight: 300!important;
    padding: 25px 0 0;
    margin: 0 0 15px;
}

.product-description img {
    margin: 0 auto; 
    display: block;
    max-width: 100%;
    height: auto!important;
    float: none !important;
}

.product-price {
    padding: 20px;
    margin-bottom: 40px;
}

.cart-line__cost {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}

.cart-line__cost-value {
    display: inline-block;
    font-size: 40px;
    padding-right: 27px;
    line-height: 1;
    position: relative;
    margin-right: 20px;
}

.cart-line__cost-value span.b-red {
    position: absolute;
    top: -14px;
    right: 6px;
    display: block;
    color: #ca3b33;
    font-size: 18px;
    text-decoration: line-through;
}
/*team*/
.team-member {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: box-shadow .4s ease;
    transition: box-shadow .4s ease;
    max-width: 360px;
}
.team-member:hover {
    box-shadow: 0 0 7px rgba(51, 51, 51, .1);
}
.overlay_box {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.team-member .member-info {
    padding: 24px 10px 36px;
    background: #fff;
}
.member-info h3:not(:last-child) {
    margin: 0;
}
.team-member .position:not(:last-child) {
    margin-bottom: 21px;
}
/*news*/
.home-blog-wrapper {
    padding-left: 20px;
}

#home_blog .home-blog-item {
    margin: 0 0 25px;
    overflow: hidden;
}

#home_blog .home-blog-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 13px 0;
}

#home_blog .home-blog-content h4 {
    font-size: 24px;
    font-family: Belleza, sans-serif;
    color: rgb(33, 32, 31);;
    font-weight: 500;
    text-transform: capitalize;
}
a.more {
    color: rgb(33, 32, 31);;
}
.date {
    padding-left: 0;
    padding-right: 0;
}
.news-full-w #home_blog .home-blog-item .date {
    padding-left: 15px;
    padding-right: 15px;
}
.date_inner {
    text-align: center;
    font-size: 18px;
    font-family: Lato, sans-serif;
    color: rgb(33, 32, 31);
    font-weight: 600;
    text-transform: uppercase;
    width: 110px;
    height: 110px;
    position: relative;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 20px;
    margin: 0 auto;
}
.date p {
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    color: rgb(32, 32, 32);
    font-family: Quicksand, sans-serif;
    font-weight: 300;
    margin: 0;
}

.date small {
    font-family: Belleza, sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: block;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgb(33, 32, 31);
    padding: 8px 0;
}
#home_blog .home-blog-content {
    padding: 0;
}
#home_blog .home-blog-content h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-family: Belleza, sans-serif;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.article-content h4 {
    font-size: 26px;
    color: rgb(33, 32, 31);;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
}

.article-content__title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.article {
    margin: 30px 0;
}
.article-content__title .date {
    margin-right: 20px;
}
.blogs-item .blogs-image {
    margin: 20px 0;
}

.breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding: 13px 0;
}
.breadcrumb ol {
    margin-bottom: 0;
    padding: 0;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb a {
    color: #000;
    font-weight: 400;
    padding-right: 3px;
}
.breadcrumb span {
    color: #000;
    font-weight: 400;
    padding-left: 3px;
    padding-right: 3px;
}
/*footer*/
footer {
    padding: 35px 0;
    background: rgb(33, 32, 31);
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    height: 94px;
    width: 100%;
    z-index: 2;
}
footer a {
    color: rgba(255, 255, 255, 0.8);
}
footer a:hover,
footer a:active,
footer a:visited {
    color: rgb(33, 32, 31);
}
.copyright {
    margin-top: 10px;
}
.social-links {
    margin: 0;
}
.social-links li {
    display: inline-block;
    margin-left: 10px;
    opacity: 0.5;
    vertical-align: middle;
}
.btn-social {
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0;
    display: block;
}
.btn-social i {
    position: relative;
}

.social-links li:hover  {
   opacity: 1;
}

.btn-social i:before {
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-facebook:before {
    content: '';
    background-image: url(../img/facebook.png);
}
.icon-youtube:before {
    background-image: url(../img/youtube.png);
}
.icon-inst:before {
    content: '';
    background-image: url(../img/instagram.png);
}
header .social-links {
    display: inline-block;
    padding-left: 0;
    vertical-align: top;
}
header .btn-social i:before  {
    content: '';
    width: 16px;
    height: 16px;
    background-size: contain;
}

header.white .btn-social i:before {
    filter: invert(100%);
}
header .btn-social {
    width: 16px;
    height: 16px;
    display: block;
}
header .icon-facebook:before {
    content: '';
    background-image: url(../img/facebook-d.png);
}
header .icon-youtube:before {
    background-image: url(../img/youtube-d.png);
}
header .icon-inst:before {
    content: '';
    background-image: url(../img/instagram-d.png);
}
#up-to-top {
    display: none;
    position: fixed;
    text-align: center;
    top: 86%;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border: 2px solid rgb(33, 32, 31);
}
#up-to-top:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent rgb(33, 32, 31) transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: -6px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#up-to-top:hover {
    background-color: rgb(33, 32, 31);
}
#up-to-top:hover:after {
    border-color: transparent transparent #fff transparent;
}

.home-bottom_banner {
    margin-bottom: 20px;
    text-align: center;
}
.modal-content {
    background-color: white;
    border: none;
    color: black ;
}
.modal-header {
    border-bottom: 1px solid rgb(33, 32, 31);
    margin-bottom: 10px;
}
.modal-title {
    width: 96%;
    padding: 0
}
.modal-body {
    padding: 10px 15px 15px;
}
.modal input,
.modal textarea {
    display: block;
    border: 1px solid rgb(33, 32, 31);
    outline: none;
    height: 40px;
    border-radius: 4px;
    padding: 5px 15px;
    width: 100%;
    max-width: 320px;
    color: #000000;
    margin: 0 auto 15px;
}
.modal .btn {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
}
.modal textarea {
    height: 85px;
}
.team-slider {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.position {
    min-height: 48px;
}
.team-member__wrap {
    margin-bottom: 20px;
}
.salon-video__link {
    position: relative;
    display: block;
}
.salon-video__link .big-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    margin-bottom: 0;
}
.news-gallery a {
    width: 33%;
    float: left;
    padding: 10px;
}
.intro {
    margin: 20px 0;
}

.line-v a {
    display: block;
}

.line-h {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.catalog-item-outer .items-item {
    overflow: visible;
    margin-bottom: 0;
    padding: 0;
}

.items-item {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -4px;
}

.items-i-options, .items-i-title {
    color: #333;
    text-transform: uppercase;
    bottom: 0;
    z-index: 2;
}

.items-i-options {
    display: block;
    width: 100%;
    background: rgba(204,204,204,.25);
    text-align: left;
    font-size: 1.42em;
    font-weight: 300;
    padding: 7px 30px;
    position: absolute;
}

.catalog-item-outer {
    margin-top: 35px;
    margin-bottom: 60px;
}

.catalog-item-outer .items-i-options {
    position: relative;
    margin-bottom: 14px;
}
.catalog-item-outer .items-i-options a,
.catalog-item-outer .items-i-options a:hover,
.catalog-item-outer .items-i-options a:active,
.catalog-item-outer .items-i-options a:visited {
    color: #000;
    text-decoration: none;
}
.catalog-item-outer .catalog-item-inner, .catalog-item-outer .items-i-options {
    background: 0 0;
}

.items-i-o-title {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.items-option-fl .items-i-o-title {
    font-size: 18px;
    padding-bottom: 10px;
}

.items-option-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}


@media (max-width: 1300px) {
    .catalog_item_sale, .items-i-options {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1200px){
    .line-h:nth-child(2n+0) {
        border-right: none;
    }
}

@media (max-width: 991px) {
    .news-gallery a {
        width: 50%;
    }
    .top-navigation li.navigation {
        float: right;
    }
    header#top {
        position: static;
        background: rgba(0,0,0,0);
    }
    .home-blog-wrapper {
        padding-left: 15px;
        margin-top: 20px;
    }
    #home_blog .home-blog-content {
        padding-left: 0;
    }
    #home_blog .home-blog-item .date {
        float: left;
        margin-right: 15px;
    }
    .top-navigation li.nav-item {
        display: block;
        padding: 0;
    }
    header nav.navbar .nav > li > a {
        padding: 5px 0;
    }
    .navbar-collapse {
        margin-bottom: 15px;
        padding-top: 0;
    }
    .isotope-filter button {
        width: 100px;
        padding: 80px 0 0;
    }
    .icon-holder {
        margin-right: 5px;
    }
    .counter {
        font-size: 36px;
    }
    .navbar {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .counters .row {
        display: flex;
        flex-flow: column nowrap;
    }
    header .top {
        padding: 10px 0;
    }
    body {
        margin-bottom: 134px;
    }
    footer {
        padding: 15px 0;
        height: 134px;
    }
    .copyright {
        margin: 10px 0;
    }
    .company .b-text {
        margin-bottom: 20px;
    }
    .counter-item {
        width: 50%;
    }
    .block-gap {
        padding-bottom: 40px;
    }
    .titleWrap {
        margin: 47px 0;
    }
    .team-member {
        margin-bottom: 20px;
    }
    .isotope-item {
        width: 50%;
    }
    .slider-img {
        min-height: 300px;
        max-height: 400px;
    }
    .slider-img img {
        height: 100%;
        width: auto;
        max-width: none;
    }
    .slide-center .slider__text, .slider__text {
        top: 6%;
    }

    .slide-right h1 span, .slide-left h1 span {
        width: 100%;
    }
    .icon-holder {
        margin-right: 20px;
    }
    .wide-heading {
        font-size: 32px;
        letter-spacing: 2px;
    }
    header .top span {
        display: none;
    }
    .salons-img {
        height: 200px;
    }
    .slider__text {
        padding: 0;
    }
    .slider__text h2 {
        display: none;
    }
    .team-member__wrap {
        width: 50%;
    }

    #catalogSlider {
        padding: 40px 0 60px;
    }

    #catalogSlider .slick-arrow {
        height: 40px !important;
        width: 26px !important;
        margin-top: -20px !important;
    }
    
    #catalogSlider .slick-next {
        background-position-x: 107% !important;
        right: -15px;
    }
    
    #catalogSlider .slick-prev {
        background-position-x: left !important;
        left: -15px;
    }
}

@media  (max-width: 576px) {
    .news-gallery a {
        width: 100%;
    }
    .salons-list li,
    .counter-item {
        width: 100%;
    }
    .salons-img {
        height: auto;
    }
    header .top .text-right span {
        display: none;
    }

    #mainSlider .slick-arrow {
        display: none!important;
    }
    .slider__text h1 {
        line-height: 1.2em;
        padding: 0;
    }
    #mainSlider img {
        width: auto;
        height: 100%;
    }
    .slider__item {
        text-align: center!important;;
    }
    .wide-heading {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .sub-heading {
        font-size: 15px;
    }
    .page-section {
        padding: 50px 0;
    }

    .cart-line__cost {
        display: block;
    }

    .cart-line__cost-value {
        font-size: 28px;
    }

    .btn-order {
        float: none;
        font-size: 20px;
        padding: 8px 15px;
    }

    .cart-line__cost-value span.b-red {
        top: -18px;
        right: -15px;
    }
    .product-price {
        margin-bottom: 20px;
    }
}
@media  (max-width: 359px) {
    .navbar-toggle {
        position: absolute;
        top: 80px;
        right: 15px;}
    .top-navigation ul.hoverMenuWrapper {
        margin: 10px 50px 0 0;
    }
    .top-logo {
        padding: 0;
        width: 115px;
        height: auto;
    }
    .top-logo img {
        height: auto;
    }
}

@media (min-width: 768px) {
    .modal-descr {
        order: 2;
    }
    .home-bottom_banner_wrapper {
        margin-bottom: 30px;
    }
    .counter-item:nth-child(odd)::after {
        content: "";
        display: block;
        border-width: 0 0 0 2px;
        border-style: solid;
        border-color: #e0e0e0;
        position: absolute;
        top: 0;
        right: -1px;
        height: 100%;
    }
    .cta-wrap h2,
    .cta-wrap p {
        padding-right: 200px;
    }
    .cta-wrap .btn {
        position: absolute;
        right: 0;
        top: 25px;
    }
    .social-links {
        text-align: right;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: hidden!important;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-header {
        float: none;
    }
    .slider__text,
    .slide-right .slider__text,
    .slide-left .slider__text {
        top: 5%;
    }
    .page-section {
        padding: 70px 0;
    }

    .slide-left h1 {
        width: 65%;
        float: left;
    }
    .slide-right h1 {
        width: 65%;
        float: right;
    }
    .slider__text h2 {
        width: 60%;
        background-color: rgba(255,255,255,0.8);
    }
    .slider__text h2 {
        width: 60%;
        background-color: rgba(255,255,255,0.8);
    }
    .team-member__wrap {
        width: 33%;
    }
}
@media (min-width: 992px) {
    .modal-slider__wrap {
        min-height: 265px;
    }
   
    .salons-list li {
        width: 33.33%;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-header {
        float: left;
    }
    header nav.navbar .nav > li > a {
        padding: 14px 6px;
    }
    .slider__text,
    .slide-right .slider__text,
    .slide-left .slider__text {
        top: 28%;
    }
    #mainSlider .slick-next {
        right: 30px;
    }
    #mainSlider .slick-prev {
        left: 30px;
    }
    .slider__text h1 {
        font-size: 36px;
    }
    .top-navigation li.navigation {
        width: calc(100% - 150px);
    }
    .isotope-filter button {
        margin-bottom: 20px;
    }
    .counter-item:not(:last-child)::after {
        content: "";
        display: block;
        border-width: 0 0 0 2px;
        border-style: solid;
        border-color: #e0e0e0;
        position: absolute;
        top: 0;
        right: -1px;
        height: 100%;
    }
    .team-member__wrap {
        width: 25%;
    }
}
@media (min-width: 1200px) {
    .top-navigation li {
        padding: 0 5px;
    }
    header nav.navbar .nav > li > a {
        padding: 14px 15px;
    }
    .slider__text h1 {
        font-size: 48px;
    }
    .isotope-filter button {
        margin-bottom: 0;
    }
}