@charset "UTF-8";
/*************************************
    [TABLE OF CONTENTS]

    General settings:
      = General
      = Typography
      = Grid

    Layouts:
      = Sidebar panel
      = Page styles
      ------------------
      = Home
      = About
      = Catalog
      = Product
      = Contacts

    Custom:
      = Form
      = Buttons
      = Components

    = Media Queries
    = Icons
                                   */
/**************************************
      = General
                                     */
html {
  font-size: 10px;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline-width: 0;
}

button[type="submit"].disabled {
  opacity: 1;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: none;
}

/**************************************
      = Typography
                                     */
h1 {
  margin: 0 0 0.5em;
  font: 700 60px/1.1 'Montserrat', sans-serif;
  text-transform: uppercase;
}

h2, .h2 {
  margin: 0 0 1em;
  font: 700 30px/1.1 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  color: #d72526;
}

h3 {
  font-size: 24px;
}

h4, .h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin: 0;
}

p {
  line-height: 1.875em;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-default > li {
  line-height: 32px;
}

.list-default .title {
  margin: 0;
  display: inline;
  font-weight: 700;
  line-height: 1;
  color: #121212;
  white-space: nowrap;
}

.list-default .text {
  margin-left: 0.375em;
  color: #121212;
}

/**        ¬ Helper classes         **/
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/**************************************
      = Custom grid
                                     */
.row {
  margin: 0 -15px;
}

.row > [class*=col] {
  padding: 0 15px;
}

.row.no-pad {
  margin: 0;
}

.row.no-pad > [class^=col] {
  padding: 0;
}

.row.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.row.flex-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row.center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row.end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row.align-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-fx {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-fx.center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.col-fx.justified {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/**        ¬ columns         **/
@media (max-width: 479px) {
  .col-xs {
    width: 100%;
    max-width: none;
  }
}

/**         masonry settings column        **/
.grid-sizer {
  min-height: 0;
  padding: 0;
  margin: 0;
}

/*************************************
    = Sidebar panel
      ¬ site logo
      ¬ menu
      ¬ menu panel
      ¬ toggle menu
      ¬ menu media
                                    */
/**        ¬ site logo         **/
.site-logo {
  display: block;
  position: absolute;
  top: 44px;
  left: 36px;
  width: 220px;
  text-align: center;
  z-index: 1070;
  text-decoration: none !important;
}

.site-logo__title {
  padding-bottom: 2px;
  margin: 10px 0;
  font-size: 25px;
  font: 400 25px/1 'Roboto', sans-serif;
  border-bottom: 1px solid #909090;
  color: #fbfaf8;
  white-space: nowrap;
}

.site-logo__title:after {
  content: '';
  display: block;
  border-bottom: 1px dotted #565656;
}

.site-logo__caption {
  font-size: 16px;
  color: #969696;
}

/**        ¬ menu         **/
.nav-panel {
  position: fixed;
  z-index: -1;
  visibility: hidden;
}

.slideout-menu {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  width: 290px;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  visibility: visible;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  min-height: 100vh;
  will-change: transform;
  z-index: 2;
}

/**        ¬ menu panel         **/
.nav-panel {
  background-color: #000;
}

.nav-panel__inner {
  position: relative;
  height: 100%;
  min-height: 680px;
  padding: 0 20px;
}

.nav-panel__menu {
  padding-top: 210px;
  text-align: center;
  display: block;
}

.nav-panel__menu > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-panel__menu > li > a {
  position: relative;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  transition: all 200ms linear;
  background-color: transparent !important;
}

.nav-panel__menu > li > a:before, .nav-panel__menu > li > a:after {
  font-size: 1px;
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  border-top: 1px solid #e02627;
  margin-top: -0.5em;
  transition: all 200ms linear;
}

.nav-panel__menu > li > a:before {
  left: -10px;
}

.nav-panel__menu > li > a:after {
  right: -10px;
}

.nav-panel__menu > li > a .cart-qty {
  margin-left: 0.25em;
}

.nav-panel__menu > li:hover > a,
.nav-panel__menu > li.active > a {
  color: #e02627;
}

.nav-panel__menu > li:hover > a:before,
.nav-panel__menu > li.active > a:before {
  left: 0;
}

.nav-panel__menu > li:hover > a:after,
.nav-panel__menu > li.active > a:after {
  right: 0;
}

.nav-panel__menu__sub {
  text-align: center;
  display: block;
  background-color: #282828;
}

.nav-panel__menu__sub > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-panel__menu__sub > li > a {
  position: relative;
  padding: 8px 20px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  transition: all 200ms linear;
  background-color: transparent !important;
}

.nav-panel__menu__sub > li > a:before, .nav-panel__menu__sub > li > a:after {
  font-size: 1px;
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  border-top: 1px solid #e02627;
  margin-top: -0.5em;
  transition: all 200ms linear;
}

.nav-panel__menu__sub > li > a:before {
  left: -10px;
}

.nav-panel__menu__sub > li > a:after {
  right: -10px;
}

.nav-panel__menu__sub > li > a .cart-qty {
  margin-left: 0.25em;
}

.nav-panel__menu__sub > li:hover > a,
.nav-panel__menu__sub > li.active > a {
  color: #e02627;
}

.nav-panel__menu__sub > li:hover > a:before,
.nav-panel__menu__sub > li.active > a:before {
  left: 0;
}

.nav-panel__menu__sub > li:hover > a:after,
.nav-panel__menu__sub > li.active > a:after {
  right: 0;
}

.nav-panel .search-form {
  margin-bottom: 25px;
}

.nav-panel__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-panel__social > li {
  padding: 4px;
}

.nav-panel__social > li > a {
  display: block;
}

.nav-panel__bottom {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  padding: 20px 30px 16px;
}

.nav-panel__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000 url("images/bg-over.png") 0;
  opacity: 0.5;
  z-index: -1;
}

.nav-panel__curner {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
}

.nav-panel__curner.top-r {
  top: 10px;
  right: 10px;
  background-image: url("images/curner-top-r.png");
}

.nav-panel__curner.top-l {
  top: 10px;
  left: 10px;
  background-image: url("images/curner-top-l.png");
}

.nav-panel__curner.bottom-r {
  bottom: 10px;
  right: 10px;
  background-image: url("images/curner-bottom-r.png");
}

.nav-panel__curner.bottom-l {
  bottom: 10px;
  left: 10px;
  background-image: url("images/curner-bottom-l.png");
}

.toggle-collapse {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0;
  text-align: left;
}

.blocked {
  display: none;
  /*
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 290px;
  cursor: pointer;
  z-index: -10;
  */
}

/**        ¬ toggle menu         **/
.burger-menu__bar {
  position: relative;
  width: 16px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #fbfaf8;
}

.burger-menu__bar:last-child {
  margin-bottom: 0;
}

.burger-menu {
  position: absolute;
  padding: 10px 8px;
  margin: 20px 0 0 15px;
  background-color: #333333;
  border-radius: 50%;
  z-index: 1050;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
}

@media (min-width: 1440px) {
  .burger-menu {
    display: none;
  }
}

/**        ¬ menu media         **/
@media (min-width: 1440px) {
  .slideout-menu {
    display: block;
    z-index: 2;
  }
  .page-content {
    padding-left: 290px;
    -webkit-transform: none !important;
            transform: none !important;
    z-index: 1;
  }
}

@media (max-width: 1439px) {
  .site-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden !important;
  }
  .slideout-open .blocked {
    z-index: 10;
  }
  .slideout-open .slideout-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .nav-panel__menu {
    position: absolute;
    padding-top: 0;
    top: 40%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*************************************
    = Page styles
                                    */
.page-content {
  overflow: hidden;
  background: #fbfaf8;
  touch-action: pan-x pan-y;
}

.section-content {
  max-width: 1210px;
  margin: 0 auto;
}

.bg-over:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000 url("images/bg-over.png") 0;
  opacity: 0.5;
  z-index: 2;
}

.bg-gray {
  background-color: red;
}

.screen-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #fbfaf8;
}

.screen-bg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("images/screen-bg.png") no-repeat right 50px top 20px;
  background-attachment: fixed;
}

