/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

iframe {
  display: block;
  border: none;
}

label {
  display: block;
  padding: 0;
  margin: 0;
} */

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('ttf'),
  url('../fonts/roboto/Roboto-Regular.ttf') format('ttf');
  font-weight: 400; /* Используйте нужное начертание */
  font-style: normal;
}

html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  color: #000;
  background: #fff;
  /*min-width: 375px;*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
}

a:hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}



img {
  display: block;
  max-width: 100%;
}

b, strong {
  font-weight: 700;
}

i {
  display: block;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

button {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}

button:hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input, textarea {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  outline: 0;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

/* TimesNewRoman*/

/*@font-face {*/
/*  font-family: 'TimesNewRoman';*/
/*  src: url("../fonts/TimesNewRomanRegular/TimesNewRomanRegular.ttf") format("truetype");*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'TimesNewRoman';*/
/*  src: url("../fonts/TimesNewRomanBold/TimesNewRomanBold.ttf") format("truetype");*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/
/*@import url('https://fonts.cdnfonts.com/css/times-new-roman');*/
@font-face {
  font-family: 'Times New Roman';
  src: url("../fonts/TimesNewRomanMTExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

.arcticmodal-overlay, .arcticmodal-container {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 1000;
}

.arcticmodal-container_i {
  height: 100vh;
}

.arcticmodal-container_i2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  border: 0;
  overflow: auto;
}

@media (max-width: 1199px) {
  .arcticmodal-container_i2 {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .arcticmodal-container_i2 {
    height: auto;
    padding: 0;
  }
}

.modal {
  display: none;
}

.new-basket {
  width: 1030px;
  background: #FFFFFF;
  position: relative;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .new-basket {
    width: 100%;
  }
}

.new-basket .box-modal_close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .new-basket .box-modal_close {
    top: 20px;
  }
}

.new-basket__top {
  background: #F5EFE3;
  padding: 24px 30px;
}

.new-basket__title {
  color: #522C03;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 24px;
}

@media (max-width: 767px) {
  .new-basket__title {
    font-size: 18px;
  }
}

.new-basket__authorization {
  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: #522C03;
  padding: 12px 0;
}

.new-basket__authorization .ico {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.new-basket__authorization a {
  font-family: 'Roboto';
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .new-basket__authorization a {
    font-size: 12px;
  }
}

.new-basket__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 30px;
}

@media (max-width: 991px) {
  .new-basket__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .new-basket__wrap {
    padding: 30px 20px;
  }
}

.new-basket__left {
  width: 100%;
  max-width: 639px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .new-basket__left {
    max-width: 100%;
    margin-right: 0;
  }
}

.new-basket__right {
  width: 100%;
  max-width: 301px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 991px) {
  .new-basket__right {
    max-width: 100%;
  }
}

.new-basket__bot {
  padding: 0 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .new-basket__bot {
    padding: 0 20px;
  }
}

.new-basket__bot-title {
  width: 100%;
  border-top: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-top: 23px;
}

.new-basket__bot-title-text {
  color: #522C03;
  font-size: 20px;
  font-family: 'TimesNewRoman';
  font-weight: 900;
}

@media (max-width: 767px) {
  .new-basket__bot-title-text {
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .new-basket__bot-title-text {
    max-width: 230px;
  }
}

.new-basket__bot .bask-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-basket__bot .bask-arrows .bask-prev-custom {
  width: 24px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F5EFE3;
  margin-right: 16px;
  cursor: pointer;
}

.new-basket__bot .bask-arrows .bask-next-custom {
  width: 24px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F5EFE3;
  cursor: pointer;
}

.bask-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 16px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .bask-item {
    padding-bottom: 0;
  }
}

.bask-item .to-favor {
  position: absolute;
  right: 44px;
  top: 0;
}

@media (max-width: 767px) {
  .bask-item .to-favor {
    right: 30px;
  }
}

.bask-item .to-favor.active svg {
  fill: #522C03;
}

.bask-item .deleate {
  position: absolute;
  top: 0;
  right: 0;
}

.bask-item__img {
  width: 114px;
  height: 114px;
}

@media (max-width: 480px) {
  .bask-item__img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: -10px;
    top: -5px;
  }
}

.bask-item__img img {
  max-width: 114px;
  max-height: 114px;
}

@media (max-width: 480px) {
  .bask-item__img img {
    max-width: 100%;
    max-height: auto;
  }
}

.bask-item__prdoduct-descr {
  width: calc(100% - 114px);
  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;
  padding-left: 24px;
}

@media (max-width: 480px) {
  .bask-item__prdoduct-descr {
    width: 100%;
    padding-left: 0;
  }
}

