@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,800&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: Montserrat;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover {
  color: #A9203E !important;
}

input:focus {
  outline: 0 !important;
}

.w-b {
  font-weight: 600;
}

.wrapper {
  max-width: 1280px;
  background: initial;
  margin: 0 auto;
  position: relative;
}
.catalog__pic.detail__pic:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  bottom: 55%;
  right: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, .9)));
  background-image: -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, .9));
}
.detail__title{
    z-index: 1;
}

.overflow {
height: 100vh;
overflow-y: hidden;
}

.btn-menu {
width: 20px;
margin-right: 20px;
}

.btn-menu_open .btn-menu-open {
display: none;
}

.btn-menu_open .btn-menu-close {
display: block;
}

@media (max-width: 500px) {
.btn-menu {
margin-right: 0;
}
}

.logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.logo img:first-child {
margin-right: 8px;
}

@media (max-width: 500px) {
.logo {
-webkit-transform: scale(0.8);
        transform: scale(0.8);
}
}

.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
height: 100%;
}

.nav__item {
color: #000;
font-weight: bold;
font-size: 11px;
line-height: 13px;
padding: 8px 0;
letter-spacing: 0.7px;
text-transform: uppercase;
margin: 0 22.5px;
position: relative;
}

@media (max-width: 1300px) {
.nav__item {
margin: 0 10px;
}
}

.nav__item span {
margin-right: 5px;
}

.nav__item:hover .nav__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.nav__body {
position: absolute;
top: 100%;
min-width: 190px;
-webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
background: #fff;
z-index: 20;
padding: 15px;
}

.nav__body a {
white-space: nowrap;
font-weight: 500;
font-size: 13px;
text-transform: none;
padding: 8px 0;
}

@media (max-width: 800px) {
.nav {
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
border-radius: 5px;
height: auto;
}
.nav__item {
width: 100%;
margin: 0;
padding: 0;
}
.nav__item:hover .nav__body {
display: none;
}
.nav__head {
width: 100%;
padding: 20px 15px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
border-bottom: 1px solid #E6E6E6;
}
.nav__head img {
-webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
}
.nav__item:last-child .nav__head {
border-bottom: 0;
}
.nav__body {
width: 100%;
padding: 0;
}
.nav__body a {
text-transform: uppercase;
padding: 15px;
font-weight: 500;
font-size: 13px;
line-height: 16px;
letter-spacing: 0.7px;
}
.nav_open {
border-radius: 5px 5px 0 0;
}
.nav_open .nav__item {
display: none;
}
.nav_open .nav__item_active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.nav_open .nav__item_active .nav__head img {
-webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}
.nav_open .nav__item_active .nav__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-radius: 0 0 5px 5px;
}
}

@media (max-width: 500px) {
.nav__head {
font-size: 11px;
}
.nav__body a {
font-size: 11px;
}
}

.btn-sell {
height: 46px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
padding: 0 30px;
background: #A9203E;
border-radius: 3px;
color: #fff;
font-weight: bold;
font-size: 11px;
line-height: 13px;
letter-spacing: 0.7px;
text-transform: uppercase;
margin-right: 20px;
}

.btn-sell span {
margin-right: 10px;
font-size: 30px;
font-weight: 400;
}

.btn-sell:hover {
background: rgba(169, 32, 62, 0.1);
}

@media (max-width: 1300px) {
.btn-sell {
height: 40px;
padding: 0 20px;
font-size: 10px;
}
.btn-sell span {
font-size: 24px;
margin-right: 7px;
}
}

.btn-user {
width: 46px;
height: 46px;
border-radius: 5px;
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;
}

.btn-user:hover {
background: rgba(169, 32, 62, 0.1);
}

@media (max-width: 1300px) {
.btn-user {
width: 40px;
height: 40px;
}
}

.btn-user_mobile {
display: none;
}

@media (max-width: 500px) {
.btn-user_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}