/*************************************
    = Home
                                    */
.section-home {
  position: relative;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-size: cover;
}

.section-home:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000 url("images/bg-over.png") 0;
  opacity: 0.5;
  z-index: 2;
}

.section-home__overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  transition: left 500ms ease-in-out;
}

.section-home__bg-title {
  width: 120vh;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 31.25vh;
  line-height: 56.25vh;
  color: #909090;
  opacity: 0.05;
}

.section-home__inner {
  position: relative;
  z-index: 3;
}

.section-home__header {
  margin-bottom: 30px;
}

.section-home__header h1 {
  margin: 0 0 15px;
  color: #fbfaf8;
  line-height: 1;
  white-space: nowrap;
}

.section-home__header h2 {
  margin: 0;
  letter-spacing: 0.15em;
  color: #fbfaf8;
}

/*************************************
    = About
      ¬ about intro
      ¬ about products
      ¬ about favorite
      ¬ about store
                                    */
.section-about {
  position: relative;
}

.section-about__screen {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  overflow: hidden;
}

.section-about .slider-btn {
  position: absolute;
  display: inline-block;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 20px;
  bottom: 10px;
}

.section-about .slider-btn > a {
  color: #909090;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.section-about .slider-btn > a.disabled {
  display: none;
}

.section-about .slider-btn.prev {
  top: 70px;
  bottom: auto;
}

/**        ¬ about intro         **/
.about-intro__panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 655px;
  min-height: 100vh;
  padding: 50px 20px;
  background-color: #fbfaf8;
  z-index: 2;
}

.about-intro__panel.bg-gray.text-gray a {
    color: #909090;
}
.about-intro__panel.bg-gray.text-gray a:hover {
    color: #d72526;
}

.about-intro__slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #d84343;
  background-size: cover;
  background-position: 100% 50%;
  z-index: 1;
}

.about-intro__slide:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.35;
}

.about-intro__text {
  position: relative;
}

.about-intro__text h2 {
  margin: 0 0 25px 0;
}

.about-intro__text p:last-child {
  margin-bottom: 0;
}

.about-intro__text__decor {
  margin: 0 auto;
}

.about-intro__text__decor.up {
  margin-bottom: 45px;
}

.about-intro__text__decor.down {
  margin-top: 40px;
}

