html {
  color: #522a28;
  font-size: 16px;
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth; }

body {
  position: relative;
  margin: 0;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    body.active {
      position: fixed;
      height: 100%;
      width: 100%;
      overflow: hidden; } }
  body ::-moz-selection {
    color: #ffffff;
    background: #ff9800; }
  body ::selection {
    color: #ffffff;
    background: #ff9800; }

a,
button,
input,
textarea {
  font-family: 'Montserrat', 'Open Sans', sans-serif; }

a {
  text-decoration: none;
  color: #522a28; }

figure {
  margin: 0; }

p {
  margin: 1rem 0; }

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

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

h1 {
  font-size: 2.3rem; }

h2 {
  font-size: 1.95rem; }

.nm {
  margin: 0; }

.mla {
  margin-left: auto; }
.ml-1 {
  margin-left: 1rem; }
.mra {
  margin-right: auto; }
.mr-1 {
  margin-right: 1rem; }
.mr-2 {
  margin-right: 1.5rem; }

.text-nowrap {
  white-space: nowrap; }
.text-red {
  color: #f00; }

.dsp {
  display: block; }
  @media (max-width: 576px) {
    .dsp {
      display: none; } }

.mob {
  display: none; }
  @media (max-width: 576px) {
    .mob {
      display: block; } }

.hidden {
  display: none; }

.swstyle {
  width: 100%;
  min-height: 320px;
  margin-bottom: 2.5rem; }
  .swstyle .swiper-button-next {
    right: -1rem; }
  .swstyle .swiper-button-prev {
    left: -1rem; }
  .swstyle .swiper-button-next,
  .swstyle .swiper-button-prev {
    width: unset; }
  .swstyle .swiper-button-next:after,
  .swstyle .swiper-rtl .swiper-button-prev:after {
    content: '';
    background: url("/assets/tpl/img/button_right.png") center center no-repeat;
    width: 78px;
    height: 78px; }
  .swstyle .swiper-button-prev:after,
  .swstyle .swiper-rtl .swiper-button-next:after {
    content: '';
    background: url("/assets/tpl/img/button_left.png") center center no-repeat;
    width: 78px;
    height: 78px; }

.ms2_product {
  /*	background: $white;*/
  min-height: 402px;
  padding: 0.5rem;
  position: relative;
  border: solid #D8C8BD 1px;
  display: block; }
  .ms2_product__bages {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    padding: 2px 4px; }
    .ms2_product__bages .bage {
      color: #ffffff;
      border-radius: 3px;
      padding: 2px 6px;
      display: block;
      margin-bottom: 3px; }
      .ms2_product__bages .bage.popular {
        background: #ffda33; }
      .ms2_product__bages .bage.new {
        background: #4caf50; }
      .ms2_product__bages .bage.favorite {
        background: #ffbe98; }
  .ms2_product__image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 240px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*	    	display: block;*/ }
  .ms2_product__image img {
    width: 100%; }
  .ms2_product__tvs_inner {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0.5rem; }
  .ms2_product__tvs_title {
    color: rgba(103, 105, 126, 0.6); }
  .ms2_product__cartadd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ms2_product__content .content_list li.content_list__title {
    font-weight: 500;
    height: 4rem;
    overflow: hidden;
    font-size: 1.1rem; }
  .ms2_product__content .content_list li.content_list__vendor {
    height: 1rem; }
    .ms2_product__content .content_list li.content_list__vendor_full {
      height: 2rem; }

.partpage__title {
  font-size: 1.6rem; }
.partpage__tabs {
  margin-top: 2.5rem; }
.partpage .ms2_product__cartadd .cartadd_btn button {
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cartadd_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cartadd_count button {
    width: 40px;
    height: 37px;
    border: solid rgba(158, 158, 158, 0.2) 1px;
    cursor: pointer; }
    .cartadd_count button svg {
      width: 22px;
      height: 22px; }
  .cartadd_count input {
    width: 50px;
    height: 37px;
    margin: 0 1px;
    text-align: center;
    border: solid rgba(158, 158, 158, 0.2) 1px;
    outline: none; }

.cartadd_btn button {
  width: 59px;
  height: 54px;
  border: solid #D8C8BD 1px;
  cursor: pointer;
  background-color: #ffbe98;
  border-radius: 0.5rem; }
  .cartadd_btn button:focus, .cartadd_btn button:hover {
    background-color: #ff9e65; }
  .cartadd_btn button svg {
    width: 22px;
    height: 22px;
    fill: #fff; }

/*.ms2_product__content .content_list li.content_list__introtext {
height: 3rem;
}
.ms2_product__content .content_list li.content_list__pricecount {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
-webkit-box-align: end;
  -ms-flex-align: end;
      align-items: end;
}
.ms2_product__content .content_list li.content_list__pricecount .pricecount_price {
display: grid;
}
.ms2_product__content .content_list li.content_list__pricecount .pricecount_price span.price,
.ms2_product__content .content_list li.content_list__pricecount .pricecount_price span.old_parice {
width: 100%;
color: #2e2f38;
font-weight: 700;
font-size: 1.3rem;
}
.ms2_product__content .content_list li.content_list__pricecount .pricecount_price span.old_price {
font-weight: 400;
font-style: normal;
color: #67697e;
}
.ms2_product__content .content_list li.content_list__pricecount .bage.sclad_count {
background: rgba(76, 175, 80, 0.2);
padding: 2px 6px;
border-radius: 3px;
}
*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 22px;
  border-radius: 3px;
  cursor: pointer; }
  .btn-info {
    background-color: #ffbe98;
    border-color: #ff8e4c; }
    .btn-info:hover {
      background-color: #ff9e65;
      color: #ffffff; }
  .btn-red {
    background-color: #f00;
    border-color: #b30000;
    color: #ffffff; }
    .btn-red:hover {
      background-color: #cc0000; }
  .btn-flat {
    border: none;
    background: none; }
  .btn-def {
    border-color: rgba(158, 158, 158, 0.2);
    background-color: #f0f0f0; }
  .btn-sm {
    padding: 8px 10px; }
  .btn-fw {
    width: 100%; }

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem; }
  .tabs__list li {
    border-bottom: solid 1px #D8C8BD;
    line-height: 1.5rem;
    font-size: 120%; }
    .tabs__list li.is-selected {
      font-weight: 600;
      border-width: 2px; }
.tabs__item {
  display: none; }

.servpage__odd, .servpage__ogg {
  margin-bottom: 2.5rem; }
.servpage__img {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem; }
  .servpage__img img {
    width: 95%;
    -webkit-box-shadow: 2px 2px 9px -5px #919191;
            box-shadow: 2px 2px 9px -5px #919191;
    padding: .5rem; }

.contactpage__info li {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 3fr 8fr;
  margin-bottom: 1.97rem; }
  .contactpage__info li span {
    line-height: 1.5rem;
    display: block; }

.catalog__catlist {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr; }
.catalog__catitem {
  text-align: center;
  border-radius: 0.5rem;
  padding: .5rem; }
  .catalog__catitem:hover {
    background-color: #ffbe98; }
  .catalog__catitem_img {
    margin-bottom: .7rem; }
    .catalog__catitem_img img {
      width: 100%; }
  .catalog__catitem span {
    font-weight: 700;
    font-size: 110%; }
.catalog__list_parent > span {
  display: block;
  padding: .5rem;
  background-color: #A78C7B; }
  .catalog__list_parent > span a {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.7rem; }
.catalog__list_innerlist {
  padding: .5rem; }
  .catalog__list_innerlist li {
    margin-top: .35rem;
    margin-bottom: .35rem; }
    .catalog__list_innerlist li.active a, .catalog__list_innerlist li:hover a {
      border-bottom: solid 1px #D8C8BD; }
.catalog__filter h4 {
  margin-bottom: 0;
  border-bottom: solid 1px #D8C8BD; }
.catalog__filter_title {
  font-weight: 700; }
.catalog__form fieldset {
  border: none;
  padding: 0; }
.catalog__prods {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2rem; }

.fl_price label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .fl_price label input {
    width: 100%;
    border: 0;
    background-color: #ffbe98;
    border-radius: 0.5rem;
    padding: 0.5rem; }
.fl_price .mse2_number_slider {
  font-size: .7em;
  margin: 19px;
  margin-bottom: 10px;
  margin-left: 6px;
  height: 0;
  border: 2px solid #eee;
  position: relative; }
  .fl_price .mse2_number_slider .ui-slider-range.ui-widget-header {
    background: #A78C7B;
    top: -1px;
    height: 2px;
    position: absolute; }
  .fl_price .mse2_number_slider .ui-slider-handle.ui-corner-all.ui-state-default {
    margin-left: -4px;
    width: 4px;
    height: 4px;
    background: #fff;
    border: 8px solid #ffbe98;
    border-radius: 50%;
    top: -10px;
    outline: none;
    position: absolute; }

.oforder__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
  .oforder__title h1 {
    margin: 0; }
.oforder__prod_title {
  margin-bottom: .5rem; }
.oforder__prod_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
  width: 80%; }
.oforder__prod_price .ms-cost {
  text-align: right;
  font-weight: 700;
  font-size: 115%; }
.oforder__bio_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
  .oforder__bio_top .oforder__bio_title {
    margin: 0; }
.oforder__bio_title {
  margin-top: 0; }
.oforder__bio_about, .oforder__bio_adres {
  padding: 1rem !important;
  -webkit-box-shadow: 2px 2px 9px -5px #919191;
          box-shadow: 2px 2px 9px -5px #919191;
  margin-bottom: 1.5rem; }
  .oforder__bio_about label, .oforder__bio_adres label {
    font-weight: 600;
    font-size: 80%; }
  .oforder__bio_about input, .oforder__bio_adres input {
    margin-bottom: .75rem;
    line-height: 2rem;
    border: solid rgba(158, 158, 158, 0.2) 1px;
    outline: none; }
  .oforder__bio_about textarea, .oforder__bio_adres textarea {
    width: 100%;
    margin-bottom: .75rem;
    border: solid rgba(158, 158, 158, 0.2) 1px;
    outline: none; }
.oforder__bio_payment {
  margin-bottom: 1.5rem; }
.oforder__bio_delivery {
  margin-bottom: 1.5rem; }

.header {
  margin-top: .5rem; }
  .header__logo img {
    width: 100%; }
    @media (max-width: 576px) {
      .header__logo img {
        width: 139px; } }
  .header__cart {
    position: relative; }
    .header__cart .not_empty {
      position: absolute;
      left: 13px;
      top: -7px; }
      .header__cart .not_empty .ms2_total_count {
        border-radius: 2rem;
        background: #A78C7B;
        padding: 0 5px;
        color: #ffffff;
        font-size: 11px; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.topmenu {
  border-bottom: solid 2px #A78C7B;
  border-top: solid 1px #A78C7B;
  margin-top: 0.5rem;
  position: relative; }
  .topmenu__catalog_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
  .topmenu__catalog_row {
    list-style: none;
    padding: 1rem;
    text-align: right;
    margin-left: 2rem; }
    .topmenu__catalog_row a {
      font-weight: 700;
      text-transform: uppercase; }
  .topmenu__catalog_parent:hover .topmenu__catalog_innerlist {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .topmenu__catalog_innerlist {
    border-top: solid 2px #A78C7B;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: #ffffff;
    padding: .5rem;
    -webkit-box-shadow: 2px 2px 9px -5px #919191;
            box-shadow: 2px 2px 9px -5px #919191;
    z-index: 5; }
    .topmenu__catalog_innerlist .submenu_item {
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      border-radius: 0.5rem;
      margin-left: unset; }
      .topmenu__catalog_innerlist .submenu_item span {
        display: block;
        text-align: center; }
        .topmenu__catalog_innerlist .submenu_item span a {
          display: block; }
        .topmenu__catalog_innerlist .submenu_item span img {
          width: 100%;
          margin-bottom: .7rem; }
      .topmenu__catalog_innerlist .submenu_item:hover {
        background-color: #ffbe98; }

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  margin-top: .7rem;
  margin-bottom: .7rem;
  list-style-type: none; }
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px; }
  .breadcrumbs__item:after {
    content: '/';
    display: inline-block;
    text-decoration: none !important; }
  .breadcrumbs__item a {
    text-decoration: underline; }
  .breadcrumbs__item.active {
    color: #d4d4d4; }
    .breadcrumbs__item.active:after {
      content: unset; }

.benefits {
  margin-top: 4rem; }
  .benefits img {
    width: 100%; }
  .benefits .row {
    margin-bottom: 3rem; }
  .benefits p {
    margin-top: 2rem;
    font-size: 120%; }

.footer {
  background-color: #522a28;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .footer a {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 200; }
  .footer h4 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .footer__body_list li {
    line-height: 1.5rem; }
  .footer__copy {
    margin-top: 1.5rem; }
    .footer__copy_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
      .footer__copy_list li {
        margin-left: 1rem; }
        .footer__copy_list li a {
          font-size: 90%; }

.ourproj__form fieldset {
  border: none;
  background: #b9b9b9;
  padding: .3rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .ourproj__form fieldset label {
    background-color: #ffbe98;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 1rem .5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    font-weight: 700;
    padding: .5rem; }
    .ourproj__form fieldset label.is-selected, .ourproj__form fieldset label:hover {
      background-color: #D8C8BD; }
    .ourproj__form fieldset label input {
      display: none; }
.ourproj__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.ourproj .pritem {
  padding: 0.5rem;
  border: solid 1px #D8C8BD;
  border-radius: 0.5rem;
  display: block;
  width: 46%; }
  @media (max-width: 576px) {
    .ourproj .pritem {
      width: 90%; } }
  .ourproj .pritem .swstyle {
    min-height: unset;
    margin-bottom: .5rem; }
  .ourproj .pritem__img {
    text-align: center; }
    .ourproj .pritem__img img {
      width: 100%;
      margin: 0 auto;
      border-radius: 0.5rem; }
  .ourproj .pritem__bage {
    background-color: #ffbe98;
    padding: .5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.5rem;
    margin-bottom: .5rem; }
  .ourproj .pritem__name {
    font-weight: 700;
    font-size: 110%;
    margin-bottom: .5rem; }
  .ourproj .pritem__adres {
    margin-bottom: .5rem;
    position: relative;
    padding-left: 1rem; }
    .ourproj .pritem__adres:before {
      content: ' ';
      background: url("/assets/tpl/img/sm/map_icon.svg") center center no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      width: 10px;
      height: 12px;
      left: 0;
      top: 2px; }
  .ourproj .pritem__oborud h4 {
    margin-bottom: 0.5rem; }

.contdiv > .container {
  background: url("/assets/tpl/img/bot_form_img.jpg") center right no-repeat, rgba(255, 190, 152, 0.5);
  background-size: contain; }
  @media (max-width: 576px) {
    .contdiv > .container {
      background: rgba(255, 190, 152, 0.5); } }
  .contdiv > .container h2 {
    margin-top: 1rem; }

.botform__div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3.5rem; }
  @media (max-width: 576px) {
    .botform__div {
      grid-template-columns: 1fr; } }
  .botform__div_item input[type="text"], .botform__div_item input[type="tel"], .botform__div_item textarea {
    width: 100%;
    border-radius: 1rem;
    border: solid 1px #A78C7B;
    padding: 1rem;
    outline: none; }
    @media (max-width: 576px) {
      .botform__div_item input[type="text"], .botform__div_item input[type="tel"], .botform__div_item textarea {
        width: calc(100% - 2rem); } }
  .botform__div_item textarea {
    height: 105px; }
  .botform__div_img {
    text-align: center; }
    .botform__div_img img {
      width: 258px; }
  .botform__div_field {
    margin-bottom: 1rem; }
  .botform__div_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem; }
    .botform__div_btns button {
      background: #ffbe98; }
      .botform__div_btns button[type="reset"] {
        border: unset; }
.botform .error {
  color: #522a28;
  font-size: small;
  font-weight: 600; }

.service__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 2px 9px -5px #919191;
          box-shadow: 2px 2px 9px -5px #919191;
  padding: 0.5rem;
  padding-right: 1rem;
  text-align: right;
  height: 90px;
  width: 90%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-weight: 700;
  font-size: 150%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .service__list a img {
    width: 130px; }
  .service__list a:hover {
    background-color: #ffbe98 !important; }
.service__list_desc {
  display: none; }
.service__desc {
  -webkit-box-shadow: 2px 2px 9px -5px #919191;
          box-shadow: 2px 2px 9px -5px #919191;
  padding: 1rem;
  margin-top: 5rem; }
  .service__desc p {
    margin: 0;
    margin-bottom: 0.5rem; }
  .service__desc .btn {
    margin-left: auto; }

/*# sourceMappingURL=main.css.map */