.subheader {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.subheader__left {
width: 1050px;
}

.subheader__right {
-webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.subheader__items {
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
margin-bottom: 50px;
}

@media (max-width: 1000px) {
.subheader__items {
margin-bottom: 30px;
}
}

@media (max-width: 900px) {
.subheader__items {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
height: 40px;
margin-bottom: 20px;
}
}

@media (max-width: 500px) {
.subheader__items {
display: none;
}
}

.subheader__item {
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #888888;
margin-right: 50px;
}

.subheader__item_active {
color: #A9203E;
text-shadow: 1px 0 0 #A9203E;
}

.subheader__item:hover {
text-shadow: 1px 0 0 #A9203E;
}

@media (max-width: 1300px) {
.subheader__item {
margin-right: 20px;
}
}

@media (max-width: 900px) {
.subheader__item {
font-size: 11px;
line-height: 13px;
}
}

.title {
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;
}

.title h2 {
font-weight: 800;
font-size: 24px;
line-height: 30px;
}

@media (max-width: 900px) {
.title h2 {
font-size: 18px;
line-height: 24px;
}
}

@media (max-width: 500px) {
.title {
margin-top: 15px;
}
.title h2 {
font-size: 16px;
line-height: 20px;
}
}

.offer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.offer__title {
width: 135px;
height: 36px;
font-style: italic;
font-weight: 800;
font-size: 12px;
line-height: 15px;
position: relative;
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;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
text-transform: uppercase;
margin-right: 15px;
}

.offer__title span {
font-weight: 500;
}

.offer__title:after {
content: '';
display: block;
width: 90%;
height: 100%;
background: #FCC70A;
position: absolute;
z-index: -1;
-webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
}

.offer__title:before {
content: '';
display: block;
width: 90%;
height: 100%;
background: #FCB80A;
position: absolute;
left: -5px;
top: -8px;
z-index: -1;
-webkit-transform: skewX(-20deg);
      transform: skewX(-20deg);
}

.offer__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 36px;
}

.offer__content_left {
font-style: italic;
font-weight: 800;
margin-right: 4px;
}

.offer__content_left p:first-child {
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
}

.offer__content_left p:last-child {
font-size: 12px;
line-height: 15px;
}

.offer__content_center {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
margin: 0 10px;
}

.offer__content_center p {
font-weight: 500;
font-size: 16px;
line-height: 16px;
}

.offer__content_right {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.offer__content_right p {
font-weight: 800;
font-size: 34px;
line-height: 30px;
}

@media (max-width: 700px) {
.offer {
display: none;
}
}

.offer_mobile {
width: 140px;
height: 36px;
display: none;
background: #A9203E;
font-weight: 600;
font-size: 12px;
line-height: 17px;
color: #FFFFFF;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
position: absolute;
right: 0;
}

.offer_mobile:after, .offer_mobile:before {
content: '';
display: block;
position: absolute;
border: 9px solid transparent;
border-right: 9px solid #A9203E;
left: -18px;
}

.offer_mobile:after {
border-top: 9px solid #A9203E;
top: 0;
}

.offer_mobile:before {
border-bottom: 9px solid #A9203E;
bottom: 0;
}

@media (max-width: 700px) {
.offer_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}

.search {
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;
height: 49px;
margin-top: 24px;
}

.search__input {
-webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
height: 100%;
margin-right: 10px;
}

.search__input input {
width: 100%;
height: 100%;
padding: 0 12px;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 3px;
}

.search__input input::-webkit-input-placeholder {
font-family: Montserrat;
font-size: 14px;
line-height: 17px;
color: #878787;
}

.search__input input:-ms-input-placeholder {
font-family: Montserrat;
font-size: 14px;
line-height: 17px;
color: #878787;
}

.search__input input::-ms-input-placeholder {
font-family: Montserrat;
font-size: 14px;
line-height: 17px;
color: #878787;
}

.search__input input::placeholder {
font-family: Montserrat;
font-size: 14px;
line-height: 17px;
color: #878787;
}

.search__button {
width: 185px;
height: 100%;
}

.search__button_desk, .search__button_mobile {
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;
width: 100%;
height: 100%;
background: #A9203E;
border-radius: 3px;
font-weight: bold;
font-size: 11px;
line-height: 13px;
letter-spacing: 0.7px;
text-transform: uppercase;
color: #fff;
}

.search__button_desk:hover, .search__button_mobile:hover {
background: rgba(169, 32, 62, 0.1);
color: #A9203E;
}

.search__button_mobile {
display: none;
}

@media (max-width: 800px) {
.search__button {
width: 130px;
}
}

@media (max-width: 500px) {
.search__button {
width: 50px;
}
.search__button_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.search__button_desk {
display: none;
}
}

@media (max-width: 900px) {
.search {
height: 40px;
}
}

.coupon {
min-height: 100px;
width: 100%;
background: #FFFFFF;
-webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
border-radius: 18px;
margin-top: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
padding: 0 30px;
padding-left: 70px;
}

.coupon__title {
font-size: 14px;
line-height: 24px;
}

.coupon__item {
    margin: 0 25px;
    min-width: 110px;
    min-height: 45px;
text-align: center;
position: relative;
}

.coupon__item p {
font-weight: bold;
font-size: 22px;
line-height: 24px;
}

.coupon__item a {
position: absolute;
left: 0;
width: 100%;
font-size: 12px;
line-height: 24px;
text-align: center;
color: #A9203E;
}

@media (max-width: 1000px) {
.coupon {
-webkit-box-pack: ;
    -ms-flex-pack: center;
        justify-content: center;
padding: 0;
}
.coupon__title {
margin-right: 50px;
}
}

@media (max-width: 500px) {
.coupon {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
text-align: center;
}
.coupon__title {
margin-right: 0;
margin-bottom: 5px;
}
}

.main {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.main__left {
width: 1050px;
}

.main__right {
-webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
padding-left: 20px;
padding-top: 79px;
}

@media (max-width: 500px) {
.main__right {
display: none;
}
}

.catalog {
margin-top: 35px;
}

@media (max-width: 500px) {
.catalog {
margin-top: 20px;
}
}

.catalog__header {
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;
}

.catalog__total-offers {
font-weight: 400;
font-size: 12px;
line-height: 15px;
}

.catalog__total-offers span {
font-weight: 600;
}

@media (max-width: 550px) {
.catalog__total-offers {
font-size: 11px;
}
}

.catalog__sort a {
font-size: 12px;
line-height: 15px;
color: #202020;
}

.catalog__sort a span {
margin-right: 2px;
}

@media (max-width: 550px) {
.catalog__sort a {
font-size: 11px;
}
}

.catalog__items {
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: left;
}

@media (max-width: 750px) {
.catalog__items {
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
}

.catalog__item {
width: 32%;
padding: 20px 0;
margin-right: 1.33%;
}
.catalog__pic{
position: relative;
}
.catalog__item a:hover{
color:inherit !important;
}
.catalog__item a:hover .catalog__pic:before{
content: '';
position: absolute;
top: 0 !important;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom,rgba(0,0,0,.6) 0,transparent 100%);
opacity: 0.8;
transition: opacity .2s ease 0s;
}
@media (max-width: 1000px) {
.catalog__item {
width: 49%;
}
}

@media (max-width: 750px) {
.catalog__item {
max-width: 350px;
width: 100%;
border-bottom: 1px solid #F0F0F0;
padding: 15px 0;
}
}

.catalog__pic {
height: 196px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
  -ms-flex-align: end;
      align-items: flex-end;
-webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
padding-bottom: 10px;
border-radius: 12px;
}

.catalog__rating {
background: #FFFFFF;
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
padding: 6px 8px;
margin-left: 10px;
}

.catalog__rating span {
font-family: 'SF-Pro-Rounded';
font-weight: 600;
font-size: 12px;
line-height: 14px;
margin-left: 7px;
}

.catalog__discount {
background: #A9203E;
font-family: 'SF-Pro-Rounded';
font-weight: 600;
font-size: 12px;
line-height: 14px;
color: #fff;
width: 61px;
height: 34px;
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;
position: relative;
}

.catalog__discount:after, .catalog__discount:before {
content: '';
display: block;
position: absolute;
border: 8px solid transparent;
border-right: 8px solid #A9203E;
left: -16px;
}

.catalog__discount:after {
border-top: 8px solid #A9203E;
top: 0;
}

.catalog__discount:before {
border-bottom: 8px solid #A9203E;
bottom: 0;
}

.catalog__name {
font-weight: bold;
font-size: 18px;
line-height: 24px;
margin: 12px 0;
}

@media (max-width: 820px) {
.catalog__name {
font-size: 16px;
line-height: 20px;
}
}

.catalog-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.catalog-info__item {
background: #E9E9E9;
border-radius: 20px;
font-size: 12px;
line-height: 14px;
font-family: 'SF-Pro-Display';
padding: 6px 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
margin-right: 8px;
}

.catalog-info__item img {
margin-right: 4px;
}

.catalog__more {
margin-top: 14px;
font-family: 'SF-Pro-Display';
font-size: 12px;
line-height: 14px;
color: #828282;
}

.discount-block {
background: #A9203E;
border-radius: 11px;
height: 630px;
width: 100%;
padding-top: 20px;
color: #FFFFFF;
position: relative;
}

.discount-block__title {
font-weight: 300;
font-size: 28px;
line-height: 34px;
margin-bottom: 70px;
padding: 0 17px;
}

.discount-block__list {
padding: 0 17px;
}

.discount-block__list-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}

.discount-block__list-number {
width: 12px;
font-size: 18px;
line-height: 22px;
margin-right: 20px;
}

.discount-block__list-text {
font-family: Montserrat;
font-size: 12px;
line-height: 15px;
}

.discount-block__wheel {
width: 100%;
mix-blend-mode: darken;
border-radius: 0 0 11px 11px;
position: absolute;
bottom: 0;
left: 0;
}

.footer {
margin-top: 150px;
}

@media (max-width: 1000px) {
.footer {
margin-top: 50px;
}
}

.footer__search {
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;
border-bottom: 1px solid #E6E6E6;
padding: 0 30px;
padding-bottom: 10px;
}

.footer__search input {
height: 40px;
width: calc(100% - 40px);
}

.footer__search input::-webkit-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #999999;
}

.footer__search input:-ms-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #999999;
}

