@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=EB+Garamond:wght@400;500;600;700;800&family=Oswald:wght@200&display=swap");
@import "../libs/jquery.arcticmodal-0.3.min.css";
/*Основные стили*/
html, body {
  height: 100%;
}

body {
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  font-family: "Cormorant Garamond", serif;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 20px;
    line-height: 30px;
  }
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

ul,
p,
section,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

.page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.section-title-block {
  padding: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .section-title-block {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  font-size: 45px;
  line-height: 54px;
}
@media (max-width: 1024px) {
  .section-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  .section-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.section-line {
  width: 100%;
  height: 0.1px;
  background-color: #C1C1C1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
@media (max-width: 870px) {
  .section-line {
    display: none;
  }
}

.container {
  width: 1015px;
  margin: 0 auto;
}
@media (max-width: 1014px) {
  .container {
    width: 98%;
    padding: 0 2%;
  }
}

.max-container {
  width: 1245px;
  margin: 0 auto;
}
@media (max-width: 1244px) {
  .max-container {
    width: 98%;
    padding: 0 2%;
  }
}

.header {
  padding-top: 12px;
}
@media (max-width: 870px) {
  .header {
    position: relative;
  }
}
@media (max-width: 870px) {
  .header .section__line {
    display: none;
  }
}

.header__basket {
  position: relative;
}
.header__basket .cart-count {
  position: absolute;
  right: -10px;
  top: -2px;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background-color: #49010E;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
  transition: all .2s;
}
.header__basket .cart-count.change {
  transform: scale(1.1);
  background: red;
}

@media (max-width: 870px) {
  .header__menu {
    position: absolute;
    left: 3%;
    top: 95px;
  }
}
@media (max-width: 500px) {
  .header__menu {
    top: 70px;
  }
}
.header__menu .menu-list {
  display: flex;
}
.header__menu .menu-list li + li {
  margin-left: 20px;
}
.header__menu .menu-link {
  font-family: "EB Garamond", serif;
  font-size: 17px;
  line-height: 22px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header__menu .menu-link {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .header__menu .menu-link {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  .header__menu .menu-link {
    font-size: 9px;
  }
}
.header__menu .menu-link:hover {
  text-decoration: underline;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 870px) {
  .header__inner {
    margin-bottom: 50px;
  }
}

.header__contact {
  text-align: right;
}

.header__info {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 500px) {
  .header__info {
    display: none;
  }
}

.tel-wrap {
  display: flex;
  align-items: center;
}

.tel-icon {
  display: none;
}
@media (max-width: 1024px) {
  .tel-icon {
    display: block;
    margin-right: 10px;
  }
}
@media (max-width: 500px) {
  .tel-icon {
    margin-right: 0;
  }
}
@media (max-width: 375px) {
  .tel-icon {
    display: none;
  }
}

.tel-number {
  font-family: "EB Garamond", serif;
  font-weight: bold;
  font-size: 35px;
  line-height: 46px;
  color: #000;
}
@media (max-width: 1024px) {
  .tel-number {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .tel-number {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .header__basket {
    display: none;
  }
}

@media (max-width: 500px) {
  .basket-img {
    width: 25px;
    height: auto;
  }
}

.header__nav {
  padding-bottom: 10px;
}

.hero {
  padding-top: 35px;
  padding-bottom: 40px;
  background-image: url(../img/hero/hero_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 62px;
}
@media (max-width: 1024px) {
  .hero {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 30px;
    background-image: url(../img/hero/header_bg_mobile.jpg);
    -webkit-background-size: contain;
    background-color: #49010d;
    padding-bottom: 14px;
  }
}
@media (max-width: 500px) {
  .hero {
    margin-bottom: 15px;
  }
}
.hero .section-title {
  width: 620px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 870px) {
  .hero .section-title {
    font-size: 29px;
    width: 420px;
    line-height: 45px;
  }
}
@media (max-width: 500px) {
  .hero .section-title {
    font-size: 20px;
    width: 275px;
    line-height: 24px;
  }
}

.hero__text {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 870px) {
  .hero__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .hero__text {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 500px) {
  .hero__link {
    display: none;
  }
}

.popular-product {
  margin-bottom: 60px;
}

.popular-product__list {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -12px;
}

.popular-product__item {
  margin: 12px 12px 40px 12px;
  width: calc(25% - 24px);
  padding: 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 930px) {
  .popular-product__item {
    width: calc(49% - 24px);
    text-align: center;
  }
}
@media (max-width: 500px) {
  .popular-product__item {
    width: 86%;
    margin: 0 auto;
  }
}
.popular-product__item img {
  max-width: 100%;
  display: block;
  object-fit: contain;
  padding-bottom: 13px;
  margin: 0 auto;
}
.popular-product__item .btn {
  display: block;
  width: 100%;
}

.popular-product__name,
.popular-product__link {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 6px;
}

.popular-product__link {
  color: #000;
  display: block;
}

.popular-product__price {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 10px;
}

.popular-product__btn,
.popular-product__bottom {
  text-align: center;
}

.brand {
  margin-bottom: 45px;
}
@media (max-width: 500px) {
  .brand {
    margin-bottom: 20px;
  }
}

.brand__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.brand__item {
  width: 16%;
}
.brand__item img {
  max-width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .brand__item {
    width: 21%;
  }
}
@media (max-width: 375px) {
  .brand__item {
    width: 30%;
  }
}

.advantages {
  margin-bottom: 40px;
}

.advantages__box,
.providers__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.advantages__img {
  width: 30%;
}
@media (max-width: 767px) {
  .advantages__img {
    display: none;
  }
}
.advantages__img img {
  max-width: 100%;
  display: block;
  height: auto;
}

.advantages__content {
  width: 67%;
}
@media (max-width: 767px) {
  .advantages__content {
    width: 100%;
  }
}

.advantages__inner {
  padding: 30px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 499px) {
  .advantages__inner {
    padding: 15px 0;
  }
}

.advantages__title {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 35px;
}
@media (max-width: 869px) {
  .advantages__title {
    font-size: 29px;
    line-height: 35px;
    margin-bottom: 9px;
  }
}
@media (max-width: 499px) {
  .advantages__title {
    font-size: 25px;
    text-align: center;
  }
}

.providers__list {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.provider__item {
  width: 30%;
}
@media (max-width: 499px) {
  .provider__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.provider__item img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}

.page-content h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-content h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}
.page-content h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media (max-width: 500px) {
  .page-content h2 {
    margin-bottom: 10px;
    margin-top: 25px;
  }
}
.page-content p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.blog {
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .blog {
    margin-bottom: 20px;
  }
}

.blog__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 37px;
  grid-column-gap: 15px;
  justify-items: center;
}
@media (max-width: 600px) {
  .blog__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .blog__list {
    grid-template-columns: 1fr;
  }
}

.blog__item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 500px) {
  .blog__item {
    width: 90%;
  }
}
.blog__item img {
  max-width: 100%;
  display: block;
  height: auto;
}
.blog__item .btn {
  align-self: flex-start;
}

.blog__content {
  border: 1px solid #48010E;
  padding: 9px 10px 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.blog__text {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.6px;
}

.articles .section-title {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .articles .section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

.article {
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .article {
    margin-bottom: 20px;
  }
}
.article .article__box {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article__box.page-content {
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .article .article__box {
    padding-top: 0;
  }
}
.article .article__box--img {
  padding-top: 18px;
  width: 40%;
}
@media (max-width: 650px) {
  .article .article__box--img {
    display: none;
  }
}
.article .article__box--img img {
  display: block;
  max-width: 100%;
}
.article .article__box--content {
  width: 55%;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article .article__box--content {
    font-size: 19px;
    line-height: 22px;
  }
}
@media (max-width: 650px) {
  .article .article__box--content {
    width: 100%;
  }
}

.order-modal {
  text-align: center;
  width: 530px;
  height: 266px;
  border-radius: 10px;
  padding: 35px 40px;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .order-modal {
    width: 98%;
    padding: 35px 13px;
  }
}
.order-modal .box-modal_close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  cursor: pointer;
}

.order-modal p {
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 499px) {
  .order-modal p {
    font-size: 19px;
  }
}
.order-modal p strong {
  color: #48010E;
}

.order-modal a {
  margin-bottom: 22px;
}

.order-modal__phone {
  display: block;
  font-size: 35px;
  color: #000;
  margin-bottom: 22px;
}

.order-registration {
  width: 500px;
  padding: 30px 50px;
  background: #fff;
  margin: 0 auto;
}
.order-registration__header {
  font-weight: 700;
  margin-bottom: 25px;
}
.order-registration .form__group-order {
  margin-bottom: 20px;
  position: relative;
}
.order-registration .form__group-order input,
.order-registration .form__group-order textarea {
  font-family: "Cormorant Garamond", serif;
  outline: none;
  width: 100%;
  border: 1px solid #C1C1C1;
  padding: 15px 12px;
  font-size: 20px;
}
.order-registration .form__group-order label {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.order-registration .form__group-order label span {
  color: red;
}
.order-registration .form__group-order input:focus + label, .order-registration .form__group-order input:valid + label {
  display: none;
}
.order-registration .form__group-order textarea {
  resize: none;
  height: 90px;
}
.order-registration .form__group-order textarea::placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.page-content p {
  margin-bottom: 25px;
}
.page-content a {
  text-decoration: underline;
  color: #000;
}

.cart-modal {
  position: relative;
  padding: 20px;
  background: #fff;
}
.cart-modal h5 {
  margin: 0;
}
.cart-modal .modal-body {
  margin-bottom: 25px;
}
.cart-modal .box-modal_close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 35px;
  cursor: pointer;
}

.catalog {
  margin-bottom: 50px;
}
.catalog .section-title {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .catalog .section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

.catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 37px;
  justify-items: center;
}
@media (max-width: 1023px) {
  .catalog__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 830px) {
  .catalog__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .catalog__list {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
  }
}
@media (max-width: 400px) {
  .catalog__list {
    grid-template-columns: 1fr;
  }
}

.catalog__item {
  width: 170px;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}

.catalog__link {
  width: 170px;
  height: 170px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.catalog__link:hover {
  opacity: 0.4;
}

.product {
  margin-bottom: 50px;
}

.product__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product__box--img {
  width: 35%;
}
@media (max-width: 640px) {
  .product__box--img {
    width: 100%;
  }
}
.product__box--img img {
  max-width: 100%;
  display: block;
  margin: 0 auto 40px;
}
@media (max-width: 640px) {
  .product__box--img img {
    max-height: 200px;
  }
}

.product__box--info {
  width: 60%;
}
@media (max-width: 640px) {
  .product__box--info {
    width: 100%;
  }
}

.product__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product__title {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .product__title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}

.product__country,
.product__price {
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product__country,
.product__price {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .product__country,
.product__price {
    font-size: 20px;
    line-height: 25px;
  }
}

.delivery .section-line {
  margin-bottom: 30px;
}

.delivery-content p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .delivery-content p {
    margin-bottom: 15px;
  }
}

.delivery__providers__list {
  margin-top: 40px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .delivery__providers__list {
    margin-top: 15px;
    margin-bottom: 16px;
  }
}

.delivery__provider-item {
  width: 20%;
}
@media (max-width: 499px) {
  .delivery__provider-item {
    width: 30%;
  }
}

.basket {
  margin-bottom: 50px;
}

.basket__row {
  display: grid;
  grid-template-columns: 5% 20% 35% 20% 20%;
  border: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.basket__row--header {
  font-weight: bold;
  background: #eeeeee;
}
@media (max-width: 767px) {
  .basket__row {
    grid-template-columns: 10% 40% 20% 20%;
  }
}

.basket__col {
  text-align: center;
}

@media (max-width: 767px) {
  .basket__col--img {
    display: none;
  }
}

.basket__col--wrap {
  display: flex;
  justify-content: center;
}
.basket__col--wrap input {
  width: 60px;
  text-align: center;
}

.basket__minus,
.basket__plus {
  background-color: transparent;
  outline: none;
  border-radius: 0;
  border: 1px solid;
  width: 40px;
  height: 40px;
}
.basket__minus:hover,
.basket__plus:hover {
  background-color: #eeeeee;
}

.basket__col--trash img {
  padding: 5px;
  border: 1px solid transparent;
}
.basket__col--trash img:hover {
  border: 1px solid #000;
}

.order-amount {
  width: 70%;
  margin-top: 50px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .order-amount {
    width: 100%;
  }
}

.order-amount__row {
  display: grid;
  grid-template-columns: 32% 35% 33%;
  border: 1px solid #eeeeee;
  padding: 15px;
}
.order-amount__row--header {
  font-weight: bold;
  background: #eeeeee;
}

.order-amount__col:nth-child(2) {
  text-align: center;
}

.order-amount__col--delivery {
  font-size: 15px;
  line-height: 20px;
}

.footer {
  margin-top: auto;
  padding: 30px 0 15px;
  background-color: #434343;
}
@media (max-width: 499px) {
  .footer {
    padding-top: 0;
  }
}
.footer .logo-name {
  color: #fff;
}
@media (max-width: 1023px) {
  .footer .main-nav {
    display: none;
  }
}
.footer .nav {
  display: block;
  columns: 3;
}
.footer .nav__link {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
}
.footer .menu-link {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #FAFAFA;
  text-transform: uppercase;
}
.footer .tel-number {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 539px) {
  .footer .tel-number {
    font-size: 23px;
  }
}

.footer__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .footer__box {
    justify-content: center;
  }
}

.footer__box-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer__box-left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer__box-left {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  .footer__box-right {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .footer__box-right {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .footer__box-right {
    display: none;
  }
}

.footer__copyright {
  font-family: "EB Garamond", serif;
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 499px) {
  .footer__copyright {
    font-size: 19px;
  }
}

.footer__content {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1023px) {
  .footer__content {
    font-size: 14px;
  }
}
@media (max-width: 499px) {
  .footer__content {
    font-size: 11px;
    line-height: 15px;
  }
}

.logo-name {
  font-weight: 800;
  font-family: "EB Garamond", serif;
  line-height: 39px;
  color: #48010E;
  margin-top: -25px;
}

@media (max-width: 1024px) {
  .header .logo-name {
    font-size: 25px;
    margin-top: -31px;
  }
}
@media (max-width: 500px) {
  .header .logo-name {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .header .logo-img {
    width: 40px;
    height: auto;
  }
}

.about .logo {
  margin-bottom: 20px;
}
.about .logo-name {
  font-size: 50px;
  line-height: 60px;
  margin-top: -48px;
}
@media (max-width: 768px) {
  .about .logo-name {
    font-size: 40px;
    line-height: 50px;
    margin-top: -42px;
  }
}

.btn {
  display: inline-block;
  outline: none;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  color: #48010E;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border: 1px solid #48010E;
  padding: 10px 45px;
  font-size: 22px;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .btn {
    margin-bottom: 10px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #48010E;
  border-color: #fff;
}
.btn.p54 {
  padding-left: 54px;
  padding-right: 54px;
}
.btn.btn--brown {
  background-color: #48010E;
  color: #fff;
  border-color: #48010E;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
}
.btn.btn--brown:hover {
  color: #48010E;
  background-color: #fff;
  border-color: #48010E;
}
.btn.btn--big {
  font-size: 18px;
  font-weight: 600;
  padding: 7px 12px;
}
.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 870px) {
  .nav {
    display: none;
    position: relative;
    z-index: 50;
  }
  .nav.is-open {
    display: block;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 90px;
    background-color: #fff;
    padding-left: 3%;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 870px) and (max-width: 500px) {
  .nav.is-open {
    top: 62px;
  }
}

.main-nav .burger {
  display: none;
}
@media (max-width: 870px) {
  .main-nav .burger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 4%;
    top: 100px;
    z-index: 100;
  }
}
@media (max-width: 500px) {
  .main-nav .burger {
    top: 78px;
  }
}

.nav__item {
  position: relative;
}
.nav__item:hover .submenu {
  display: block;
}

.nav__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  color: #000;
  text-transform: uppercase;
}
.nav__link span {
  font-size: 15px;
}
@media (max-width: 1200px) {
  .nav__link {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .nav__link {
    font-size: 13px;
  }
}
.nav__link:hover {
  text-decoration: underline;
}

.submenu {
  display: none;
  background-color: #fff;
}
@media (min-width: 901px) {
  .submenu {
    position: absolute;
    top: 22px;
    left: 0;
    width: 205px;
    z-index: 1;
  }
}
.submenu .nav__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: #000;
  text-transform: uppercase;
}
.submenu .nav__link:hover {
  background-color: #48010E;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 869px) {
  .submenu .nav__link {
    font-size: 16px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.breadcrumbs li {
  margin-right: 22px;
  position: relative;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
}

.breadcrumbs a,
.breadcrumbs-current {
  font-weight: 700;
  color: #000;
}

.breadcrumbs-current {
  color: #48010E;
}

.page-privacy {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 25px;
}

.success-order {
  text-align: center;
}
.success-order__header {
  padding-top: 100px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
}
.success-order__text {
  font-size: 28px;
  margin-bottom: 45px;
}

/*# sourceMappingURL=style.css.map */