/**        ¬ about products         **/
.about-product {
  padding: 0 15px;
}

.about-product__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  max-width: 1210px;
  min-height: calc(100vh - 100px);
  margin: 50px auto 0;
}

.about-product__title {
  margin-bottom: 5vh;
  width: 100%;
  text-align: center;
}

.about-product__title h2 {
  margin: 0;
}

.about-product__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-product__row .item {
  margin-bottom: 50px;
}

.about-product__item {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
  background-color: #909090;
  overflow: hidden;
}

.about-product__img {
  width: 100%;
}

.about-product__bottom {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: all 500ms;
}

.about-product__category {
  display: block;
  height: 100px;
  padding: 35px 0;
  margin: 0;
  color: #fbfaf8;
  background-color: rgba(18, 18, 18, 0.65);
  letter-spacing: 0.15em;
  transition: all 500ms;
}

.about-product__menu {
  width: 100%;
  padding: 0 15px 30px;
  background-color: rgba(18, 18, 18, 0.65);
}

.about-product__menu-list {
  margin: 0 0 40px 25px;
}

.about-product__menu-list > li {
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-product__menu-list > li:before {
  content: '';
  height: 1px;
  width: 0.3125em;
  font-size: 1em;
  margin-right: 3px;
  background-color: #fff;
}

.about-product__menu-list > li:nth-last-child(n+2) {
  margin-bottom: 12px;
}

.about-product__menu-list > li > a {
  overflow: hidden;
  display: inline-block;
  color: #fff !important;
}

.about-product__menu-list > li > a:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: currentColor;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.about-product__menu-list > li > a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.about-product__item:hover .about-product__bottom {
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**        ¬ about favorite         **/
.about-favorite__dialog {
  display: table;
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 1210px;
  padding: 50px 20px;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.about-favorite__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #121212;
  z-index: -1;
}

.about-favorite__bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  background-size: cover;
}

.about-favorite__inner {
  display: table-cell;
  vertical-align: middle;
  height: 480px;
}

.about-favorite__content {
  max-width: 1100px;
  padding-top: 70px;
  margin: 0 auto;
}

.about-favorite__descr {
  width: 100%;
  margin-bottom: 40px;
}

.about-favorite__descr p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.about-favorite__descr-decor {
  margin-top: 2.1875em;
}

.about-favorite__item {
  max-width: 215px;
  width: 100%;
  margin: 0 auto 70px;
}

.about-favorite__item-img {
  margin-bottom: 20px;
}

.about-favorite__item .divider-title {
  width: 40px;
  height: 1px;
  background-color: #909090;
  margin: 17px auto 12px;
}

/**        ¬ about store         **/
.about-store {
  padding: 0;
}

.about-store__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  max-width: 1310px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 100vh;
}

.about-store__content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px auto;
}

.about-store__thumb {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 100vh;
  max-height: 102.29645vw;
  overflow: hidden;
  background-color: #241f1e;
  border: 1px solid #909090;
}

.about-store__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-store__descr {
  position: relative;
  max-width: 635px;
  margin-bottom: 50px;
}

.about-store__descr p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.about-store__descr-decor {
  margin: 0 auto;
}

.about-store__descr-decor.up {
  margin-bottom: 45px;
}

.about-store__descr-decor.down {
  margin-top: 40px;
}

.about-store__subscribe {
  position: relative;
  width: 100%;
  padding: 25px;
  background-color: #000;
}

.about-store__subscribe-main {
  position: relative;
  z-index: 2;
}

.about-store__subscribe-title h2 {
  margin: 0;
  letter-spacing: 0.15em;
}

.about-store__subscribe .subscribe-form {
  max-width: 290px;
  margin: 30px auto 25px;
}

.about-store__subscribe p {
  color: #fff;
  margin-bottom: 0;
}

.about-store__subscribe .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000 url("images/bg-over.png") 0;
  opacity: 0.5;
  z-index: 1;
}

.about-store__subscribe .curner {
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 3;
}

.about-store__subscribe .curner.top-r {
  top: 10px;
  right: 10px;
  background-image: url("images/curner-top-r.png");
}

.about-store__subscribe .curner.top-l {
  top: 10px;
  left: 10px;
  background-image: url("images/curner-top-l.png");
}

.about-store__subscribe .curner.bottom-r {
  bottom: 10px;
  right: 10px;
  background-image: url("images/curner-bottom-r.png");
}

.about-store__subscribe .curner.bottom-l {
  bottom: 10px;
  left: 10px;
  background-image: url("images/curner-bottom-l.png");
}

/*************************************
    = Catalog
                                    */
.section-catalog {
  position: relative;
  padding: 70px 20px 0;
}

.section-catalog__top {
  margin-bottom: 25px;
}

.section-catalog__list .item {
  margin-bottom: 50px;
  transition: all 200ms;
}

@media (max-width: 649px) {
  .section-catalog__list .item {
    margin-bottom: 30px;
  }
}

.catalog-finder__row {
  padding-top: 0;
  padding-bottom: 25px;
}

.catalog-finder label {
  display: block;
  margin-bottom: 5px;
}

.catalog-finder .form-control {
  display: inline-block;
}

.catalog-finder .select2 {
  width: 100% !important;
}