.footer__search input::-ms-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #999999;
}

.footer__search input::placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #999999;
}

.footer__search a {
width: 40px;
height: 40px;
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;
border-radius: 3px;
}

.footer__search a:hover {
background: rgba(169, 32, 62, 0.1);
}

@media (max-width: 500px) {
.footer__search {
display: none;
}
}

.footer__nav {
padding: 40px 30px;
padding-bottom: 60px;
border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 500px) {
.footer__nav {
display: none;
}
}

.footer-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav__col {
width: 25%;
}

@media (max-width: 900px) {
.footer-nav__col {
width: 50%;
}
}

.footer-nav__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
margin-bottom: 20px;
}

.footer-nav__name {
font-weight: bold;
font-size: 13px;
line-height: 16px;
text-transform: uppercase;
margin-bottom: 15px;
}

.footer-nav__link {
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #888888;
margin-bottom: 10px;
}

.footer__more-nav {
padding: 20px 30px;
border-bottom: 1px solid #E6E6E6;
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;
}

@media (max-width: 1000px) {
.footer__more-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
}
}

@media (max-width: 500px) {
.footer__more-nav {
display: none;
}
}

.footer__more-nav .more-nav__link {
font-weight: bold;
font-size: 11px;
line-height: 13px;
text-transform: uppercase;
margin-right: 15px;
white-space: nowrap;
}

