@charset "UTF-8";
:root {
  --swiper-theme-color: #4F728E;
}

body {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  position: relative;
}

body.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

input, textarea {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
}

main {
  min-height: calc(50vh);
}

.container {
  width: calc( 1400px - 40px );
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

[data-counter=card-counter] {
  height: 25px;
  border: 1px solid #4F728E;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-counter=card-counter] .minus, [data-counter=card-counter] .plus {
  padding: 0px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[data-counter=card-counter] input.count {
  text-align: center;
  width: 40px;
  border: 0;
  outline: 0;
  font-size: 16px;
  background: transparent;
}
[data-counter=card-counter] input.count:focus {
  border: 0;
  outline: 0;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
  z-index: 2;
}

@media (max-width: 1400px) {
  .container {
    width: calc( 1200px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 12px;
  }

  .container {
    width: calc( 992px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .container {
    width: calc( 768px - 40px );
  }
}
@media (max-width: 768px) {
  .container {
    width: calc( 576px - 40px );
  }
}
@media (max-width: 576px) {
  .container {
    width: calc( 320px - 0px );
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Шаблон */
.test-style-21236478 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test-style-21236478::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}

.price-old {
  position: relative;
  font-size: 17px;
}
.price-old img {
  position: absolute;
  width: 100%;
  height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
  left: 0;
}

/* Главная */
.home .banner-top {
  margin-bottom: 40px;
}
.home .banner-top .swiper-container {
  height: 265px;
  border-radius: 40px;
}
.home .banner-top .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .banner-top .swiper-container .swiper-slide.banner-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container {
  width: 300px;
  margin: 30px 60px;
  color: white;
}
.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-text {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}
.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-button a {
  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: 220px;
  height: 37px;
  border: 3px solid white;
  border-radius: 18px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2em;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-button a:hover {
  background-color: #4F728E;
}
.home .banner-top .swiper-container .swiper-button-prev, .home .banner-top .swiper-container .swiper-button-next {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.home .banner-top .swiper-container .swiper-button-prev:hover, .home .banner-top .swiper-container .swiper-button-next:hover {
  opacity: 0.7;
}
.home .banner-top .swiper-container .swiper-button-prev::after {
  content: " ";
  background-image: url("/assets/img/banner-nav-left.svg");
  width: 28px;
  height: 28px;
  background-size: cover;
}
.home .banner-top .swiper-container .swiper-button-next::after {
  content: " ";
  background-image: url("/assets/img/banner-nav-right.svg");
  width: 28px;
  height: 28px;
  background-size: cover;
}
.home .banner-top .swiper-container .swiper-pagination {
  text-align: center;
}
.home .banner-top .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

@media (max-width: 1200px) {
  .home .banner-top .swiper-container {
    height: 180px;
    border-radius: 30px;
  }
  .home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-text {
    line-height: 128%;
    margin-bottom: 6px;
  }
  .home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-button a {
    height: 25px;
  }
}
@media (max-width: 992px) {
  .home .banner-top {
    margin-bottom: 30px;
  }
  .home .banner-top .swiper-container {
    height: 137px;
    border-radius: 20px;
  }
  .home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-text {
    font-size: 1.4em;
  }
  .home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container .banner-container-button a {
    height: 18px;
    width: 180px;
    border: 1px solid white;
    font-size: 1em;
  }
}
@media (max-width: 992px) {
  .home .banner-top .swiper-container .swiper-pagination {
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }
  .home .banner-top .swiper-container .swiper-slide.banner-1 .banner-container {
    margin: 30px 60px 40px;
  }
}
@media (max-width: 576px) {
  .home .banner-top {
    margin-bottom: 20px;
  }
}
.home-offers .swiper-slide {
  width: 168px;
  height: 235px;
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: center 125px;
  background-color: #4f728e;
  border-radius: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.home-offers .swiper-slide:hover {
  opacity: 0.8;
}
.home-offers a {
  color: white;
  text-decoration: none;
}
.home-offers .home-offer-text {
  padding: 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.home-offers .swiper-button-next, .home-offers .swiper-button-prev {
  display: none;
}

@media (max-width: 1400px) {
  .home-offers .swiper-button-next, .home-offers .swiper-button-prev {
    display: none;
  }
  .home-offers .home-offer-text {
    padding: 15px 18px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 992px) {
  .home-offers .home-offer-text {
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 768px) {
  .home-offers .home-offer-text {
    font-size: 1.3em;
    line-height: 23px;
  }
}
@media (max-width: 576px) {
  .home-offers .home-offer-text {
    font-size: 1em;
    line-height: 16px;
  }
}


.hits h3 {
  font-size: 24px;
}
.hits .home-cards .home-card .home-card-description a {
  font-size: 16px;
}
.hits .home-cards .home-card .home-card-price .price {
  font-size: 20px;
}
.price__desc {
  font-size: 16px;
}
.hits .home-cards .home-card .home-card-info {
  font-size: 16px;
}
.home-card-basket-link {
  font-size: 16px;
  padding: 10px 20px;
}


.hits .home-cards {
  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;
  margin-bottom: 40px;
}
.hits .home-cards .home-card {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  border-top-left-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
}
.hits .home-cards .home-card .card-actions {
  position: absolute;
  top: 5px;
  left: 5px;
  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: 1;
}
.hits .home-cards .home-card:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hits .home-cards .home-card .card-img-wrapper {
  position: relative;

  width: 100%;
  padding-top: 100%;
}
.hits .home-cards .home-card .card-img-wrapper .card-img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;
}
.hits .home-cards .home-card .home-card-description {
  padding: 20px;
  min-height: 100px;
  font-weight: 500;
}
.hits .home-cards .home-card .home-card-description a {
  color: black;
  text-decoration: none;
}
.hits .home-cards .home-card .home-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 5px;
  position: relative;
}
.hits .home-cards .home-card .home-card-price .price {
  font-size: 20px;
  font-weight: 700;
}
.hits .home-cards .home-card .home-card-price .price-desc {
  background-color: #ECECEC;
  padding: 5px;
  color: gray;
}
.hits .home-cards .home-card .home-card-price .price-desc.opener {
  cursor: pointer;
}
.hits .home-cards .home-card .home-card-price .price-desc-select {
  display: none;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 20px;
  top: 52px;
  background-color: #ECECEC;
  color: gray;
  padding: 0 5px;
}
.hits .home-cards .home-card .home-card-price .price-desc-select span {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.hits .home-cards .home-card .home-card-price .price-desc-select span:hover {
  color: black;
}
.hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hits .home-cards .home-card .home-card-info {
  padding: 0 20px 20px;
  color: #ED691F;
}
.hits .home-cards .home-card .home-card-basket {
  color: white;
  background-color: #4F728E;
  width: 130px;
  height: 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;
  cursor: pointer;
  margin: 0 20px 20px;
  border-radius: 6px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .hits .home-cards .home-card .home-card-description {
    min-height: 75px;
  }
  .hits .home-cards .home-card .home-card-price .price-desc-select {
    top: 47px;
  }
}
@media (max-width: 992px) {
  .hits h3 {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .hits h3 {
    margin-top: 40px;
    font-size: 22px;
  }
  .hits .home-cards .home-card {
    width: 48%;
    border: 1px solid #ECECEC;
    margin-bottom: 20px;
  }
  .hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
    top: 47px;
    right: 20px;
  }
}
@media (max-width: 576px) {
  .hits .home-cards .home-card {
    width: 49%;
    border-radius: 7px;
    margin-bottom: 2px;
  }
  .hits .home-cards .home-card .home-card-description {
    padding: 0 12px 10px;
    min-height: 70px;
  }
  .hits .home-cards .home-card .home-card-price {
    padding: 0px 12px 5px;
  }
  .hits .home-cards .home-card .home-card-price .price {
    font-size: 1.2em;
  }
  .hits .home-cards .home-card .home-card-price .price-desc.opener.active + .price-desc-select {
    top: 27px;
    right: 12px;
  }
  .hits .home-cards .home-card .home-card-info {
    padding: 0 12px 10px;
  }
  .hits .home-cards .home-card .home-card-basket {
    width: 80%;
    margin: 10px auto;
  }
  .hits .home-cards .home-card .card-actions img {
    height: 25px;
  }
}
.banners-center .banner-center-top, .banners-center .banner-center-middle, .banners-center .banner-center-left, .banners-center .banner-center-right {
  border-radius: 12px;
  height: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.banners-center .banner-center-buttom {
  color: white;
  background-color: #ED691F;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
  margin-left: 40px;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.banners-center .banner-center-buttom:hover {
  background-color: #d45207;
}
.banners-center .banner-center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banners-center .banner-center-bottom .banner-center-left, .banners-center .banner-center-bottom .banner-center-right {
  width: 49%;
}

@media (max-width: 1400px) {
  .banners-center .banner-center-top, .banners-center .banner-center-middle, .banners-center .banner-center-left, .banners-center .banner-center-right {
    height: 136px;
    border-radius: 10px;
  }
}
@media (max-width: 1200px) {
  .banners-center .banner-center-top, .banners-center .banner-center-middle, .banners-center .banner-center-left, .banners-center .banner-center-right {
    height: 113px;
    border-radius: 10px;
  }
}
@media (max-width: 992px) {
  .banners-center .banner-center-top, .banners-center .banner-center-middle, .banners-center .banner-center-left, .banners-center .banner-center-right {
    height: 85px;
  }
}
@media (max-width: 768px) {
  .banners-center .banner-center-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .banners-center .banner-center-bottom .banner-center-left, .banners-center .banner-center-bottom .banner-center-right {
    width: 100%;
    border-radius: 10px;
  }

  .banners-center .banner-center-buttom {
    margin-right: 40px;
  }

  .banners-center .banner-center-top, .banners-center .banner-center-middle, .banners-center .banner-center-left, .banners-center .banner-center-right {
    border-radius: 10px;
    height: 93px;
  }

  .banners-center .banner-center-right {
    height: 120px;
  }
}
.banners-center-mobile {
  display: none;
}

@media (max-width: 576px) {
  .banners-center {
    display: none;
  }

  .banners-center-mobile {
    display: block;
  }
  .banners-center-mobile .swiper-button-next, .banners-center-mobile .swiper-button-prev {
    top: 28%;
  }
  .banners-center-mobile .swiper-slide {
    background-color: #ECECEC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .banners-center-mobile .swiper-slide img {
    height: 110px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .banners-center-mobile .swiper-slide .text {
    padding: 10px;
    font-weight: 700;
  }
  .banners-center-mobile .swiper-slide .text .title {
    margin-bottom: 20px;
  }
  .banners-center-mobile .swiper-slide .text .btn {
    border: 2px solid black;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    color: black;
  }
}
.home-advice {
  margin-bottom: 50px;
}
.home-advice h3 {
  font-size: 26px;
}
.home-advice .swiper-slide {
  height: 236px;
  background-size: cover;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.home-advice .swiper-slide span {
  display: block;
  padding: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.home-advice .swiper-slide:hover {
  color: white;
}
.home-advice a {
  color: black;
  text-decoration: none;
}

@media (max-width: 1400px) {
  .home-advice .swiper-slide {
    height: 195px;
  }
  .home-advice .swiper-slide span {
    font-size: 14px;
    padding: 15px 18px;
  }
}
@media (max-width: 1200px) {
  .home-advice .swiper-slide {
    height: 233px;
  }
  input, textarea {
    font-size: 12px;
  }
  .hits h3 {
    font-size: 21px;
  }
  .home-advice h3 {
    font-size: 21px;
  }
  .hits .home-cards .home-card .home-card-description a {
    font-size: 14px;
  }
  .price__desc {
    font-size: 14px;
  }
  .hits .home-cards .home-card .home-card-info {
    font-size: 14px;
  }
  .home-card-basket-link {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .home-advice .swiper-slide {
    height: 170px;
  }
  .home-advice .swiper-slide span {
    font-size: 1em;
    padding: 20px;
    line-height: 16px;
  }
  .hits h3 {
    font-size: 18px;
  }
  .home-advice h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .home-advice h3 {
    font-size: 22px;
  }
  .home-advice .swiper-slide {
    height: 230px;
  }
  .home-advice .swiper-slide span {
    font-size: 1.3em;
    line-height: 23px;
  }
}
@media (max-width: 576px) {
  .home-advice {
    margin-bottom: 25px;
  }
  .home-advice .swiper-slide {
    height: 182px;
  }
  .home-advice .swiper-slide span {
    font-size: 12px;
    line-height: 16px;
  }
  .hits .home-cards .home-card .home-card-description a {
    font-size: 12px;
  }
  .price__desc {
    font-size: 12px;
  }
  .hits .home-cards .home-card .home-card-info {
    font-size: 12px;
  }
  .home-card-basket-link {
    padding: 10px;
  }
  .card__favorites {
    margin: 0 20px 9px 0px;
  }
}
.form-write {
  height: 130px;
  border-top: 10px solid #f0f1f5;
}
.form-write .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-write .form-write-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-write .form-write-form input {
  height: 35px;
  width: 230px;
  padding-left: 17px;
  border: 1px solid #d0d6dc;
  border-radius: 5px;
  margin-right: 5px;
}
.form-write .form-write-form button {
  width: 250px;
  height: 40px;
  background-color: #ED691F;
  border: 0;
  border-radius: 5px;
  color: white;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.form-write .form-write-form button:hover {
  background-color: #d45207;
}
.form-write .form-write-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 17px;
  margin-right: 55px;
  height: 35px;
}

@media (max-width: 1200px) {
  .form-write .form-write-title {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .form-write {
    height: 100px;
    margin-bottom: 30px;
  }
  .form-write .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-write .form-write-form {
    width: 100%;
  }
  .form-write .form-write-form input {
    width: 48%;
  }
  .form-write .form-write-form button {
    width: 48%;
  }
  .form-write .form-write-title {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .form-write {
    padding-top: 28px;
  }
}
.go-to-basket__overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
}
.go-to-basket__overlay.active {
  display: block;
}
.go-to-basket__overlay.active ~ .go-to-basket__open {
  display: block;
}

.go-to-basket__open {
  display: none;
  width: 70vw;
  height: 70vh;
  background-color: white;
  position: fixed;
  border-radius: 20px;
  left: calc((100vw - 70vw) / 2);
  top: calc((100vh - 70vh) / 2);
  z-index: 6;
}

.go-to-basket__close img {
  display: none;
}

.go-to-basket__content {
  width: 100%;
  height: 100%;
  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;
}

.go-to-basket__content-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.go-to-basket__content-close img {
  width: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.go-to-basket__content-close img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.go-to-basket__wrapper {
  width: 80%;
  min-height: 20%;
  border: 1px solid #ED691F;
  border-radius: 20px;
  padding: 15px;
}

.go-to-basket__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.go-to-basket__top .desc {
  font-size: 13px;
  color: silver;
}
.go-to-basket__top .go-to-basket__sum-desc {
  color: #ED691F;
}

.go-to-basket__img {
  width: 8vw;
  height: 8vw;
  margin-right: 15px;
  margin-bottom: 15px;
}
.go-to-basket__img img {
  width: 8vw;
  height: 8vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.go-to-basket__name,
.go-to-basket__price,
.go-to-basket__count,
.go-to-basket__sum {
  margin-top: 20px;
  margin-right: 15px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.go-to-basket__price {
  text-align: right;
}

.go-to-basket__price-title,
.go-to-basket__sum-title {
  font-size: 19px;
  min-width: 105px;
}

.go-to-basket__bottom {
  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;
}
.go-to-basket__bottom .go-to-basket__next, .go-to-basket__bottom .go-to-basket__back {
  border: 1px solid #ED691F;
  border-radius: 10px;
  width: 330px;
  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;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 19px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.go-to-basket__bottom .go-to-basket__next:hover, .go-to-basket__bottom .go-to-basket__back:hover {
  background-color: #ED691F;
  color: white;
}

.go-to-basket__back {
  margin-right: 20px;
}

@media (max-width: 1400px) {
  .go-to-basket__bottom div {
    width: 265px;
    height: 33px;
    font-size: 16px;
  }

  .go-to-basket__name-title {
    font-size: 14px;
  }

  .go-to-basket__top .desc {
    font-size: 12px;
  }

  .go-to-basket__price-title, .go-to-basket__sum-title {
    font-size: 17px;
    min-width: 97px;
  }
}
@media (max-width: 1200px) {
  .go-to-basket__bottom div {
    width: 224px;
    height: 28px;
    font-size: 14px;
  }

  .go-to-basket__name-title {
    font-size: 12px;
  }

  .go-to-basket__top .desc {
    font-size: 10px;
  }

  .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
    margin-top: 16px;
    padding-bottom: 10px;
  }

  .go-to-basket__price-title, .go-to-basket__sum-title {
    font-size: 16px;
    min-width: 91px;
  }

  [data-counter=card-counter] {
    height: 20px;
  }

  .go-to-basket__content-close img {
    width: 15px;
  }

  .go-to-basket__close img {
    width: 9px;
  }

  .go-to-basket__wrapper {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .go-to-basket__open {
    height: 60vh;
    width: 620px;
    left: calc((100vw - 620px) / 2);
  }

  .go-to-basket__bottom div {
    width: 198px;
    height: 25px;
    font-size: 12px;
  }

  .go-to-basket__name-title {
    font-size: 10px;
  }

  .go-to-basket__top .desc {
    font-size: 9px;
  }

  .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
    margin-top: 13px;
    margin-right: 8px;
    padding-bottom: 10px;
  }

  .go-to-basket__price-title, .go-to-basket__sum-title {
    font-size: 14px;
    min-width: 81px;
  }

  [data-counter=card-counter] {
    height: 18px;
  }
}
@media (max-width: 768px) {
  .go-to-basket__open {
    height: 199px;
    width: 536px;
    left: calc((100vw - 536px) / 2);
    top: calc((100vh - 199px) / 2);
    border-radius: 10px;
  }

  .go-to-basket__content-close {
    right: 10px;
    top: 10px;
  }

  .go-to-basket__content-close img {
    width: 10px;
  }

  .go-to-basket__bottom div {
    width: 148px;
    height: 20px;
    font-size: 10px;
  }

  .go-to-basket__name-title {
    font-size: 9px;
    margin-bottom: 5px;
  }

  .go-to-basket__top .desc {
    margin-bottom: 5px;
  }

  .go-to-basket__price-title, .go-to-basket__sum-title {
    font-size: 12px;
    min-width: 68px;
  }

  [data-counter=card-counter] {
    height: 15px;
    margin-right: 0;
  }

  .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
    margin-top: 7px;
    margin-right: 5px;
    padding-bottom: 10px;
  }

  .go-to-basket__bottom .go-to-basket__next, .go-to-basket__bottom .go-to-basket__back {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .go-to-basket__open {
    width: 280px;
    left: calc((100vw - 280px) / 2);
    height: unset;
    padding: 30px 0 5px;
    top: 47px;
  }

  .go-to-basket__wrapper {
    border-radius: 7px;
    padding: 8px;
    width: 90%;
    position: relative;
  }

  .go-to-basket__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .go-to-basket__img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .go-to-basket__img img {
    width: 45px;
    height: 45px;
  }

  .go-to-basket__name {
    margin-right: 18px;
  }

  .go-to-basket__close {
    position: absolute;
    right: 7px;
    top: 5px;
  }

  .go-to-basket__name, .go-to-basket__price, .go-to-basket__count, .go-to-basket__sum {
    margin-top: 9px;
    padding-bottom: 10px;
  }

  .go-to-basket__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .go-to-basket__bottom div {
    width: 100%;
  }

  .go-to-basket__back {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* Главная end */