.catalog-finder__btn {
  float: right;
  width: 150px;
  height: 42px;
  padding: 11px 25px;
  text-align: center;
}

.catalog-finder .form-group {
  margin-bottom: 24px;
  white-space: nowrap;
}

.catalog-finder__price {
  white-space: nowrap;
}

.catalog-finder__price .form-group {
  display: inline-block;
  position: relative;
  width: calc(50% - 7px);
  margin-bottom: 0;
}

.catalog-finder__price .form-control {
  position: relative;
  top: -1px;
  width: 100%;
  height: 32px;
  padding: 0 28px 0 10px;
  border: 1px solid #909090;
}

.catalog-finder__price .form-control::-moz-placeholder {
  color: #909090;
  opacity: 1;
}

.catalog-finder__price .form-control:-ms-input-placeholder {
  color: #909090;
}

.catalog-finder__price .form-control::-webkit-input-placeholder {
  color: #909090;
}

.catalog-finder__price .currency {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  color: #909090;
}

.catalog-finder__price .form-group.divider {
  display: inline-block;
  width: 6px;
  height: 2px;
  vertical-align: middle;
  background-color: #121212;
}

.catalog-sortbar {
  min-height: 70px;
  padding: 20px 0;
  border: 1px solid #dbdada;
  border-width: 1px 0;
}

.catalog-sortbar .col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-sortbar .col.order-1 {
  margin-bottom: 30px;
}

.catalog-sortbar__title {
  max-width: 215px;
  width: 100%;
}

.catalog-sortbar__right {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-sortbar h2 {
  margin: 0;
}

.catalog-sortbar .sortbar-grid {
  width: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.catalog-sortbar .sortbar-grid__btn {
  display: block;
  width: 17px;
  height: 17px;
}

.catalog-sortbar .sortbar-grid__btn.list {
  width: 21px;
  background: url("images/icons/list.png") center no-repeat;
}

.catalog-sortbar .sortbar-grid__btn.grid {
  background: url("images/icons/grid.png") center no-repeat;
}

.catalog-sortbar .sortbar-grid__btn.list.active {
  background: url("images/icons/list-active.png") center no-repeat;
}

.catalog-sortbar .sortbar-grid__btn.grid.active {
  background: url("images/icons/grid-active.png") center no-repeat;
}

.catalog-sortbar__filter {
  width: 100%;
}

.catalog-sortbar__filter-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.catalog-sortbar__filter .form-group {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-sortbar__filter label {
  width: 65px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  white-space: nowrap;
}

.catalog-sortbar__filter .select2 {
  width: calc(100% - 65px);
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.catalog-sortbar__filter-sort {
  margin-bottom: 20px;
}

.catalog-sortbar__filter-show {
  margin-bottom: 0;
}

.catalog-list-item {
  position: relative;
  min-height: 300px;
  padding: 10px 10px 15px;
  margin: 0 auto;
  border: 1px solid #e7e7e6;
  background-color: rgba(251, 250, 248, 0.5);
  transition: all 550ms ease;
}

.catalog-list-item__flag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 10px;
  line-height: 1;
  background-color: #d72526;
  color: #fbfaf8;
  letter-spacing: 0.15em;
  text-align: center;
  z-index: 2;
  transition: all 550ms ease;
}

.catalog-list-item__thumb {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  transition: all 550ms ease;
}

.catalog-list-item__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 550ms ease;
}

.catalog-list-item__cost {
  margin-bottom: 10px;
}

.catalog-list-item__cost span {
  line-height: 1;
}

.catalog-list-item__cost .cost {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #d72526;
}

.catalog-list-item__cost .sale {
  color: #121212;
  margin-left: 10px;
  text-decoration: line-through;
}

.catalog-list-item__footer p {
  line-height: 1.25em;
  margin-bottom: 10px;
  font-weight: 700;
  color: #121212;
}

.catalog-list-item__footer .article {
  color: #909090;
  margin-left: 4px;
  font-weight: 400;
}

.catalog-list-item .helper-show {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #9a9a9a;
  background-color: rgba(18, 18, 18, 0.9);
  opacity: 0;
  z-index: -1;
  transition: opacity 200ms linear, z-index 0ms linear 200ms;
}

.catalog-list-item .helper-show .btn {
  width: 170px;
  margin: 10px;
  margin-left: 25px;
}

.catalog-list-item:hover .helper-show {
  z-index: 10;
  opacity: 1;
  transition: opacity 200ms linear, z-index 0ms linear 0ms;
}

.grid-list-item {
  width: 100% !important;
  margin-bottom: 15px !important;
}

.grid-list-item .catalog-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  padding: 0;
  border-width: 0;
}

.grid-list-item .catalog-list-item__thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 30px;
  width: 160px;
  min-height: 165px;
  margin-right: 30px;
  border: 1px solid #d4d4d4;
}

.grid-list-item .catalog-list-item__thumb img {
  height: 115px;
  max-width: 100%;
}

.grid-list-item .catalog-list-item__flag {
  font-size: 11px;
}

.grid-list-item .catalog-list-item__body {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid #d4d4d4;
  border-width: 1px 0;
}

.grid-list-item .catalog-list-item .helper-show .btn {
  margin: 5px;
}