@media (max-width: 1000px) {
.footer__more-nav .more-nav {
margin-bottom: 15px;
text-align: center;
}
}

.footer__more-nav .more-send {
height: 40px;
border-radius: 3px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.footer__more-nav .more-send input {
width: 200px;
height: 100%;
border: 1px solid #E6E6E6;
border-right: none;
border-radius: 3px 0 0 3px;
padding: 0 15px;
}

.footer__more-nav .more-send input::-webkit-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #999999;
}

.footer__more-nav .more-send input:-ms-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #999999;
}

.footer__more-nav .more-send input::-ms-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #999999;
}

.footer__more-nav .more-send input::placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #999999;
}

.footer__more-nav .more-send a {
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;
width: 60px;
height: 100%;
background: #C7C7C7;
border-radius: 0 3px 3px 0;
}

.footer__social {
padding: 50px 30px;
padding-bottom: 30px;
border-bottom: 1px solid #E6E6E6;
}

@media (max-width: 500px) {
.footer__social {
padding: 0;
}
}

.footer__more {
padding: 0 30px;
padding-top: 15px;
padding-bottom: 30px;
}

.footer__more a {
font-weight: 500;
font-size: 11px;
line-height: 18px;
color: #888888;
margin-right: 15px;
}

@media (max-width: 500px) {
.footer__more {
display: none;
}
}

.social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social__left {
width: 54%;
}

.social__logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
margin-bottom: 10px;
}

.social__logo img:first-child {
margin-right: 5px;
}

.social__copyright {
font-weight: 500;
font-size: 11px;
line-height: 18px;
color: #888888;
margin-bottom: 15px;
}

.social__items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.social__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 22px;
height: 22px;
margin-right: 10px;
}