.bask-item__title {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  /* font-family: 'Roboto'; */
  font-weight: 700;
  text-decoration: none;
  max-width: 280px;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .bask-item__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
    width: 100%;
    padding-left: 80px;
    padding-right: 55px;
  }
}

.bask-item__title:hover {
  text-decoration: underline;
}

.bask-item__sizes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .bask-item__sizes {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 84px;
    margin-bottom: 16px;
  }
}

.bask-item__sizes-text {
  color: #522C03;
  font-size: 14px;
  font-weight: 500;
  /* font-family: 'Roboto'; */
}

@media (max-width: 480px) {
  .bask-item__sizes-text {
    font-size: 13px;
  }
}

.bask-item__bot {
  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%;
}

.bask-item__old-price {
  font-family: 'TimesNewRoman';
  font-weight: 400;
  color: #666666;
  font-size: 18px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  width: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .bask-item__old-price {
    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;
  }
}

@media (max-width: 480px) {
  .bask-item__old-price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 80px;
    margin-bottom: 16px;
  }
}

.bask-item__discount {
  color: #903226;
  font-family: 'TimesNewRoman';
  font-weight: 700;
  font-size: 18px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .bask-item__discount {
    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;
  }
}

@media (max-width: 480px) {
  .bask-item__discount {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 16px;
  }
}

.bask-item__price {
  font-family: 'TimesNewRoman';
  font-weight: 900;
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .bask-item__price {
    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;
  }
}

@media (max-width: 480px) {
  .bask-item__price {
    /* -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5; */
    order: 4;
    margin-bottom: 16px;
  }
}

.bask-item__amount {
  width: 84px;
  position: relative;
  display: flex;
}

@media (max-width: 480px) {
  .bask-item__amount {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 115px;
    margin-bottom: 16px;
  }
}

.bask-item__amount input {
  width: 100%;
  height: 32px;
  text-align: center;
  border: 1px solid #DDDDDD;
  color: #333333;
  font-size: 18px;
  font-family: 'TimesNewRoman';
  font-weight: 700;
  padding: 0;
  padding-left: 34px;
  max-width: 100%;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .bask-item__amount input {
    height: 40px;
  }
}

.bask-item__amount .minus {
  width: 15px;
  height: 32px;
  position: absolute;
  font-size: 18px;
  color: #999999;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
}

.bask-item__amount .plus {
  width: 15px;
  height: 32px;
  position: absolute;
  font-size: 18px;
  color: #999999;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
}

.bask-item__total-price {
  font-family: 'TimesNewRoman';
  font-weight: 900;
  font-size: 18px;
  color: #903226;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 480px) {
  .bask-item__total-price {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
  }
}

.choice_sizes {
  position: relative;
}

.choice_sizes input {
  display: none;
}

.choice_sizes .select_button {
  max-width: 80px;
  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;
  background: #FFFFFF;
  text-decoration: none;
  padding: 0 7px;
}

.choice_sizes .select_button p {
  font-size: 14px;
  color: #522C03;
  font-family: 'Roboto';
  font-weight: 700;
  margin-bottom: 0;
  text-decoration: underline;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .choice_sizes .select_button p {
    font-size: 13px;
    margin-right: 4px;
  }
}

.choice_sizes .select_button i {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.choice_sizes .options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-width: 336px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
  border-top: none;
  list-style: none;
  padding: 0 7px;
  display: none;
}

.choice_sizes .options li {
  font-size: 14px;
  color: #522C03;
  font-family: 'Roboto';
  font-weight: 700;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .choice_sizes .options li {
    font-size: 13px;
  }
}

.choice_sizes .options li:last-child {
  margin-bottom: 0;
}

.choice_sizes.active .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choice_sizes.active .select_button {
  border-bottom: none;
}

.choice_sizes.active .select_button i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bask-promocode {
  /* width: 100%; */
  background: #F5EFE3;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .bask-promocode {
    padding: 20px 25px;
  }
}

.bask-promocode__input {
  width: 205px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 0 13px;
}

@media (max-width: 991px) {
  .bask-promocode__input {
    width: 100%;
  }
}

.bask-promocode__btn {
  width: 40px;
  height: 40px;
  background: #522C03;
  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;
  flex-shrink: 0;
}
.bask-promocode__btn > svg {
  width: 19px;
  height: 19px;
}

.bask-promocode__btn:hover {
  background-color: #FFCF5C;
}

.bask-total-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F5EFE3;
  padding: 18px 25px 16px 30px;
}

@media (max-width: 767px) {
  .bask-total-info {
    padding: 23px 25px 30px;
  }
}

.bask-total-info__top {
  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 #DDDDDD;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .bask-total-info__top {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}

.bask-total-info__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;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .bask-total-info__item {
    margin-bottom: 8px;
  }
  .bask-total-info__basket_total {
    margin-bottom: 25px;
  }
}

