@import "flex-utils.css";
.font-xs {
  font-size: 12px;
}
.font-lg {
  font-size: 24px;
}
#logo-clone {
  position: absolute;
  z-index: 10;
  right: 0;
  background-color: #ED6D45;
  height: 100px;
  width: 1000px;
}
#logo-clone #logo-part-1 {
  position: absolute;
  right: 21px;
  top: 50px;
  height: 38px;
}
#logo-clone #logo-part-2 {
  position: absolute;
  right: 74px;
  top: 18px;
  height: 38px;
}
#logo-clone #logo-part-3 {
  position: absolute;
  right: 82px;
  top: 18px;
  height: 2px;
  display: none;
}
#logo-clone .sprite {
  position: absolute;
  right: 0;
}
#draft-file-block {
  padding: 12px 24px 0 0;
}
#draft-file-block .draft-file {
  font-weight: normal;
  color: #787878;
  cursor: pointer;
  display: block;
}
#draft-file-block .draft-file .remove-draft-file {
  margin-left: 4px;
  display: none;
  cursor: pointer;
}
#draft-file-block .draft-file .remove-draft-file .sprite {
  position: relative;
  top: 3px;
}
#draft-file-block .draft-file.selected {
  color: #55504c;
  cursor: default;
}
#draft-file-block .draft-file.selected .remove-draft-file {
  display: inline;
  cursor: pointer;
}
#draft-file-block .draft-file .draft-file-placeholder span {
  color: #e88060;
}
#draft-file-block .draft-file:hover .draft-file-placeholder span {
  color: #f36a3e;
}
.splash {
  border-radius: 12px;
  width: 280px;
  position: fixed;
  z-index: 1000;
  right: 30px;
  top: 30px;
  padding: 16px 16px 16px 72px;
  min-height: 72px;
  color: #ffffff;
  display: none;
}
.splash.discount {
  background: rgba(61, 61, 61, 0.9) 16px 16px url('/img/discount.png') no-repeat;
  background-size: 40px 40px;
}
.splash .splash-title {
  font-family: roboto_medium;
  margin-bottom: 8px;
}
strong {
  font-family: roboto_medium;
}
#sidebar {
  position: fixed;
  background-color: #443d38;
  width: 70%;
  margin-left: -70%;
  height: 100%;
  top: 0;
  z-index: 11;
}
#sidebar #sidebar-handler {
  position: absolute;
  left: 100%;
  top: 72px;
}
#sidebar.active {
  margin-left: 0;
  z-index: 1000;
}
#sidebar ul {
  padding-left: 0;
}
#sidebar ul li {
  display: block;
  border-bottom: 1px solid #3d3530;
  border-left: 3px solid transparent;
}
#sidebar ul li.active {
  border-left: 3px solid #ed6c44;
}
#sidebar ul li.active ul {
  display: block;
}
#sidebar ul li a {
  color: #ffffff;
  font-size: 18px;
  display: block;
  height: 100%;
  width: 100%;
  padding: 12px;
  text-decoration: none;
}
#sidebar ul li ul {
  display: none;
  background-color: #554d48;
}
#sidebar ul li ul li {
  padding-left: 24px;
  border: none;
}
#sidebar ul li ul li .sprite {
  display: none;
}
#sidebar ul li ul li.active {
  border: none;
  position: relative;
}
#sidebar ul li ul li.active .sprite {
  display: block;
  position: absolute;
  top: 18px;
  left: 16px;
}
#sidebar ul li ul li a {
  font-size: 16px;
}
#head {
  margin-bottom: 50px;
}
#head #menu {
  background-color: #ffffff;
  box-shadow: 0 1px 1px #e5e4e3;
  height: 100px;
}
#head #menu .list-menu {
  font-family: robotoregular;
  height: 100px;
  margin: 0;
  padding: 0;
}
#head #menu .list-menu li {
  display: block;
  float: left;
  margin: 0 15px;
  height: 100%;
}
#head #menu .list-menu li .sprite {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  #head #menu .list-menu li {
    margin: 0 6px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #head #menu .list-menu li {
    margin: 0 12px;
  }
}
#head #menu .list-menu li > ul {
  display: none;
  position: absolute;
}
#head #menu .list-menu li > span,
#head #menu .list-menu li > a {
  display: inline-block;
  position: relative;
  color: #4c4743;
  text-decoration: none;
  top: 35%;
}
#head #menu .list-menu li > span.button,
#head #menu .list-menu li > a.button {
  margin-top: -12px;
  padding: 0 21px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #head #menu .list-menu li > span.button,
  #head #menu .list-menu li > a.button {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #head #menu .list-menu li > span.button,
  #head #menu .list-menu li > a.button {
    padding: 0 18px;
  }
}
#head #menu .list-menu li > span:hover,
#head #menu .list-menu li > a:hover {
  border-bottom: 3px solid #ffe6bb;
}
#head #menu .list-menu li.active .sprite {
  display: inline-block;
  position: absolute;
  background-color: #fff5e3;
  bottom: -45px;
  left: 50%;
  transform: translateX(-9.5px);
}
#head #menu .list-menu li.active .sprite.light {
  background-color: #f8f3f0;
  bottom: -46px;
}
#head #menu .list-menu li.active > span,
#head #menu .list-menu li.active > a {
  border-bottom: 3px solid #ffb230;
}
#submenu-container {
  background-color: #fff5e3;
  box-shadow: 0 -1px 3px #e5e4e3;
  max-height: 50px;
}
#submenu-container ul {
  padding-left: 0 !important;
}
#head #submenu ul {
  display: block;
  /*height: 50px;
  width: 100%;
  background-color: #fff5e3;
  box-shadow: 0 -1px 3px #e5e4e3;*/
  /*text-align: center;*/
}
#head #submenu ul > li {
  height: 50px;
  display: inline-block;
  margin: 0 20px 0 0;
  padding-top: 12px;
}
#head #submenu ul > li > span,
#head #submenu ul > li > a {
  color: #4c4743;
  text-decoration: none;
  padding-bottom: 2px;
}
#head #submenu ul > li > span:hover,
#head #submenu ul > li > a:hover,
#head #submenu ul > li > span:hover,
#head #submenu ul > li > a:hover {
  border-bottom: 3px solid #ffe6bb;
}
#head #submenu ul > li.active span,
#head #submenu ul > li.active a {
  border-bottom: 3px solid #ffb230;
}
html {
  background-color: #f8f3f0;
  min-height: 100%;
}
body {
  background-color: #f8f3f0;
  font-family: robotoregular, sans-serif;
  font-size: 14px;
  color: #4c4743;
}
.block {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #e5e4e3;
}
@media (max-width: 768px) {
  .block {
    padding: 20px !important;
  }
}
.block.colorize {
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
  box-shadow: none;
  margin-bottom: 40px;
}
.block .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-bottom: 10px;
}
.block.lg {
  padding: 65px 65px 20px 65px;
}
.block.lg .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-top: -34px;
}
@media (max-width: 768px) {
  .block.lg .block-head {
    margin-top: 0;
  }
}
.block.main {
  box-shadow: none;
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
}
@media (max-width: 992px) {
  .index-tab .index-tab-img {
    text-align: center;
    margin-bottom: 24px;
  }
}
.index-tab .index-tab-button {
  height: 100%;
  position: static;
}
@media (max-width: 992px) {
  .index-tab .index-tab-button {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .index-tab .index-tab-button {
    margin-top: 30px;
  }
}
#contacts-top,
#contacts-bottom {
  text-align: right !important;
}
#contacts-top .contacts-phone,
#contacts-bottom .contacts-phone {
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 768px) {
  #contacts-top .contacts-phone,
  #contacts-bottom .contacts-phone {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  #contacts-top .contacts-phone,
  #contacts-bottom .contacts-phone {
    font-size: 20px;
  }
}
#contacts-top .contacts-work,
#contacts-bottom .contacts-work {
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 768px) {
  #contacts-top .contacts-work,
  #contacts-bottom .contacts-work {
    font-size: 12px;
    text-align: left !important;
  }
}
#contacts-top {
  margin-top: 16px;
}
@media (max-width: 768px) {
  #contacts-top {
    margin-top: 14px;
  }
}
#contacts-top .contacts-phone {
  color: #4c4743;
}
#contacts-top .contacts-work {
  color: #4c4743;
}
.button {
  background-color: #ed6c44;
  border: 1px solid #ed6c44;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  min-width: 150px;
  text-align: center;
  text-decoration: none !important;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .button {
    min-width: 0;
  }
}
.button.button-sm {
  min-width: 117px;
  font-size: 14px;
}
.button.button-lg {
  min-width: 180px;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
}
.button.button-light {
  background-color: #ffb230 !important;
  border: 1px solid #ffb230 !important;
}
.button.button-light:hover {
  background-color: #ffa000 !important;
  border: 1px solid #ffa000 !important;
}
.button:hover {
  background-color: #eb5121 !important;
  border: 1px solid #eb5121 !important;
}
.button:focus {
  outline: none;
}
.button:active {
  border-radius: 4px;
  border: 1px solid #ffffff;
}
#advantages {
  padding: 45px;
}
@media (max-width: 768px) {
  #advantages {
    padding: 0;
  }
}
#advantages #catalog-advantages-arrow {
  width: 51px;
  height: 21px;
  position: absolute;
  margin-top: 65px;
  margin-left: 400px;
  background: center center no-repeat url('/img/catalog-advantages-arrow.png');
}
#advantages #close-advantages {
  width: 30px;
  height: 30px;
  background: right top no-repeat url('/img/modal-close.png');
  cursor: pointer;
}
#advantages .delimiter {
  padding-top: 48px;
  border-bottom: 1px solid #edecec;
  margin-bottom: 48px;
}
#advantages #slogan {
  max-width: 615px;
  font-size: 30px;
  margin-top: -10px;
  font-family: roboto_medium;
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  #advantages #slogan {
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#advantages #description {
  color: #697082;
  font-size: 18px;
  max-width: 615px;
  line-height: 27px;
}
@media (max-width: 768px) {
  #advantages #description {
    font-size: 14px;
  }
}
#advantages .advantage {
  padding-left: 62px;
  margin-bottom: 20px;
  background: left 3px no-repeat;
  position: relative;
}
#advantages .advantage .advantage-head {
  font-size: 18px;
  font-family: roboto_medium;
  margin-bottom: 4px;
}
#advantages .advantage .advantage-content {
  color: #62697c;
  line-height: 21px;
}
#advantages .advantage .sprite-index {
  position: absolute;
  left: 0;
  top: 3px;
}
.block.colorize #advantages #description {
  color: #7d7269;
}
.block.colorize #advantages .advantage .advantage-content {
  color: #7d7269;
}
.block.colorize #advantages .advantage.reliability {
  background-image: url('/img/advantages-reliability-muted.png');
}
.block.colorize #advantages .advantage.home {
  background-image: url('/img/advantages-home-muted.png');
}
.block.colorize #advantages .advantage.photo {
  background-image: url('/img/advantages-photo-muted.png');
}
.block.colorize #advantages .advantage.screwdriver {
  background-image: url('/img/advantages-screwdriver-muted.png');
}
.block.colorize #advantages .advantage.clock {
  background-image: url('/img/advantages-clock-muted.png');
}
.block.colorize #advantages .advantage.yardstick {
  background-image: url('/img/advantages-yardstick-muted.png');
}
.block.colorize #advantages .advantage.money {
  background-image: url('/img/advantages-money-muted.png');
}
#footer {
  background-color: #4c4743;
  color: #ffffff;
  padding: 50px 0;
}
.catalog-filter {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #e5e4e3;
  padding: 65px 65px 20px 65px;
  padding-top: 28px;
}
@media (max-width: 768px) {
  .catalog-filter {
    padding: 20px !important;
  }
}
.catalog-filter.colorize {
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
  box-shadow: none;
  margin-bottom: 40px;
}
.catalog-filter .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-bottom: 10px;
}
.catalog-filter.lg {
  padding: 65px 65px 20px 65px;
}
.catalog-filter.lg .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-top: -34px;
}
@media (max-width: 768px) {
  .catalog-filter.lg .block-head {
    margin-top: 0;
  }
}
.catalog-filter.main {
  box-shadow: none;
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
}
.catalog-filter .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-top: -34px;
}
@media (max-width: 768px) {
  .catalog-filter .block-head {
    margin-top: 0;
  }
}
.catalog-filter input[type=checkbox] + label {
  padding-left: 24px;
  font-weight: normal;
  cursor: pointer;
  line-height: 22px;
}
.catalog-filter input[type=checkbox] + label .sprite {
  position: absolute;
  left: 15px;
  height: 20px;
  background-position-y: -41px;
}
.catalog-filter input[type=checkbox] + label:hover .sprite {
  background-position-y: -21px;
}
.catalog-filter input[type=checkbox]:checked + label .sprite {
  background-position-y: -1px;
}
.catalog-filter .catalog-filter-head {
  font-family: roboto_medium;
  font-size: 18px;
}
.catalog-filter .catalog-filter-description {
  font-family: roboto_medium;
  font-size: 18px;
  margin-top: 32px;
  line-height: 28px;
}
.catalog-filter .catalog-filter-count {
  font-size: 9px;
  font-family: roboto_medium;
  line-height: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #a18d8d;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  margin-left: 2px;
  position: relative;
  top: -1px;
}
.catalog-item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #e5e4e3;
  padding: 65px 65px 20px 65px;
  padding: 65px 100px !important;
}
@media (max-width: 768px) {
  .catalog-item {
    padding: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-item {
    padding: 50px 60px !important;
  }
  .catalog-item .catalog-item-name {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .catalog-item {
    padding: 34px 30px !important;
  }
  .catalog-item .catalog-item-name {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .catalog-item .catalog-item-description {
    margin-bottom: 24px;
  }
}
.catalog-item.colorize {
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
  box-shadow: none;
  margin-bottom: 40px;
}
.catalog-item .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-bottom: 10px;
}
.catalog-item.lg {
  padding: 65px 65px 20px 65px;
}
.catalog-item.lg .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-top: -34px;
}
@media (max-width: 768px) {
  .catalog-item.lg .block-head {
    margin-top: 0;
  }
}
.catalog-item.main {
  box-shadow: none;
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
}
.catalog-item .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-top: -34px;
}
@media (max-width: 768px) {
  .catalog-item .block-head {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .catalog-item .catalog-item-left-wrapper {
    width: 107%;
  }
  .catalog-item .catalog-item-right-wrapper {
    padding-left: 40px;
  }
}
.catalog-item .catalog-item-name {
  font-family: roboto_medium;
  font-size: 30px;
  margin-bottom: 24px;
  margin-top: -9px;
}
@media (max-width: 768px) {
  .catalog-item .catalog-item-name {
    margin-top: 0;
  }
}
.catalog-item .catalog-item-description {
  margin-bottom: 32px;
}
.catalog-item .catalog-item-prices {
  font-family: roboto_medium;
  margin-bottom: 32px;
  font-size: 18px;
}
.catalog-item .catalog-item-prices .catalog-item-price-row {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .catalog-item .catalog-item-prices .catalog-item-price-row {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .catalog-item .catalog-item-prices .catalog-item-price-row {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .catalog-item .catalog-item-prices .catalog-item-price-row {
    font-size: 16px;
  }
}
.catalog-item .catalog-item-prices .catalog-item-price-row:last-of-type {
  margin-bottom: 0;
}
.catalog-item .catalog-item-prices .catalog-item-price-row .catalog-item-price {
  color: #ee7650;
  text-align: right;
  padding-left: 0;
}
.catalog-item .catalog-item-any-sizes {
  font-size: 12px;
  font-style: italic;
  font-family: Roboto-Italic;
  margin-top: 6px;
  margin-bottom: 18px;
  text-align: right;
}
.catalog-item .catalog-item-photo {
  min-height: 280px;
}
@media (max-width: 768px) {
  .catalog-item .catalog-item-photo {
    min-height: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.catalog-item .catalog-item-photo div.kitchen-photo-virtual {
  width: 100%;
  /*height: 100vh;*/
  border-radius: 3px;
  background-color: rgba(76, 71, 67, 0.05);
  vertical-align: middle;
  text-align: center;
  font-size: 48px;
  color: rgba(76, 71, 67, 0.4);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.catalog-item .catalog-item-photo img.catalog-item-photo-main {
  max-width: 100%;
  border-radius: 3px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .catalog-item .catalog-item-photo img.catalog-item-photo-main {
    width: 100%;
    border-radius: 0;
  }
}
.catalog-item .catalog-item-photo .catalog-item-gallery {
  position: relative;
  bottom: 60px;
  margin: 0 auto -60px auto;
  background-color: rgba(237, 108, 68, 0.75);
  border-radius: 3px;
  width: 200px;
  height: 50px;
}
@media (max-width: 320px) {
  .catalog-item .catalog-item-photo .catalog-item-gallery {
    width: 170px;
    height: 40px;
    bottom: 46px;
  }
}
.catalog-item .catalog-item-photo .catalog-item-gallery:hover {
  background-color: rgba(237, 108, 68, 0.85);
}
.catalog-item .catalog-item-photo .catalog-item-gallery .sprite {
  position: relative;
  top: 7px;
  margin-right: 6px;
}
.catalog-item .catalog-item-photo .catalog-item-gallery > a {
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
}
@media (max-width: 320px) {
  .catalog-item .catalog-item-photo .catalog-item-gallery > a {
    line-height: 30px;
    font-size: 12px;
  }
}
.catalog-item .catalog-item-photo .catalog-item-gallery > a:hover {
  text-decoration: none;
}
.production-item {
  margin-bottom: 50px;
}
.production-item .production-item-text-wrapper {
  clear: both;
  margin-bottom: 14px;
}
.production-item .production-item-text-wrapper .sprite {
  position: relative;
  left: 10%;
}
.production-item .production-item-text-wrapper .production-item-text {
  border-radius: 3px;
  padding: 20px;
  background-color: #fff5e3;
  width: 600px;
}
@media (max-width: 768px) {
  .production-item .production-item-text-wrapper .production-item-text {
    width: 100%;
  }
}
.production-item:nth-of-type(odd) .sprite {
  left: 90%;
}
.production-item:nth-of-type(odd) .production-item-text {
  float: right;
}
.production-item:nth-of-type(odd) .production-item-text-after {
  clear: both;
}
.production-item .production-item-img img {
  border-radius: 3px;
  max-width: 100%;
}
.driving-scheme-text-item {
  max-width: 600px;
  font-size: 18px;
  margin: 30px 120px 20px 120px;
  line-height: 30px;
}
.driving-scheme-img {
  padding: 0 50px;
}
.driving-scheme-img img {
  max-width: 100%;
}
.driving-scheme-spaces {
  padding: 0 100px;
  margin-bottom: 100px;
}
.driving-scheme-spaces .button {
  width: 300px;
}
@media (max-width: 768px) {
  .driving-scheme-text-item {
    margin: 0;
  }
  .driving-scheme-img {
    padding: 0;
  }
  .driving-scheme-spaces {
    padding: 0;
    margin: 10px 0;
  }
  .driving-scheme-spaces .button {
    width: auto;
  }
}
.review {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #e5e4e3;
  padding: 65px 65px 20px 65px;
}
@media (max-width: 768px) {
  .review {
    padding: 20px !important;
  }
}
.review.colorize {
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
  box-shadow: none;
  margin-bottom: 40px;
}
.review .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-bottom: 10px;
}
.review.lg {
  padding: 65px 65px 20px 65px;
}
.review.lg .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-top: -34px;
}
@media (max-width: 768px) {
  .review.lg .block-head {
    margin-top: 0;
  }
}
.review.main {
  box-shadow: none;
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
}
.review .block-head {
  font-size: 30px;
  font-family: roboto_medium;
  margin-top: -34px;
}
@media (max-width: 768px) {
  .review .block-head {
    margin-top: 0;
  }
}
.review .review-image {
  width: 100%;
  text-align: center;
}
.review .review-image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}
.review .review-username {
  color: #ee7650;
  font-family: roboto_medium;
  font-size: 18px;
}
.review .review-city {
  color: #8a92a5;
  font-size: 13px;
}
.review .review-city:before {
  content: '(';
}
.review .review-city:after {
  content: ')';
}
.review .review-text {
  color: #4c4743;
  font-style: italic;
  float: right;
}
.review .review-text:before,
.review .review-text:after {
  font-size: 22px;
  line-height: 0;
  position: relative;
}
.review .review-text:before {
  content: open-quote;
  top: 1px;
}
.review .review-text:after {
  top: 2px;
  content: close-quote;
}
@media (max-width: 768px) {
  .review .review-text {
    margin-top: 16px;
  }
}
.clients-slogan {
  color: #6c7487;
}
.review-small {
  margin: 18px 0 0 0;
  float: left;
  width: 150px;
  height: 180px;
}
@media (max-width: 768px) {
  .review-small {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .review-small {
    margin-right: 70px;
  }
  .review-small:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .review-small {
    margin-right: 70px;
  }
  .review-small:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .review-small {
    margin-right: 90px;
  }
  .review-small:nth-of-type(4n) {
    margin-right: 0;
  }
}
.review-small .review-image {
  margin-bottom: 8px;
  width: 150px;
  height: 130px;
}
.review-small .review-image img {
  border-radius: 3px;
  max-width: 100%;
  max-height: 100%;
}
.review-small .review-username {
  color: #4c4743;
}
.review-small .review-city {
  color: #8a92a5;
}
.review-small .review-city:before {
  content: '(';
}
.review-small .review-city:after {
  content: ')';
}
#more {
  font-size: 18px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
  color: #4c4743;
  text-decoration: none;
}
#more .sprite {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 12px;
  opacity: .7;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
}
#more:hover .sprite {
  opacity: 1;
}
#more:focus {
  outline: none;
}
#more:focus .sprite {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.kitchen-material-item {
  width: 100%;
  max-width: 360px;
  margin-bottom: 50px;
}
.kitchen-material-item img {
  max-width: 100%;
  border-radius: 3px;
}
.kitchen-material-item .kitchen-material-item-head {
  font-size: 18px;
  font-family: roboto_medium;
  margin-top: 12px;
}
.kitchen-material-item .kitchen-material-item-description {
  margin-top: 8px;
}
.material-types {
  margin-bottom: 30px;
}
.material-types h3 {
  margin-top: -2px;
}
.material-type {
  width: 105px;
  height: 105px;
  border-radius: 3px;
  text-align: center;
  line-height: 105px;
  font-size: 42px;
  color: #ffffff;
  font-family: roboto_medium;
}
@media (max-width: 320px) {
  .material-type {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.material-type.mdf {
  background-color: #ffb230;
}
.material-type.mdf-plastic {
  background-color: #ed6c44;
}
.material-type.oak {
  background-color: #4c4743;
}
.check {
  display: block;
  padding: 8px 0 0 30px;
  background: left center no-repeat url('/img/check.png');
  font-size: 18px;
  margin-bottom: 24px;
}
.h1 {
  font-family: roboto_medium;
  font-size: 30px;
}
.h2 {
  font-family: roboto_medium;
  font-size: 24px;
}
.h3 {
  font-family: roboto_medium;
  font-size: 18px;
}
.h3.thin {
  font-family: robotoregular, sans-serif;
}
.h4 {
  font-family: roboto_medium;
  font-size: 14px;
}
.delivery-item {
  min-height: 130px;
  margin: 25px 0;
  background: left top no-repeat;
  position: relative;
  padding-left: 130px;
}
@media (max-width: 768px) {
  .delivery-item {
    padding-left: 0;
    padding-top: 130px;
  }
}
.delivery-item .delivery-item-head {
  font-family: roboto_medium;
  font-size: 14px;
}
.delivery-item .delivery-item-content {
  margin-top: 6px;
  line-height: 30px;
}
.delivery-item .sprite-delivery {
  position: absolute;
  left: 0;
}
.delivery-note {
  font-family: roboto_ltitalic;
  text-align: right !important;
  line-height: 30px;
}
.delivery-calc {
  height: 100px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 50px;
}
.delivery-calc .delivery-order-price {
  height: 50%;
  background-color: #fff5e3;
  line-height: 50px;
  padding-left: 20px;
}
.delivery-calc .delivery-price {
  height: 50%;
  background-color: #c3a279;
  line-height: 50px;
  color: #ffffff;
  padding-left: 20px;
}
.delivery-legend {
  margin-bottom: 10px;
}
.delivery-legend .legend-color {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  position: relative;
  top: 4px;
}
.delivery-legend .legend-color.order-price {
  background-color: #fff5e3;
  border: 1px solid #ede3d3;
}
.delivery-legend .legend-color.delivery-price {
  background-color: #c3a279;
}
.delivery-legend .legend-description {
  display: inline-block;
  position: relative;
  top: 0px;
}
#order-form .modal-header,
#callDesigner-form .modal-header,
#list-full .modal-header,
#virtual-kitchen-modal .modal-header,
.modal-override .modal-header {
  border-bottom: none;
  background-color: #d7d1d1;
  border-radius: 4px 4px 0 0;
}
#order-form .modal-header .modal-title,
#callDesigner-form .modal-header .modal-title,
#list-full .modal-header .modal-title,
#virtual-kitchen-modal .modal-header .modal-title,
.modal-override .modal-header .modal-title {
  font-size: 16px;
}
#order-form .modal-header .close,
#callDesigner-form .modal-header .close,
#list-full .modal-header .close,
#virtual-kitchen-modal .modal-header .close,
.modal-override .modal-header .close {
  opacity: 0.8;
}
#order-form .modal-header .close:hover,
#callDesigner-form .modal-header .close:hover,
#list-full .modal-header .close:hover,
#virtual-kitchen-modal .modal-header .close:hover,
.modal-override .modal-header .close:hover,
#order-form .modal-header .close:focus,
#callDesigner-form .modal-header .close:focus,
#list-full .modal-header .close:focus,
#virtual-kitchen-modal .modal-header .close:focus,
.modal-override .modal-header .close:focus {
  opacity: 1;
}
#order-form .modal-body,
#callDesigner-form .modal-body,
#list-full .modal-body,
#virtual-kitchen-modal .modal-body,
.modal-override .modal-body {
  padding-top: 30px;
}
#order-form .modal-body .form-group,
#callDesigner-form .modal-body .form-group,
#list-full .modal-body .form-group,
#virtual-kitchen-modal .modal-body .form-group,
.modal-override .modal-body .form-group {
  margin-bottom: 20px;
}
#order-form input[type=text],
#callDesigner-form input[type=text],
#list-full input[type=text],
#virtual-kitchen-modal input[type=text],
.modal-override input[type=text],
#order-form input[type=email],
#callDesigner-form input[type=email],
#list-full input[type=email],
#virtual-kitchen-modal input[type=email],
.modal-override input[type=email],
#order-form input[type=tel],
#callDesigner-form input[type=tel],
#list-full input[type=tel],
#virtual-kitchen-modal input[type=tel],
.modal-override input[type=tel] {
  border: 1px solid #eceff4;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#order-form input[type=text]:focus,
#callDesigner-form input[type=text]:focus,
#list-full input[type=text]:focus,
#virtual-kitchen-modal input[type=text]:focus,
.modal-override input[type=text]:focus,
#order-form input[type=email]:focus,
#callDesigner-form input[type=email]:focus,
#list-full input[type=email]:focus,
#virtual-kitchen-modal input[type=email]:focus,
.modal-override input[type=email]:focus,
#order-form input[type=tel]:focus,
#callDesigner-form input[type=tel]:focus,
#list-full input[type=tel]:focus,
#virtual-kitchen-modal input[type=tel]:focus,
.modal-override input[type=tel]:focus,
#order-form input[type=text]:active,
#callDesigner-form input[type=text]:active,
#list-full input[type=text]:active,
#virtual-kitchen-modal input[type=text]:active,
.modal-override input[type=text]:active,
#order-form input[type=email]:active,
#callDesigner-form input[type=email]:active,
#list-full input[type=email]:active,
#virtual-kitchen-modal input[type=email]:active,
.modal-override input[type=email]:active,
#order-form input[type=tel]:active,
#callDesigner-form input[type=tel]:active,
#list-full input[type=tel]:active,
#virtual-kitchen-modal input[type=tel]:active,
.modal-override input[type=tel]:active {
  border-color: #d7d1d1;
  outline: none;
}
#order-form .modal-footer,
#callDesigner-form .modal-footer,
#list-full .modal-footer,
#virtual-kitchen-modal .modal-footer,
.modal-override .modal-footer {
  border-top: none;
}
.credit-button {
  border: none;
  font-family: 'HelveticaNeueCyr-Bold', Helvetica, Arial, sans-serif;
  background-color: #f39c12;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  min-width: 171px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 12px 4px 12px;
  border-radius: 3px;
}
.credit-button:hover {
  background-color: #f37c12;
}
.credit-button:focus {
  outline: none;
}
#list-full table tr td:first-of-type:first-letter {
  text-transform: uppercase;
}
a[data-target='#list-full'] {
  text-decoration: none;
}
a[data-target='#list-full']:focus {
  outline: none;
}
@-webkit-keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@keyframes scroll-inner {
  from {
    margin-top: 15%;
  }
  to {
    margin-top: 50%;
  }
}
@-webkit-keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
@keyframes scroll-mouse {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 15px;
  }
}
div.mouse-container {
  position: absolute;
  display: block;
  height: 100px;
  margin-left: -140px;
  margin-top: -438px;
}
div.mouse {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 80px;
  border: solid 2px #C3A279;
  border-radius: 25px;
  -webkit-animation: scroll-mouse 1.5s;
  animation: scroll-mouse 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
div.mouse span.scroll-down {
  display: block;
  width: 10px;
  height: 10px;
  background: #C3A279;
  border-radius: 50%;
  margin: 15% auto auto auto;
  -webkit-animation: scroll-inner 1.5s;
  animation: scroll-inner 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.link-menu,
.link-menu:hover,
.link-menu:focus {
  color: #4c4743;
  text-decoration: underline;
}
@media (min-width: 1199px) {
  div:has(> a.link-menu) {
    text-align: left !important;
  }
}
.link-footer,
.link-footer:hover,
.link-footer:focus {
  color: #fff;
  text-decoration: underline;
}
#new-year-alert {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #ed6d45;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: -40px;
}
#new-year-alert img {
  width: 32px;
}
#catalog-button .button-header {
  font-weight: bold;
  font-size: 28px;
}
#catalog-button .button-header img {
  margin-right: 40px;
}
#catalog-button .button-text {
  margin-top: 40px;
  font-size: 20px;
}
#catalog-button .order-button {
  margin-top: 40px;
}
.fancybox-container .fancybox-infobar {
  position: absolute;
  bottom: 10px;
  left: unset;
  top: unset;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block {
    padding: 20px !important;
  }
  a.sprite-index-upholstered {
    /*line-height: 20px;*/
  }
  .block.lg {
    padding: 25px 25px 20px 25px;
  }
  #order-call a {
    margin: 5px 0;
    width: 160px;
    white-space: nowrap;
  }
  #head #menu {
    height: 150px !important;
  }
  #logo-clone {
    height: 150px !important;
  }
  #logo-clone .sprite {
    top: 24px !important;
  }
  #main-menu-block {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 150px;
  }
  #logo-clone {
    right: -90px !important;
  }
  #head #menu .list-menu {
    position: relative;
    right: -90px;
  }
  #contacts-top, #order-call {
    position: relative;
    left: -34px;
  }
  .block.lg .block-head {
    margin-top: auto;
  }
}

@media (min-width: 1200px) {
  #order-call {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap !important;
}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}

/*Other styles*/
.sidebar-footer {
  padding: 10px 30px 0 0;
  text-align: right;
}
.sidebar-footer .contacts-phone {
  font-size: 24px;
  color: #ffffff;
}
.sidebar-footer .contacts-work, .sidebar-footer .contacts-email {
  font-size: 12px;
  color: white;
}