.social__item_ind {
background: #B9B9B9;
border-radius: 3.4375px;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.social__item_ind img {
width: 15px;
height: 9px;
}

.social__center {
width: 23%;
}

.social__right {
width: 23%;
}

.social__name {
font-weight: bold;
font-size: 11px;
line-height: 13px;
text-transform: uppercase;
margin-bottom: 10px;
}

.social__phone {
font-weight: 800;
font-size: 16px;
line-height: 20px;
margin-bottom: 3px;
}

.social__phone-contacts {
font-weight: 500;
font-size: 11px;
line-height: 13px;
color: #888888;
margin-bottom: 10px;
}

.social__email {
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #888888;
}

@media (max-width: 800px) {
.social__left {
width: 100%;
margin-bottom: 25px;
}
.social__center, .social__right {
width: 50%;
}
}

@media (max-width: 500px) {
.social__center, .social__right {
display: none;
}
}

.detail {
padding-top: 35px;
}

.detail__link-back {
font-weight: 600;
font-size: 12px;
line-height: 15px;
margin-left: 10px;
}

.detail__cols {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}

.detail__left {
width: 590px;
}

.detail__pic {
width: 100%;
height: 350px;
padding-bottom: 23px;
-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: flex-start;
}

.detail__pic .catalog__rating {
margin-left: 25px;
}

.detail__pic-more {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.detail__title {
padding: 20px 25px;
font-weight: bold;
font-size: 32px;
line-height: 40px;
color: #FFFFFF;
}

.detail__content {
width: 550px;
margin-top: 35px;
}

.detail__content h3 {
font-weight: 600;
font-size: 24px;
line-height: 24px;
margin-bottom: 20px;
}

.detail__content ul {
padding-left: 17px;
}

.detail__content ul li {
margin-bottom: 35px;
}

.detail__content ul li:last-child {
margin-bottom: 0;
}

.detail__content p {
font-family: 'SF-Pro-Display';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 25px;
}

.detail__right {
width: calc(100% - 590px);
padding-left: 70px;
padding-right: 50px;
}

.detail-info__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
margin-bottom: 20px;
}
.detail-info__item span{
    text-decoration: line-through;
}
.detail-info__item p {
font-size: 16px;
line-height: 22px;
}

.detail-info__item p:first-child {
font-weight: 300;
}

.detail-info__item p:last-child {
font-weight: bold;
}

.detail-info__item p:last-child span {
font-weight: 300;
}

.detail-info__bottom {
margin-top: 70px;
border-bottom: 1px solid #E9E9E9;
padding-bottom: 15px;
margin-bottom: 30px;
}

.detail-info__btn {
width: 100%;
height: 50px;
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;
background: #A9203E;
border-radius: 11px;
font-family: 'SF-Pro-Rounded';
font-weight: 600;
font-size: 16px;
line-height: 19px;
letter-spacing: -0.434118px;
text-transform: uppercase;
color: #FFFFFF;
}

.detail-info__btn:hover {
background: rgba(169, 32, 62, 0.1);
}

.detail-coupon {
margin-top: 35px;
}

.detail-coupon__title {
font-weight: 600;
font-size: 24px;
line-height: 24px;
margin-bottom: 25px;
}

.detail-coupon__block {
background: #FFFFFF;
-webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
border-radius: 18px;
padding-top: 40px;
padding-bottom: 70px;
text-align: center;
}

.detail-coupon__name {
font-size: 14px;
line-height: 24px;
margin-bottom: 35px;
}

.detail-coupon__item {
font-weight: bold;
font-size: 24px;
line-height: 24px;
margin-bottom: 10px;
}

.detail-coupon__text {
margin-top: 35px;
font-size: 14px;
line-height: 24px;
}

.detail-coupon__text span {
color: #A9203E;
}

.detail-contacts {
margin-top: 35px;
}

.detail-contacts__title {
font-weight: 600;
font-size: 24px;
line-height: 24px;
margin-bottom: 23px;
}

.detail-contacts__map {
width: 100%;
height: 200px;
margin-bottom: 23px;
border-radius: 15px;
}

.detail-contacts__address {
font-weight: 600;
font-size: 16px;
line-height: 22px;
margin-bottom: 13px;
}

.detail-contacts__schedule {
margin-bottom: 16px;
}

.detail-contacts__schedule p {
font-weight: 300;
font-size: 16px;
line-height: 22px;
}

.detail-contacts__tel {
font-weight: 600;
font-size: 16px;
line-height: 24px;
}

.detail-contacts__tel a {
font-weight: 300;
}

.reviews {
margin-top: 40px;
}

.reviews__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.reviews__header h3 {
font-weight: 600;
font-size: 24px;
line-height: 24px;
margin: inherit;
margin-right: 15px;
}

.reviews__header span {
font-weight: 600;
font-size: 24px;
line-height: 24px;
}

.reviews__items {
margin-top: 30px;
}

.review {
position: relative;
margin-bottom: 35px;
}
.review-answer__avatar img,.review__avatar img{
max-height: 60px;
max-width: 60px;
}
.sort__body a{
    cursor: pointer;
}
.review__header, .review-answer__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
margin-bottom: 5px;
}