@media (max-width: 479px) {
  .grid-list-item .catalog-list-item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid-list-item .catalog-list-item__thumb {
    width: 100%;
  }
  .grid-list-item .catalog-list-item__body {
    border-top-width: 0;
  }
}

.catalog-recommend__title {
  padding: 25px 0 50px 0;
  margin-top: 20px;
  border-top: 1px solid #dbdada;
}

.catalog-recommend__title h2 {
  margin: 0;
  line-height: 1;
}

.catalog-recommend__inner {
  width: 100%;
  overflow: hidden;
}

.catalog-recommend__row {
  margin: 0 -15px 0;
}

.catalog-recommend__row .item {
  margin-bottom: 50px;
}

/*************************************
    = Product
                                    */

.icon_tag{font-size: 13px;font-weight: 400;color: #646464;display: block;}

.cart_group {
    font-size: 20px;
}

.cart_group button {
    font-size: 20px;
    padding: 1.375rem 1.75rem;
}

.section-product {
  position: relative;
  padding: 70px 20px 0;
}

.product-card {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}

.product-card__left {
  width: 100%;
  margin: 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.product-card__item {
  position: relative;
  width: 100%;
  height: 340px;
  padding: 10px;
  margin-bottom: 13px;
  background-color: #fbfaf8;
  border: 1px solid #d4d4d4;
}

.product-card__img {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.product-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product-card__thumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-card__thumb {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  position: relative;
  width: 92px;
  height: 102px;
  margin-right: 13px;
  margin-bottom: 17px;
  border: 1px solid #d4d4d4;
  background-color: #fbfaf8;
  overflow: hidden;
}

.product-card__thumb:last-child {
  margin-right: 0;
}

.product-card__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  height: 157px;
}

.product-card__thumb.top img {
  max-width: none;
  height: 70px;
}

.product-card__thumb.bottom img {
  top: 15px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-bottom: 0;
}

.product-card__next {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #909090;
  white-space: nowrap;
  opacity: 1;
  cursor: pointer;
}

.product-card__next > span {
  border-bottom: 1px solid;
}

.product-card__next:before {
  content: '← ';
  display: inline;
  margin-right: 2px;
}

.product-card__next:hover {
  color: #909090;
  opacity: 0.8;
}

.product-card__next:hover > span {
  border-bottom: 1px solid transparent;
}

.product-card__title {
  margin-top: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card__cost {
  position: relative;
  margin-bottom: 25px;
}

.product-card__cost .cost {
  display: block;
  margin: 25px auto;
  font-size: 30px;
  font-weight: 700;
  color: #d72526;
}

.product-card__cost .btn {
  height: 32px;
  line-height: 1;
  padding: 0 23px;
}

.product-card__qty {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: left;
}

.product-card__qty .qty-group {
  margin-right: 10px;
}

.product-card__params {
  margin-bottom: 20px;
}

.product-card__params .text {
  color: #909090;
}

.product-card__descr .title {
  display: block;
  font-weight: 700;
  color: #121212;
  margin-bottom: 10px;
}

.product-card__descr p {
  color: #909090;
}

.section-carts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-carts .section-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1250px;
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 20px;
  margin: 0;
}

.section-carts__inner {
  width: 100%;
}

.section-carts__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px -15px 0;
}

.section-carts__bottom > * {
  width: 380px;
  padding: 0 15px;
  margin-bottom: 30px;
}

.section-carts__bottom .flex-row {
  margin: 0 -5px;
  width: 360px;
}

.section-carts__bottom .flex-row .col-item {
  padding: 0 5px !important;
}

.section-carts__bottom .row-title {
  width: 200px;
  white-space: nowrap;
  font-size: 20px;
  margin-bottom: 15px;
}

.section-carts__bottom .row-title h3 {
  margin: 0;
  display: inline-block;
  font-size: inherit;
  color: #121212;
}

.section-carts__bottom .order-total {
  color: #e02627;
  font-weight: 700;
  margin-left: 10px;
}

.section-carts__bottom .btn {
  width: 100%;
  padding: 11px 15px;
}

.section-carts__coupon .form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section-carts__coupon .form-control {
  padding-right: 11px;
  border-color: #909090;
}

.section-carts__links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section-carts__links .btn {
  width: 100%;
}

@media (max-width: 1439px) {
  .section-carts .section-content {
    padding: 70px 15px 50px;
  }
  .section-carts .catalog-item-card {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .section-carts__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section-carts__bottom > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.catalog-item-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 160px;
  margin-bottom: 15px;
}

.catalog-item-cart > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-item-cart__thumb {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 160px;
  max-height: 165px;
  margin-right: 30px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
}

.catalog-item-cart__thumb img {
  height: 115px;
  max-width: auto;
}

.catalog-item-cart__body {
  max-width: 960px;
  width: 100%;
  padding: 12px 7px 15px 10px;
  border: 1px solid #d4d4d4;
  border-width: 1px 0;
}

.catalog-item-cart__body h4 {
  margin-bottom: 7px;
}

.catalog-item-cart__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog-item-cart .article {
  color: #909090;
}

.catalog-item-cart .price {
  font-weight: 700;
}

.catalog-item-cart .total {
  font-weight: 700;
  word-spacing: 7px;
}

.catalog-item-cart .total .cost {
  color: #e02627;
}

@media (max-width: 479px) {
  .catalog-item-cart {
    display: block;
    margin-bottom: 30px;
  }
  .catalog-item-cart__thumb {
    height: 160px;
    width: 100%;
  }
  .catalog-item-cart .close {
    margin-top: -115px;
  }
  .catalog-item-cart__body {
    border-top-width: 0;
  }
}

/*************************************
    = Contacts
                                    */
.section-contacts {
  overflow: hidden;
}

.section-contacts__inner {
  position: relative;
}

.section-contacts__map {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.contacts-panel__header .toggle-panel {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  opacity: 1;
  transition: all 120ms linear;
  z-index: 1000;
}

.contacts-panel__header .toggle-panel:hover {
  opacity: 0.8;
}

.contacts-panel__main {
  position: relative;
  right: 0;
  max-width: 655px;
  width: 100%;
  min-height: 100vh;
  padding: 110px 20px 50px;
  z-index: 10;
  transition: right 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), right 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.contacts-panel__main.right {
  right: -100%;
}

.contacts-panel__list ul > li {
  margin-bottom: 1.125em;
}

.contacts-panel__list .title {
  border-bottom: 1px solid;
}

.contacts-panel__about {
  margin-top: 0;
  margin-bottom: 35px;
}

.contacts-form .form-group {
  position: relative;
  margin-bottom: 18px;
}

.contacts-form .form-control {
  padding-left: 30px;
  background-color: rgba(251, 250, 248, 0.5);
}

.contacts-form .icon {
  position: absolute;
  display: inline-block;
  top: 16px;
  left: 11px;
}

.contacts-form .fa {
  position: absolute;
  display: inline-block;
  top: 14px;
  left: 11px;
  color: #909090;
}

.contacts-form__submit {
  margin-top: 20px;
}

.contacts-form__submit .btn {
  display: block;
  width: 150px;
  padding: 11px 15px;
  letter-spacing: 0.15em;
}

/**************************************
      = Buttons
                                     */
.btn {
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fbfaf8;
}

.btn:hover, .btn:focus, .btn:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-danger {
  background-color: #d72526;
}

.btn-shop {
  display: inline-block;
  position: relative;
  padding: 11px 51px 11px 12px;
  background-position: top 50% right 11px;
  background-repeat: no-repeat;
  background-color: #d72526;
}

.btn-shop:after {
  content: '';
  position: absolute;
  right: 41px;
  top: 50%;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background-color: #ff6768;
}

.btn-shop:hover {
  background-color: #c12122;
}

.btn-shop:active:focus {
  background-color: #b01e1f;
}

.btn-shop.view {
  color: #fff;
  background-image: url("images/icons/view.png");
}

.btn-shop.card {
  color: #fff;
  background-image: url("images/icons/basket.png");
}

.btn.center {
  display: block;
  margin: 0 auto;
}

.btn-qty {
  opacity: 1;
  text-indent: -9999px;
}

.btn-qty--plus {
  background: url("images/icons/qty-plus.png") center no-repeat;
}

.btn-qty--minus {
  background: url("images/icons/qty-minus.png") center no-repeat;
}

.btn-qty:active:focus {
  opacity: 0.8;
}

.qty-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.qty-group__label {
  margin-right: 10px;
  color: #373737;
}

.qty-group__input {
  position: relative;
  width: 100px;
  height: 48px;
}

.qty-group .input-qty {
  height: 100%;
  width: 100%;
  padding: 6px 15px 6px 10px;
  line-height: 20px;
  color: #121212;
}

.qty-group .input-qty:focus {
  outline: none;
  box-shadow: none;
}

.qty-group .btn-qty {
  position: absolute;
  right: 0;
  height: 50%;
  width: 26px;
}

.qty-group .btn-qty--plus {
  top: 0;
}

.qty-group .btn-qty--minus {
  bottom: 0;
}

.close {
  font-weight: 400;
  font-size: 24px;
  line-height: 0.8;
}

/**************************************
      = Form
        ¬ settings form
        ¬ validate class
        ¬ select2
                                     */
/**        ¬ settings form         **/
.form-control {
  border-radius: 0;
  height: 42px;
  font-size: 16px;
  line-height: 20px;
  padding: 11px 40px 11px 11px;
  border-color: #c5c5c4;
  background-color: #fbfaf8;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

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

textarea.form-control {
  height: auto;
  min-height: 150px;
  resize: none;
}

label {
  display: inline-block;
  margin: 0 6px 0 0;
  text-transform: uppercase;
  color: #121212;
}

.help-block {
  color: #000;
}

.search-form,
.subscribe-form {
  position: relative;
}

.search-form__input,
.subscribe-form__input {
  width: 100%;
  height: 40px;
  padding: 10px 57px 10px 17px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  background-color: #fbfaf8;
  border: none;
  outline: none;
}

.search-form__input::-moz-placeholder,
.subscribe-form__input::-moz-placeholder {
  color: #656565;
  opacity: 1;
}

.search-form__input:-ms-input-placeholder,
.subscribe-form__input:-ms-input-placeholder {
  color: #656565;
}

.search-form__input::-webkit-input-placeholder,
.subscribe-form__input::-webkit-input-placeholder {
  color: #656565;
}

.search-form__btn,
.subscribe-form__btn {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  background-color: #909090;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.search-form__btn {
  background-image: url("images/icons/search.png");
}

.subscribe-form__btn {
  background-image: url("images/icons/subscribe-arrow.png");
}

/**        ¬ select2         **/
.section-catalog__top {
  /**        ¬ select2-dropdown         **/
}

.section-catalog__top .select2-container--default {
  font-size: 16px;
}

.section-catalog__top .select2-container--default .select2-selection--single {
  height: 32px;
  background-color: #fbfaf8;
  border: 1px solid #909090;
  border-radius: 0;
  outline: none;
}

.section-catalog__top .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 38px 0 10px;
  line-height: 32px;
  color: #909090;
}

.section-catalog__top .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #909090;
}

.section-catalog__top .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 1px;
  height: 32px;
  width: 28px;
  background: url("images/icons/select-down.png") no-repeat center;
}

.section-catalog__top .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.section-catalog__top .select2-container--default .select2-results > .select2-results__options {
  max-height: auto;
}

.section-catalog__top .select2-container--default .select2-results__option {
  transition: color 200ms, background-color 200ms;
}

.section-catalog__top .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #909090;
}

