@charset "UTF-8";
@import url(font.css);

* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  line-height: 1;
  font-size: 16px;
  font-family: 'Rubik';
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

input,
textarea,
select {
  outline: none;
}

.container {
  width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .container {
    padding: 0 15px;
    width: 700px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .container {
    padding: 0 5px;
    width: 310px;
    margin: 0 auto;
  }
}

.icon-circle {
  font-size: 1.25rem;
  color: #fff;
  background: #1E90FF;
  padding: 12px 12px;
  border-radius: 50px;
  margin: 0 5px;
}

.main-button {
  background: #00BFFF;
  width: 160px;
  height: 40px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 7px;
}

.title-filtr {
  font-weight: 500;
  text-align: center;
  font-size: 1.5rem;
  color: #1F1F1F;
  margin: 30px 0 20px 0;
}

.title-filtr-min {
  font-weight: 500;
  font-size: 1.35rem;
  color: #1F1F1F;
  margin: 0 0 10px 0;
}

.main-title {
  margin: 0 0 50px 0;
  color: #1F1F1F;
  font-size: 2rem;
  font-weight: 700;
}

.product-item {
  z-index: 10;
  display: block;
  width: 280px;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.product-item__img {
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  height: auto;
  max-height: 270px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-item__info {
  margin: 35px 20px 45px 20px;
  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;
}

.product-item__info-title {
  font-weight: 500;
  color: #1F1F1F;
  margin: 0 0 15px 0;
}

.product-item__info-text {
  font-size: 0.85rem;
  color: #5F5F5F;
  margin: 5px 0;
}

.product-item__info-favorite {
  background: none;
  border: none;
}

.product-item__info-icon {
  background: #00BFFF;
}

.product-item__info-buy {
  margin: 0 20px 35px 20px;
  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;
}

.product-item__info-button {
  display: block;
  width: 130px;
  z-index: 10000;
  cursor: pointer;
  height: 0;
  padding: 15px 0 30px 0;
}

.product-item__info-price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1F1F1F;
}

.old-price {
  font-size: 1rem;
  text-decoration: line-through;
  margin: 0 0 10px 0;
}

.prom-price {
  font-size: 1.4rem;
  color: #A92E88;
}

.new-item {
  width: 350px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(31, 31, 31, 0.38);
  box-shadow: 0px 4px 15px rgba(31, 31, 31, 0.38);
  border-radius: 7px;
}

.new-item__img {
  border-radius: 7px 7px 0px 0px;
  width: 100%;
  height: 240px;
}

.new-item__block-text {
  margin: 25px 20px 60px 20px;
}

.new-item__title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #1F1F1F;
  margin: 0 0 10px 0;
}

.new-item__text {
  font-size: 0.8rem;
  color: #5F5F5F;
}

.new-item__date {
  padding: 0 20px 20px 20px;
  font-size: 0.8rem;
  color: #BBBBBB;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  overflow: auto;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal__container {
  background-color: white;
  position: relative;
  width: 400px;
  margin: 50px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal__header {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 2em;
}

.modal__body {
  padding: 1em;
}

.modal__buttonbar {
  margin: 1em 0 0;
}

.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.visible .modal__container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

body.modal__visible {
  overflow: hidden;
}

.content_for_modal {
  visibility: hidden;
}

.main-table {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
  box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
  border-collapse: collapse;
}

.main-table-row-title {
  background: #F2F2F2;
  border-bottom: 1px solid #B6B6B6;
}

.main-table-title {
  font-size: 1rem;
  text-align: center;
  color: #5F5F5F;
  padding: 15px 0;
  font-weight: 500;
}

.main-table-item {
  min-width: 80px;
  font-size: 0.9rem;
  text-align: center;
  color: #1F1F1F;
  padding: 20px 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .main-table {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
    box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
    border-collapse: collapse;
  }

  .main-table-row-title {
    background: #F2F2F2;
    border-bottom: 1px solid #B6B6B6;
  }

  .main-table-title {
    font-size: 0.8rem;
    text-align: center;
    color: #5F5F5F;
    padding: 15px 0;
    font-weight: 500;
  }

  .main-table-item {
    font-size: 0.75rem;
    text-align: center;
    color: #1F1F1F;
    padding: 20px 0;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .main-table {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
    box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
    border-collapse: collapse;
  }

  .main-table-row-title {
    background: #F2F2F2;
    border-bottom: 1px solid #B6B6B6;
  }

  .main-table-title {
    font-size: 0.8rem;
    text-align: center;
    color: #5F5F5F;
    padding: 15px 0;
    font-weight: 500;
  }

  .main-table-item {
    font-size: 0.75rem;
    text-align: center;
    color: #1F1F1F;
    padding: 20px 0;
  }
}

.error-msg {
  text-align: justify;
  font-size: 0.9rem;
  color: #bd2020;
  width: 100%;
  display: block;
  line-height: 1.2rem;
}

.error-input {
  border-color: #bd2020;
}

.succ-input {
  border-color: #1E90FF;
}

.succ_mes {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  width: 300px;
  display: block;
  margin: 10px auto;
  background: #00BFFF;
  color: #fff;
  padding: 10px 0;
  border-radius: 7px;
}

.address-mes {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  width: 300px;
  display: block;
  margin: 10px auto;
  background: #00BFFF;
  color: #fff;
  padding: 10px 0;
  border-radius: 7px;
}

.error_mes {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  width: 300px;
  line-height: 1.75rem;
  display: block;
  margin: 10px auto;
  background: #bd2020;
  color: #fff;
  padding: 10px 0;
  border-radius: 7px;
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .error-msg {
    width: 220px;
  }

  .error-input {
    border-color: #bd2020;
  }

  .succ-input {
    border-color: #1E90FF;
  }

  .succ_mes {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    width: 220px;
    display: block;
    margin: 10px auto;
    background: #00BFFF;
    color: #fff;
    padding: 10px 0;
    border-radius: 7px;
  }

  .address-mes {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    width: 220px;
    display: block;
    margin: 10px auto;
    background: #00BFFF;
    color: #fff;
    padding: 10px 0;
    border-radius: 7px;
  }

  .error_mes {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    width: 220px;
    line-height: 1.75rem;
    display: block;
    margin: 10px auto;
    background: #bd2020;
    color: #fff;
    padding: 10px 0;
    border-radius: 7px;
  }
}

.header__top {
  background: #1E90FF;
  padding: 20px 0;
}

.header__top-block {
  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;
}

.header__top-time-block {
  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;
}

.header__top-time-icon {
  color: #fff;
  font-size: 1.125rem;
  margin: 0 10px 0 0;
}

.header__top-time-text {
  color: #fff;
}

.header__top-nav-link {
  margin: 0 18px;
  color: #fff;
}

.hamb {
  display: none;
}

.popup {
  display: none;
}

.header__top-social-link {
  color: #fff;
}

.header__top-social-icon {
  font-size: 1.125rem;
  margin: 0 8px;
}

.header__top-sing {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0 0 20px;
}

.header__top-sing-icon {
  font-size: 1.25rem;
  margin: 0 8px 0 0;
}

.header__menu {
  display: none;
}

.header__bottom {
  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-top: 30px;
}

.header__bottom-logo-img {
  width: 100px;
  height: auto;
  margin: 0 auto;
}

.header__bottom-logo-img-min {
  display: none;
}

.header__bottom-logo-text {
  color: #323232;
  font-size: 0.85rem;
  text-align: center;
  margin: 10px 0 0 0;
  letter-spacing: 0.035em;
}

.header__bottom-search {
  position: relative;
}

.header__bottom-search-input {
  width: 380px;
  height: 50px;
  padding: 0 20px;
  color: #BBBBBB;
  letter-spacing: 0.07em;
  border: #B6B6B6 1px solid;
  border-radius: 50px;
  font-size: 1.125rem;
}

.header__bottom-search-icon {
  position: absolute;
  top: 14px;
  right: 24px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #B6B6B6;
}

.header__bottom-search-button {
  display: none;
}

.header__bottom-phone {
  letter-spacing: 0.08em;
  color: #1F1F1F;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 20px 0 0;
}

.header__bottom-bag {
  position: relative;
}

.header__bottom-bag-num {
  position: absolute;
  right: 0;
  font-size: 0.75rem;
  color: #fff;
  background: #C03362;
  padding: 4px 6px;
  border-radius: 10px;
}

.header__bottom-sum {
  color: #C03362;
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0 0 0 10px;
}

.nav {
  z-index: 1;
  background: #F4F4F4;
  -webkit-box-shadow: 0px 4px 15px rgba(31, 31, 31, 0.14);
  box-shadow: 0px 4px 15px rgba(31, 31, 31, 0.14);
  padding: 25px 0;
  margin: 30px 0 70px 0;
}

.nav-block {
  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;
}

.nav-link {
  font-size: 1.25rem;
  color: #1F1F1F;
  font-weight: 500;
  width: 200px;
}

.nav-link:hover {
  color: #00BFFF;
}

.nav .promotion-nav {
  color: #A92E88;
  text-transform: uppercase;
}

.header__top-dropdowm {
  display: none;
  z-index: 10;
}

.header__top-dropdown-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #fff;
}

.header__top-dropdowm-content {
  display: none;
  position: absolute;
  z-index: 20;
  -webkit-animation: fade-in 0.3s ease-in-out;
  animation: fade-in 0.3s ease-in-out;
  background: #00BFFF;
  border-radius: 10px;
  padding: 10px 20px;
}

.header__top-dropdowm-link {
  color: #fff;
  padding: 20px 25px;
  display: block;
  font-size: 1.125rem;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header__top-dropdowm-show {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .header__top-time-icon {
    font-size: 1rem;
    margin: 0 10px 0 0;
  }

  .header__top-nav {
    display: none;
  }

  .header__top-social-icon {
    font-size: 1.5rem;
    margin: 0 8px;
  }

  .header__top-sing {
    font-size: 1.25rem;
    margin: 0 0 0 20px;
  }

  .header__top-sing-icon {
    font-size: 1.25rem;
    margin: 0 8px 0 0;
  }

  .header__top-dropdowm {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .header__bottom {
    margin-top: 30px;
  }

  .header__bottom-logo-img {
    width: 200px;
    height: auto;
  }

  .header__bottom-logo-img-min {
    display: none;
  }

  .header__bottom-logo-text {
    font-size: 0.65rem;
  }

  .header__bottom-search-input {
    width: 250px;
    height: 50px;
    font-size: 1rem;
  }

  .header__bottom-search-icon {
    top: 16px;
    font-size: 1.25rem;
  }

  .header__bottom-search-button {
    display: none;
  }

  .header__bottom-phone {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .nav-block {
    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;
  }

  .nav-link {
    font-size: 1rem;
    width: 135px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hamb__field {
    padding: 10px 13px;
    cursor: pointer;
  }

  .bar {
    display: block;
    width: 28px;
    height: 3px;
    margin: 6px auto;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .popup {
    position: fixed;
    top: 75px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .popup__open {
    left: 0;
  }

  .popup .menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 50px 0;
    overflow: auto;
  }

  .popup .menu .footer__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
  }

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

  .hamb__field.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }

  .hamb__field.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }

  body.noscroll {
    overflow: hidden;
  }

  .header__bar {
    display: block;
    font-size: 1.7rem;
  }

  .header__top-time-block {
    display: none;
  }

  .header__top-nav {
    display: none;
  }

  .header__top-social-icon {
    font-size: 1.5rem;
    margin: 0 8px;
  }

  .header__top-sing {
    display: none;
  }

  .header__top-sing-icon {
    font-size: 1.25rem;
    margin: 0 8px 0 0;
  }

  .header__top-dropdowm {
    display: none;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .header__bottom {
    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-top: 30px;
  }

  .header__bottom-logo-img {
    display: none;
  }

  .header__bottom-logo-img-min {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 20px 0 0;
  }

  .header__bottom-logo-text {
    display: none;
  }

  .header__bottom-search {
    position: relative;
  }

  .header__bottom-search-input {
    width: 150px;
    height: 50px;
    font-size: 1rem;
  }

  .header__bottom-search-icon {
    top: 16px;
    font-size: 1.25rem;
  }

  .header__bottom-search-button {
    display: none;
  }

  .header__bottom-phone {
    display: none;
  }

  .header__bottom-bag-num {
    display: none;
  }

  .header__bottom-sum {
    display: none;
  }

  .header__bottom-favorite {
    display: none;
  }

  .header__bottom-bag {
    display: none;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .nav {
    background: #F4F4F4;
    -webkit-box-shadow: 0px 4px 15px rgba(31, 31, 31, 0.14);
    box-shadow: 0px 4px 15px rgba(31, 31, 31, 0.14);
    padding: 25px 0;
    margin: 30px 0 40px 0;
  }

  .nav-block {
    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;
  }

  .nav-link {
    font-size: 0.9rem;
    color: #1F1F1F;
    font-weight: 500;
  }

  .nav-link:hover {
    color: #00BFFF;
  }

  .nav .promotion-nav {
    color: #A92E88;
    text-transform: uppercase;
  }
}

.nav-mobile {
  background: #fff;
  border-top: 1px #BBBBBB solid;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  display: none;
  z-index: 50;
}

.nav-mobile-block {
  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;
}

.nav-mobile-link {
  text-align: center;
  color: #00BFFF;
  font-size: 0.75rem;
  margin: 0 8px;
  position: relative;
  display: block;
}

.nav-mobile-link-icon {
  font-size: 1rem;
  margin: 0 0 5px 0;
}

.nav-mobile-link-num {
  position: absolute;
  right: 18%;
  font-size: 0.55rem;
  color: #fff;
  background: #C03362;
  padding: 3px 5px;
  border-radius: 10px;
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .nav-mobile {
    display: block;
  }
}

.header__menu {
  width: 100%;
}

.header__menu-time-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 25px 0;
  width: 100%;
  border-bottom: 1px solid #BBBBBB;
  font-size: 1.2rem;
}

.header__menu-time-icon {
  margin: 0 15px 0 0;
}

.header__menu-link-block {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #BBBBBB;
}

.header__menu-link {
  font-size: 1.25rem;
  margin: 15px 0;
  color: #5F5F5F;
}

.header__menu-contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
}

.header__menu-phone {
  margin: 10px 0;
  font-size: 1.25rem;
  color: #1F1F1F;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

.banner__slider {
  width: 1000px;
  height: 550px;
  margin: 0 100px 0 0;
}

.banner__slider-item {
  width: 100%;
  height: auto;
}

.banner__slide-title {
  font-weight: 500;
  font-size: 2.5rem;
  width: 450px;
  margin: 0 40px 0 70px;
}

.banner__slide-img {
  width: 100%;
  height: auto;
}

.swiper-button-next {
  border-radius: 30px;
  width: 15px;
  height: 15px;
  color: #1F1F1F;
  background: #ffffff80;
  padding: 20px;
}

.banner__slider-prev {
  border-radius: 30px;
  width: 15px;
  height: 15px;
  color: #1F1F1F;
  background: #ffffff80;
  padding: 20px;
}

.swiper-pagination-bullet {
  background: #221F1F;
}

.swiper-pagination-bullet-active {
  background: #00BFFF;
}

.banner__product-title {
  color: #1F1F1F;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 0 20px 0;
}

.banner__product-slider {
  width: 300px;
}

.advant {
  margin-top: 35px;
  margin-bottom: 150px;
  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;
}

.advant__item {
  width: 28%;
  height: 120px;
  background: #00BFFF;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advant__item:nth-child(2) {
  margin: 0 30px;
}

.advant__item:nth-child(2) .advant__item-img {
  width: 80px;
}

.advant__item-img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}

.advant__item-text {
  text-align: center;
  font-weight: 500;
  font-size: 1.75rem;
  color: #fff;
  margin: 20px 0 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner__slider {
    width: 720px;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .banner__product-day {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .advant {
    margin-top: 35px;
    margin-bottom: 150px;
  }

  .advant__item {
    width: 200px;
    padding: 40px;
  }

  .advant__item:nth-child(2) {
    margin: 0 10px;
  }

  .advant__item:nth-child(2) .advant__item-img {
    width: 60px;
  }

  .advant__item-img {
    width: 70px;
  }

  .advant__item-text {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner__slider {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }

  .banner__slider-item {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .banner__slide-title {
    font-size: 1.2rem;
    width: 180px;
    margin: 0 10px 0 50px;
  }

  .banner__slide-img {
    height: auto;
  }

  .swiper-button-next {
    display: none;
  }

  .banner__slider-prev {
    display: none;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .banner__product-day {
    display: none;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .advant {
    margin-top: 35px;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advant__item {
    width: 220px;
    padding: 40px;
  }

  .advant__item:nth-child(2) {
    margin: 30px 0;
  }

  .advant__item:nth-child(2) .advant__item-img {
    width: 70px;
  }

  .advant__item-img {
    width: 90px;
  }

  .advant__item-text {
    font-size: 1.25rem;
  }
}

.product {
  margin-bottom: 60px;
}

.product__info {
  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: 0 0 50px 0;
}

.product__info-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1F1F1F;
}

.product__info-link {
  font-size: 1.25rem;
  color: #1F1F1F;
}

.product__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .product {
    margin-bottom: 60px;
  }

  .product__info {
    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: 0 0 50px 0;
  }

  .product__info-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1F1F1F;
  }

  .product__info-link {
    font-size: 1.25rem;
    color: #1F1F1F;
  }

  .product .product-item {
    margin: 0 0 60px 0;
  }

  .product__item-row {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .product__info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .product__info-title {
    font-size: 1.25rem;
  }

  .product__info-link {
    font-size: 0.9rem;
  }

  .product .product-item {
    margin: 0 0 60px 0;
  }

  .product__item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news {
  margin-bottom: 150px;
}

.news__info {
  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: 0 0 50px 0;
}

.news__info-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1F1F1F;
}

.news__info-link {
  font-size: 1.25rem;
  color: #1F1F1F;
}

.news__item-row {
  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;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .news {
    margin-bottom: 150px;
  }

  .news__item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .new-item {
    margin: 0 0 50px 0;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .news {
    margin-bottom: 40px;
  }

  .news__info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .news__info-title {
    font-size: 1.25rem;
  }

  .news__info-link {
    font-size: 0.9rem;
  }

  .news .product-item {
    margin: 0 0 60px 0;
  }

  .news__item-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .new-item {
    margin: 0 0 50px 0;
    width: 300px;
  }
}

.contact {
  position: relative;
}

.contact__map {
  z-index: 1;
}

.contact__info {
  z-index: 10;
  -webkit-box-shadow: 0px 4px 15px rgba(31, 31, 31, 0.44);
  box-shadow: 0px 4px 15px rgba(31, 31, 31, 0.44);
  border-radius: 7px;
  background: #fff;
  top: 10%;
  left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 55px;
}

.contact__link {
  display: block;
  color: #1F1F1F;
  font-weight: 500;
  font-size: 1.25rem;
  margin: 30px 0;
}

.contact:not(:first-child) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .contact {
    position: relative;
  }

  .contact__map {
    height: 480px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .contact {
    position: static;
  }

  .contact__map {
    display: none;
  }

  .contact__info {
    position: static;
    width: 280px;
    margin: 0 auto 100px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
  }

  .contact__link {
    display: block;
    color: #1F1F1F;
    font-weight: 500;
    font-size: 1rem;
    margin: 30px 0;
  }

  .contact:not(:first-child) {
    margin-top: 0;
  }
}

.footer {
  margin: 150px 0 0 0;
  background: #1E90FF;
}

.footer__block {
  padding: 70px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__list {
  margin: 0 60px 0 0;
}

.footer__list-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 40px 0;
}

.footer__list-link {
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 30px 0;
  display: block;
}

.footer__logo-img {
  margin: 0 auto;
  display: block;
  width: 75px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.footer__logo-title {
  font-size: 1.35rem;
  font-weight: 500;
  margin: 15px 0 10px 0;
  text-align: center;
  color: #fff;
}

.footer__logo-text {
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}

.footer__block-bottom {
  border-top: 1px solid #BBBBBB;
  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;
  padding: 20px 0;
}

.footer__bottom-copyright {
  font-size: 1.125rem;
  color: #fff;
}

.footer__bottom-pay-list {
  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-pay-img {
  min-width: 30px;
  height: auto;
  padding: 5px;
  background: #F4F4F4;
  border-radius: 2px;
}

.footer__bottom-pay-img:nth-child(2) {
  margin: 0 15px;
}

.footer__bottom-link-block {
  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;
}

.footer__bottom-link-text {
  color: #fff;
  font-size: 1.125rem;
  margin: 0 15px 0 0;
}

.footer__bottom-link {
  color: #fff;
}

.catalog-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-item {
  margin: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .footer {
    margin: 120px 0 0 0;
  }

  .footer__block {
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__list {
    margin: 0 70px 0 0;
  }

  .footer__list-title {
    font-size: 1.125rem;
    margin: 0 0 30px 0;
  }

  .footer__list-link {
    font-size: 1rem;
    margin: 0 0 20px 0;
  }

  .footer__block-bottom {
    border-top: 1px solid #BBBBBB;
    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;
    padding: 20px 0;
  }

  .footer__bottom-copyright {
    font-size: 0.8rem;
  }

  .footer__bottom-pay-img {
    min-width: 25px;
  }

  .footer__bottom-link-text {
    color: #fff;
    font-size: 0.8rem;
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .footer {
    margin: 120px 0 0 0;
  }

  .footer__block {
    padding: 50px 0 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__list {
    margin: 0 0 40px 0;
    width: 280px;
  }

  .footer__list-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__list-title {
    font-size: 1.125rem;
    margin: 0 0 30px 0;
  }

  .footer__list-link {
    font-size: 1rem;
    margin: 0 0 20px 0;
  }

  .footer__block-bottom {
    border-top: 1px solid #BBBBBB;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }

  .footer__bottom-copyright {
    font-size: 0.8rem;
    margin: 0 0 10px 0;
  }

  .footer__bottom-pay-img {
    min-width: 25px;
    margin: 20px 0;
  }

  .footer__bottom-link-block {
    margin: 0 0 60px 0;
  }

  .footer__bottom-link-text {
    color: #fff;
    font-size: 0.8rem;
    margin: 0 10px 0 0;
  }

  .footer__logo-block {
    width: 280px;
  }

  .footer__logo-img {
    margin: 0 auto;
    display: block;
    width: 50px;
    height: auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
  }

  .footer__logo-title {
    font-size: 1.35rem;
    font-weight: 500;
    margin: 15px 0 10px 0;
    text-align: center;
    color: #fff;
  }

  .footer__logo-text {
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
  }
}

.catalog__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px 0;
}

.catalog__nav-filtr-butt {
  border: none;
  background: #00BFFF;
  cursor: pointer;
  margin: 0 70px 0 0;
  display: none;
}

.catalog__sorting {
  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;
}

.catalog__sorting-text {
  font-size: 0.9rem;
  color: #B6B6B6;
  margin: 0 15px 0 0;
}

.catalog__sorting-select {
  border: 1px solid #ECECEC;
  color: #1F1F1F;
  width: 175px;
  padding: 10px;
  border-radius: 4px;
  font-size: 1rem;
}

.catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-filtr {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .catalog__nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .catalog__nav-filtr-butt {
    display: block;
  }

  .catalog-block {
    display: block;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .catalog__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .catalog__nav-filtr-butt {
    margin-bottom: 50px;
    display: block;
  }

  .catalog-block {
    display: block;
  }
}

.catalog-filtr {
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0px 0px 20px rgba(34, 42, 70, 0.05);
  box-shadow: 0px 0px 20px rgba(34, 42, 70, 0.05);
  border-radius: 5px;
  width: 280px;
  max-height: 1400px;
  min-height: 1000px;
  padding: 0 25px;
  background: #fff;
}

.catalog-filr__close {
  display: none;
}

.catalog-filtr__title-min {
  margin: 0 0 15px 0;
}

.catalog-filtr__price-input-block {
  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;
}

.catalog-filtr__price-input {
  width: 100px;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  padding: 10px;
}

.catalog-filtr__price-input:first-child {
  margin: 0 15px 0 0;
}

.catalog-filtr__color {
  border-top: 1px #E2E2E2 solid;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
}

.catalog-filtr__color-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.catalog-filtr__color-button {
  display: block;
  -webkit-box-shadow: 0px 1px 4px 2px rgba(29, 31, 36, 0.1);
  box-shadow: 0px 1px 4px 2px rgba(29, 31, 36, 0.1);
  border-radius: 30px;
  padding: 5px;
  width: 27px;
  height: 27px;
  border: 1px solid #E2E2E2;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.catalog-filtr__color input {
  display: none;
}

.catalog-filtr__color-button-active {
  -webkit-box-shadow: 0px 1px 4px 4px rgba(28, 28, 31, 0.1);
  box-shadow: 0px 1px 4px 4px rgba(28, 28, 31, 0.1);
  border: 2px solid #B6B6B6;
}

.catalog-filtr__size {
  border-top: 1px #E2E2E2 solid;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
}

.catalog-filtr__size-title-min {
  margin: 0 0 15px 0;
}

.catalog-filtr__size-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1F1F1F;
  margin: 0 0 10px 0;
}

.catalog-filtr__size-check-row {
  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;
}

.catalog-filtr__size-check-label {
  color: #1F1F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.15rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 150px;
  min-width: 140px;
  margin: 0 0 15px 0;
}

.calatol-filtr__size-check {
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}

.catalog-filtr__compound {
  border-top: 1px #E2E2E2 solid;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
}

.catalog-filtr__compound-title-min {
  margin: 0 0 15px 0;
}

.catalog-filtr__compound-check-label {
  color: #1F1F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.15rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 150px;
  min-width: 140px;
  margin: 0 0 15px 0;
}

.calatol-filtr__combound-check {
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}

.catalog-filtr__compound-link {
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: #00BFFF;
}

.catalog-filtr__person {
  border-top: 1px #E2E2E2 solid;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
}

.catalog-filtr__person-title-min {
  margin: 0 0 15px 0;
}

.catalog-filtr__person-check-label {
  color: #1F1F1F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.15rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  max-width: 150px;
  min-width: 140px;
  margin: 0 0 15px 0;
}

.calatol-filtr__person-check {
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}

.catalog-filtr__clear-button {
  display: block;
  padding: 13px 30px;
  background: #fff;
  border: 1px solid #00BFFF;
  color: #00BFFF;
  margin: 40px auto;
  height: auto;
}

.popup-filtr {
  display: none;
}

.filtr-button-top {
  display: none;
}

.slider-price-filtr {
  margin: 30px 0 0 0;
}

.slider-price-filtr .ui-slider-range {
  background: #00BFFF;
}

.slider-price-filtr .ui-slider-handle {
  background: #F2F2F2;
  border-radius: 50px;
  width: 26px;
  height: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .popup-filtr {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 100%;
    max-height: 100%;
  }

  .popup-filtr__open {
    left: 0;
  }

  .popup .catalog-filtr {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 50px 0;
  }

  .filtr-button-top {
    display: block;
  }

  .catalog-filtr {
    border: 1px solid #F2F2F2;
    -webkit-box-shadow: 0px 0px 20px rgba(34, 42, 70, 0.05);
    box-shadow: 0px 0px 20px rgba(34, 42, 70, 0.05);
    border-radius: 5px;
    position: absolute;
    display: none;
  }

  .catalog-filr__close {
    display: block;
    position: absolute;
    top: 30px;
    right: 70px;
    font-size: 2rem;
  }

  body.noscroll {
    overflow: hidden;
  }

  .filtr-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background: #fff;
    z-index: 100;
    overflow: auto;
  }

  .catalog-filtr__price-block {
    width: 450px;
    margin: 0 auto;
  }

  .catalog-filtr__title-min {
    margin: 0 0 15px 0;
  }

  .catalog-filtr__price-input-block {
    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;
    max-height: 200px;
    min-height: 80px;
  }

  .catalog-filtr__price-input {
    width: 100px;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    padding: 10px;
  }

  .catalog-filtr__price-input:first-child {
    margin: 0 15px 0 0;
  }

  .catalog-filtr__color {
    border-top: 1px #E2E2E2 solid;
    margin: 15px auto 0 auto;
    padding: 15px 0 0 0;
    width: 450px;
    max-height: 200px;
    min-height: 80px;
  }

  .catalog-filtr__color-button {
    -webkit-box-shadow: 0px 2px 5px rgba(34, 42, 70, 0.1);
    box-shadow: 0px 2px 5px rgba(34, 42, 70, 0.1);
    border-radius: 30px;
    padding: 5px;
    width: 27px;
    height: 27px;
    border: 1px solid #E2E2E2;
    margin: 10px 8px 0 0;
  }

  .catalog-filtr__size {
    border-top: 1px #E2E2E2 solid;
    margin: 15px auto 0 auto;
    padding: 15px 0 0 0;
    width: 450px;
    max-height: 400px;
    min-height: 80px;
  }

  .catalog-filtr__size-title-min {
    margin: 0 0 15px 0;
  }

  .catalog-filtr__size-text {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1F1F1F;
    margin: 0 0 10px 0;
  }

  .catalog-filtr__size-check-row {
    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;
  }

  .catalog-filtr__size-check-label {
    color: #1F1F1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.15rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 150px;
    min-width: 140px;
    margin: 0 0 15px 0;
  }

  .calatol-filtr__size-check {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
  }

  .catalog-filtr__compound {
    border-top: 1px #E2E2E2 solid;
    margin: 15px auto 0 auto;
    padding: 15px 0 0 0;
    width: 450px;
    max-height: 400px;
    min-height: 80px;
  }

  .catalog-filtr__compound-title-min {
    margin: 0 0 15px 0;
  }

  .catalog-filtr__compound-check-label {
    color: #1F1F1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.15rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 150px;
    min-width: 140px;
    margin: 0 0 15px 0;
  }

  .calatol-filtr__combound-check {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
  }

  .catalog-filtr__compound-link {
    margin: 10px 0 0 0;
    font-size: 1rem;
    font-weight: 500;
    color: #00BFFF;
  }

  .catalog-filtr__person {
    border-top: 1px #E2E2E2 solid;
    margin: 15px auto 0 auto;
    padding: 15px 0 0 0;
    width: 450px;
    max-height: 600px;
    min-height: 400px;
  }

  .catalog-filtr__person-title-min {
    margin: 0 0 15px 0;
  }

  .catalog-filtr__person-check-label {
    color: #1F1F1F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.15rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 150px;
    min-width: 140px;
    margin: 0 0 15px 0;
  }

  .calatol-filtr__person-check {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
  }

  .catalog-filtr__clear-button {
    display: none;
    padding: 13px 30px;
    background: #fff;
    border: 1px solid #00BFFF;
    color: #00BFFF;
    margin: 40px auto;
  }

  .filtr-button-top {
    display: block;
  }

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

  .catalog-items .product-item {
    margin: 20px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .popup-filtr {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .popup-filtr__open {
    left: 0;
  }

  .popup .catalog-filtr {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 50px 0;
  }

  .filtr-button-top {
    display: block;
    margin: 130px 0 0 0;
  }

  .catalog-filtr {
    position: absolute;
    display: none;
    padding: 0;
  }

  .catalog-filr__close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 2rem;
  }

  body.noscroll {
    overflow: hidden;
  }

  .filtr-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background: #fff;
    z-index: 100;
    overflow: auto;
  }

  .catalog-filtr__price-block {
    width: 300px;
    margin: 0 auto;
  }

  .catalog-filtr__price-input-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 200px;
    min-height: 80px;
  }

  .catalog-filtr__price-input {
    width: 100px;
  }

  .catalog-filtr__price-input:first-child {
    margin: 0 15px 0 0;
  }

  .catalog-filtr__color {
    margin: 0 auto;
    width: 300px;
    max-height: 200px;
    min-height: 80px;
  }

  .catalog-filtr__color-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .catalog-filtr__size {
    margin: 0 auto;
    width: 300px;
    max-height: 400px;
    min-height: 80px;
  }

  .catalog-filtr__size-check-row {
    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;
  }

  .catalog-filtr__size-check-label {
    max-width: 150px;
    min-width: 140px;
    margin: 0 0 15px 0;
  }

  .catalog-filtr__compound {
    width: 300px;
    max-height: 400px;
    min-height: 80px;
    margin: 0 auto;
  }

  .catalog-filtr__compound-check-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.15rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 150px;
    min-width: 140px;
  }

  .catalog-filtr__person {
    margin: 0 auto;
    width: 300px;
    max-height: 600px;
    min-height: 400px;
  }

  .catalog-filtr__person-title-min {
    margin: 0 0 15px 0;
  }

  .catalog-filtr__person-check-label {
    max-width: 150px;
    min-width: 140px;
  }

  .calatol-filtr__person-check {
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
  }

  .catalog-filtr__clear-button {
    display: none;
    font-size: 0.9rem;
    padding: 13px 20px;
    background: #fff;
    border: 1px solid #00BFFF;
    color: #00BFFF;
    margin: 40px auto;
  }

  .filtr-button-top {
    display: block;
  }

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

  .catalog-items .product-item {
    margin: 20px 0;
    width: 100%;
  }
}

.product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.product-cart__gallery {
  width: 740px;
}

.product-cart__gallery-main-img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-cart__gallery-row {
  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;
  width: 100%;
  margin: 20px 0;
}

.product-cart__gallery-row-img {
  display: block;
  width: 180px;
  height: 150px;
  margin: 0 5px 0 0;
}

.product-cart__gallery-row-img:last-child {
  margin: 0;
}

.product-cart__gallery-text {
  font-size: 1.125rem;
  margin: 20px 0 20px 0;
  color: #1F1F1F;
  width: 100%;
}

.product-cart__gallery-alert {
  font-size: 1.125rem;
  color: #1F1F1F;
  width: 100%;
}

.product-cart__info {
  border: 1px solid #B6B6B6;
  border-radius: 7px;
  padding: 25px;
  min-height: 450px;
  width: 320px;
}

.product-cart__info-title {
  font-size: 2rem;
  color: #1F1F1F;
  font-weight: 700;
}

.product-cart__info-desc {
  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;
  width: 100%;
  margin: 40px 0 0 0;
}

.product-cart__info-desc-text {
  margin: 0 15px 15px 0;
  font-size: 0.8rem;
  color: #221F1F;
}

.product-cart__info-product-day {
  margin: 15px 0 0 0;
  color: #1E90FF;
  font-weight: 500;
  font-size: 1.25rem;
}

.product-cart__info-desc-widht {
  font-weight: 500;
}

.product-cart__info-row {
  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: 35px 0;
}

.product-cart__info-price {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1F1F1F;
}

.product-cart__info-qty {
  border: 1px solid #BBBBBB;
  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: 0 20px;
  border-radius: 5px;
  padding: 10px 10px;
}

.product-cart__info-qty-minus {
  background: none;
  border: none;
}

.prom-price-cart {
  font-size: 1.55rem;
  font-weight: 700;
  color: #A92E88;
}

.old-price-cart {
  font-size: 1.25rem;
  font-weight: 500;
  color: #1F1F1F;
  text-decoration: line-through;
  margin: 0 0 10px 0;
}

.product-cart__info-product-promotion {
  margin: 15px 0 0 0;
  color: #A92E88;
  font-weight: 500;
  font-size: 1.25rem;
}

.qty-icon {
  font-size: 1.5rem;
  color: #B6B6B6;
  display: block;
  margin: 0 10px;
}

.product-cart__info-qty-num {
  font-size: 1.25rem;
  font-weight: 500;
  color: #221F1F;
  margin: 0 20px;
}

.product-cart__info-qty-plus {
  background: none;
  border: none;
}

.product-cart__info-button {
  height: 0;
  padding: 15px 0 30px 0;
}

.product-cart__info-favorite {
  border: none;
  background: #00BFFF;
}

.product-cart__info-min-title {
  font-size: 1.25rem;
  color: #221F1F;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.product-cart__info-list-item {
  font-size: 1.1rem;
  color: #5F5F5F;
  margin: 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .product-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .product-cart__gallery {
    width: 700px;
  }

  .product-cart__gallety-main-img {
    width: 100%;
    height: 500px;
  }

  .product-cart__gallery-row {
    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;
    width: 100%;
    margin: 20px 0;
  }

  .product-cart__gallery-row-img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 5px 0 0;
  }

  .product-cart__gallery-row-img:last-child {
    margin: 0;
  }

  .product-cart__gallery-text {
    font-size: 1.125rem;
    margin: 0 0 20px 0;
    color: #1F1F1F;
    width: 100%;
  }

  .product-cart__gallery-alert {
    font-size: 1.125rem;
    color: #1F1F1F;
    width: 100%;
  }

  .product-cart__info {
    margin: 40px 0 0 0;
    border: none;
    border-top: 1px solid #B6B6B6;
    border-radius: 0;
    padding: 25px;
    height: 450px;
    min-width: 700px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .product-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
  }

  .product-cart__gallery {
    width: 300px;
  }

  .product-cart__gallety-main-img {
    width: 100%;
    height: 300px;
  }

  .product-cart__gallery-row {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0;
  }

  .product-cart__gallery-row-img {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 3px 0 0;
  }

  .product-cart__gallery-row-img:last-child {
    margin: 0;
  }

  .product-cart__gallery-text {
    font-size: 1.125rem;
    margin: 0 0 20px 0;
    color: #1F1F1F;
    width: 100%;
  }

  .product-cart__info {
    margin: 40px 0 0 0;
    border: none;
    border-top: 1px solid #B6B6B6;
    border-radius: 0;
    padding: 15px;
    height: 450px;
    width: 280px;
  }

  .product-cart__info-title {
    font-size: 1.75rem;
    color: #1F1F1F;
    margin: 20px 0 40px 0;
    font-weight: 700;
  }

  .qty-icon {
    font-size: 1.125rem;
    color: #B6B6B6;
    display: block;
    margin: 0 10px;
    background: none;
    border: none;
  }

  .product-cart__info-qty-num {
    font-size: 1.25rem;
    font-weight: 500;
    color: #221F1F;
    margin: 0 20px;
  }
}

.news-block__title {
  margin: 0 0 50px 0;
  color: #1F1F1F;
  font-size: 2rem;
  font-weight: 700;
}

.news-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-item {
  margin: 0 35px 35px 0;
}

.news-block__button {
  margin: 70px 0 0 0;
  display: block;
  width: 200px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .news-block__title {
    margin: 0 0 50px 0;
    color: #1F1F1F;
    font-size: 2rem;
    font-weight: 700;
  }

  .news-block__items {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new-item {
    width: 280px;
    margin: 0 0 55px 0;
  }

  .news-block__button {
    margin: 70px 0 0 0;
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .news-block__title {
    margin: 0 0 50px 0;
    color: #1F1F1F;
    font-size: 2rem;
    font-weight: 700;
  }

  .news-block__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .new-item {
    width: 280px;
    margin: 0 0 55px 0;
  }

  .news-block__button {
    margin: 70px 0 0 0;
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}

.bag__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bag__items {
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  width: 800px;
  height: auto;
  padding: 0 0 40px 0;
}

.bag__items-title {
  font-size: 1.25rem;
  color: #5F5F5F;
  margin: 15px 0 0 0;
  padding: 0 0 20px 20px;
  border-bottom: 1px solid #BBBBBB;
}

.bag-item {
  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;
  padding: 20px;
  border-bottom: 1px solid #BBBBBB;
}

.bag-item__img {
  width: 100px;
  height: auto;
  border-radius: 10px;
}

.bag-item__title {
  color: #221F1F;
  font-size: 1.2rem;
  margin: 0 0 0 25px;
}

.bag-item__block {
  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;
}

.bag-item__qty {
  border: 1px solid #BBBBBB;
  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: 0 20px;
  border-radius: 5px;
  padding: 10px 10px;
}

.bag-item__qty-minus {
  background: none;
  border: none;
}

.bag-item__qty-num {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 10px;
}

.bag-item__qty-plus {
  background: none;
  border: none;
}

.bag-item__price {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1F1F1F;
  margin: 0 40px 0 35px;
  width: 80px;
  text-align: center;
}

.bag-item__price::after {
  margin: 0 0 0 3px;
  content: '₽';
}

.bag-item__close {
  background: none;
  border: 2px solid #00BFFF;
  border-radius: 20px;
  color: #00BFFF;
  font-size: 1.25rem;
  padding: 5px 10px;
}

.bag__info-text-null-bag {
  font-weight: 500;
  font-size: 1.25rem;
  color: #5F5F5F;
}

.bag__info-link-null-bag {
  color: #1E90FF;
  font-size: 1.35rem;
  text-decoration: underline;
}

.bag__info {
  padding: 50px;
  border: 1px solid #BBBBBB;
  border-radius: 10px;
  width: 380px;
  height: auto;
}

.bag__info-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #1F1F1F;
  margin: 0 0 60px 0;
}

.bag__info-row {
  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: 0 0 70px 0;
  width: 400px;
}

.bag__info-row-text {
  font-size: 1.25rem;
  color: #B6B6B6;
}

.bag__info-price {
  font-size: 1.25rem;
  color: #1F1F1F;
  font-weight: 500;
}

.bag__info-price::after {
  margin: 0 0 0 3px;
  content: '₽';
}

.bag__info-row-text-sum {
  font-size: 2.25rem;
  color: #1F1F1F;
}

.bag__info-price-sum {
  font-size: 2.25rem;
  color: #80032D;
}

.bag__info-price-sum::after {
  margin: 0 0 0 3px;
  content: '₽';
}

.bag__info-text-alert {
  font-size: 0.75rem;
  color: #B6B6B6;
  width: 100%;
  margin: -30px 0 20px 0;
}

.bag__info-button {
  display: block;
  margin: 0 auto;
  width: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .bag__main {
    -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;
  }

  .bag__items {
    width: 600px;
    padding: 0 0 40px 0;
    margin: 0 0 50px 0;
  }

  .bag-item__title {
    font-size: 1.125rem;
    margin: 0 0 0 25px;
  }

  .bag-item__qty {
    margin: 0 10px;
    padding: 10px 10px;
  }

  .bag-item__qty-minus {
    font-size: 0.9rem;
  }

  .bag-item__qty-num {
    font-size: 1rem;
    margin: 0 5px;
  }

  .bag-item__qty-plus {
    font-size: 0.9rem;
  }

  .bag-item__price {
    font-size: 1.125rem;
    margin: 0 20px 0 15px;
  }

  .bag-item__close {
    font-size: 1rem;
    padding: 4px 8px;
  }

  .bag__info {
    padding: 50px;
    max-width: 600px;
    width: 500px;
  }

  .bag__info-title {
    font-size: 2.5rem;
  }

  .bag__info-row {
    width: 500px;
  }

  .bag__info-row-text {
    font-size: 1.25rem;
  }

  .bag__info-price {
    font-size: 1.25rem;
  }

  .bag__info-row-text-sum {
    font-size: 2.25rem;
  }

  .bag__info-price-sum {
    font-size: 2.25rem;
  }

  .bag__info-text-alert {
    font-size: 0.75rem;
    text-align: center;
  }

  .bag__info-button {
    width: 270px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .bag__main {
    -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;
  }

  .bag__items {
    width: 280px;
    padding: 0 0 40px 0;
    margin: 0 0 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bag-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bag-item__block:first-child {
    margin: 0 0 20px 0;
  }

  .bag-item__title {
    font-size: 1.125rem;
    margin: 0 0 0 15px;
  }

  .bag-item__qty {
    margin: 0 10px 0 0;
    padding: 10px 10px;
  }

  .bag-item__qty-minus {
    font-size: 0.9rem;
  }

  .bag-item__qty-num {
    font-size: 1rem;
    margin: 0 5px;
  }

  .bag-item__qty-plus {
    font-size: 0.9rem;
  }

  .bag-item__price {
    font-size: 1rem;
    margin: 0 10px 0 10px;
    width: 70px;
  }

  .bag-item__close {
    font-size: 0.9rem;
    padding: 4px 7px;
  }

  .bag__info {
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 280px;
    width: 280px;
  }

  .bag__info-title {
    font-size: 2rem;
    margin: 0 0 40px 0;
  }

  .bag__info-row {
    margin: 0 0 40px 0;
    width: 230px;
  }

  .bag__info-row-text {
    font-size: 1rem;
  }

  .bag__info-price {
    font-size: 1rem;
  }

  .bag__info-row-text-sum {
    font-size: 1.75rem;
    color: #1F1F1F;
  }

  .bag__info-price-sum {
    font-size: 1.75rem;
    color: #80032D;
  }

  .bag__info-text-alert {
    width: 100%;
    margin: -30px 0 20px 0;
    text-align: center;
  }

  .bag__info-button {
    width: 200px;
  }
}

.order {
  display: none;
}

.order .error-msg {
  text-align: left;
}

.bag__title {
  margin-top: 35px;
  margin-bottom: 55px;
}

.order__link {
  margin: 90px 0 35px 0;
  color: #1F1F1F;
}

.order__form {
  width: 800px;
  margin: 0 auto;
}

.order__form-block {
  margin: 0 auto;
}

.form-block {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 25px 0;
  padding: 30px;
}

.order__form-title {
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 0 35px 0;
  color: #1F1F1F;
}

.order__form-row {
  margin: 15px 0;
  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;
}

.order__form-input-label-small {
  width: 33%;
}

.order__form-input-label-max {
  width: 100%;
}

.order__form-input-label {
  width: 45%;
}

.order__form-input {
  width: 100%;
  height: 60px;
  border: 1px solid #00BFFF;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 1.15rem;
  color: #1F1F1F;
  background: rgba(0, 0, 0, 0);
}

.order__form-input:not(:last-child) {
  margin: 0 15px 0 0;
}

.order__form-input::before {
  content: '*';
  position: absolute;
  top: 0;
  right: 0;
  color: red;
}

.order__form-input::-webkit-input-placeholder {
  color: #1F1F1F;
}

.order__form-input:-ms-input-placeholder {
  color: #1F1F1F;
}

.order__form-input::-ms-input-placeholder {
  color: #1F1F1F;
}

.order__form-input::placeholder {
  color: #1F1F1F;
}

.order__form-checkbox {
  border: 1px solid #00BFFF;
  border-radius: 10px;
  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;
}

.order__radiobutt {
  color: #1F1F1F;
  padding: 20px 54px;
  display: block;
  cursor: pointer;
}

.order__radiobutt input {
  display: none;
}

.radio-checked {
  background: #00BFFF;
  border-radius: 10px;
  color: #fff;
}

.order__form-time {
  color: #1F1F1F;
}

.order__form-small-title {
  margin: 30px 0 25px 0;
  color: #1F1F1F;
}

.input-big {
  width: 100%;
}

.input-small {
  width: 89%;
  margin: 10px 10px 10px 0;
}

.input-max {
  width: 97%;
}

.order__form-check {
  width: 28px;
  height: auto;
  margin: 0 0 20px 0;
}

.order__form-agreement-text {
  font-size: 0.75;
  color: #1F1F1F;
}

.order__form-link {
  color: #00BFFF;
  text-decoration: underline;
}

.order__form-button {
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  color: #fff;
  width: 170px;
  text-align: center;
  border-radius: 10px;
  padding: 15px 30px;
  background: #00BFFF;
  font-weight: 700;
}

.order__active {
  position: relative;
  top: 50px;
  right: 50px;
  z-index: 1000;
  top: 0;
  margin-top: 50px;
  width: 900px;
  height: 100%;
  left: 0;
  overflow: auto;
}

.order__dark {
  display: block;
  background: #00000042;
  z-index: 200;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
}

.order__form-close {
  position: absolute;
  top: 10px;
  right: 30px;
  background: none;
  font-size: 2.5rem;
  border: none;
  color: #1F1F1F;
}

body.noscroll {
  overflow: hidden;
}

.order__form-sum {
  margin: 0 0 0 30px;
}

.order__form-sum-text {
  font-size: 1.25rem;
  color: #1F1F1F;
  margin: 0 0 10px 0;
}

.order__form-sum-num {
  font-size: 1.5rem;
  color: #80032D;
  font-weight: 500;
}

.order__form-sum-num::after {
  margin: 0 0 0 3px;
  content: '₽';
}

.order__form-sum-alert {
  font-size: 0.75rem;
  color: #BBBBBB;
}

.order__form-sum-alert-num {
  font-weight: 500;
}

.pickup {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .order__link {
    margin: 90px 0 35px 0;
    color: #1F1F1F;
  }

  .order__form {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 600px;
  }

  .order__form-check {
    margin: 0;
  }

  .order__form-agreement-text {
    margin: 0 0 0 20px;
    font-size: 0.75rem;
    color: #1F1F1F;
  }

  .order__form-link {
    color: #00BFFF;
    text-decoration: underline;
  }

  .order__active {
    top: 50px;
    right: 50px;
    z-index: 1000;
    top: 0;
    margin-top: 50px;
    width: 600px;
    height: 100%;
    left: 0;
    overflow: auto;
  }

  .order__dark {
    display: block;
    background: #00000042;
    z-index: 200;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
  }

  .order__form-close {
    position: absolute;
    top: 10px;
    right: 30px;
    background: none;
    font-size: 2.5rem;
    border: none;
    color: #1F1F1F;
  }

  body.noscroll {
    overflow: hidden;
  }

  .order__form-sum {
    margin: 30px 0 0 0;
  }

  .order__form-sum-text {
    font-size: 1.25rem;
    color: #1F1F1F;
    margin: 0 0 10px 0;
  }

  .order__form-sum-num {
    font-size: 1.5rem;
    color: #80032D;
    font-weight: 500;
  }

  .order__form-sum-alert {
    font-size: 0.75rem;
    color: #BBBBBB;
  }

  .order__form-sum-alert-num {
    font-weight: 500;
  }

  .mobile-order__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .error-msg {
    text-align: left;
  }

  .order__form-input-label-small {
    width: 200px;
    margin: 0 20px 0 0;
  }

  .order__form-input-label-max {
    width: 200px;
    margin: 0 20px 0 0;
  }

  .order__form-input-label {
    width: 200px;
    margin: 0 20px 20px 0;
  }

  .order__link {
    margin: 90px 0 35px 0;
    color: #1F1F1F;
  }

  .order__form {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .order__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    margin: 0 auto 20px auto;
  }

  .order__form-input {
    width: 200px;
  }

  .order__form-input:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .order__form-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order__radiobutt {
    padding: 20px 40px;
    width: 222px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .order__form-check {
    margin: 0;
  }

  .order__form-agreement-text {
    margin: 0 0 0 20px;
    font-size: 0.75rem;
    color: #1F1F1F;
  }

  .order__form-link {
    color: #00BFFF;
    text-decoration: underline;
  }

  .order__active {
    top: 50px;
    right: 50px;
    z-index: 1000;
    top: 0;
    margin: 10px auto;
    width: 280px;
    height: 100%;
    left: 0;
    overflow: auto;
  }

  .order__dark {
    display: block;
    background: #00000042;
    z-index: 200;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
  }

  .order__form-close {
    position: absolute;
    top: 3%;
    right: 10%;
    background: none;
    font-size: 2.5rem;
    border: none;
    color: #1F1F1F;
  }

  body.noscroll {
    overflow: hidden;
  }

  .order__form-sum {
    margin: 30px 0 0 0;
  }

  .order__form-sum-text {
    font-size: 1.125rem;
    color: #1F1F1F;
    margin: 0 0 15px 0;
  }

  .order__form-sum-num {
    font-size: 1.3rem;
    color: #80032D;
    font-weight: 500;
  }

  .order__form-sum-alert {
    font-size: 0.7rem;
    color: #BBBBBB;
  }

  .order__form-sum-alert-num {
    font-weight: 500;
  }

  .mobile-order__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.review {
  width: 100%;
  border: 1px solid #B6B6B6;
  border-radius: 10px;
  margin: 40px 0;
}

.review__item {
  width: 900px;
  margin: 60px auto;
}

.review__grade-star {
  color: #ffa500;
  font-size: 1.25rem;
  margin: 0 5px;
}

.review__title {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 30px 0;
}

.review__text {
  font-size: 1.25rem;
  width: 90%;
  color: #323232;
  margin: 0 0 30px 0;
  line-height: 1.5rem;
}

.review__date {
  color: #5F5F5F;
}

.review__date-num {
  font-weight: 500;
}

.review-button {
  margin: 70px auto 0 auto;
  padding: 0 20px;
  display: block;
  width: 220px;
  height: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .review {
    width: 100%;
    border: 1px solid #B6B6B6;
    border-radius: 10px;
    margin: 40px 0;
  }

  .review__item {
    width: 500px;
    margin: 60px auto;
  }

  .review__grade-star {
    color: #ffa500;
    font-size: 1.25rem;
    margin: 0 5px;
  }

  .review__title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 30px 0;
  }

  .review__text {
    font-size: 1.25rem;
    width: 90%;
    color: #323232;
    margin: 0 0 30px 0;
    line-height: 1.5rem;
  }

  .review__date {
    color: #5F5F5F;
  }

  .review__date-num {
    font-weight: 500;
  }

  .review-button {
    margin: 70px auto 0 auto;
    padding: 0 20px;
    display: block;
    width: 220px;
    height: 45px;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .review {
    width: 100%;
    border: 1px solid #B6B6B6;
    border-radius: 10px;
    margin: 30px 0;
  }

  .review__item {
    width: 280px;
    margin: 60px auto;
    padding: 10px;
  }

  .review__grade-block {
    margin: 0 0 0 15px;
  }

  .review__grade-star {
    color: #ffa500;
    font-size: 1.25rem;
    margin: 0 5px;
  }

  .review__title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 30px 15px 30px 15px;
  }

  .review__text {
    font-size: 1.25rem;
    width: 90%;
    color: #323232;
    margin: 0 15px 25px 15px;
    line-height: 1.5rem;
  }

  .review__date {
    margin: 0 0 0 15px;
    color: #5F5F5F;
  }

  .review__date-num {
    font-weight: 500;
  }

  .review-button {
    margin: 70px auto 0 auto;
    padding: 0 20px;
    display: block;
    width: 220px;
    height: 45px;
  }
}

.contact-num__block {
  width: 100%;
  border: 1px solid #B6B6B6;
  border-radius: 7px;
}

.contact-num__text {
  width: 60%;
  display: block;
  margin: 60px auto;
  text-align: center;
  font-size: 1.5rem;
  color: #1F1F1F;
}

.contact-num__link {
  color: #00BFFF;
  font-size: 1.9rem;
  font-weight: 500;
}

.contact-items {
  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: 90px 0 120px 0;
}

.contact-item {
  padding: 30px;
  border: 1px solid #B6B6B6;
  border-radius: 7px;
}

.contact-item__img {
  width: 550px;
  height: auto;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.contact-item__title {
  font-size: 1.25rem;
  color: #1F1F1F;
  font-weight: 500;
}

.contact-item__text {
  font-size: 0.8rem;
  color: #B6B6B6;
  margin: 10px 0;
}

.contact-item__link {
  font-size: 1.1rem;
  color: #1F1F1F;
}

.contact-item__icon {
  margin: 0 5px 0 0;
}

.contact-legal-info {
  margin-top: 60px;
}

.contact-legal-info__text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #5F5F5F;
}

.contact-legal-info__text:not(:last-child) {
  margin: 0 0 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .contact-num__block {
    width: 100%;
    border: 1px solid #B6B6B6;
    border-radius: 7px;
  }

  .contact-num__text {
    width: 60%;
    display: block;
    margin: 60px auto;
    text-align: center;
    font-size: 1.35rem;
    color: #1F1F1F;
  }

  .contact-num__link {
    color: #00BFFF;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .contact-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 0 100px 0;
  }

  .contact-item {
    margin: 0 0 40px 0;
  }

  .contact-item__img {
    width: 450px;
    height: auto;
    border-radius: 5px;
    margin: 0 0 20px 0;
  }

  .contact-item__title {
    font-size: 1.25rem;
    color: #1F1F1F;
    font-weight: 500;
  }

  .contact-item__text {
    font-size: 0.8rem;
    color: #B6B6B6;
    margin: 10px 0;
  }

  .contact-item__link {
    font-size: 1.1rem;
    color: #1F1F1F;
  }

  .contact-item__icon {
    margin: 0 5px 0 0;
  }

  .contact-legal-info {
    margin-top: 60px;
  }

  .contact-legal-info__text {
    font-size: 1.25rem;
    font-weight: 500;
    color: #5F5F5F;
  }

  .contact-legal-info__text:not(:last-child) {
    margin: 0 0 30px 0;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .contact-num__block {
    margin: 0 auto;
    display: block;
  }

  .contact-num__text {
    width: 100%;
    display: block;
    margin: 40px auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #1F1F1F;
  }

  .contact-num__link {
    color: #00BFFF;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .contact-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 0 80px 0;
  }

  .contact-item {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 40px 0;
  }

  .contact-item__img {
    width: 270px;
    height: auto;
    border-radius: 5px;
    margin: 0 0 20px 0;
  }

  .contact-item__title {
    font-size: 1rem;
    color: #1F1F1F;
    font-weight: 500;
  }

  .contact-item__text {
    font-size: 0.8rem;
    color: #B6B6B6;
    margin: 10px 0;
  }

  .contact-item__link {
    font-size: 0.9rem;
    color: #1F1F1F;
  }

  .contact-item__icon {
    margin: 0 5px 0 0;
  }

  .contact-legal-info {
    margin-top: 60px;
  }

  .contact-legal-info__text {
    font-size: 1.25rem;
    font-weight: 500;
    color: #5F5F5F;
  }

  .contact-legal-info__text:not(:last-child) {
    margin: 0 0 30px 0;
  }
}

.sign-form__title {
  text-align: center;
  margin: 30px 0;
  font-size: 1.75rem;
  color: #1F1F1F;
  font-weight: 500;
}

.sign-form {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
  height: auto;
  border: 1px solid #B6B6B6;
  border-radius: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sign-form__input {
  font-size: 1.2rem;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  width: 300px;
  padding: 10px;
  margin: 10px 0;
  height: 20px;
}

.sign-form__button {
  width: 170px;
  border: none;
  border-radius: 7px;
  background: #00BFFF;
  height: 40px;
  color: #fff;
  margin: 30px 0 25px 0;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}

.sign__link {
  font-size: 0.9rem;
  text-decoration: underline;
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .sign-form__title {
    text-align: center;
    margin: 30px 0;
    font-size: 1.75rem;
    color: #1F1F1F;
    font-weight: 500;
  }

  .sign-form {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: auto;
    border: 1px solid #B6B6B6;
    border-radius: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sign-form__input {
    width: 220px;
    font-size: 1.2rem;
    border: 1px solid #B6B6B6;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    height: 20px;
  }

  .sign-form__button {
    width: 170px;
    border: none;
    border-radius: 7px;
    background: #00BFFF;
    height: 40px;
    color: #fff;
    margin: 30px 0 25px 0;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
  }

  .sign__link {
    font-size: 0.9rem;
    text-decoration: underline;
  }
}

.reg .error-msg {
  width: 100%;
}

.reg-form__title {
  text-align: center;
  margin: 30px 0;
  font-size: 1.75rem;
  color: #1F1F1F;
  font-weight: 500;
}

.reg-form {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
  height: auto;
  border: 1px solid #B6B6B6;
  border-radius: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.reg__input {
  font-size: 1.2rem;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  padding: 10px;
  display: block;
  width: 320px;
  margin: 10px auto;
  height: 20px;
}

.reg__button {
  width: 170px;
  border: none;
  border-radius: 7px;
  background: #00BFFF;
  height: 40px;
  color: #fff;
  margin: 30px 0 25px 0;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: pointer;
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .reg-form__title {
    text-align: center;
    margin: 30px 0;
    font-size: 1.75rem;
    color: #1F1F1F;
    font-weight: 500;
  }

  .reg-form {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    height: auto;
    border: 1px solid #B6B6B6;
    border-radius: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reg__input {
    width: 220px;
    font-size: 1.2rem;
    border: 1px solid #B6B6B6;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    height: 20px;
  }

  .reg-form__button {
    width: 170px;
    border: none;
    border-radius: 7px;
    background: #00BFFF;
    height: 40px;
    color: #fff;
    margin: 30px 0 25px 0;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
  }

  .reg__link {
    font-size: 0.9rem;
    text-decoration: underline;
  }
}

.user-block {
  display: none;
}

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-content {
  width: 70%;
}

.user-content__title {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 30px 0;
  color: #1F1F1F;
  font-weight: 700;
}

.user-table-block {
  width: 100%;
}

.user-table {
  width: 100%;
}

.user-table__color-id {
  font-weight: 500;
  color: #1E90FF;
}

.succ-color {
  color: #00BFFF;
}

.user-table__price {
  font-weight: 500;
}

.wait-color {
  color: #EABA10;
}

.user-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user-panel__name {
  font-size: 1.2rem;
  color: #1F1F1F;
  text-align: center;
  margin: 0 0 20px 0;
}

.user-panel__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.user-panel__list-button {
  margin: 10px 0;
  border: none;
  background: none;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1F1F1F;
  cursor: pointer;
}

.user-panel__list-exit {
  margin: 10px 0;
  border: none;
  background: none;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1F1F1F;
  cursor: pointer;
}

.user-panel-active {
  color: #1E90FF;
}

.user-setting-block {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
  box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
  padding: 0 0 0 50px;
}

.user-setting__title {
  font-size: 1.4rem;
  color: #1F1F1F;
  font-weight: 500;
  padding: 40px 0 0px 0;
}

.user-setting-form {
  width: 45%;
  padding: 30px 0;
}

.user-setting-form__text {
  font-size: 1rem;
  color: #221F1F;
  margin: 0 0 10px 0;
}

.user-setting-form__input {
  border-radius: 5px;
  border: solid 1px #BBBBBB;
  width: 300px;
  height: 20px;
  padding: 10px;
  font-size: 1.125rem;
  color: #B6B6B6;
  margin: 10px 0;
}

.user-setting-form__button {
  display: block;
  margin: 30px 0;
  padding: 0 10px;
  background: #00BFFF;
  width: 280px;
  height: 45px;
  font-size: 1.25rem;
  color: #fff;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}

.error-input {
  border-color: #bd2020;
}

.succ-input {
  border-color: #1E90FF;
}

.user-display {
  display: block;
}

.user-address__text {
  font-size: 1.115rem;
  margin: 20px 0;
  line-height: 1.75rem;
}

.user-address__text-alert {
  font-size: 1.25rem;
  margin: 40px 0;
  line-height: 1.75rem;
  font-weight: 500;
  color: #1E90FF;
}

.user-address__min-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

.user-address-block__row {
  width: 100%;
  padding: 20px 10px;
  margin: 5px 0;
  border: 1px solid #B6B6B6;
  font-size: 1.25rem;
}

.user-review__row {
  width: 60%;
  background: none;
  border: 1px solid #B6B6B6;
  color: #1F1F1F;
  font-weight: 400;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.user-review__item {
  display: block;
  margin: 0 10px 10px 0;
}

.user-review__item:first-child {
  font-weight: 500;
}

.user-review__item-button {
  display: block;
  padding: 10px;
  cursor: pointer;
  font-size: 1.15rem;
  background: #00BFFF;
  color: #fff;
  border: none;
}

.main-row-address {
  background: #00BFFF;
  border: none;
  color: #fff;
  font-weight: 500;
}

.user-address-block__button {
  text-align: right;
  font-size: 1.125rem;
  color: #fff;
  background: #00BFFF;
  border: 1px solid #B6B6B6;
  padding: 10px;
  cursor: pointer;
  margin: 0 0 0 20px;
}

.user-review__modal-stars {
  font-size: 1.25rem;
  color: #B6B6B6;
  cursor: pointer;
}

.user-review__modal-radiobutt {
  display: none;
}

.user-review__modal-stars-active {
  color: #ffd000;
}

.user-review__modal {
  display: none;
  background: #00000042;
  z-index: 200;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 120px 0 0 0;
}

.user-review__modal-block {
  -webkit-animation: modalAnimatiom 1s ease-in-out;
  animation: modalAnimatiom 1s ease-in-out;
  width: 450px;
  display: block;
  margin: 0 auto;
  height: auto;
  overflow: auto;
  position: relative;
  top: 350px;
  right: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #F2F2F2;
  border-radius: 7px;
  padding: 40px;
}

.user-review__modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #1F1F1F;
  cursor: pointer;
}

.user-review__modal-title {
  font-size: 1.75rem;
  text-align: center;
  color: #1F1F1F;
  font-weight: 500;
}

.user-review__modal-text {
  font-size: 1.25rem;
  color: #1F1F1F;
  margin: 15px 0;
}

.user-review__modal-block {
  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;
}

.user-review__modal-textarea {
  width: 415px;
  height: 250px;
  border: 1px solid #B6B6B6;
  margin: 20px 0;
  resize: none;
  padding: 10px;
  font-size: 1.15rem;
}

.user-review__modal-button {
  font-size: 1.5rem;
  display: block;
  background: #00BFFF;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  margin: 30px 20px 0 0;
}

.user-review__modal-select {
  width: 200px;
  padding: 8px 40px 8px 12px;
  border: 1px solid #B6B6B6;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.25rem;
  color: #1F1F1F;
  cursor: pointer;
}

.user-review__modal-select::after {
  content: '\25BC';
  /* Символ стрелочки вниз */
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
}

.user-review__modal-select option:checked {
  background: #00BFFF;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .user-block {
    display: none;
  }

  .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .user-content {
    width: 80%;
  }

  .user-content__title {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 30px 0;
    color: #1F1F1F;
    font-weight: 700;
  }

  .user-table-block {
    width: 100%;
  }

  .user-table {
    width: 100%;
  }

  .user-table__color-id {
    font-weight: 500;
    color: #1E90FF;
  }

  .succ-color {
    color: #00BFFF;
  }

  .user-table__price {
    font-weight: 500;
  }

  .wait-color {
    color: #EABA10;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .user-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-panel__name {
    font-size: 1rem;
    color: #1F1F1F;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .user-panel__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .user-panel__list-button {
    margin: 10px 0;
    border: none;
    background: none;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1F1F1F;
    cursor: pointer;
  }

  .user-panel-active {
    color: #1E90FF;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
  .user-setting-block {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
    box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
    padding: 0 0 0 50px;
  }

  .user-setting__title {
    font-size: 1.4rem;
    color: #1F1F1F;
    font-weight: 500;
    padding: 40px 0 0px 0;
  }

  .user-setting-form {
    width: 35%;
    padding: 30px 0;
  }

  .user-setting-form__text {
    font-size: 1rem;
    color: #221F1F;
    margin: 0 0 10px 0;
  }

  .user-setting-form__input {
    border-radius: 5px;
    border: solid 1px #BBBBBB;
    width: 300px;
    height: 20px;
    padding: 10px;
    font-size: 1.125rem;
    color: #B6B6B6;
    margin: 10px 0;
  }

  .user-setting-form__button {
    display: block;
    margin: 30px 0;
    padding: 0 10px;
    background: #00BFFF;
    width: 280px;
    height: 45px;
    font-size: 1.25rem;
    color: #fff;
    border: none;
    border-radius: 7px;
    cursor: pointer;
  }

  .user-display {
    display: block;
  }

  .error-input {
    border-color: #bd2020;
  }

  .succ-input {
    border-color: #1E90FF;
  }

  .user-address-block__button {
    text-align: right;
    font-size: 1rem;
    color: #fff;
    background: #00BFFF;
    border: 1px solid #B6B6B6;
    padding: 10px;
    cursor: pointer;
    margin: 20px 0 0 0;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .user-block {
    display: none;
  }

  .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-content {
    width: 100%;
  }

  .user-content__title {
    font-size: 1.8rem;
    text-align: center;
    margin: 40px 0 30px 0;
    color: #1F1F1F;
    font-weight: 700;
  }

  .user-table-block {
    width: 100%;
  }

  .user-table {
    width: 100%;
  }

  .user-table__row-title {
    display: none;
  }

  .user-table__row {
    padding: 20px 0;
    border-bottom: 1px solid #B6B6B6;
  }

  .user-table__item {
    font-size: 1.125rem;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .user-table__item::before {
    content: attr(aria-label);
    font-size: 1rem;
    font-weight: 500;
  }

  .user-table__color-id {
    font-size: 1rem;
    font-weight: 500;
    color: #1E90FF;
  }

  .succ-color {
    text-align: right;
    color: #00BFFF;
  }

  .user-table__price {
    font-weight: 500;
  }

  .wait-color {
    color: #EABA10;
  }

  .user-address-block__button {
    text-align: right;
    font-size: 1rem;
    color: #fff;
    background: #00BFFF;
    border: 1px solid #B6B6B6;
    padding: 10px;
    cursor: pointer;
    margin: 20px 0 0 0;
  }

  .user-address-block__row {
    width: 90%;
    padding: 20px 10px;
    margin: 5px 0;
    border: 1px solid #B6B6B6;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .main-row-address {
    background: #00BFFF;
    border: none;
    line-height: 1.75rem;
    color: #fff;
    font-weight: 500;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .user-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-panel__name {
    font-size: 1.2rem;
    color: #1F1F1F;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .user-panel__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .user-panel__list-button {
    margin: 10px 10px;
    border: none;
    background: none;
    font-size: 1rem;
    font-weight: 700;
    color: #1F1F1F;
    cursor: pointer;
  }

  .user-panel-active {
    color: #1E90FF;
  }
}

@media only screen and (min-width: 319px) and (max-width: 767px) {
  .user-setting-block {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
    box-shadow: 0px 4px 15px rgba(34, 42, 70, 0.08);
    padding: 0 0 0 10px;
  }

  .user-setting__title {
    font-size: 1.4rem;
    color: #1F1F1F;
    font-weight: 500;
    padding: 40px 0 0px 0;
  }

  .user-setting-form {
    width: 25%;
    padding: 30px 0;
  }

  .user-setting-form__text {
    font-size: 1rem;
    color: #221F1F;
    margin: 15px 0 10px 0;
  }

  .user-setting-form__input {
    border-radius: 5px;
    border: solid 1px #BBBBBB;
    width: 270px;
    height: 20px;
    padding: 10px;
    font-size: 1.125rem;
    color: #B6B6B6;
    margin: 10px 0;
  }

  .user-setting-form__button {
    display: block;
    margin: 30px 0;
    padding: 0 10px;
    background: #00BFFF;
    width: 280px;
    height: 45px;
    font-size: 1.25rem;
    color: #fff;
    border: none;
    border-radius: 7px;
    cursor: pointer;
  }

  .error-input {
    border-color: #bd2020;
  }

  .succ-input {
    border-color: #1E90FF;
  }

  .user-address__text {
    font-size: 1.125rem;
    text-align: justify;
    width: 100%;
  }

  .user-display {
    display: block;
  }

  .user-review__row {
    width: 85%;
    background: none;
    border: 1px solid #B6B6B6;
    color: #1F1F1F;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 1.125rem;
  }

  .user-review__item {
    display: block;
    margin: 0 10px 10px 0;
  }

  .user-review__item:first-child {
    font-weight: 500;
  }

  .user-review__item-button {
    display: block;
    padding: 10px;
    cursor: pointer;
    font-size: 1.15rem;
    background: #00BFFF;
    color: #fff;
    border: none;
  }

  .user-review__modal-stars {
    font-size: 1.5rem;
    color: #B6B6B6;
    cursor: pointer;
  }

  .user-review__modal-radiobutt {
    display: none;
  }

  .user-review__modal-stars-active {
    color: #ffd000;
  }

  .user-review__modal {
    display: none;
    background: #00000042;
    z-index: 200;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 120px 0 0 0;
  }

  .user-review__modal-block {
    -webkit-animation: modalAnimatiom 1s ease-in-out;
    animation: modalAnimatiom 1s ease-in-out;
    width: 280px;
    display: block;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    position: relative;
    top: 350px;
    right: 0;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #F2F2F2;
    border-radius: 7px;
    padding: 50px 10px;
  }

  .user-review__modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #1F1F1F;
    cursor: pointer;
  }

  .user-review__modal-form {
    width: 240px;
  }

  .user-review__modal-title {
    font-size: 1.35rem;
    text-align: center;
    color: #1F1F1F;
    font-weight: 500;
  }

  .user-review__modal-text {
    width: 100%;
    font-size: 1.25rem;
    color: #1F1F1F;
    margin: 15px 0;
  }

  .user-review__modal-block {
    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;
  }

  .user-review__modal-textarea {
    width: 200px;
    height: 250px;
    border: 1px solid #B6B6B6;
    margin: 20px 0;
    resize: none;
    padding: 10px;
    font-size: 1.15rem;
  }

  .user-review__modal-button {
    font-size: 1.5rem;
    display: block;
    background: #00BFFF;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 500;
    color: #fff;
    margin: 30px 20px 0 0;
  }

  .user-review__input {
    width: 200px;
  }
}

.favorite__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.admin__title {
  margin: 60px 0 100px 0;
}

.admin-title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #1F1F1F;
  margin: 0 0 40px 0;
}

.admin-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.admin-panel {
  width: 250px;
  min-height: 450px;
  max-height: 660px;
  padding: 25px;
  border: 1px solid #B6B6B6;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.admin-panel__button {
  background: none;
  border: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1F1F1F;
  margin: 10px 0;
  cursor: pointer;
}

.admin-panel__button i {
  margin: 0 10px 0 0;
}

.admin-list-button {
  background: none;
  border: none;
  cursor: pointe;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1F1F1F;
  margin: 10px 0;
}

.admin-list-button i {
  margin: 0 10px 0 0;
}

.admin-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.admin-list-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.admin-active-list-button {
  color: #1E90FF;
}

.admin-panel__button-list {
  background: none;
  border: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: #1F1F1F;
  margin: 10px 0 10px 25px;
}

.admin-button__active {
  font-weight: 700;
  color: #1E90FF;
}

.admin-content {
  width: 75%;
}

.admin-table__func-button {
  background: none;
  border: none;
  font-size: 1.35rem;
  margin: 0 5px;
  color: #1F1F1F;
  cursor: pointer;
}

.admin-table__item-link {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
}

.admin-product-create__link {
  display: block;
  min-width: 180px;
  max-width: 320px;
  padding: 20px 10px;
  background: #00BFFF;
  color: #fff;
  border-radius: 7px;
  font-size: 1.25rem;
  text-align: center;
}

.admin-product-create__link:not(:last-child) {
  margin: 0 0 20px 0;
}

.admin-static__block {
  background: #1E90FF;
  width: 100%;
  height: 500px;
}

.admin-stock__block {
  background: #1E90FF;
  width: 100%;
  height: 500px;
}

.admin-product-day__block {
  background: #1E90FF;
  width: 100%;
  height: 500px;
}

.admin-banner__block {
  background: #1E90FF;
  width: 100%;
  height: 500px;
}

.create-form__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1F1F1F;
  margin: 30px 0;
}

.create-form__text {
  font-size: 1.25rem;
  color: #1F1F1F;
}

.create-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 30px 0;
}

.create-form__check {
  margin: 0 0 0 10px;
  width: 20px;
  height: 20px;
}

.create-form__input {
  font-size: 1.3rem;
  width: 245px;
  height: 15px;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
}

.create-form__input-text-area {
  font-size: 1.3rem;
  width: 245px;
  height: 150px;
  padding: 10px;
  resize: none;
  margin: 10px 0;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
}

.create-form__select {
  font-size: 1.3rem;
  width: 265px;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
}

.create-form__button {
  display: block;
  width: 160px;
  height: 40px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #00BFFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 40px 0 0 0;
}

.create-form__color {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  display: block;
}

.create-form__option {
  display: block;
}

.create-form__back-link {
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
  color: #323232;
  margin: 0 0 25px 0;
}

.error-input {
  border-color: #bd2020;
}

.succ-input {
  border-color: #1E90FF;
}

@-webkit-keyframes modalAnimation {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes modalAnimation {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.admin-table__modal {
  display: none;
  background: #00000042;
  z-index: 200;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 120px 0 0 0;
}

.admin-table__modal-block {
  -webkit-animation: modalAnimatiom 1s ease-in-out;
  animation: modalAnimatiom 1s ease-in-out;
  width: 450px;
  display: block;
  margin: 0 auto;
  height: auto;
  overflow: auto;
  position: relative;
  top: 350px;
  right: 0;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #F2F2F2;
  border-radius: 7px;
  padding: 40px;
}

.admin-table__modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #1F1F1F;
  cursor: pointer;
}

.admin-table__modal-title {
  font-size: 1.75rem;
  text-align: center;
  color: #1F1F1F;
  font-weight: 500;
}

.admin-table__modal-img {
  width: 300px;
  display: block;
  height: auto;
  margin: 30px auto;
}

.admin-table__modal-text {
  font-size: 1.25rem;
  color: #1F1F1F;
  margin: 10px 0;
}

.admin-table__modal-color {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: 1px solid #1F1F1F;
  margin: 5px 0 0 10px;
}

.admin-table__modal-button-block {
  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;
}

.admin-table__modal-button {
  font-size: 1.5rem;
  display: block;
  background: none;
  border: 1px solid #B6B6B6;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  margin: 30px 20px 0 0;
}

.modal-button-delete {
  background: #00BFFF;
}

.modal-button-close {
  background: #80032D;
}

.message-success {
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 30px 0;
  background: #00BFFF;
  border: 1px solid #1E90FF;
  padding: 10px 20px;
  border-radius: 5px;
}

.modal-func-order {
  font-size: 1.1rem;
  display: block;
  cursor: pointer;
  margin: 10px auto;
  width: 180px;
  background: #144C30;
  border: none;
  border-radius: 7px;
  color: #fff;
  padding: 10px;
}

.modal-func-delete {
  font-size: 1.1rem;
  display: block;
  cursor: pointer;
  margin: 10px auto;
  width: 180px;
  background: #bd2020;
  border: none;
  border-radius: 7px;
  color: #fff;
  padding: 10px;
}

.modal-button-order-accept {
  background: #00BFFF;
}

.admin-text {
  font-size: 1.125rem;
  margin: 0 0 30px 0;
}

.admin-banner__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 975px;
  margin: 60px 0;
}

.admin-banner__photo-item {
  position: relative;
  width: 200px;
  height: 300px;
  border: 1px solid #B6B6B6;
  padding: 50px;
  margin: 0 15px 30px 0;
}

.admin-banner__photo-item-delete {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 1.45rem;
  background: none;
  border: none;
  color: #1F1F1F;
  cursor: pointer;
}

.admin-banner__photo-item-img {
  width: 200px;
  height: auto;
}

.delivery__min-title {
  font-size: 1.45rem;
  color: #1F1F1F;
  font-weight: 500;
  margin: 20px 0 20px 0;
}

.delivery__text {
  font-size: 1.25rem;
  color: #1F1F1F;
}

.about__text {
  font-size: 1.25rem;
  color: #1F1F1F;
  margin: 20px 0;
}

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