body {
  font-family: 'work sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #000;
}

:root {
  scroll-behavior: auto;
}

.btn {
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.04em;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-category {
  background-color: #fff;
  color: #c1934c;
  border: 1px solid #c1934c;
  margin-left: 20px;
  margin-bottom: 20px;
}

.btn-category:hover,
.btn-category:active,
.btn-category:focus,
.btn-category.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #c1934c;
  color: #fff;
}

.btn-menu {
  width: 279px;
  height: 50px;
}

.btn-menu:hover,
.btn-menu:active,
.btn-menu:focus,
.btn-menu.active {
  background-color: #fff;
  color: #c1934c;
}

.btn-menu:after {
  border-top: 12px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  right: -13px;
  position: relative;
  top: 5px;
}

.btn-survey {
  background-color: #c1934c;
  color: #fff;
  height: 50px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.04em;
}

.btn-survey:hover {
  background-color: #fff;
  color: #c1934c;
  border: 1px solid #c1934c;
}

.btn-survey:active,
.btn-survey:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  inset: auto !important;
  -webkit-transform: initial !important;
  transform: initial !important;
  right: 0 !important;
  left: auto !important;
  top: 50px !important;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 10px;
  border: 0.5px solid #e0e0e0;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  text-align: right;
}

.dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:hover {
  color: #000;
  background-color: #f2f2f2;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  margin-bottom: 120px;
}

.header .banner {
  position: relative;
}

.header .banner-bordered {
  padding-bottom: 10px;
}

.header .banner-bordered:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 1;
}

.header .banner .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
  transform: translate(-50%, -48%);
  z-index: 2;
}

.header .banner-light {
  height: 230px;
}

.header .banner-light .logo {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header .banner-img {
  width: 100%;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 40px;
}

.menu-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1250px;
  margin: 0 auto;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.product-list .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 100px;
  margin-bottom: 50px;
}

.product-list .product:nth-child(odd) {
  padding-right: 25px;
}

.product-list .product:nth-child(even) {
  padding-left: 25px;
}

.product-list .product-img {
  width: 145px;
  height: 145px;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-list .product-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #c1934c;
}

.product-list .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 9px;
  border-bottom: 1px solid #c1934c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-list .product-info .price {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 9px;
}

.product-list .product-info .price .old {
  font-weight: 500;
  text-decoration: line-through;
  color: #828282;
  margin-left: 9px;
}

.product-list .product-name {
  font-size: 18px;
  font-weight: 700;
}

.product-list .product-desc {
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 9px;
}

.survey {
  position: relative;
  bottom: -20px;
  z-index: 1;
  text-align: center;
}

.survey:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c1934c;
  top: 50%;
  left: 0;
  z-index: -1;
}

.footer {
  padding-top: 70px;
  background-color: #fafafa;
  color: #4f4f4f;
  font-size: 14px;
}

.footer .footer-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #c1934c;
  margin-bottom: 0;
}

.footer .address-section {
  text-align: center;
}

.footer .address-section a {
  color: #4f4f4f;
  text-decoration: none;
}

.footer .working-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.footer .working-days .working-day {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.footer .working-days .working-day .day {
  color: #c1934c;
}

.footer .working-days .working-day:after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #c1934c;
  position: absolute;
  top: 0;
  right: -15px;
}

.footer .working-days .working-day:last-child:after {
  content: none;
}

.footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .social-media img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: red;
}

.footer .social-media a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  color: red;
}

.footer .social-media a {
  margin-bottom: 10px;
  color: red;
}

.footer .social-media a+a {
  margin-left: 14px;
  color: red;
}

.footer-bottom {
  height: 52px;
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-bottom a {
  margin-right: 10px;
}

.footer-bottom span {
  line-height: 20px;
}

.bg-grey {
  background-color: #f5f5f5;
}

.bg-grey .top-section {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.top-section .btn-category {
  margin-bottom: 0;
}

.top-section .title {
  margin-bottom: 0;
}

.survey-modal .modal-dialog {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .survey-modal .modal-xl {
    max-width: 1100px;
  }
}

.survey-modal .btn-close {
  position: absolute;
  top: -25px;
  right: 0;
  background: transparent url("../img/close.png") center/30px auto no-repeat;
  opacity: 1;
}

.survey-modal .btn-close:active,
.survey-modal .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.survey-modal .modal-content {
  padding: 0 50px 50px 50px;
}

.survey-modal .modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.survey-modal .modal-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.survey-modal .modal-body {
  padding-top: 50px;
  padding-bottom: 50px;
}

.survey-modal .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
}

.survey-modal .star-rating {
  font-size: 0;
  white-space: nowrap;
  display: table;
  margin: 0 auto;
  width: 265px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url("../img/icons/star-grey.png");
  background-size: contain;
}

.survey-modal .star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url("../img/icons/star-colored.png");
  background-size: contain;
}

.survey-modal .star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.survey-modal .star-rating input:hover+i,
.survey-modal .star-rating input:checked+i {
  opacity: 1;
}

.survey-modal .star-rating i~i {
  width: 40%;
}

.survey-modal .star-rating i~i~i {
  width: 60%;
}

.survey-modal .star-rating i~i~i~i {
  width: 80%;
}

.survey-modal .star-rating i~i~i~i~i {
  width: 100%;
}

.survey-question {
  padding: 30px 0;
}

.survey-question-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.scrollup {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

@media (max-width: 992px) {
  .product-list .product:nth-child(even) {
    padding-left: 0;
  }

  .product-list .product:nth-child(odd) {
    padding-right: 0;
  }

  .survey-modal .star-rating {
    width: 214px;
    height: 40px;
  }

  .survey-question-title {
    font-size: 20px;
  }

  .survey-modal .modal-content {
    padding: 0 10px 30px 10px;
  }

  .survey-modal .modal-title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .header {
    margin-bottom: 60px;
  }

  .header .banner .logo {
    width: 160px;
  }

  .product-list {
    margin-bottom: 30px;
  }

  .product-list .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .product-list .product:last-child .product-info {
    border-bottom: none;
  }

  .product-list .product-img {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .product-list .product-info {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-list .product-desc,
  .product-list .product-name {
    text-align: center;
  }

  .btn-category {
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .menu-list {
    margin-bottom: 20px;
  }

  .title {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .btn {
    font-size: 14px;
  }

  .scrollup {
    width: 60px;
  }

  .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-section .title {
    margin-bottom: 10px;
  }

  .top-section .btn-category {
    margin-left: 0;
  }

  .dropdown-item {
    font-size: 14px;
  }

  .dropdown-menu {
    right: -15px !important;
    text-align: center;
  }

  .header .banner-light {
    height: 150px;
  }
}

/*# sourceMappingURL=style.css.map */