.section-catalog__top .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fbfaf8;
}

.section-catalog__top .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fbfaf8;
  color: #909090;
}

.section-catalog__top .select2-dropdown {
  background-color: #fbfaf8;
  border: 1px solid #909090;
  border-radius: 0;
  padding: 0;
}

.section-catalog__top .select2-results__option {
  padding: 0 38px 0 10px;
  line-height: 32px;
  font-size: 1em;
}

.section-catalog__top .select2-container--open .select2-dropdown--above {
  margin-top: 1px;
  border-bottom: 1px solid #909090;
}

.section-catalog__top .select2-container--open .select2-dropdown--below {
  margin-top: -1px;
  border-top: 1px solid #909090;
}

/*************************************
    = Components
                                    */
/**        ¬ raiting stars         **/
.br-theme-fontawesome-stars .br-widget {
  height: auto;
  line-height: 1;
}

.br-theme-fontawesome-stars .br-widget a {
  font: normal normal normal 16px/1 FontAwesome;
  margin-right: 0;
}

.br-theme-fontawesome-stars .br-widget a:after {
  content: '\f005';
}

/**        ¬ raiting stars         **/
.br-theme-fontawesome-stars .br-widget a:after {
  color: #d4d4d4;
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
  color: #121212;
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
  color: #121212;
}

