* {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none; }

body {
  background: #fafafb; }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  color: #2a2a2a;
  margin-bottom: 25px; 
  }

h1 {
  font-family: 'Oranienbaum', serif;
  font-weight: lighter;
  font-size: 20pt;
  text-align: center; }

h2 {
  font-family: 'Oranienbaum', serif;
  font-weight: lighter;
  font-size: 18pt;
  margin-bottom: 10px;
  margin-top: 30px;  }

h3 {
  font-family: 'Oranienbaum', serif;
  font-weight: lighter;
  font-size: 16pt; 
  }

h4 {
  font-family: 'Oranienbaum', serif;
  font-weight: lighter;
  font-size: 15pt; }

p.text {
  margin-bottom: 35px;
  font-size: 13px;
  color: #898989;
  line-height: 24px; }

.wrapper.wrapper_section-bg {
  background-color: #f2f2f5; }

.backdrop {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.on {
  opacity: 1;
  left: 0; }

.no-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden; }

.scroll_padding-top {
  padding-top: 76px; }
  @media (min-width: 64em) {
    .scroll_padding-top {
      padding-top: 100px; } }

.scroll_padding-top-nav {
  padding-top: 263px; }

.search-form {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada; }
  @media (min-width: 64em) {
    .search-form {
      width: 320px;
      right: 2px;
      left: auto;
      top: 113%;
      background: transparent;
      border-bottom: 1px solid transparent; } }
  .search-form  input {
    -webkit-border-radius: 30px;
            border-radius: 30px;
    border: 1px solid #4fa4b6;
    -webkit-appearance: textfield;
    outline: none;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    padding-right: 35px; }
  .search-form  button {
    outline: none;
    position: absolute;
    top: 12px;
    height: 37px;
    right: 30px;
    background: #fff;
    border: none;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    padding: 0;
    color: #898989;
    font-size: 18px; }

.breadcrumbs {
  font-size: 13px;
  list-style: none;
  color: #898989;
  padding: 35px 0 10px  0;
  display: inline-block; }
  .breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
    position: relative; }
    .breadcrumbs li:not(:last-child):after {
      content: "/";
      display: inline-block;
      position: absolute;
      right: -11px;
      font-size: 13px;
      top: 0px; }
    .breadcrumbs li:not(:last-child) {
      text-decoration: underline; }
  .breadcrumbs a {
    color: #898989; }
    .breadcrumbs a:hover {
      color: #51a5b4; }
  .breadcrumbs_no-margin {
    margin: 0; }

.catalog-title {
  margin-bottom: 40px; }
  @media (max-width: 37.5em) {
    .catalog-title {
      margin-bottom: 30px; } }

.inner-wrapper {
  margin: 0 auto;
  max-width: 1200px; }
  .inner-wrapper_border-bottom {
    border-bottom: 1px solid #dadada; }

img {
  max-width: 100%; }

.header-top {
  font-size: 12px;
  background: #2a2a2a;
  color: #fff;
  padding: 12px 0; }

.location {
  display: inline-block;
  margin-right: 100px; }
  .location a {
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    color: #fff; }
  .location span {
    padding-left: 20px; }

#pin {
  position: absolute;
  margin-right: 5px; }
  #pin .cls-1 {
    fill: #fff; }

.company-info {
  display: inline-block; }
  .company-info a {
    color: #fff; }
  .company-info ul {
    list-style: none; }
  .company-info li {
    display: inline-block;
    margin-right: 35px; }
  .company-info_mobile {
    font-size: 14px;
    display: block; }
    .company-info_mobile li {
      display: block;
      margin-right: 35px; }
    .company-info_mobile a {
      color: #000; }

.enter > span {
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}
.enter {
  color: #fff;
  font-size: 12px;
  float: right;
  position: relative;
  top: -5px; }
  .enter_mobile {
    color: #878787;
    float: none;
    position: static; }

.check-order svg {
	width: 6px;
}
.check-order {
  display: inline-block;
  background: #fff;
  color: #5f5f5f;
  font-size: 12px;
  margin-left: 10px;
  max-width: 212px;
  padding: 5px 7px 5px 13px;
  -webkit-border-radius: 2px;
          border-radius: 2px; }
  .check-order span:first-child {
    margin-right: 13px; }
  .check-order_mobile {
    background: #edf0f3;
    color: #5f5f5f;
    margin-left: 18px; }

.bars {
  margin-right: 25px;
  display: inline-block;
  position: relative;
  width: 30px; }
  @media (min-width: 50em) {
    .bars {
      margin-right: 30px; } }

.bar {
  height: 2px;
  background: #2a2a2a;
  margin: 8px 0; }

.active .bar:nth-child(2) {
  opacity: 0; }

.active .bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(9px) translateX(5px);
      -ms-transform: rotate(45deg) translateY(9px) translateX(5px);
          transform: rotate(45deg) translateY(9px) translateX(5px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #5e5e5e; }

.active .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(5px);
      -ms-transform: rotate(-45deg) translateY(-8px) translateX(5px);
          transform: rotate(-45deg) translateY(-8px) translateX(5px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #5e5e5e; }

.bar:nth-child(2) {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.bar {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.header-bottom {
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
  background: #fff;
  z-index: 11;
  index: 11; }
  .header-bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .header-bottom .logo {
    display: inline-block; }
    .header-bottom .logo span:first-child {
      color: #000;
      display: inline-block;
      font-size: 48px;
      font-family: 'Oranienbaum', serif;
      text-transform: uppercase;
      margin-right: 10px; }
      @media (min-width: 64em) {
        .header-bottom .logo span:first-child {
          font-size: 62px; } }
      @media (min-width: 70em) {
        .header-bottom .logo span:first-child {
          font-size: 62px;
          margin-right: 20px; } }
    .header-bottom .logo span:last-child {
      font-size: 12px;
      font-family: 'Open Sans', sans-serif;
      color: #898989;
      text-transform: none;
      max-width: 188px;
      display: inline-block;
      position: relative;
      top: -8px;
      display: none; }
      @media (min-width: 50em) {
        .header-bottom .logo span:last-child {
          display: inline-block;
          margin: 0;
          font-size: 10px;
          max-width: 133px;
          top: 0px; } }
      @media (min-width: 64em) {
        .header-bottom .logo span:last-child {
          font-size: 12px;
          display: inline-block;
          margin: 0;
          max-width: 153px;
          top: -2px; } }
      @media (min-width: 1220px) {
        .header-bottom .logo span:last-child {
          margin: 0 30px;
          display: inline-block;
          max-width: 188px;
          top: -8px; } }

.header-buttons {
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #dadada; }

.btn {
  display: inline-block;
  /* padding: 10px; */
  padding: 10px 5px;
  cursor: pointer;
  border: 1px solid #4fa4b6;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  color: #000; }
  .btn:hover {
    background: #4fa4b6;
    color: #fff; }
    .btn:hover svg .right-arrow-btn, .btn:hover svg .calc-1, .btn:hover svg .person-1, .btn:hover svg .clg-1, .btn:hover svg .cls-2, .btn:hover svg .cls-3, .btn:hover svg .write-tag {
      fill: #fff; }
  .btn_save {
    width: 100%;
    margin-bottom: 10px;
    max-width: 180px;
    font-size: 13px;
    text-align: center; }
	
a.zamershik{
	background: #4fa4b6;
	color:#fff;
}
a.zamershik svg{	
	color:#fff;
}
  .btn_calc, .btn_calc2 {
    vertical-align: top;
    /* margin: 0px 5px; */
	margin: 0px 2px;
    font-size: 13px;
    position: relative; 
	}
    .btn_calc:hover svg #person-icon, .btn_calc2:hover svg #person-icon {
      fill: #fff !important; }
    @media (min-width: 37.5em) {
      .btn_calc, .btn_calc2 {
        margin-top: 5px; } }
    @media (min-width: 50em) {
      .btn_calc, .btn_calc2 {
        padding-left: 43px; } }
    @media (min-width: 64em) {
      .btn_calc, .btn_calc2 {
        top: 10px; } }
    @media (min-width: 70em) {
      .btn_calc, .btn_calc2 {
        margin-top: 5px;
        top: 10px;
        /*padding-left: 50px;*/ } }
    .btn_calc .icon, .btn_calc2 .icon {
      display: none;
      position: absolute;
      left: 15px;
      width: 17px;
      top: 7px; }
      @media (min-width: 50em) {
        .btn_calc .icon, .btn_calc2 .icon {
          display: inline-block; } }
  .btn__product {
    padding: 10px 40px;
    margin-top: 20px; }
    @media (max-width: 37.5em) {
      .btn__product {
        font-size: 13; } }
  .btn_promo {
    color: #51a5b4;
    padding: 8px 30px;
    font-size: 15px;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold; }
  .btn__back {
    font-size: 18px;
    color: #2a2a2a;
    padding: 20px 64px 20px 77px;
    margin-bottom: 25px;
    position: relative; }
    .btn__back svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      position: absolute;
      left: 35px;
      top: 50%;
      margin-top: -8px; }
  .btn_filter {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    background-color: white; }
    .btn_filter span:first-child {
      color: #2a2a2a; }
    .btn_filter span:last-child {
      color: #838383; }
    .btn_filter:hover span {
      color: #fff; }
  .btn_show-all {
    font-size: 16px;
    color: #fff;
    background: #6363de;
    border: none;
    padding: 10px 50px;
    margin: 10px 0; }
  .btn_fasad-left, .btn_fasad-right {
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #6363de;
    border: none;
    text-align: center;
    width: 100%;
    margin-bottom: 30px; }
    .btn_fasad-left:hover, .btn_fasad-right:hover {
      background: #7575e2; }
  .btn_fasad-right {
    background: #51a5b4;
    position: relative; }
    .btn_fasad-right:hover {
      background: #54b6c7; }
  .btn_sort {
    font-size: 12px;
    border: none;
    color: #7c7c7c;
    background: #ededf0;
    padding: 8px 12px;
    margin: 10px 0; }
    .btn_sort.active {
      background: #6363de;
      color: #fff; }
  .btn_show-more {
    margin: 25px 0 50px 0;
    width: 100%;
    text-align: center;
    border: none;
    background: #f1f1f6;
    font-size: 13px;
    color: #2a2a2a; }
  .btn_go-to-catalog {
    padding: 20px 65px;
    margin: 50px 0;
    position: relative; }
    .btn_go-to-catalog svg {
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -8px; }
    @media (min-width: 50em) {
      .btn_go-to-catalog {
        padding: 20px 75px;
        margin-top: 30px;
        margin-bottom: 110px; } }
    @media (min-width: 64em) {
      .btn_go-to-catalog {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 110px; } }
  .btn_manager {
    font-size: 13px; }
  .btn_delivery {
    -webkit-border-radius: 40px;
            border-radius: 40px;
    padding: 25px 40px;
    font-size: 17px;
    background: #429cc2;
    color: #fff;
    margin-bottom: 35px; }
    @media (min-width: 64em) {
      .btn_delivery {
        font-size: 20px; } }
  .btn_call-us {
    padding-left: 50px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    max-width: 180px;
    position: relative; }
    .btn_call-us span {
      position: absolute;
      left: 20px;
      top: 7.5px; }
  .btn_write-us {
    padding-left: 50px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    max-width: 180px;
    position: relative; }
    .btn_write-us span {
      position: absolute;
      left: 15px;
      top: 6.5px;
      display: inline-block;
      width: 25px;
      height: 25px; }
  .btn_get {
    padding: 12px 75px;
    font-size: 21px;
    font-weight: bolder;
    color: #51a5b4; }
  .btn-wrapper {
    text-align: center; }
    @media (min-width: 50em) {
      .btn-wrapper {
        text-align: left; } }
  .btn_next {
    font-size: 13px;
    border: 1px solid #4fa4b6;
    color: #2a2a2a;
    padding: 8px 40px;
    margin: 10px 0;
    margin-left: 10px; }
  .btn_back-step {
    font-size: 13px;
    color: #2a2a2a;
    border: 1px solid #b3b3b3;
    padding: 8px 40px;
    width: 180px;
    position: relative;
    bottom: -10px; }
    @media (min-width: 50em) {
      .btn_back-step {
        float: left; } }
    @media (min-width: 70em) {
      .btn_back-step_final {
        position: absolute;
        right: 104%;
        bottom: 27px; } }
    .btn_back-step:hover {
      border: 1px solid #4fa4b6; }
    @media (max-width: 37.5em) {
      .btn_back-step {
        float: none;
        display: inline-block;
        width: 180px;
        margin: 0 auto 20px auto; } }
    .btn_back-step svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      position: absolute;
      left: 20px;
      top: 50%;
      margin-top: -8px; }
      .btn_back-step svg .right-arrow-btn {
        fill: #b5babe; }

.contact-info {
  position: relative;
  top: 10px;
  text-align: right;
  max-width: 240px;
  display: inline-block; }
  @media (min-width: 70em) {
    .contact-info {
      /* margin: 0 30px; */
      margin: 0 10px; } }
  .contact-info .time {
    font-size: 12px;
    color: #898989; }
  .contact-info .callback {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    font-size: 12px;
    color: #898989; }
  .contact-info_mobile {
    position: static;
    text-align: left;
    margin: 30px 0; }

.telephone {
  font-size: 24px; }
  .telephone a {
    text-decoration: none;
    color: #2a2a2a; }
  .telephone :first-child {
    width: 15px;
    margin-right: 5px; }
  .telephone span:nth-child(2) {
    font-weight: 300;
    margin-right: 5px; }
  .telephone span:last-child {
    font-family: 'Open Sans bold', sans-serif;
    font-weight: 700; }
  @media (max-width: 70em) {
    .telephone span:last-child {
      font-size:20px; } }
  .telephone_top-line {
    text-decoration: none;
    color: #fff;
    /*position: absolute;
    top: 0px;
    right: 10px;
    vertical-align: top;*/
	vertical-align: middle;
	text-align: center;
    font-size: 30px; }
    .telephone_top-line a {
      color: #fff; }
/*div.telephone.telephone_top-line.hide-laptop{
	font-size: 30px;
}
*/
.online-calc {
  display: inline-block; }

#person-icon {
  /*fill: url(#gradient1); */
  fill: #fff; 
  }

.header-icons {
  display: inline-block;
  float: right;
  position: relative;
  top: 10px;
  left: -20px; }

.search {
	cursor: pointer;
  position: relative;
  margin-right: 10px;
  max-width: 30px;
  display: inline-block; }
  @media (min-width: 64em) {
    .search {
      margin-right: 6px;
      top: -5px; } }

.favorite {
  display: inline-block;
  max-width: 30px;
  position: relative; }
  @media (min-width: 64em) {
    .favorite {
      top: -5px; } }

.fav-item-count {
  position: absolute;
  top: -5px;
  right: -16px;
  width: 22px;
  height: 16px;
  display: inline-block;
  font-size: 13px;
  -webkit-border-radius: 40%;
          border-radius: 40%;
  text-align: center;
  background: #ec0b0b;
  color: white;
  line-height: 16px; }

#dot {
  max-height: 350px;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }
  #dot.more {
    max-height: 999px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }

.main-menu-mobile {
  padding: 10px;
  width: 295px;
  -webkit-box-shadow: 0px 1px 3px 1px #b6b7b8;
          box-shadow: 0px 1px 3px 1px #b6b7b8;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: -320px;
  z-index: 11;
  overflow-y: scroll;
  visibility: hidden;
  -webkit-overflow-scrolling: touch; }
  .main-menu-mobile_active {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 0;
    visibility: visible;
    bottom: 0;
    top: 0;
    position: fixed; }
  .main-menu-mobile ul li {
    position: relative;
    margin: 0;
    margin-bottom: 20px; }
  .main-menu-mobile .close-btn {
    text-align: right;
    margin-bottom: 20px; }
  .main-menu-mobile .mobile-menu-item {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    font-family: 'Open Sans bold', sans-serif; }
    .main-menu-mobile .mobile-menu-item .arrow {
      position: absolute;
      right: 0;
      top: 12px; }
    .main-menu-mobile .mobile-menu-item .icon {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      height: 30px;
      width: 30px;
      margin-right: 20px; }
      .main-menu-mobile .mobile-menu-item .icon svg {
        position: static;
        display: inline-block;
        height: 30px;
        vertical-align: bottom; }
        .main-menu-mobile .mobile-menu-item .icon svg .cls-1 {
          fill: #6363de; }
      .main-menu-mobile .mobile-menu-item .icon_bedroom svg {
        height: 20px;
        vertical-align: bottom; }
        .main-menu-mobile .mobile-menu-item .icon_bedroom svg .cls-1 {
          fill: #6363de; }
    .main-menu-mobile .mobile-menu-item .text {
      vertical-align: middle;
      display: inline-block; }
  .main-menu-mobile .readmore {
    cursor: pointer;
    text-align: center;
    margin-bottom: 30px; }
    .main-menu-mobile .readmore img {
      vertical-align: top;
      -webkit-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease; }
    .main-menu-mobile .readmore.on img {
      -webkit-transition: all 0.7s ease;
      -o-transition: all 0.7s ease;
      transition: all 0.7s ease;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .main-menu-mobile .readmore span {
      display: inline-block;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      color: #908a83;
      font-size: 2em; }
      .main-menu-mobile .readmore span:first-child {
        font-size: 14px;
        color: #000;
        font-weight: bold;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        margin-right: 25px;
        position: relative;
        top: -8px; }

.main-menu {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 105px;
  overflow: hidden; }
  .main-menu.more {
    max-height: 999px !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .main-menu.content-wrapper {
    padding: 15px 0; }
  .main-menu .show-all {
    width: 115px;
    position: absolute;
    top: 15px;
    right: -115px; }
  .main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    list-style: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 115px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left; }
    .main-menu ul li {
      width: 90px; }
      @media (min-width: 50em) {
        .main-menu ul li {
          min-width: 0; } }
  .main-menu .menu-item {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    font-family: 'Open Sans bold', sans-serif; }
    .main-menu .menu-item .text {
      margin-bottom: 15px; }
    .main-menu .menu-item .icon {
      margin-bottom: 15px;
      height: 41px; }
      .main-menu .menu-item .icon svg {
        height: 40px;
        vertical-align: bottom; }
        .main-menu .menu-item .icon svg .cls-1 {
          fill: #6363de; }
      .main-menu .menu-item .icon_bedroom svg {
        height: 30px;
        vertical-align: bottom; }
        .main-menu .menu-item .icon_bedroom svg .cls-1 {
          fill: #6363de; }
      .main-menu .menu-item .icon_childrens svg {
        vertical-align: bottom; }
        .main-menu .menu-item .icon_childrens svg .cls-1 {
          fill: url(#gradient); }
      .main-menu .menu-item .icon_hallways svg {
        vertical-align: bottom; }
        .main-menu .menu-item .icon_hallways svg .cls-1 {
          fill: url(#gradient); }
      .main-menu .menu-item .icon_office svg {
        vertical-align: bottom; }
        .main-menu .menu-item .icon_office svg .cls-1 {
          fill: url(#gradient); }
      .main-menu .menu-item .icon_more {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .main-menu .menu-item .icon_more.active {
          -webkit-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease;
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .main-menu .menu-item .icon_more svg {
          vertical-align: bottom; }
          .main-menu .menu-item .icon_more svg .cls-1 {
            fill: none; }

.promo {
  position: relative; }
  .promo__pic {
    display: block; }
    @media (min-width: 50em) {
      .promo__pic {
        padding-left: 0;
        padding-bottom: 0px; } }
  .promo__text {
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    padding: 20px;
    padding-bottom: 50px; }
    .promo__text h1 {
      color: #fff;
      margin-bottom: 50px;
      position: relative;
      font-size: 60px; }
      @media (min-width: 50em) {
        .promo__text h1 {
          font-size: 48px;
          text-align: left;
          margin-bottom: 20px; } }
      @media (min-width: 64em) {
        .promo__text h1 {
          text-align: left;
          margin-bottom: 50px; } }
      .promo__text h1:before {
        content: "";
        display: inline-block;
        height: 2px;
        width: 45px;
        background-color: #fff;
        bottom: -25px;
        left: 50%;
        margin-left: -27px;
        position: absolute; }
        @media (min-width: 50em) {
          .promo__text h1:before {
            bottom: -10px;
            left: 0;
            margin-left: 0; } }
        @media (min-width: 64em) {
          .promo__text h1:before {
            bottom: -25px; } }
    .promo__text h4 {
      color: #fff;
      margin: 0;
      font-size: 24px; }
      @media (min-width: 50em) {
        .promo__text h4 {
          font-size: 18px;
          text-align: left; } }
      @media (min-width: 64em) {
        .promo__text h4 {
          text-align: left; } }
    .promo__text span {
      max-width: 186px;
      margin: 0 auto;
      font-size: 12px;
      color: #898989;
      display: block;
      margin-bottom: 20px; }
      @media (min-width: 50em) {
        .promo__text span {
          margin: 0;
          margin-bottom: 20px; } }
    @media (min-width: 50em) {
      .promo__text {
        text-align: left;
        width: 30%;
        position: absolute;
        top: 0;
        bottom: 0;
        padding-top: 3%;
        padding-left: 6%;
        padding-bottom: 0px; } }
    @media (min-width: 64em) {
      .promo__text {
        padding-top: 4%; } }

.title {
  margin: 20px 0 40px 0;
  position: relative;
  text-align: center;
  font-size: 52px;
  font-family: 'Oranienbaum', serif;
  color: #2a2a2a; }
  @media (max-width: 37.5em) {
    .title {
      margin: 0; } }
  .title_padding {
    margin: 0;
    padding-top: 50px;
    margin-bottom: 40px; }
  .title_modal {
    padding: 0;
    margin: 40px 0; }
  .title_left {
    text-align: left; }
  .title span, .title h1 {
    position: relative; 
	}
	.title h1 {
		display: inline-block;
		margin-bottom: 0; 
	}

  .title span:before, .title span:after, .title h1:before, .title h1:after {
    content: '';
    position: absolute;
    width: 3000px;
    height: 1px;
    background: #b8b8b8;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 104%; }
    @media (min-width: 37.5em) {
      .title span:before, .title span:after, .title h1:before, .title h1:after {
        right: 120%; } }
  .title span:after, .title h1:after {
    right: auto;
    left: 104%; }
    @media (min-width: 37.5em) {
      .title span:after, .title h1:after {
        left: 120%; } }
  @media (max-width: 37.5em) {
    .title {
      padding: 20px 0;
      font-size: 36px; }
      .title span, .title h1 {
        margin-bottom: 20px; } }
  .title span, .title h1 {
    font-family: 'Oranienbaum', serif;
    font-size: 52px; }
  .title .works {
    font-size: 13px;
    position: relative;
    top: -10px;
    left: 20px;
    text-decoration: underline;
    color: #898989; }
    @media (max-width: 37.5em) {
      .title .works {
        display: block;
        position: static; } }

.news-product {
  background-image: url(../image/news_promo.png);
  padding-top: 50px;
  padding-bottom: 80px; }
  @media (max-width: 37.5em) {
    .news-product {
      padding-bottom: 40px;
      padding-top: 25px; } }
  @media (max-width: 37.5em) {
    .news-product h3 {
      text-align: center;
      margin-bottom: 10px; } }
  .news-product .title {
    margin-top: 0; }
  .news-product__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px; }
    @media (max-width: 37.5em) {
      .news-product__container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media (min-width: 64em) {
      .news-product__container {
        padding: 0 60px; } }
  .news-product__img {
    max-width: 480px;
    width: 40%;
    margin-right: 20px;
    text-align: center; }
    @media (max-width: 37.5em) {
      .news-product__img {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0; } }
    @media (min-width: 64em) {
      .news-product__img {
        margin-right: 85px; } }
  .news-product__content {
    width: 40%; }
    @media (max-width: 37.5em) {
      .news-product__content {
        width: 100%; } }
  .news-product__text {
    margin-bottom: 25px;
    font-family: 'Open Sans Regular', sans-serif;
    font-size: 17px;
    color: #2a2a2a;
    line-height: 1.7; }
    @media (min-width: 64em) {
      .news-product__text {
		  margin-bottom: 30px;
        /*margin-bottom: 50px;*/ } }
  .news-product__price span:first-child {
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold; }

.product-item {
  position: relative;
  margin: 0 -20px;
  margin-bottom: 20px; }
  .product-item a {
    color: #000; }
  .product-item_slider {
    margin: 0; }
  @media (min-width: 37.5em) {
    .product-item {
      margin: 0;
      margin-bottom: 20px; } }
  .product-item__image {
    overflow: hidden; }
    .product-item__image img {
      width: 100%;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    .product-item__image:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
  .product-item__text {
    /*position: absolute;*/
    background: #ааа;
    padding: 20px;
    color: #000;
    width: 100%;
    bottom: 0; }
    .product-item__text_catalog {
      padding: 10px 0;
		/*background: #ccc;*/
	  }
      @media (max-width: 37.5em) {
        .product-item__text_catalog {
          padding: 10px 0; } }
  .product-item__mark {
    position: absolute;
    bottom: 130px;
    left: 20px;
    z-index: 3;
    color: #fff;
    font-size: 11px;
    padding: 1px 5px;
    /*background: #6363de;*/ 
	}
    .product-item__mark_sale {
      background: #eb1212;
      padding: 1px 7px; }
    .product-item__mark_catalog {
      top: 20px;
      left: 0;
      bottom: auto; }
  .product-item__name {
    font-size: 18px;
    font-weight: bold; }
    .product-item__name_catalog {
      font-family: 'Oranienbaum', serif;
      font-size: 11pt;
      text-align: center;
      font-weight: normal; }
      @media (max-width: 37.5em) {
        .product-item__name_catalog {
          font-size: 12pt; } }
  .product-item__price {
    font-size: 13px; }
    .product-item__price span:first-child {
      font-weight: bold; }
    .product-item__price span:last-child-child {
      font-weight: lighter; }
  .product-item__add-to-fav {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    z-index: 3;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
    .product-item__add-to-fav:hover {
      background-color: rgba(238, 46, 34, 0.4); }
    .product-item__add-to-fav.active {
      background-color: rgba(238, 46, 34, 0.6); }
    .product-item__add-to-fav_catalog {
      top: 10px;
      right: 10px; }
  @media (min-width: 37.5em) {
    .product-item_prod-card {
      margin-bottom: 70px; } }

.advantages {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 64em) {
    .advantages {
      padding-left: 40px;
      margin-bottom: 50px; } }
  .advantages .last {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .advantages__icon {
    width: 60px;
    margin-right: 20px;
    display: inline-block; }
    .advantages__icon img {
      max-width: none; }
  .advantages__text {
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1.6; }
    .advantages__text ul {
      margin-left: 14px; }
    .advantages__text li {
      color: #6363de; }
    .advantages__text a {
      color: #2a2a2a;
      font-size: 12px; }
  .advantages__border-left {
    border-left: 1px solid #dadada; }

.all-our-works {
  font-size: 13px;
  text-decoration: underline;
  color: #898989;
  padding-left: 25px; }

.product {
  margin-bottom: 40px; }
  .product__img {
    overflow: hidden;
    margin-bottom: 25px;
    display: inline-block;
    position: relative; }
    .product__img img {
      width: 100%;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    .product__img:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease; }
    .product__img .product-item__add-to-fav {
      bottom: 15px;
      top: auto; }
  .product__title {
    display: block;
    font-size: 21px;
    font-family: 'Oranienbaum', sans-serif;
    color: #1c1b1b;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px; }
    .product__title:before {
      content: "";
      display: inline-block;
      height: 2px;
      width: 25px;
      background-color: black;
      bottom: 0;
      position: absolute; }
    .product__title_off-line {
      padding-bottom: 0; }
      .product__title_off-line:before {
        visibility: hidden; }
  .product__data {
    font-size: 11px;
    font-family: 'Open Sans Light', sans-serif;
    color: #6c6c6c;
    margin-top: -25px;
    margin-bottom: 20px; }
    .product__data_top {
      margin-top: 0;
      margin-bottom: 10px; }
  .product__text {
    font-size: 14px;
    font-style: oblique;
    color: #6c6c6c;
    font-family: 'Open Sans regular', sans-serif;
    line-height: 1.55;
    max-height: 66px;
    overflow: hidden; }

.slider-arrows {
  position: relative; }
  .slider-arrows .icon_review_slider_prev {
    color: white;
    font-size: 2.5em;
    font-weight: 100;
    position: absolute;
    right: 80px; }
  .slider-arrows .icon_review_slider_next {
    color: white;
    font-size: 2.5em;
    font-weight: 100;
    position: absolute;
    right: 0; }

.slider_controls {
  position: absolute;
  right: 40px;
  top: 15px;
  width: 100px;
  text-align: center;
  z-index: 10;
  cursor: pointer; }

#review-slider { }
  @media (min-width: 37.5em) {
    #review-slider {
      margin-top: 0; } }
  @media (min-width: 50em) {
    #review-slider {
      margin-top: auto; } }

.review-slider {
  padding: 40px 0 65px 0;
  background-color: #2a2a2a;
  position: relative; }
  @media (min-width: 50em) {
    .review-slider .lSSlideOuter {
      border: 9px solid white; } }
  @media (min-width: 50em) {
    .review-slider {
      padding-left: 108px; } }
  @media (min-width: 64em) {
    .review-slider {
      padding-right: 105px;
      padding-left: 208px; } }
  @media (min-width: 70em) {
    .review-slider {
      padding-right: 105px;
      padding-left: 308px; } }
  .review-slider ul {
    list-style: none; }
    .review-slider ul > li {
      padding: 40px 10px; }
      @media (min-width: 50em) {
        .review-slider ul > li {
          text-align: left;
          padding-left: 305px;
          min-height: 380px; } }
  .review-slider__title {
    text-align: center;
    font-size: 52px;
    color: white;
    font-family: 'Oranienbaum', sans-serif; }
    @media (min-width: 37.5em) {
      .review-slider__title {
        margin-bottom: 30px; } }
    @media (min-width: 50em) {
      .review-slider__img {
		  text-align: center;
		  position: absolute;
        top: 215px;
        max-width: 400px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: 0;
        z-index: 9; } }
    @media (min-width: 64em) {
      .review-slider__img {
        left: 110px;
        top: 200px;		
		} }
  .review-slider__text {
    position: relative;
    margin-top: 50px;
    color: #d0d0d0;
    font-size: 14px;
    line-height: 1.7; }
    @media (min-width: 50em) {
      .review-slider__text {
        margin: 0;
        padding-top: 85px; } }
    .review-slider__text:before {
      content: "\201c";
      color: #555657;
      font-size: 15em;
      margin-top: -20px;
      font-family: 'Oranienbaum', sans-serif;
      position: absolute;
      top: -135px; }
      @media (min-width: 50em) {
        .review-slider__text:before {
          top: -50px; } }
  .review-slider__pager {
    color: white;
    position: relative;
    top: 15px;
    display: inline-block; }
    .review-slider__pager span:first-child {
      font-size: 14x;
      color: #d0d0d0; }
      .review-slider__pager span:first-child:after {
        content: "/"; }
    .review-slider__pager span:last-child {
      font-size: 24px; }

.footer {
  background-color: #f4f4f4;
  padding: 35px 10px 15px 10px; }
  @media (min-width: 64em) {
    .footer {
      padding: 35px 50px 15px 50px; } }
  .footer ul {
    list-style: none; }
  .footer_flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .footer_flex-container.min {
      margin-top: 20px;
      display: none;
      position: relative; }
      @media (min-width: 520px) {
        .footer_flex-container.min {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 1385px) {
        .footer_flex-container.min {
          margin: 0; } }
  .footer-list {
    display: inline-block; }
    .footer-list a,
	.footer-list span {
      text-decoration: none;
      color: #6a6a6a;
      font-size: 13px;
      line-height: 1.3; }
      @media (min-width: 50em) {
        .footer-list a {
          line-height: 2.1; } }
    .footer-list__title {
      display: inline-block;
      font-size: 16px;
      margin-bottom: 20px;
      font-family: 'Open Sans bold', sans-serif;
      font-weight: bold; }
    .footer-list__subscribe {
      display: inline-block;
      line-height: 1.3; }
      @media (min-width: 64em) {
        .footer-list__subscribe {
          margin-right: 22px;
          width: 314px; } }
      .footer-list__subscribe.mobile {
        display: block; }
        @media (min-width: 520px) {
          .footer-list__subscribe.mobile {
            display: none; } }
        .footer-list__subscribe.mobile label {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 13px;
          color: #6a6a6a;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 13px;
          padding: 0 24px;
          position: relative; }
          .footer-list__subscribe.mobile label:before {
            position: absolute;
            content: "";
            display: inline-block;
            height: 14px;
            width: 14px;
            background-color: white;
            border: 1px solid #b2b2b2;
            left: 0; }
        .footer-list__subscribe.mobile input {
          width: 100%;
          margin-bottom: 10px;
          display: inline-block;
          margin-left: 0;
          -webkit-border-radius: 5px;
                  border-radius: 5px; }
          .footer-list__subscribe.mobile input[type="submit"] {
            margin-left: 0; }
          .footer-list__subscribe.mobile input[type="checkbox"] {
            display: none; }
            .footer-list__subscribe.mobile input[type="checkbox"]:checked + label:after {
              content: "\2713";
              position: absolute;
              left: 3px;
              font-weight: bold;
              color: #6a6a6a; }
      .footer-list__subscribe input {
        height: 40px;
        outline: none;
        border: 1px solid #b2b2b2;
        padding: 0 13px; }
        @media (min-width: 64em) {
          .footer-list__subscribe input {
            max-width: 187px; } }
        @media (min-width: 520px) {
          .footer-list__subscribe input:first-child {
            -webkit-border-top-left-radius: 5px;
                    border-top-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
                    border-bottom-left-radius: 5px;
            border-right: none; } }
        .footer-list__subscribe input[type="submit"] {
          -webkit-border-top-right-radius: 5px;
                  border-top-right-radius: 5px;
          -webkit-border-bottom-right-radius: 5px;
                  border-bottom-right-radius: 5px;
          margin-left: -4px;
          background-color: #020202;
          color: white;
          font-size: 15px;
          font-weight: 600; }
          @media (min-width: 64em) {
            .footer-list__subscribe input[type="submit"] {
              max-width: 126px; } }
        .footer-list__subscribe input[type="checkbox"] {
          display: none; }
          .footer-list__subscribe input[type="checkbox"]:checked + label:after {
            content: "\2713";
            position: absolute;
            left: 3px;
            font-weight: bold;
            color: #6a6a6a; }
      .footer-list__subscribe label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        color: #6a6a6a;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 13px;
        padding: 0 24px;
        position: relative; }
        .footer-list__subscribe label:before {
          position: absolute;
          content: "";
          display: inline-block;
          height: 14px;
          width: 14px;
          background-color: white;
          border: 1px solid #b2b2b2;
          left: 0; }
    .footer-list__info {
      -webkit-flex-basis: 130px;
          -ms-flex-preferred-size: 130px;
              flex-basis: 130px; }
    @media (max-width: 37.5em) {
      .footer-list__contacts {
        margin-left: 20px; } }
    @media (min-width: 500px) {
      .footer-list__contacts {
        margin-right: 75px; } }
    @media (min-width: 64em) {
      .footer-list__contacts {
        margin-right: 105px; } }
    .footer-list__payment footer-list__title {
      margin-bottom: 15px; }
    .footer-list__payment ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
    .footer-list__payment li {
      display: inline-block;
      margin-right: 15px; }
      .footer-list__payment li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 35px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    @media (min-width: 1385px) {
      .footer-list__payment {
        margin-left: 293px;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; } }
    .footer-list__advantages {
      margin-top: 40px; }
  .footer .bold {
    font-weight: bold;
    color: #1a1a1a; }
  .footer_wrap {
    text-align: center;
    margin-top: 20px; }

.social-items .social-item svg {
	max-width: 23px;
}
.social-items .social-item {
  display: inline-block;
  margin-right: 13px;
  margin-top: 20px; }
  @media (min-width: 50em) {
    .social-items .social-item {
      margin-top: 25px; } }

.filters {
  width: 320px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px 1px #b6b7b8;
          box-shadow: 0px 1px 3px 1px #b6b7b8;
  padding: 50px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 11;
  overflow-y: scroll;
  visibility: hidden;
  -webkit-overflow-scrolling: touch; }
  .filters_active {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 0;
    visibility: visible;
    bottom: 0;
    top: 0;
    position: fixed; }
  @media (min-width: 64em) {
    .filters {
      display: block;
      width: 100%;
      height: auto;
      overflow: visible;
      right: 0;
      z-index: 6;
      visibility: visible;
      position: relative;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 50px; } }
  .filters__title {
    margin-top: 45px;
    margin-bottom: 25px;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    color: #2a2a2a; }
  .filters button[type=reset] {
    border: none;
    text-decoration: underline;
    font-size: 12px;
    color: #898989;
    background: white; }
  .filters__close-btn {
    position: absolute;
    right: 15px;
    top: 15px; }
	
.filter__block__arrow {
    top: calc(50% - 5px);
}

.filter__block {
  text-align: left;
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
  position: relative; }
  .filter__block_no-border {
    border-bottom: none; }
  .filter__block:last-child {
    border-bottom: none; }
  .filter__block__name {
    font-family: 'Open Sans bold', sans-serif;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: bold;
	padding-right: 5pt;	}
    .filter__block__name_params {
      margin: 20px 0; }
  .filter__block__arrow {
    position: absolute;
    right: 0;
    /*top: 13px;*/ }
    .filter__block__arrow_params {
      top: 31px; }
    .filter__block__arrow svg {
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
      .filter__block__arrow svg .arrow-r {
        fill: #2a2a2a; }
    .filter__block__arrow.open svg {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

[id^=chkbox] {
  display: none;
  outline: none; }

[id^=chkbox] + label {
  display: inline-block;
  margin: 10px 0;
  height: 19px;
  background: url("../image/checkbox_unchecked.png");
  background-repeat: no-repeat; }
  [id^=chkbox] + label span {
    position: relative;
    font-size: 12px;
    top: -3px;
    left: 25px;
    color: #898989; }

[id^=chkbox]:checked + label {
  display: inline-block;
  height: 19px;
  background: url("../image/checkbox_checked.png");
  background-repeat: no-repeat; }
  [id^=chkbox]:checked + label label span {
    font-size: 12px;
    position: relative;
    top: -3px;
    left: 25px;
    color: #898989; }

.sort-items, .show-items-on-page {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px; }
  .sort-items span, .show-items-on-page span {
    margin-right: 6px; }
    @media (min-width: 50em) {
      .sort-items span, .show-items-on-page span {
        margin-right: 10px; } }
  .sort-items a, .show-items-on-page a {
    color: #000;
    margin-right: 6px; }
    @media (min-width: 50em) {
      .sort-items a, .show-items-on-page a {
        margin-right: 10px; } }
  .sort-items a.active span, .show-items-on-page a.active span {
    /*background: #6363de;*/
	background: #4fa4b6;
    padding: 4px 6px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff; }

@media (min-width: 64em) {
  .sort-items {
    position: relative;
    left: 20px; } }

.show-items-on-page {
  float: right;
  position: relative;
  top: 16px; }

.paginator {
  display: block; }
  .paginator_news {
    padding: 20px 0 53px 0; }
  .paginator_news1 {
    margin-top: -15px;
    padding: 0px 0 35px 0; }
  .paginator_catalog {
    display: block;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (min-width: 64em) {
      .paginator_catalog {
        display: inline-block; } }
  .paginator ul {
    text-align: center;
    display: black;
    list-style: none; }
    .paginator ul li {
      vertical-align: middle;
      color: #181818;
      font-size: 18px;
      display: inline-block;
      margin: 0px 5px;
      line-height: 36px;
      border: 1px solid #d3d3d3;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      width: 40px;
      height: 40px; }
    .paginator ul li:hover {
      /*background: #6363de;
      border: 1px solid #6363de;*/
      color: #4fa4b6;
      border: 1px solid #4fa4b6; }
    .paginator ul li.active {
      color: #fff;
      /*background: #6363de;
      border: 1px solid #6363de;*/
      background: #4fa4b6;
      border: 1px solid #4fa4b6; }
    .paginator ul li.prev, .paginator ul li.next {
      padding-top: 10px;
      background: #f0f0f0; }
      .paginator ul li.prev:hover, .paginator ul li.next:hover {
        background: #d9d9d9;
        color: #181818;
        border: 1px solid #d3d3d3; }

.news .title {
  padding: 0;
  margin: 0 0 40px 0;
  text-align: left; }

.our-works {
  padding-top: 15px;
  background: #f2f2f5; }

.form-line {
  padding: 40px 10px 70px 10px;
  background-color: #2a2a2a;
  text-align: center; }
  @media (min-width: 37.5em) {
    .form-line {
      padding: 40px 50px 70px 50px; } }
  @media (min-width: 50em) {
    .form-line {
      padding: 40px 10px 70px 10px; } }
  .form-line input {
    height: 45px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    outline: none;
    width: 100%;
    max-width: 760px;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #2a2a2a;
    font-size: 15px; }
    .form-line input:focus {
      color: #2a2a2a; }
    @media (min-width: 50em) {
      .form-line input {
        display: inline-block;
        width: 30%;
        margin-right: 20px;
        max-width: 290px; } }
    .form-line input[type="submit"] {
      display: inline-block;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      color: #4fa4b6;
      font-size: 16px;
      border: 1px solid #4fa4b6;
      background-color: #2a2a2a;
      max-width: 235px; }
      .form-line input[type="submit"]:hover {
        background: #4fa4b6;
        color: #fff; }
  .form-line .title {
    position: relative;
    color: #fafafb;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 45px 0; }
    @media (min-width: 50em) {
      .form-line .title {
        font-size: 30px; } }

.register-form {
  border: 5px solid #2a2a2a;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px 40px 10px;
  margin-top: 90px;
  margin-bottom: 100px; }
  @media (max-width: 37.5em) {
    .register-form {
      margin-top: 40px;
      margin-bottom: 10px; } }
  .register-form .title {
    font-size: 60px;
    display: inline-block;
    padding: 0 100px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
    background-color: #ffffff; }
    @media (max-width: 37.5em) {
      .register-form .title {
        font-size: 30px;
        padding: 0 20px;
        margin-top: -23px; } }
  .register-form input {
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px solid #c6c6c6;
    padding: 0 20px;
    max-width: 315px; }
    .register-form input:invalid {
      border: 1px solid #ea7d7d; }
    .register-form input[type="password"]:invalid ~ span {
      display: inline-block; }
    .register-form input[type="submit"] {
      -webkit-border-radius: 50px;
              border-radius: 50px;
      font-size: 18px;
      margin-top: 10px;
      border: 1px solid #48a0bc;
      background-color: white;
      height: 60px; }
      .register-form input[type="submit"]:hover {
        background: #48a0bc;
        color: #fff; }
  .register-form .input-wrap {
    max-width: 315px;
    margin: 0 auto 23px auto;
    text-align: left;
    position: relative; }
    .register-form .input-wrap_submit:hover svg .right-arrow-btn {
      fill: #fff; }
    .register-form .input-wrap .arrow {
      position: absolute;
      right: 30px;
      font-size: 20px;
      display: inline-block;
      color: #81bdd6;
      top: 47%; }
    .register-form .input-wrap span {
      display: inline-block;
      font-weight: bold;
      font-family: 'Open Sans bod', sans-serif; }
      .register-form .input-wrap span:first-child {
        font-size: 14px;
        color: #2a2a2a;
        margin-bottom: 10px; }
      .register-form .input-wrap span:last-child {
        color: #f52424;
        font-size: 12px;
        margin-top: 5px;
        font-weight: normal;
        display: none; }

.thanks-for-order {
  border: 5px solid #65afca;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px 40px 10px;
  margin-bottom: 60px;
  margin-top: 50px;
  border-bottom: none;
  border-right: none;
  position: relative; }
  @media (min-width: 50em) {
    .thanks-for-order {
      margin-bottom: 100px; } }
  .thanks-for-order:after {
    content: "";
    background: -webkit-linear-gradient(left, #65afca, #dbecf3);
    display: block;
    height: 5px;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0; }
  .thanks-for-order:before {
    content: "";
    background: -webkit-linear-gradient(bottom, #dbecf3, white);
    display: block;
    width: 5px;
    right: -2px;
    position: absolute;
    bottom: 0;
    top: 0; }
  .thanks-for-order .social-item {
    margin-top: 0; }
  .thanks-for-order_wrap {
    overflow: hidden; }
  .thanks-for-order .title {
    font-size: 48px;
    display: inline-block;
    padding: 0;
    margin: -40px 0;
    z-index: 1;
    position: relative;
    background-color: #ffffff; }
    .thanks-for-order .title:after {
      content: "";
      display: inline-block;
      height: 5px;
      width: 50%;
      position: absolute;
      background-color: white;
      right: -50%;
      top: 35px; }
      @media (max-width: 37.5em) {
        .thanks-for-order .title:after {
          top: 18px; } }
    @media (max-width: 37.5em) {
      .thanks-for-order .title {
        font-size: 30px;
        padding: 0 20px;
        margin-top: -23px;
        margin: -23px 0; } }
    @media (min-width: 50em) {
      .thanks-for-order .title {
        margin: -40px 90px 10px 90px;
        font-size: 60px; } }
  .thanks-for-order__number {
    font-size: 24px;
    color: #2a2a2a;
    font-weight: bold;
    font-family: 'Open Sans bold', sans-serif;
    margin: 50px 0 40px 0; }
    @media (max-width: 37.5em) {
      .thanks-for-order__number {
        font-size: 16px; } }
  .thanks-for-order__text {
    color: #2a2a2a;
    font-size: 17px;
    margin-bottom: 55px; }
    @media (max-width: 37.5em) {
      .thanks-for-order__text {
        font-size: 14px; } }
    @media (min-width: 64em) {
      .thanks-for-order__text {
        padding: 0 90px; } }

#map {
  height: 570px; }

.wrap-map {
  position: relative; }

.contacts {
  padding: 40px 30px 45px 30px;
  background: white;
  left: 0px;
  top: 65px; }
  @media (max-width: 37.5em) {
    .contacts {
      position: static; } }
  @media (min-width: 37.5em) {
    .contacts {
      position: static; } }
  @media (min-width: 50em) {
    .contacts {
      position: absolute; } }
  @media (min-width: 64em) {
    .contacts {
      left: 50px;
      position: absolute; } }
  @media (min-width: 70em) {
    .contacts {
      width: 390px; } }
  .contacts .title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    line-height: 0.9; }
  .contacts__phone {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: bold;
    font-family: 'Open Sans bold', sans-serif;
    margin-bottom: 18px; }
  .contacts__number-phone {
    line-height: 1.1; }
    .contacts__number-phone span {
      font-size: 24px;
      color: #2a2a2a; }
      .contacts__number-phone span:first-child {
        font-family: 'Open Sans light', sans-serif; }
      .contacts__number-phone span:last-child {
        font-family: 'Open Sans bold', sans-serif;
        font-weight: bold; }
  .contacts__work-time {
    color: #898989;
    font-size: 12px;
    margin-bottom: 12px;
    margin-top: 6px; }
  .contacts__email {
    color: #898989;
    font-size: 12px; }
  .contacts a.email {
    display: block;
    text-decoration: underline;
    color: #419cc4;
    margin-bottom: 40px;
    font-size: 14px; }
  .contacts .btn {
    border: 1px solid #66afbf;
    padding: 10px 30px;
    font-size: 13px; }

.catalog-item {
  position: relative;
  padding: 7px;
  border: 1px solid #dadada;
  margin-bottom: -1px; }
  .catalog-item__pic {
    vertical-align: top;
    display: inline-block;
    max-width: 236px;
    margin-right: 45px; }
  .catalog-item__name {
    display: block;
    font-family: 'Open Sans bold', sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 10px; }
    @media (min-width: 37.5em) {
      .catalog-item__name {
        margin-bottom: 30px; } }
    .catalog-item__name_lk {
      margin-bottom: 5px; }
  .catalog-item__text {
    vertical-align: top;
    padding-top: 35px;
    display: inline-block; }
  .catalog-item__description table {
    font-size: 13px; }
  .catalog-item__description td {
    line-height: 1.5;
    vertical-align: top; }
    .catalog-item__description td:first-child {
      width: 110px;
      position: relative;
      overflow: hidden;
      color: #303030; }
      .catalog-item__description td:first-child span {
        position: relative; }
        .catalog-item__description td:first-child span:after {
          content: " ";
          position: absolute;
          width: 350px;
          left: 100%;
          height: 2px;
          border-bottom: 1px dotted #bcbcbc;
          bottom: 5px; }
    .catalog-item__description td:last-child {
      color: #5e5e5e;
      vertical-align: bottom; }
  .catalog-item__description_lk {
    margin-bottom: 35px; }
    @media (max-width: 37.5em) {
      .catalog-item__description_lk {
        margin-bottom: 0px; } }
  .catalog-item__price {
    margin-top: 10px; }
    .catalog-item__price span:first-child {
      font-family: 'Open Sans bold', sans-serif;
      font-weight: bold; }
    @media (min-width: 37.5em) {
      .catalog-item__price {
        position: absolute;
        bottom: 10px;
        margin: 0;
        right: 10px;
        display: inline-block; } }
    @media (min-width: 64em) {
      .catalog-item__price {
        bottom: auto;
        top: 100px; } }
    .catalog-item__price_lk {
      position: static;
      font-size: 30px;
      margin-bottom: 35px; }

@media (min-width: 37.5em) {
  .catalog-level-01 {
    margin: 0 -10px;
    margin-bottom: 0px; } }

.info-404-wrapper {
  padding-top: 90px; }

.info-404 {
  text-align: center; }

.gradient-text {
  font-family: 'Oranienbaum', serif;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #6363de), color-stop(99%, #5dada6));
  background: -webkit-linear-gradient(left, #6363de 1%, #5dada6 99%);
  background: -o-linear-gradient(left, #6363de 1%, #5dada6 99%);
  background: linear-gradient(to right, #6363de 1%, #5dada6 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
  position: relative;
  line-height: 1;
  font-size: 170px; }
  @media (min-width: 64em) {
    .gradient-text {
      font-size: 200px; } }
  @media (min-width: 70em) {
    .gradient-text {
      font-size: 272px; } }

.information-text {
  position: absolute;
  width: 100%;
  top: 88%;
  left: 0;
  -webkit-text-fill-color: #000;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans bold', sans-serif;
  font-weight: bold; }

ul#productslider {
  margin: 30px 0; }
  @media (min-width: 64em) {
    ul#productslider {
      margin-top: 30px;
      margin-bottom: 0px; } }

.compensation span {
  font-family: 'Oranienbaum', serif;
  font-size: 24px; }

.compensation span:nth-child(2) {
  color: red; }

.sub-title {
  color: #2a2a2a;
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 1.7;
  /*font-style: oblique;*/
  }

p.text-info {
  color: #2a2a2a;
  padding-left: 80px;
  font-size: 17px;
  margin-bottom: 75px;
  line-height: 1.7; }
  p.text-info_paragraph {
    margin-bottom: 0; }
  @media (max-width: 37.5em) {
    p.text-info {
      font-size: 14px; } }

.paragraph {
  font-size: 17px;
  line-height: 1.7; }

.text-img {
  float: left;
  padding: 30px 40px 30px 0; }

.text-img-main {
  margin: 45px 0; }

.wrapper-text {
  color: #2a2a2a; }
  .wrapper-text h1, .wrapper-text h2, .wrapper-text h3, .wrapper-text h4 {
    text-align: center;
    margin: 0 auto;
    max-width: 845px;
    margin-bottom: 35px; }
  .wrapper-text h2 {
    font-size: 48px; }
  .wrapper-text h3 {
    margin-bottom: 35px; }

h1.center-subline {
  /*margin-top: 45px;*/ }

ul.text-info {
  padding: 50px 0;
  margin-left: 120px; }
  ul.text-info li {
    color: #6363de;
    font-size: 16px;
    line-height: 1.7; }
    @media (max-width: 37.5em) {
      ul.text-info li {
        font-size: 14px; } }
    ul.text-info li span {
      color: #2a2a2a; }
    ul.text-info li a {
      color: #6363de;
      text-decoration: underline; }

.center-subline {
  max-width: 845px;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 20px; }
  .center-subline:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 25px;
    background-color: black;
    bottom: 0;
    position: absolute;
    left: -webkit-calc(50% - 12.5px);
    left: calc(50% - 12.5px); }

@media (min-width: 64em) {
  .column-flex-laptop-3-4 {
    -webkit-flex-basis: 73%;
        -ms-flex-preferred-size: 73%;
            flex-basis: 73%; } }
  @media (min-width: 64em) and (min-width: 1400px) {
    .column-flex-laptop-3-4 {
      -webkit-flex-basis: 75%;
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%; } }

@media (min-width: 64em) {
  .column-flex-laptop-1-4 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  @media (min-width: 64em) and (min-width: 64em) {
    .column-flex-laptop-1-4.configuration_page:before {
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 100%;
      background-color: #f4f4f4;
      height: 73px;
      width: 100%;
      left: 0; } }
  @media (min-width: 64em) and (min-width: 1200px) {
    .column-flex-laptop-1-4.configuration_page:before {
      height: 63px; } }
  @media (min-width: 64em) and (min-width: 1400px) {
    .column-flex-laptop-1-4 {
      -webkit-flex-basis: 22.5%;
          -ms-flex-preferred-size: 22.5%;
              flex-basis: 22.5%; }
      .column-flex-laptop-1-4:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #f4f4f4;
        width: 92px;
        right: -92px; }
      .column-flex-laptop-1-4.configuration_page:before {
        width: 362px; }
      .column-flex-laptop-1-4.product_card:after {
        display: none; } }

.configuration {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 75px; }
  .configuration__title {
    font-family: 'Oranienbaum', serif;
    font-size: 42px;
    margin-bottom: 25px;
    position: relative;
    text-align: center; }
    .configuration__title span {
      position: relative; }
      @media (min-width: 37.5em) {
        .configuration__title span:before {
          content: '';
          position: absolute;
          display: block;
          left: 102%;
          top: 14px;
          background: url(../image/like_circle.png);
          height: 38px;
          width: 38px; } }
    .configuration__title_marg-left_5 {
      margin-left: 5px; }
  .configuration__price {
    font-size: 13px;
    margin-top: 10px; }
    .configuration__price .next {
      color: #818283;
      font-size: 13px; }
    .configuration__price span {
      font-size: 30px;
      font-family: 'Open Sans bold', sans-serif;
      margin-right: 10px; }
      .configuration__price span:last-child {
        font-family: 'Open Sans regular', sans-serif;
        margin-right: 0; }
      .configuration__price span:before, .configuration__price span:after {
        display: none; }
    @media (min-width: 50em) {
      .configuration__price {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 10px; } }
    .configuration__price_config {
      position: relative;
      height: 57px; }
      .configuration__price_config span {
        font-size: 30px;
        font-family: 'Open Sans bold', sans-serif;
        margin-right: 10px; }
        .configuration__price_config span:last-child {
          font-family: 'Open Sans regular', sans-serif;
          margin-right: 0; }
        .configuration__price_config span:before, .configuration__price_config span:after {
          display: none; }
  @media (min-width: 1200px) {
    .configuration {
      padding: 0;
      padding-bottom: 75px; } }
  .configuration .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (min-width: 64em) {
    .configuration .breadcrumbs {
      display: block; } }
  .configuration .title {
    text-align: left;
    padding-top: 25px;
    margin: 0px 0 35px 0;
    display: block;
    padding: 0; }
    @media (max-width: 37.5em) {
      .configuration .title {
        margin-bottom: 10px; } }
  .configuration .clg-1, .configuration .cls-2, .configuration .cls-3 {
    fill: #4fa4b6; }

.step-bar {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px; }
  @media (max-width: 37.5em) {
    .step-bar {
      margin-bottom: 15px; } }
  .step-bar li {
    font-size: 19px;
    color: #828282;
    padding: 25px 0;
    border: 1px solid #d1d1d1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    position: relative; }
    @media (max-width: 37.5em) {
      .step-bar li {
        font-size: 14px;
        padding: 10px 0; } }
    .step-bar li.active {
      color: white;
      cursor: pointer; }
    @media (min-width: 50em) {
      .step-bar li:not(:last-child):after {
        content: "";
        display: inline-block;
        width: 26px;
        height: 26px;
        background-image: url(../image/circle_with_arrow.png);
        background-repeat: no-repeat;
        position: absolute;
        right: -13px;
        z-index: 2; } }

.step.active.decore {
  min-height: 450px; }

#step-bar_1.active {
  background: #4da3b8; }

#step-bar_2.active {
  background: -webkit-gradient(linear, left top, right top, from(#4da3b8), to(#53a7b0));
  background: -webkit-linear-gradient(left, #4da3b8, #53a7b0);
  background: -o-linear-gradient(left, #4da3b8, #53a7b0);
  background: linear-gradient(to right, #4da3b8, #53a7b0); }

#step-bar_3.active {
  background: -webkit-gradient(linear, left top, right top, from(#53a7b0), to(#5eaea6));
  background: -webkit-linear-gradient(left, #53a7b0, #5eaea6);
  background: -o-linear-gradient(left, #53a7b0, #5eaea6);
  background: linear-gradient(to right, #53a7b0, #5eaea6); }

#step-bar_4.active {
  background: -webkit-gradient(linear, left top, right top, from(#5eaea6), to(#66b29d));
  background: -webkit-linear-gradient(left, #5eaea6, #66b29d);
  background: -o-linear-gradient(left, #5eaea6, #66b29d);
  background: linear-gradient(to right, #5eaea6, #66b29d); }

#step-bar_5.active {
  background: -webkit-gradient(linear, left top, right top, from(#66b29d), to(#6bb597));
  background: -webkit-linear-gradient(left, #66b29d, #6bb597);
  background: -o-linear-gradient(left, #66b29d, #6bb597);
  background: linear-gradient(to right, #66b29d, #6bb597); }

#step-bar_6.active {
  background: -webkit-gradient(linear, left top, right top, from(#6bb597), to(#74BB8F));
  background: -webkit-linear-gradient(left, #6bb597, #74BB8F);
  background: -o-linear-gradient(left, #6bb597, #74BB8F);
  background: linear-gradient(to right, #6bb597, #74BB8F); }

#step-bar_7.active {
  background: #74bb8f; }

#step-bar_8.active {
  background: #74bb8f; }

#step_1, #step_2, #step_3, #step_4, #step_5, #step_6, #step_7, #step_8 {
  display: none; }
  #step_1.active, #step_2.active, #step_3.active, #step_4.active, #step_5.active, #step_6.active, #step_7.active, #step_8.active {
    display: block; }

.prev-config {
  text-align: center; }
  .prev-config span {
    display: inline-block;
    margin-right: 10px;
    color: transparent; }

.next-config {
  text-align: center;
  margin-top: 50px; }
  @media (max-width: 37.5em) {
    .next-config {
      margin-top: 10px; } }
  .next-config.active .btn_next {
    background-color: #6363de;
    color: #fff;
    border: 1px solid #6363de; }
  .next-config .btn {
    cursor: pointer; }
    .next-config .btn__next {
      margin-left: 15px; }

.write-tag {
  fill: #4fa4b6; }

.package-config {
  text-align: center;
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid #d1d1d1;
  cursor: pointer; }
  s
.package-config.active {
    border: 2px solid #74bb8f;
    padding: 5px; }
  @media (max-width: 37.5em) {
    .package-config {
      margin-bottom: 20px; } }
  .package-config__img {
    text-align: center;
    display: block; }
    @media (max-width: 37.5em) {
      .package-config__img {
        margin-bottom: 10px; } }
  .package-config__name {
    text-align: center;
    margin-top: 15px; }
    @media (max-width: 37.5em) {
      .package-config__name {
        margin: 0; } }
    .package-config__name input {
      display: none; }
      .package-config__name input + label.color_active {
        background-color: #6363de;
        color: white; }
      .package-config__name input:checked + label {
        color: white;
        background-color: #6363de;
        border: 1px solid #6363de; }
    .package-config__name label {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 13px;
      color: #2a2a2a;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 7px 25px;
      position: relative;
      border: 1px solid #4fa4b6;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      margin-bottom: 9px; }

.option-config {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .option-config__list-title {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Open Sans bold', sans-serif;
    margin-bottom: 25px; }
    .option-config__list-title_block {
      width: 100%; }
  .option-config__item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 55px; }
    .option-config__item_stretch {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    @media (max-width: 37.5em) {
      .option-config__item {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    .option-config__item.product_card {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .option-config__item input {
      display: none; }
      .option-config__item input:checked + label {
        color: #2a2a2a; }
        .option-config__item input:checked + label:before {
          background-image: url(../image/conf-checkbox_checked.png); }
      .option-config__item input[type="checkbox"] + label:before {
        background-image: url(../image/checkbox_unchecked.png); }
      .option-config__item input[type="checkbox"]:checked + label {
        color: #2a2a2a; }
        .option-config__item input[type="checkbox"]:checked + label:before {
          background-image: url(../image/checkbox_checked.png);
          background-repeat: no-repeat; }
    .option-config__item label {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 17px;
      color: #2a2a2a;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 0 0 24px;
      position: relative; }
      .option-config__item label:before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        left: 0;
        background-image: url(../image/conf-checkbox_unchecked.png);
        background-repeat: no-repeat; }
  .option-config__list {
    list-style: none;
    line-height: 1.8;
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 175px; }
    .option-config__list li {
      position: relative; }
    .option-config__list_kitchen {
      min-width: auto; }

.column-label {
  background-color: #f4f4f4;
  padding: 127px 0 20px 30px;
  display: none; }
  .column-label.product_card {
    background-color: transparent; }
  .column-label.configuration_page {
    padding-top: 107px; }
  @media (min-width: 64em) {
    .column-label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.label {
  padding: 25px;
  padding-right: 5px;
  padding-left: 20px;
  border: 2px solid #459ebf;
  max-width: 255px;
  z-index: 1;
  position: relative; }
  @media (min-width: 70em) {
    .label {
      padding-left: 25px; } }
  .label__text {
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 14px; }
  .label__price {
    font-size: 30px;
    margin-bottom: 20px; }
    .label__price span:first-child {
      font-family: 'Open Sans bold', sans-serif;
      font-weight: bold;
      padding-right: 10px; }
  .label.product_card:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #459ebf;
    border-left: 2px solid #459ebf;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50px;
    left: -15px;
    background-color: white; }
  .label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #459ebf;
    border-left: 2px solid #459ebf;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50px;
    left: -15px;
    background-color: #f4f4f4; }

.wrap-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px; }
  @media (max-width: 37.5em) {
    .wrap-shape {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.config-shape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 60px; }
  @media (max-width: 37.5em) {
    .config-shape {
      width: 100%; } }
  .config-shape__item {
    -webkit-flex-basis: 140px;
        -ms-flex-preferred-size: 140px;
            flex-basis: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: 1;
        -ms-flex-flow: 1;
            flex-flow: 1; }
    .config-shape__item input {
      display: none; }
      .config-shape__item input img {
        display: block; }
      .config-shape__item input:checked + label {
        color: #2a2a2a; }
        .config-shape__item input:checked + label:before {
          background-image: url(../image/conf-checkbox_checked.png); }
    .config-shape__item label {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 17px;
      color: #2a2a2a;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 0 0 24px;
      position: relative; }
      .config-shape__item label:before {
        position: absolute;
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        left: 0;
        background-image: url(../image/conf-checkbox_unchecked.png);
        background-repeat: no-repeat; }
    .config-shape__item img {
      display: block;
      margin: 0 auto;
      margin-top: 10px; }

.done-config {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  position: relative; }
  .done-config .configuration__title {
    margin-bottom: 15px; }
  .done-config .configuration__price {
    position: static;
    display: block;
    margin-bottom: 25px; }
  .done-config .input-wrap {
    display: inline-block;
    max-width: 380px; }
    .done-config .input-wrap input {
      outline: none;
      height: 35px;
      border: 1px solid #b9b9cc;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      width: 100%;
      margin-bottom: 20px;
      padding-left: 15px; }
      .done-config .input-wrap input.mail {
        margin-bottom: 30px; }
    .done-config .input-wrap .btn {
      height: 40px; }
      @media (max-width: 37.5em) {
        .done-config .input-wrap .btn_call-us {
          padding-left: 30px;
          width: 65%; }
          .done-config .input-wrap .btn_call-us span {
            left: 10px; } }
  .done-config input[type="submit"], .done-config input[type="button"] {
    background-color: #6363de;
    height: 40px;
    color: white;
    font-size: 13px;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    text-align: center;
    width: 180px;
    border: none;
    cursor: pointer;
    padding: 0; }
  .done-config__text {
    font-size: 14px;
    font-family: 'Open Sans bold', sans-serif;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold; }
  .done-config__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.chosen-shape {
  width: 50%;
  display: block;
  text-align: right; }
  @media (max-width: 37.5em) {
    .chosen-shape {
      width: 100%; } }
  .chosen-shape__p-form {
    display: none; }
    .chosen-shape__p-form.active {
      display: inline-block; }
  .chosen-shape__line-form {
    display: none; }
    .chosen-shape__line-form.active {
      display: inline-block; }
  .chosen-shape__l-revers-form {
    display: none; }
    .chosen-shape__l-revers-form.active {
      display: inline-block; }
  .chosen-shape__l-form {
    display: none; }
    .chosen-shape__l-form.active {
      display: inline-block; }
  .chosen-shape__img {
    position: relative;
    display: inline-block;
    padding-top: 60px;
    padding-right: 80px; }
    .chosen-shape__img label {
      position: absolute; }
      .chosen-shape__img label.top {
        top: 20px;
        left: 110px; }
      .chosen-shape__img label.right {
        bottom: 0;
        right: 0; }
      .chosen-shape__img label.bottom {
        bottom: -40px;
        left: -webkit-calc(50% - 75px);
        left: calc(50% - 75px); }
        @media (min-width: 50em) {
          .chosen-shape__img label.bottom {
            bottom: 0;
            left: 110px; } }
      .chosen-shape__img label.left {
        bottom: 0;
        left: 110px; }
    .chosen-shape__img input {
      height: 35px;
      width: 45px;
      outline: none;
      border: 1px solid #bdbdd0;
      padding-left: 5px; }

.remember {
  display: none;
  position: absolute;
  padding: 20px 30px 30px 30px;
  z-index: 10;
  background: white;
  width: 270px;
  left: -125px;
  top: 50px;
  -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.2); }
  .remember.active {
    display: inline-block; }
  .remember_left {
    left: 5px; }
    .remember_left .remember__container:before {
      left: 0; }
  .remember_right {
    right: 0; }
  .remember__name {
    font-size: 13px;
    color: #2a2a2a;
    display: inline-block;
    margin-left: 5px; }
  .remember__title {
    font-size: 14px;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    margin-bottom: 10px; }
  .remember__param {
    float: left;
    width: 50%;
    display: block; }
    .remember__param .remember__input {
      display: inline-block;
      border: 1px solid #bababa;
      width: 45px;
      height: 35px; }
  .remember__container {
    display: inline-block;
    position: relative; }
    .remember__container:before {
      content: "";
      display: inline-block;
      width: 25px;
      height: 23px;
      background-color: white;
      position: absolute;
      top: -32px;
      left: 93px;
      -webkit-box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1);
              box-shadow: -1px -1px 0px 0px rgba(0, 0, 0, 0.1);
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .remember .btn {
    padding-left: 60px;
    padding-right: 60px; }
  .remember .remember__save {
    text-align: center;
    margin-top: 20px; }

.fixed-overlay {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 70, 70, 0.7);
  z-index: 100;
  display: none; }
  .fixed-overlay.calculation.active {
    display: block; }
  .fixed-overlay.callback.active {
    display: block; }
  .fixed-overlay.write-us.active {
    display: block; }
  .fixed-overlay.call-measure.active {
    display: block; }
  .fixed-overlay__modal {
    text-align: center; }
    .fixed-overlay__modal::after {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100%;
      content: ''; }

.icon-remove-item {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  right: 13px;
  top: 10px;
  background-image: url(../image/close_modal.png);
  outline: 8px solid white;
  z-index: 11;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white; }

.modal {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  padding: 15px;
  background-color: white;
  position: relative; }
  .modal__container {
    text-align: center;
    white-space: normal;
    padding: 22px 60px;
    border: 3px solid #575757;
    max-width: 445px;
    position: relative; }
    .modal__container_call-measure, .modal__container_callback {
      max-width: 540px;
      padding: 120px  110px 22px 110px; }
      .modal__container_call-measure .title, .modal__container_callback .title {
        position: absolute;
        top: 25px;
        left: 60px; }
        @media (max-width: 37.5em) {
          .modal__container_call-measure .title, .modal__container_callback .title {
            position: static; } }
      @media (min-width: 37.5em) {
        .modal__container_call-measure .wrap-input, .modal__container_callback .wrap-input {
          min-width: 320px; } }
    @media (max-width: 37.5em) {
      .modal__container {
        padding: 30px 10px 40px 10px; } }
    .modal__container .title {
      margin: 0;
      margin-bottom: 40px; }
  .modal textarea {
    resize: none;
    min-height: 85px;
    width: 100%; }
  .modal .wrap-input {
    text-align: left;
    margin-bottom: 25px; }
    .modal .wrap-input span {
      font-size: 14px;
      font-family: 'Open Sans bold', sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      display: inline-block; }
  .modal input {
    padding: 0 10px;
    height: 40px;
    max-width: 315px;
    width: 100%;
    outline: none; }
    .modal input[type="submit"] {
      background: white;
      width: auto;
      padding: 0 40px; }
      .modal input[type="submit"]:hover {
        background: #4fa4b6; }

.your-manager {
  text-align: center;
  width: 100%;
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
  background: #f0f0f4;
  padding: 30px; }
  @media (min-width: 37.5em) {
    .your-manager {
      width: 40%; } }
  .your-manager .title {
    letter-spacing: 2px;
    color: #898989;
    font-size: 13px;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif; }
  .your-manager img {
    margin-bottom: 20px; }
  .your-manager .manager-name {
    font-size: 24px;
    font-family: 'Oranienbaum', serif;
    color: #1c1b1b; }
  .your-manager .manager-phone {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 10px; }
    .your-manager .manager-phone :last-child {
      font-family: 'Open Sans bold', sans-serif;
      font-weight: bold; }
  .your-manager .manager-mail {
    margin-bottom: 25px; }
    .your-manager .manager-mail a {
      color: #6363de;
      text-decoration: underline; }

.your-order {
  width: 100%; }
  .your-order .title {
    text-align: left;
    margin: 0 0 25px 0;
    font-size: 30px; }
    @media (max-width: 37.5em) {
      .your-order .title {
        margin-bottom: 5px; } }
    @media (min-width: 64em) {
      .your-order .title {
        margin: 0 0 45px 0; } }
    @media (min-width: 64em) {
      .your-order .title_progress {
        margin-left: 60px; } }

.personal-cabinet {
  border-right: 1px solid #dadada;
  padding-bottom: 30px; }
  @media (min-width: 64em) {
    .personal-cabinet {
      margin-bottom: 90px; } }

.progress-bars {
  text-align: center; }

.order-title {
  margin-bottom: 35px; }
  @media (max-width: 37.5em) {
    .order-title {
      margin-top: 15px; } }
  @media (min-width: 64em) {
    .order-title {
      margin-top: 175px; } }

[class^=progressbar_] {
  position: relative; }
  @media (min-width: 64em) {
    [class^=progressbar_] {
      margin-left: 60px; } }

[class^=progressbar-label_] {
  color: #2a2a2a;
  font-size: 12px;
  position: absolute;
  top: 20%;
  left: 47%; }

.progress-text {
  margin-bottom: 43px; }
  @media (max-width: 37.5em) {
    .progress-text {
      margin-bottom: 15px; } }

.color-types {
  padding-top: 60px;
  /*padding-bottom: 80px;*/
  padding-bottom: 0px;}
  .color-types_bottom {
    padding-top: 0px; }
  .color-types h2 {
    text-align: center;
    margin-bottom: 35px; }

.color-type {
  position: relative;
  margin-bottom: 20px; }
  .color-type img {
    width: 100%; }
  .color-type__name {
    font-family: 'Oranienbaum', serif;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #000;
    padding: 4px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 50em) {
      .color-type__name {
        padding: 15px 0; } }

@media (min-width: 50em) {
  .about-color {
    padding: 30px; } }

@media (min-width: 70em) {
  .about-color {
    padding-top: 65px; } }

.about-color__title {
  font-family: 'Oranienbaum', serif;
  font-size: 30px;
  margin-bottom: 40px;
  max-width: 280px; }

.about-color p {
  font-size: 17px;
  font-style: oblique;
  margin-bottom: 30px; }
  @media (min-width: 50em) {
    .about-color p {
      max-width: 420px; } }

.about-fasad p {
  margin: 0 auto;
  max-width: 430px;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #2a2a2a; }

.fasad {
  position: relative;
  max-width: 430px; }
  .fasad__name {
    font-family: 'Oranienbaum', serif;
    width: 100%;
    display: block;
    background: #000;
    padding: 4px 0;
    text-align: center;
    color: #fff; }
    @media (min-width: 50em) {
      .fasad__name {
        padding: 15px 0; } }

.fasad-types {
  background: #f2f2f5;
  padding: 50px 0px; }
  .fasad-types h2 {
    text-align: center;
    margin-bottom: 60px; }
  .fasad-types p {
    font-size: 13px;
    line-height: 1.5;
    color: #2a2a2a;
    margin-bottom: 35px; }
    @media (min-width: 50em) {
      .fasad-types p {
        font-size: 17px; } }
  .fasad-types ul {
    font-size: 13px;
    padding-left: 20px; }
    @media (min-width: 50em) {
      .fasad-types ul {
        font-size: 17px; } }
    .fasad-types ul li {
      margin-bottom: 40px; }
    .fasad-types ul span:first-child {
      font-family: 'Open Sans bold', sans-serif;
      font-weight: bold; }

.fasadslide .lSSlideOuter {
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 20px; }

.about-kitchen {
  position: relative;
  text-align: center; }
  .about-kitchen_top {
    padding-top: 50px; }
  .about-kitchen img {
    margin-bottom: 15px; }
    @media (min-width: 50em) {
      .about-kitchen img {
        margin: 0;
        width: 50%;
        float: left; } }
  .about-kitchen p {
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    color: #2a2a2a;
    font-style: oblique;
    margin-bottom: 40px; }
    @media (min-width: 50em) {
      .about-kitchen p {
        position: absolute;
        left: 59%;
        bottom: 30%;
        max-width: 350px;
        margin: 0; } }
    @media (min-width: 64em) {
      .about-kitchen p {
        font-size: 17px;
        bottom: 23%; } }
    @media (min-width: 64em) {
      .about-kitchen p {
        max-width: 405px; } }
  .about-kitchen_rigth {
    margin-bottom: 70px; }
    @media (min-width: 50em) {
      .about-kitchen_rigth img {
        width: 50%;
        float: right; } }
    .about-kitchen_rigth p {
      left: 5%;
      top: 13%; }
      @media (min-width: 50em) {
        .about-kitchen_rigth p {
          top: 28%; } }
  .about-kitchen_bottom {
    padding-bottom: 50px;
    margin-bottom: 0; }

@media (min-width: 50em) {
  .product-describe {
    padding-left: 20px; } }

.product-describe__name {
  margin-bottom: 20px;
  margin-top: 25px; }
  @media (min-width: 50em) {
    .product-describe__name {
      margin-top: 0; } }
  .product-describe__name span:first-child {
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px; }

.product-describe__text {
  margin-bottom: 40px;
  line-height: 1.7;
  max-width: 418px; }

.product-describe__price {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 55px; }
  @media (max-width: 37.5em) {
    .product-describe__price {
      margin-bottom: 15px; } }
  .product-describe__price span:first-child {
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    padding-right: 10px; }

.product-describe .btn_call-us {
  margin-right: 13px; }

.product-describe .clg-1, .product-describe .cls-2, .product-describe .cls-3 {
  fill: #4fa4b6; }

.product-describe .btn_sort {
  padding: 15px 30px;
  margin-bottom: 20px;
  margin-top: 0; }

.product-describe__more-info {
  max-width: 390px;
  margin-bottom: 30px;
  font-size: 13px; }

.card-navivation {
  padding: 50px 10px 25px 10px;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin-top: 60px; }
  .card-navivation__item {
    display: block;
    margin-bottom: 40px; }
    @media (min-width: 37.5em) {
      .card-navivation__item {
        margin: 0; } }
  .card-navivation__text {
    font-size: 14px;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    color: #2a2a2a;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center; }
  .card-navivation__icon {
    height: 80px;
    text-align: center; }
  .card-navivation svg {
    height: 65px; }
    .card-navivation svg .write-tag {
      fill: url(#gradient1); }
  .card-navivation.fixed {
    position: fixed;
    top: -200px;
    width: 100%;
    z-index: 10;
    background: #fff;
    max-width: 1385px; }
    @media (min-width: 64em) {
      .card-navivation.fixed {
        top: -100px; } }

.reviews-box {
  padding: 70px 0 80px 0; }
  @media (min-width: 50em) {
    .reviews-box .padding-left {
      padding-left: 20px; } }
  @media (min-width: 64em) {
    .reviews-box .padding-left {
      padding-right: 40px; } }
  @media (min-width: 50em) {
    .reviews-box .padding-right {
      padding-right: 20px; } }
  @media (min-width: 64em) {
    .reviews-box .padding-right {
      padding-right: 40px; } }
  .reviews-box .title {
    margin: 0;
    margin-bottom: 30px; }
    @media (max-width: 37.5em) {
      .reviews-box .title {
        margin-bottom: 0; } }
    @media (max-width: 37.5em) {
      .reviews-box .title_margin-top {
        margin-top: 40px; } }
    @media (min-width: 37.5em) {
      .reviews-box .title {
        font-size: 36px;
        height: 2em; } }
    @media (min-width: 50em) {
      .reviews-box .title {
        font-size: 52px;
        height: 2em; } }
  .reviews-box__img {
    position: relative; }
    .reviews-box__img_margin-top {
      margin-top: 20px; }

.main-menu-border {
  border-bottom: 1px solid #dadada; 
  padding-bottom: 10px;
  }

.product-card-title {
  padding: 0 10px;
  padding-top: 40px;
  margin-bottom: 20px; }
  @media (min-width: 37.5em) {
    .product-card-title {
      margin-bottom: 30px; } }

.lSSlideOuter .lSPager.lSGallery {
  max-height: 154px; }

.lSSlideOuter .lSPager.lSGallery img {
	opacity: 0.5;
	width: 100%; 
	height: 160px !important;
    width: auto;
    margin: auto;
  }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important; }

.lSSlideOuter .lSPager.lSGallery li.active img, .lSSlideOuter .lSPager.lSGallery li:hover img {
  opacity: 1; }

.configuration-table table {
  border-collapse: collapse; }
  .configuration-table table td {
    padding: 5px 20px 5px 0px;
    border-bottom: 1px solid #dbdce3; }
  .configuration-table table td.config {
    font-size: 13px;
    color: #707070; }
  .configuration-table table td.val {
    font-size: 13px;
    color: #323232; }
  @media (max-width: 37.5em) {
    .configuration-table table td.price {
      padding-right: 0; } }
  .configuration-table table td.price span {
    font-size: 14px;
    color: #2a2a2a;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold; }
    .configuration-table table td.price span:last-child {
      font-family: 'Open Sans regular', sans-serif;
      margin-left: 3px;
      font-weight: normal; }

.configuration-table .configuration__price {
  text-align: left; }

.page-kitchen {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdce3; }

.transparent {
  color: transparent; }

.configurator {
  display: none; }
  .configurator.active {
    display: block; }

a.package-config {
  display: block; }

.collections h1 {
  text-align: left;
  font-family: 'Oranienbaum', serif;
  font-weight: lighter;
  font-size: 52px;
  margin-bottom: 25px; }

.collection-item {
  padding: 50px 0 60px 0;
  border-bottom: 1px solid #e0e0e0; }
  .collection-item_padding-top {
    padding-top: 30px; }
  .collection-item_no-border {
    border: none; }
  .collection-item img {
    width: 100%; }
  .collection-item h2 {
    color: #2a2a2a;
    font-family: 'Oranienbaum', serif;
    font-weight: lighter;
    font-size: 33px; }
  .collection-item h3 {
    color: #2a2a2a;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 21px; }
  .collection-item h4 {
    color: #2a2a2a;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 18px; }
  .collection-item .text {
    margin-top: 78px; }
  .collection-item p {
    color: #60616e;
    font-size: 14px;
    max-width: 490px;
    text-align: left; }
  @media (min-width: 50em) {
    .collection-item_right h3 {
      text-align: right; } }
  @media (min-width: 50em) {
    .collection-item_right .photo {
      float: right; } }
  @media (min-width: 50em) {
    .collection-item_right p {
      float: right;
      text-align: right; } }

.fasad-filters {
  padding: 30px;
  border: #dae1ed 3px solid; }
  .fasad-filters h3 {
    color: #2a2a2a;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 21px; }
  @media (min-width: 50em) {
    .fasad-filters {
      padding: 18px 30px 25px 30px; } }
  @media (min-width: 50em) {
    .fasad-filters .mobile {
      display: none; } }
  .fasad-filters table {
    display: none; }
    @media (min-width: 50em) {
      .fasad-filters table {
        display: table; } }
    .fasad-filters table td {
      position: relative;
      width: 150px;
      height: 20px;
      vertical-align: bottom; }
      .fasad-filters table td .btn {
        position: absolute;
        margin: 0;
        top: -20px;
        left: 0; }
        @media (min-width: 50em) {
          .fasad-filters table td .btn {
            left: -35px; } }
        @media (min-width: 64em) {
          .fasad-filters table td .btn {
            left: 0; } }
  .fasad-filters .filter-item input[id^=chkbox] + label {
    display: inline-block;
    margin: 10px 0;
    height: 19px;
    background: url("../image/checkbox_unchecked.png");
    background-repeat: no-repeat; }
    @media (min-width: 50em) {
      .fasad-filters .filter-item input[id^=chkbox] + label {
        margin: 0; } }
    .fasad-filters .filter-item input[id^=chkbox] + label span {
      position: relative;
      font-size: 12px;
      top: -6px;
      left: 25px;
      color: #171717; }
  .fasad-filters .filter-item input[id^=chkbox]:checked + label {
    display: inline-block;
    height: 19px;
    background: url("../image/checkbox_checked.png");
    background-repeat: no-repeat; }

.fasad-item {
  margin-bottom: 50px; }
  @media (min-width: 50em) {
    .fasad-item {
      margin-bottom: 100px; } }
  .fasad-item img {
    width: 100%; }
  .fasad-item h3 {
    color: #2a2a2a;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 40px; }
  .fasad-item .font-like-h3 {
    color: #2a2a2a;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 40px; }	
  .fasad-item p {
    color: #60616e;
    font-size: 14px;
    line-height: 23px;
    max-width: 490px;
    text-align: left;
    margin-bottom: 50px; }
  .fasad-item .text img {
    margin-bottom: 30px; }
  .fasad-item .photo {
    margin-bottom: 50px; }
    @media (min-width: 50em) {
      .fasad-item .photo {
        margin: 0; } }
  @media (min-width: 50em) {
    .fasad-item_right .photo {
      float: right; } }
  .fasad-item_margin-0 {
    margin-bottom: 0; }
  .fasad-item_padding-70 {
    margin-bottom: 0;
    padding-bottom: 70px; }

.fasad-page h1 {
  text-align: left;
  font-family: 'Oranienbaum', serif;
  font-weight: lighter;
  font-size: 52px;
  margin-bottom: 55px; }

.fasad-colors-wrap {
  position: relative; }

.fasad-popup {
  display: none;
  position: absolute;
  left: 0px;
  top: 60px; }
  @media (max-width: 37.5em) {
    .fasad-popup {
      left: -160px; } }
  .fasad-popup.active {
    display: block; }

.fasad-colors {
  text-align: left;
  background: #fff;
  padding: 20px;
  position: relative;
  display: inline-block;
  max-width: 350px;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 26px -10px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 0px 26px -10px rgba(0, 0, 0, 0.9); }
  .fasad-colors__block {
    margin-bottom: 20px; }
  .fasad-colors h4 {
    color: #2a2a2a;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; }
  .fasad-colors .font-like-h4 {
    color: #2a2a2a;
    font-family: 'Open Sans bold', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; }
  .fasad-colors .icon-remove-item {
    outline: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px; }
  .fasad-colors:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    position: absolute;
    top: -7px;
    z-index: 4;
    left: 30%;
    margin-left: -15px;
    -webkit-box-shadow: 5px 5px 26px -30px rgba(0, 0, 0, 0.7);
            box-shadow: 5px 5px 26px -30px rgba(0, 0, 0, 0.7); }
    @media (max-width: 37.5em) {
      .fasad-colors:before {
        left: 70%; } }
  .fasad-colors label {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative; }
  .fasad-colors input[type="checkbox"] {
    display: none; }
  .fasad-colors input[type="checkbox"] + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-background-size: cover;
            background-size: cover;
    cursor: pointer;
    border: 3px solid transparent; }
  .fasad-colors .milk {
    background: #ded7c7; }
  .fasad-colors .nut {
    background: #ab7756; }
  .fasad-colors .powder {
    background: #aa886d; }
  .fasad-colors .light {
    background: #b7b09e; }
  .fasad-colors .black {
    background: #31342a; }
  .fasad-colors input[type="checkbox"]:checked + span {
    border: 3px solid #70b893; }

.fasad-slider-nav {
  display: inline-block;
  width: 13%;
  height: auto;
  float: right;
  outline: none; }
  .fasad-slider-nav img {
    outline: none;
    max-width: 100%;
    margin-bottom: 10px; }
  .fasad-slider-nav .slick-current {
    border: 2px solid #70b893 !important; }

.fasad-slider {
  position: relative;
  display: inline-block;
  float: left;
  width: 85%;
  margin-bottom: 50px; }
  @media (min-width: 64em) {
    .fasad-slider {
      margin-bottom: 0px; } }
  .fasad-slider button[type="button"] {
    display: none; }

.fasad-slider-wrapper {
  position: relative; }

.slider-btn {
  width: 32px;
  display: block;
  top: 50%;
  height: 118px;
  background-image: url("../image/slider_controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 2;
  margin-top: -75px;
  opacity: 1;
  -webkit-transition: opacity 0.35s linear 0s;
  -o-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  @media (min-width: 70em) {
    .slider-btn {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      margin-top: -64px; } }
  .slider-btn_next {
    left: -webkit-calc(85% - 25px);
    left: calc(85% - 25px); }
    @media (min-width: 70em) {
      .slider-btn_next {
        left: -webkit-calc(85% - 31px);
        left: calc(85% - 31px); } }
  .slider-btn_prev {
    background-position: -39px 0;
    left: -7px; }
    @media (min-width: 70em) {
      .slider-btn_prev {
        left: -1px;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; } }

		
		
.review-slider__title .reviews {
	font-size: 13px;
	position: relative;
	top: -10px;
	left: 20px;
	text-decoration: underline;
	color: #fff;
}
#rewiews .title_margin-top .reviews {
	font-size: 13px;
	position: relative;
	top: -10px;
	left: 20px;
	text-decoration: underline;
	color: #000;
}

.youtube {
  position: relative;
  padding-bottom: 75%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.news-product {
  background-image: url(/catalog/view/theme/zorini/image/news_promo.png);
  padding-bottom: 80px; 
  clear: both;
  }		
  
div.clerfix, div.content-wrapper{
	clear:both;
}	

div.show-items-on-page{
	padding-bottom: 10px;
}

div.filtersCategory div.filter__block a{
	font-family: 'Open Sans bold', sans-serif;
	color: #2a2a2a;
	font-size: 14px;
	/*font-weight: bold;*/
}

div.filter__block__name2 {
    text-align: left;
    padding: 10px 0;
    position: relative;
	margin-right: 13px;
}
div.childrenBlock{
	margin-left:15pt;
}
div.filter__block__name.active{
	color:#6f6e73;
	font-size:16pt;
}

div.col-laptop-4-5 div p{
	text-indent:20pt;
	/*font-style: oblique;*/
	color: 6c6c6c;
	font-family: 'Open Sans regular', sans-serif;
	line-height: 1.55;	
}

div.col-laptop-4-5 div ul{
	padding-left:40pt;
}

div.news-product__img{
	float:left;
}
div.news-product__content{
	float:right;
}


div.wrapper div.content-wrapper > div > p{
	text-indent:20pt;
	/*font-style: oblique;*/
	color: 6c6c6c;
	font-family: 'Open Sans regular', sans-serif;
	line-height: 1.55;	
}

div.wrapper div.content-wrapper > div > ul{
	padding-left:40pt;
}

div.news-product__price{
	color:#000;
}


#content div.reviewsModule{
	margin-bottom:60px;
	overflow: hidden;
}
#content div.reviewsModule div.product-thumb > div{
	margin-top:20px;	
}

div.reviewVideo div.sub-title p{
	text-indent:20pt;
	/*font-style: oblique;*/
	color: 6c6c6c;
	font-family: 'Open Sans regular', sans-serif;
	line-height: 1.55;	
}
div.DescrBottom, div.textDescription2{
	padding-bottom:40px;
}
div.textMainCat{
	margin-top:20pt;
}
div.textMainCat p, div.DescrBottom p, div.DescrTop p, div.textDescription2 p, div.textDescription1 p, div#content p{
	text-indent:20pt;	
	/*font-style: oblique;*/
	color: 6c6c6c;
	font-family: 'Open Sans regular', sans-serif;
	line-height: 1.55;	
}
div.textMainCat h2, div.textDescription2 h2{
	text-indent:20pt;	
}
div#content ol, div#content ul, div.textMainCat ol, div.textMainCat ul{
	margin: 20pt 0 20pt 30pt;	
	/*font-style: oblique;*/
	color: 6c6c6c;
	font-family: 'Open Sans regular', sans-serif;
	line-height: 1.55;	
}

div.collection-item.collection-item2{
	border-bottom:none;
}

div.product-describe div.product-describe__text p{
	text-align:justify;
}

div.catalog-level-01 > div.col-phablet-1-5{
	border: 1px solid #6262dc;
	padding-top:10px;
}

div.catalog-level-01{
	font-size:0pt;
}
div.catalog-level-01 > div{
	float:none;
	vertical-align:top;
	display:inline-block;
}

button#button-filter{
	margin:15px 0;
}

div.searchPage{
	margin-top:40px;
}


ul#dot li a{
	width: 100%;
	display: block;
}

div.list-group-filters label{
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-khtml-border-radius: 15px; /* KHTML */	
	border-radius: 15px;
	padding: 5px;
	width: 100%;
	display:block;
}
div.list-group-filters label{
	margin: 5px 0;
}
div.list-group-filters label input{
	margin: 0 5px;
}
div.list-group-filters label.active{
	background: #4fa4b6;
	color:#fff;
}

div.paginatorOtstup{
	margin-bottom:20pt;
}

ul.pagination li a{
	display: block;
	width: 100%;
	height: 100%;
}
/*
ul.pagination.mobile li{
	width:auto;
    margin: 0px 5px 10px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
	-khtml-border-radius: 15px; 
	-moz-border-radius: 15px;  
	padding: 0 10px;	
}
ul.pagination.mobile li.active{
	width:40px;    
    -webkit-border-radius: 100%;
            border-radius: 100%;
	-khtml-border-radius: 100%; 
	-moz-border-radius: 100%; 
	
}
*/

button.searchData{
background: #4fa4b6;
color: #fff;
padding: 0 5px;
border-radius: 5px;
}
#up
{
width:70px;
height:70px;
position:fixed;
bottom:45px;
left:40px;
background-color:#ccc;
border-radius:35px;
z-index: 100000;
}
#down
{
width:60px;
height:60px;
position:fixed;
bottom:50px;
left:90px;
background-color:#000000;
border-radius:30px;
}
.pPageScroll
{
color:#000;
font:bold 12pt 'Comic Sans MS';
text-align:center;
}
.pPageScroll i{
	font-size:40pt;
}
div.sendZapr input{
	margin:20px 0 20px 10px;
}
div.text-danger, div.alert-danger{
	color:red;
}
div.alert-success{
	color:green;
}

div.configuration-table > p, div.configuration-table > ul, div.configuration-table > ul li, div.configuration-table > ol, div.configuration-table > ol li {
	text-align:left;
	text-indent: 0;
}

.review-slider__img .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
@media (min-width: 480px) {
	.videoWrapper {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.review-slider__img .videoWrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (min-width: 800px) {
	.review-slider__img .videoWrapper iframe {
		height: 250px;
		position: static;
		width: 380px;
	}
}

.review-slider__img {
	margin: 60px 0 0;
	width: 100%;
}

@media (min-width: 800px) {
	.review-slider__img {
		margin: 0;
		width: auto;
	}
}

.slider-arrows {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 100px;
}

@media (min-width: 800px) {
	.slider-arrows {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
	}
}

div#product div.options label.active{
	background: #4fa4b6;
	color:#fff;
}

div.btn_back-step.btn_back-step2{
	top:0;
	bottom:0;
}

div.options div.configuration-table{
	width:49%;
}
.textareaHide, em.hideDataConfigurator{
	display:none;
}

div.options div.steps label span, div.options div.steps label i{
	display:none;
}
td em.hideDataConfigurator{
	display:block;
}

ul.bannerBlock{
	list-style: none;
	padding-left: 0 !important;
	margin-bottom:30px;
}



/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

/* Перемещаемая зона под указалелем линзы */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;
	background-color:#fff;	
	cursor:move;		
}
/* текст заголовка */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
/* Окошко зума */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}
/* Загрузочное сообщение */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


div.done-config div.configuration-table table tr td:nth-child(1) em{
    font-weight: bold;
}
.options label input[type=radio],
.options label input[type=checkbox]  {
	position:absolute;
	left:15px;
}
/*.package-config__img {
	border: 5px solid #3a4ad1;
}
#individ-config .package-config__img {
	border: 5px solid #00a6b6;
}
#individ-config .package-config__name input + label.color_active {
    background-color: #00a6b6;
}
*/

.wrap_3s {
	margin-right: 40px !important;
	margin-bottom: 45px !important;
	width: 70px !important;
	height: 70px !important;
}
.button_1O {
	margin-right: 40px !important;
	margin-bottom: 45px !important;
	width: 70px !important;
	height: 70px !important;
}

div.fasad-page span.h1title{
	text-align: left;
	font-family: 'Oranienbaum', serif;
	font-weight: lighter;
	font-size: 52px;
	margin-bottom: 55px;
	color: #2a2a2a;
	display: block;
}

.product-info span.price{
	display: block;
	position: absolute;
    right: 85px;
    top: 125px;
    font-size: 30px;
    font-family: 'Open Sans bold', sans-serif;
    margin-right: 10px;
	font-weight: lighter;	
	margin: 30px 0 10px;
	color: #2a2a2a;
	padding: 0;
	box-sizing: border-box;
}
	
@media (max-width: 599px) {
	.catalog-level-01 .product-item__image {
		/*display: none;*/
	}
	div.catalog-level-01 > div {
		display:block;
	}	
	.catalog-level-01 .product-item__text_catalog {
		padding: 0;
	}
}

div.reviewsModule{
	font-size:0;
}
div.reviewsModule .col-phablet-1-3{
	float: none;
	vertical-align: top;
	display: inline-block;
}
div.reviewsModule .col-phablet-1-3 a{
	font-size:13pt;
	display:block;
}


div.clearfix .col-laptop-5-5 div.clerfix{
	font-size: 0pt;
}
div.clearfix .col-laptop-5-5 div.clerfix .col-phablet-1-3{
	float: none;
	vertical-align: top;
	display: inline-block;
}
div.clearfix .col-laptop-5-5 div.clerfix .col-phablet-1-3 div.product-item__text a{
	font-size: 18px;
}
div.clearfix .col-laptop-5-5 div.clerfix .col-phablet-1-3 div.product-item__text span{
	font-size: 13px;
}