.review__avatar, .review-answer__avatar {
margin-right: 12px;
border-radius: 50px;
overflow: hidden;
}

.review__user-name, .review-answer__user-name {
font-family: "SF-Pro-Display";
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
}

.review__user-more-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.review__user-more-info div {
margin-right: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.review__user-more-info div img {
margin-right: 4px;
}

.review__user-more-info div span {
font-family: "SF-Pro-Display";
font-weight: 400;
font-size: 12px;
line-height: 24px;
color: #7C7C7C;
}

.review__content, .review-answer__content {
padding-left: 62px;
position: relative;
}

.review__info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
margin-top: 3px;
}

.review__info span {
width: 4px;
height: 4px;
display: block;
background: #C4C4C4;
margin: 0 13px;
border-radius: 4px;
}

.review__rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.review__rating .review__rating-item-star {
fill: #BBBBBB;
}

.review__rating-item {
margin-right: 8px;
}

.review__rating-item:last-child {
margin-right: 0;
}

.review__rating-item_active .review__rating-item-star {
fill: #FDAA03;
}

.review__date, .review-answer__date {
font-family: "SF-Pro-Display";
font-size: 16px;
line-height: 24px;
color: #7C7C7C;
}

.review__text, .review-answer__text {
font-family: "SF-Pro-Display";
font-size: 16px;
line-height: 24px;
color: #000000;
}

.review-answer {
position: relative;
margin-top: 30px;
padding-left: 62px;
}

.review-answer__role {
font-family: "SF-Pro-Display";
font-size: 12px;
line-height: 24px;
color: #7C7C7C;
}

.review-answer__date {
margin-bottom: 11px;
}

.review-line-top {
position: absolute;
top: -5px;
left: 25px;
border-left: 1px solid #ECECEC;
height: calc(100% + 5px);
width: 1px;
}

.review-line-bottom {
position: absolute;
top: -30px;
left: 25px;
border-left: 1px solid #ECECEC;
border-bottom: 1px solid #ECECEC;
width: 25px;
height: 55px;
}

.menu {
width: 100%;
position: absolute;
top: 100px;
left: 0;
background: #fff;
z-index: 10;
-webkit-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.2);
border-bottom: 1px solid #E6E6E6;
padding: 5px 40px 40px;
display: none;
}

@media (max-width: 1000px) {
.menu {
top: 70px;
}
}

@media (max-width: 800px) {
.menu {
display: none;
}
}

@media (max-width: 500px) {
.menu {
top: 50px;
}
}

.menu_active {
display: block;
}

.menu-search__search {
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;
border-bottom: 1px solid #E6E6E6;
padding: 0 30px;
padding-bottom: 10px;
margin-bottom: 25px;
}

.menu-search__search input {
height: 40px;
width: calc(100% - 40px);
}

.menu-search__search input::-webkit-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #999999;
}

.menu-search__search input:-ms-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #999999;
}

.menu-search__search input::-ms-input-placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #999999;
}

.menu-search__search input::placeholder {
font-family: Montserrat;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #999999;
}

.menu-search-sections {
margin-bottom: 45px;
}

.menu-search-sections__item {
padding: 10px 15px;
margin-right: 15px;
border: 1px solid #E6E6E6;
font-size: 13px;
line-height: 16px;
font-weight: 500;
}

.menu-search-sections__item_active {
border: 1px solid #A9203E;
}

.menu-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.menu-nav__col {
width: 25%;
}

.menu-nav__block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
margin-bottom: 20px;
}

.menu-nav__name {
font-weight: bold;
font-size: 13px;
line-height: 16px;
text-transform: uppercase;
margin-bottom: 15px;
}

.menu-nav__link {
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #888888;
margin-bottom: 10px;
}

@media (max-width: 800px) {
.menu {
display: none;
}
}

.sort {
position: relative;
height: 25px;
}