.bask-total-info__summ-order-text {
  font-size: 14px;
  color: #666666;
  /* font-family: 'Roboto'; */
}

.bask-total-info__summ-order {
  font-size: 18px;
  color: #333333;
  font-family: 'TimesNewRoman';
  font-weight: 900;
}

.bask-total-info__total-text {
  /* font-family: 'Roboto'; */
  font-size: 16px;
  color: #522C03;
  font-weight: 500;
}

.bask-total-info__total-summ {
  color: #522C03;
  font-family: 'TimesNewRoman';
  font-size: 24px;
  font-weight: 900;
}

.bask-total-info__total-btn {
  width: 100%;
  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: #522C03;
  color: #fff;
  font-size: 18px;
  /* font-family: 'Roboto'; */
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 16px;
}

.bask-total-info__total-btn:hover {
  color: #903226;
  background-color: #FFCF5C;
}

.bask-total-info__back {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #522C03;
  font-size: 18px;
  text-align: center;
}

.bask-total-info__back:hover {
  text-decoration: none;
}

.bask-item .to-favor .custom-tip {
  display: none;
  height: auto !important;
}
.bask-item .deleate .custom-tip {
  display: none;
  height: auto !important;
}
.bask-item .to-favor:hover > .custom-tip {
  display: block;
}
.bask-item .deleate:hover > .custom-tip {
  display: block;
}

@media (max-width: 991px) {
  .bask-rec-slider {
    margin-bottom: 30px;
  }
}

.bask-rec-slider__item {
  width: 170px;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .bask-rec-slider__item {
    width: 198px;
  }
}

@media (max-width: 991px) {
  .bask-rec-slider__item {
    width: 205px;
    margin: 0 10px;
  }
}

.bask-rec-slider__img {
  width: 100%;
  height: 170px;
  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: #F5F5F5;
  position: relative;
  margin-bottom: 16px;
}

.bask-rec-slider__img .add-favor {
  width: 19px;
  height: 18px;
  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: absolute;
  top: 11px;
  right: 10px;
}

.bask-rec-slider__img .add-favor.active svg {
  fill: #522C03;
}

.bask-rec-slider__img .add-favor svg {
  width: 19px;
  height: 18px;
  fill: #D0CCC8;
}

.bask-rec-slider__img .discount {
  min-height: 18px;
  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: absolute;
  left: 0;
  bottom: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #903226;
  font-family: 'TimesNewRoman';
  font-weight: 700;
  padding: 3px 7px;
}

.bask-rec-slider__title {
  min-height: 54px;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .bask-rec-slider__title {
    font-size: 13px;
    line-height: 15px;
  }
}

.bask-rec-slider__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.bask-rec-slider__prices .old-price {
  color: #666666;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  font-family: 'TimesNewRoman';
  font-size: 16px;
  line-height: 18px;
  margin-right: 8px;
}

.bask-rec-slider__prices .new-price {
  color: #522C03;
  font-size: 18px;
  line-height: 21px;
  font-family: 'TimesNewRoman';
  font-weight: 900;
}

@media (max-width: 767px) {
  .bask-rec-slider__prices .new-price {
    font-size: 15px;
    margin-left: auto;
  }
}

.bask-rec-slider__btn {
  width: 100%;
  height: 36px;
  border: 1px solid #522C03;
  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;
  color: #522C03;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.bask-rec-slider__btn:hover {
  background-color: #522C03;
  color: #fff;
}

#new-basket {
  padding: 0;
  overflow: auto;
}

#new-basket button.fancybox-close-small {
  display: none;
}

@media (max-width: 1199px) {
  #new-basket {
    width: calc(100% - 40px);
  }
  #new-basket > .new-basket {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #new-basket {
    width: 100%;
    max-width: 366px;
  }
}

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  .slick-track {
    transition-duration: 400ms;
    -moz-animation-duration: 400ms;
    -webkit-animation-duration: 400ms;
    transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    animation-duration: 400ms;
    -moz-animation-duration: 400ms;
    -webkit-animation-duration: 400ms;
    animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  }
}
@media (max-width: 767px) {
  .new-basket__top {
    padding: 18px 15px;
  }
  .bask-item__amount input {
    padding-left: 16px;
  }
  .new-basket .box-modal_close {
    right: 20px;
  }
  .bask-total-info__summ-order {
    font-size: 16px;
  }
  .bask-total-info__total-summ {
    font-size: 18px;
  }
  .bask-item .to-favor:hover > .custom-tip {
    display: none;
  }
  .bask-item .deleate:hover > .custom-tip {
    display: none;
  }
}