/**        ¬ raiting         **/
.b-raiting {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  transition: all 300ms;
}

.b-raiting .blocked {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  transition: all 300ms;
}

.b-raiting .br-widget a {
  display: block;
  margin-bottom: 7px;
  transition: all 300ms;
}

.b-raiting .br-widget .br-current-rating {
  display: none !important;
}

/**        ¬ pagination pager         **/
.pagination-pager ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-pager ul > li > a {
  display: block;
  line-height: 1;
  color: #121212;
}

.pagination-pager ul > li > a span {
  vertical-align: middle;
  border-bottom: 1px solid currentColor;
}

.pagination-pager ul > li:first-child {
  margin-right: 9px;
}

.pagination-pager ul > li:last-child {
  margin-left: 9px;
}

.pagination-pager ul > li:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 1px;
}

.pagination-pager ul > li:nth-child(n+2):nth-last-child(n+2) > a {
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #909090;
  color: #fbfaf8;
}

.pagination-pager ul > li:nth-child(n+2):nth-last-child(n+2) > a > span {
  line-height: 35px;
  border-bottom: none;
}

.pagination-pager ul > li:nth-child(n+2):nth-last-child(n+2).active > a {
  background-color: #d72526;
}

.pagination-pager ul > li.all > a {
  color: #121212 !important;
  background: transparent !important;
}

.pagination-pager ul > li.disabled > a {
  color: #909090;
}

.pagination-pager ul > li.disabled > a span {
  border-color: transparent;
}

.pagination-pager ul > li.prev, .pagination-pager ul > li.next {
  white-space: nowrap;
}

.pagination-pager ul > li.prev .icon, .pagination-pager ul > li.next .icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  line-height: 1;
}

.pagination-pager ul > li.prev .icon-angle-left {
  margin-right: 8px;
  background: url("images/icons/angle-l-active.png") center;
}

.pagination-pager ul > li.prev.disabled .icon-angle-left {
  background: url("images/icons/angle-l.png") center;
}

.pagination-pager ul > li.next .icon-angle-right {
  margin-left: 8px;
  background: url("images/icons/angle-r-active.png") center;
}

.pagination-pager ul > li.next.disabled .icon-angle-right {
  background: url("images/icons/angle-r.png") center;
}

.pagination-pager ul > li:hover {
  opacity: .8;
}

/**************************************
      = Media Queries
      ¬ mobile first
                                     */
/**        ¬ lg <= 1199px         **/
@media (max-width: 1439px) {
  .section-about__title h2 {
    text-align: center;
  }
  .about-intro__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  .product-card__item {
    height: 70.98121vw;
    min-height: 260px;
  }
}