.sort:hover .sort__body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.sort__body {
display: none;
position: absolute;
min-width: 150px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
-webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
background: #fff;
padding: 10px;
z-index: 20;
top: 100%;
}

.sort__body a {
margin: 5px 0;
}

@media (max-width: 500px) {
.sort__body {
right: 0;
}
}

.popup-wrapper {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.6);
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
display: none;
    z-index: 9999;
}

.popup-wrapper_active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

@media (max-width: 550px) {
.popup-wrapper {
-webkit-box-align: end;
    -ms-flex-align: end;
        align-items: flex-end;
}
}

.popup {

background: #fff;
padding: 30px 70px;
text-align: center;
border-radius: 11px;
display: none;
position: relative;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}

.popup_active {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.popup__title {
font-weight: bold;
font-size: 18px;
line-height: 24px;
margin-bottom: 55px;
}

.popup__title2 {
margin-bottom: 35px;
}

.popup__title3 {
margin-bottom: 60px;
}

.popup__text {
    padding-left: 10px;
font-size: 14px;
line-height: 24px;
margin-bottom: 25px;
max-width: 350px;
}

.popup__text2 {
font-size: 14px;
line-height: 24px;
margin-bottom: 30px;
}

.popup__text2 a {
color: #A9203E;
}

.popup__text2 a:hover {
color: rgba(169, 32, 62, 0.5);
}

.popup__text3 {
margin-bottom: 130px;
}

.popup__info {
margin-bottom: 55px;
}

.popup__info p {
font-size: 12px;
line-height: 15px;
letter-spacing: -0.434118px;
margin-bottom: 5px;
}

.popup__info span {
font-weight: bold;
font-size: 20px;
line-height: 24px;
}

.popup__btn {
width: 340px;
height: 48px;
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;
background: #A9203E;
border-radius: 11px;
font-family: 'SF-Pro-Rounded';
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: -0.434118px;
text-transform: uppercase;
color: #FFFFFF;
}

.popup__btn:hover {
background: rgba(169, 32, 62, 0.1);
}

.popup__code {
font-weight: bold;
font-size: 24px;
line-height: 24px;
margin-bottom: 30px;
}

.popup__close {
position: absolute;
top: 15px;
right: 15px;
}

@media (max-width: 550px) {
.popup {
min-width: 100%;
border-radius: 11px 11px 0 0;
padding-top: 25px;
padding-bottom: 15px;
padding-left: 0;
padding-right: 0;
text-align: center;
}
.popup__btn {
margin: 0 auto;
}
.popup__title {
margin-bottom: 6px;
}
.popup__text {
margin-bottom: 26px;
}
.popup__info {
margin-bottom: 60px;
}
.popup__info p {
margin-bottom: 5px;
}
.popup:after {
content: '';
display: block;
position: absolute;
top: -8px;
left: 0;
right: 0;
margin: 0 auto;
width: 70px;
height: 2px;
background: #C4C4C4;
border-radius: 8px;
z-index: 50;
}
}

@media (max-width: 400px) {
.popup__btn {
width: 270px;
height: 40px;
}
}

.btn-menu-close {
display: none;
}

.detail__link-back_mob {
    z-index: 1;
display: none;
margin: 15px;
font-weight: 600;
font-size: 16px;
line-height: 22px;
font-family: 'SF-Pro-Display';
color: #fff;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.detail__link-back_mob img {
margin-right: 6px;
}

.detail-info-mob {
display: none;
margin-top: 20px;
}

.detail-info-mob__items {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
margin-bottom: 30px;
}

.detail-info-mob__left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.detail-info-mob__item {
background: #A9203E;
border-radius: 20px;
padding: 7px 8px;
color: #fff;
font-size: 12px;
line-height: 14px;
color: #FCDDEC;
font-family: 'SF-Pro-Display';
margin-left: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.detail-info-mob__item:first-child {
margin-left: 0;
}

.detail-info-mob__item img {
margin-right: 5px;
}

.detail-info-mob__title {
font-weight: bold;
font-size: 18px;
line-height: 24px;
}

.detail-info-mob__lists {
margin-top: 18px;
border-bottom: 1px solid #E9E9E9;
}
.detail-info-mob__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
margin-bottom: 20px;
}

.detail-info-mob__list p {
font-weight: 300;
font-size: 16px;
line-height: 22px;
}

.detail-info-mob__list > span {
font-weight: bold;
font-size: 16px;
line-height: 22px;
}

.detail-info-mob__list > span > span {
font-weight: 300;
font-size: 16px;
line-height: 22px;
margin-right: 10px;
position: relative;
}

.detail-info-mob__list > span > span:after {
content: '';
display: block;
width: 100%;
height: 2px;
background: #A9203E;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}

.contacts-mob {
display: none;
}

.detail-coupon-mob {
display: none;
}

@media (max-width: 1250px) {
.wrapper-detail .main__right {
display: none;
}
}

@media (max-width: 1050px) {
.wrapper-detail .detail__left {
width: 55%;
}
.wrapper-detail .detail__right {
width: 45%;
padding-left: 30px;
padding-right: 0;
}
.wrapper-detail .detail__content {
width: 100%;
}
.wrapper-detail .detail-contacts__map {
width: 100%;
}
}

@media (max-width: 700px) {
.wrapper-detail .detail__left {
width: 100%;
}
.wrapper-detail .detail__right {
display: none;
}
.wrapper-detail .detail__link-back {
display: none;
}
.wrapper-detail .detail__title {
display: none;
}
.wrapper-detail .detail__link-back_mob {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wrapper-detail .detail-info-mob {
display: block;
}
.wrapper-detail .detail-coupon-mob {
display: block;
max-width: 370px;
margin: 0 auto;
margin-bottom: 30px;
}
.wrapper-detail .detail-coupon-mob .detail-coupon__block {
padding-bottom: 40px;
}
.wrapper-detail .detail-coupon-mob .detail-coupon__item {
margin: 0;
}
}

@media (max-width: 500px) {
.wrapper-detail {
padding: 0;
}
.wrapper-detail .header {
padding: 0 15px;
}
.wrapper-detail .subheader {
display: none;
}
.wrapper-detail .detail {
padding-top: 0;
}
.wrapper-detail .detail__pic {
width: 100%;
height: 255px;
border: 0;
}
.wrapper-detail .detail__cols {
margin-top: 0;
}
.wrapper-detail .detail-info-mob {
padding: 0 15px;
}
.wrapper-detail .detail__content {
padding: 0 15px;
}
.wrapper-detail .detail__content ul {
padding-left: 10px;
}
.wrapper-detail .detail__content h3 {
font-weight: 600;
font-size: 18px;
line-height: 24px;
}
.wrapper-detail .detail__content p {
font-size: 16px;
line-height: 22px;
}
.wrapper-detail .reviews {
padding: 0 15px;
}
.wrapper-detail .contacts-mob {
margin-top: 45px;
display: block;
padding: 0 15px;
}
.wrapper-detail .contacts-mob__title {
font-weight: 600;
font-size: 18px;
line-height: 24px;
margin-bottom: 20px;
}
.wrapper-detail .contacts-mob__map {
margin-bottom: 20px;
}
.wrapper-detail .contacts-mob__map img {
width: 100%;
}
.wrapper-detail .contacts-mob__address {
font-family: 'SF-Pro-Display';
font-weight: 600;
font-size: 16px;
line-height: 22px;
margin-bottom: 10px;
}
.wrapper-detail .contacts-mob__schedule {
font-family: 'SF-Pro-Display';
font-size: 16px;
line-height: 22px;
margin-bottom: 15px;
}
.wrapper-detail .contacts-mob__phone {
font-family: 'SF-Pro-Display';
font-weight: 600;
font-size: 16px;
line-height: 24px;
}
.wrapper-detail .review__content {
padding-left: 0;
}
.wrapper-detail .review-line-top {
display: none;
}
.wrapper-detail .review-line-bottom {
top: -25px;
left: 0;
height: calc(100% + 25px);
border-bottom: 0;
}
.wrapper-detail .review-answer {
padding-left: 15px;
}
.wrapper-detail .review-answer__content {
padding-left: 0;
}
.wrapper-detail .footer {
padding: 0 15px;
}
}

.buy-btn {
background: #A9203E;
border-radius: 11px;
width: calc(100% - 30px);
max-width: 370px;
height: 45px;
display: none;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
font-family: 'SF-Pro-Rounded';
font-weight: bold;
font-size: 16px;
line-height: 19px;
text-align: center;
letter-spacing: -0.434118px;
text-transform: uppercase;
color: #fff;
position: fixed;
bottom: 15px;
left: 0;
right: 0;
margin: 0 auto;
}

@media (max-width: 700px) {
.buy-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
/*# sourceMappingURL=index.css.map */