/**        ¬ mobile first         **/
@media (min-width: 480px) {
  .about-product__item {
    max-height: 540px;
  }
  .about-favorite__dialog {
    padding: 50px;
  }
  .about-store__thumb {
    max-height: 490px;
  }
  .catalog-sortbar__filter {
    width: 100%;
  }
  .catalog-sortbar__filter-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .catalog-sortbar__filter .form-group {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
  .catalog-sortbar__filter-sort .select2 {
    width: 160px;
  }
  .catalog-sortbar__filter-show {
    margin-left: 50px;
  }
  .catalog-sortbar__filter-show .select2 {
    width: 60px;
  }
  .product-card__left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 410px;
  }
  .product-card__right {
    max-width: 720px;
    margin: 0 auto;
  }
  .product-card__thumbs {
    display: block;
  }
  .product-card__item {
    max-width: none;
    margin-right: 17px;
  }
  .contacts-panel__main {
    padding: 110px 50px 50px;
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .about-intro__panel {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 50px 60px 50px 50px;
  }
  .about-store__descr {
    padding: 0 3.71901%;
  }
  .catalog-finder {
    display: block;
  }
  .catalog-finder__groups {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .catalog-finder__groups > .form-group {
    width: 100%;
    margin-right: 10px;
  }
  .catalog-finder__groups > .form-group:last-child {
    width: 260px;
    margin-right: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .catalog-finder__btn {
    position: relative;
    top: -5px;
  }
}

@media (min-width: 992px) {
  .about-product__title {
    text-align: left;
  }
  .about-store__content {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about-store__thumb {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .about-store__descr {
    width: 670px;
  }
  .catalog-sortbar .col.order-1 {
    margin-bottom: 0;
  }
  .product-card {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-card__left {
    position: relative;
    margin-right: 24px;
  }
  .product-card__item {
    margin-bottom: 0;
  }
  .product-card__thumb {
    margin-right: 0;
  }
  .product-card__thumb:last-child {
    margin-bottom: 0;
  }
  .product-card__next {
    left: 0;
    bottom: -35px;
    -webkit-transform: none;
            transform: none;
  }
  .product-card__cost {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-card__cost .cost {
    margin: 0 25px 0 0;
  }
  .product-card__title {
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .about-product {
    padding: 0 50px;
  }
  .about-store {
    padding: 0;
  }
  .about-store__inner {
    padding: 50px 50px 0;
  }
  .section-product {
    padding: 45px 50px 0;
  }
}

@media (min-width: 1200px) {
  .catalog-finder__groups {
    max-width: 992px;
  }
  .catalog-finder__price-groups {
    display: inline-block;
    width: 195px;
  }
  .catalog-finder__price-groups .form-control {
    width: 92px;
  }
  .catalog-finder label {
    display: inline-block;
    margin-bottom: 0;
  }
  .catalog-finder .select2 {
    width: 160px !important;
  }
}

@media (min-width: 1440px) {
  .toggle-collapse {
    display: none;
  }
  .collapse {
    display: block;
    height: auto !important;
  }
  .about-favorite {
    max-height: 700px;
  }
  .about-store__descr {
    margin-bottom: 0;
  }
  .section-catalog {
    padding: 0 50px;
  }
  .catalog-finder__row {
    padding-top: 40px;
  }
  .product-card__left {
    width: 411px;
  }
}

@media (min-width: 1600px) {
  .about-product__row {
    margin: 0 -25px;
  }
  .about-product .item {
    padding: 0 25px;
  }
  .about-favorite {
    padding: 50px 0;
  }
  .about-favorite__dialog {
    min-height: calc(100vh - 100px);
  }
  .section-catalog__list > .row {
    margin: 0 -25px;
  }
  .section-catalog__list > .row .item {
    width: 25%;
    padding: 0 25px;
  }
  .catalog-recommend__row {
    margin: 0 -25px;
  }
  .catalog-recommend__row .item {
    width: 25%;
    padding: 0 25px;
  }
}

/*************************************
    = Icons
      ¬ social icons
                                    */
.icon:before {
  display: block;
  content: '';
}

.icon-search:before {
  background-image: url(images/sprite.png);
  background-position: 0px -188px;
  width: 18px;
  height: 19px;
}

.icon-user:before {
  background-image: url(images/sprite.png);
  background-position: 0px -82px;
  width: 9px;
  height: 11px;
}

.icon-envelope:before {
  background-image: url(images/sprite.png);
  background-position: 0px -50px;
  width: 14px;
  height: 10px;
}

.icon-pencil:before {
  background-image: url(images/sprite.png);
  background-position: 0px -71px;
  width: 8px;
  height: 11px;
}

/**        ¬ social icons         **/
.icon-s:before {
  display: block;
  content: '';
}

.icon-s-youtube:before {
  background-image: url(images/sprite.png);
  background-position: 0px -207px;
  width: 28px;
  height: 27px;
}

.icon-s-vk:before {
  background-image: url(images/sprite.png);
  background-position: 0px -234px;
  width: 28px;
  height: 27px;
}

.icon-s-twitter:before {
  background-image: url(images/sprite.png);
  background-position: 0px -288px;
  width: 28px;
  height: 27px;
}

.icon-s-facebook:before {
  background-image: url(images/sprite.png);
  background-position: 0px -261px;
  width: 28px;
  height: 27px;
}
.carousel-indicators {
  bottom: -100%;
}
.page-content__inner {
  overflow: hidden;
}