html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

body {
  font-family: "GothamPro", "OpenSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: var(--color-black);
  max-width: 1920px;
  margin: 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --color-white: #fff;
  --color-primary: #C41C50;
  --color-primary_shade: #B51B4B;
  --color-primary_light: #F9DFE7;
  --color-black: #3E3838;
  --color-primary-hover: #ed2865;
}

@font-face {
  font-family: "GothamPro";
  src: local("GothamPro"),
    url(/v2/fonts/gothampro.woff2) format("woff2"),
    url(/v2/fonts/gothampro.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamPro";
  src: local("GothamPro-Bold"),
    url(/v2/fonts/gothampro_bold.woff2) format("woff2"),
    url(/v2/fonts/gothampro_bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamPro";
  src: local("GothamPro-Medium"),
    url(/v2/fonts/gothampro_medium.woff2) format("woff2"),
    url(/v2/fonts/gothampro_medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*glob*/
.container {
  max-width: 1333px !important;
  padding: 0 45px !important;
  margin: 0 auto;
}

.section {
  padding-top: 100px;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.title {
  margin: 0;
  margin-bottom: 30px !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1;
  text-align: left !important;
}

/*new-header*/
.new-header .block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.new-header .block-top .logo {
  max-width: 116px;
}

.new-header .block-address a {
  display: block;
  margin-bottom: 7.5px;
  padding-left: 20px;
  font-size: 14px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #282828;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/img/v2/loc_point.svg);
}

.new-header .block-top form {
  position: relative;
  width: 24%;
  height: 45px;
  border-radius: 8px;
  background-color: #F9F4F4;
}

.new-header .block-top form input {
  width: 100%;
  height: 100%;
  padding: 16px;
  border: 0;
  background-color: transparent;
}

.new-header .block-top form button {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px;
}

.new-header .block-address p {
  padding-left: 20px;
  font-size: 12px;
  line-height: 120%;
  color: #99747f;
}

.new-header .block-phone {
  display: flex;
  flex-direction: column;
}

.new-header .block-phone select {
  border: 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  outline: none;
  background-color: unset;
}

.new-header .block-phone select option {
  font-size: 16px;
  font-weight: 400;
}

.new-header .block-phone button {
  width: max-content;
  padding: 0;
  padding-left: 3px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  text-align: right;
  color: var(--color-primary);
}

.new-header .list-social {
  display: flex;
  align-items: center;
}

.new-header .list-social li:not(:last-child) {
  margin-right: 8px;
}

.new-header .block-bottom {
  background-color: #C41C50;
}

.new-header .block-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}

.new-header nav {
  width: 100%;
  height: 100%;
}

.new-header .list-nav  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.new-header .list-nav li {
  flex: 1 0 0;
  height: 100%;
}

.new-header .list-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
}

.new-header .list-nav li a svg {
  margin-right: 5px;
}

.new-header .list-nav li a:hover,
.new-header .list-nav li a:active {
  background-color: var(--color-primary_shade);
}

.new-header .block-login {
  display: flex;
  height: 100%;
}

.new-header .block-login a:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px; 
  border-left: 1px solid #DA3468;
  border-right: 1px solid #DA3468;
  font-size: 12px;
  line-height: 1;
  color: var(--color-white);
}

.new-header .block-login a:first-child svg {
  margin-bottom: 6px;
}

.new-header .block-login a:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px; 
  margin-left: -1px;
  border-left: 1px solid #DA3468;
  border-right: 1px solid #DA3468;
  font-size: 12px;
  line-height: 1;
  color: var(--color-white);
}

.new-header .block-login a:last-child svg {
  margin-bottom: 8px;
}

.new-header .block-login a:hover,
.new-header .block-login a:active {
  background-color: var(--color-primary_shade);
}

.new-header .burger {
  display: none;
}

/*banner*/
.banner {
  position: relative;
  padding-top: 0;
  background-color: #FFDADA;
}

.banner::after {
  position: absolute;
  content: '';
  bottom: 0;
  width: 100%;
  height: 79px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(/img/v2/banner-fon.svg);
}

.banner .block-banner {
  display: flex;
  padding-top: 70px;
}

.banner .block-content {
  margin-bottom: 80px;
}

.banner .block-banner img {
  max-width: 45%;
}

.banner .block-banner .big-title {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 52px;
  line-height: 105%;
}

.banner .block-banner .big-title span {
  color: var(--color-primary);
}

.banner .block-banner .subtitle {
  margin-bottom: 39px;
  font-weight: 500;
  font-size: 20px;
  line-height: 142%;
  color: #282828;
}

.banner .block-banner .banner-list {
  margin-bottom: 39px;
  line-height: 180%;
  color: #282828;
}

.banner .block-banner .banner-list li {
  padding-left: 17px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/img/v2/arrow.svg);
}

.banner .block-banner .banner-list li:not(:last-child) {
  margin-bottom: 7px;
}

.banner .block-banner .block-btn {
  display: flex;
  align-items: center;
}

.banner .block-banner .banner-link {
  margin-right: 12px;
  border-radius: 100px;
  padding: 21px 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: background-color .4s ease-in-out;
}

.banner .block-banner .banner-link:hover,
.banner .block-banner .banner-link:active {
  background-color: var(--color-primary-hover);
}

.banner .block-banner .banner-btn {
  border: 1px solid var(--color-primary);
  border-radius: 100px;
  padding: 20px 43px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-primary);
  transition: background-color .4s ease-in-out;
}

.banner .block-banner .banner-btn:hover,
.banner .block-banner .banner-btn:active {
  background-color: var(--color-white);
}

.banner .banner-prev::after,
.banner .banner-next::after {
  content: unset;
}

.banner .banner-prev,
.banner .banner-next {
  width: 42px;
  height: 42px;
  margin-top: calc(0px - 42px);
  border-radius: 50%;
}

/*collection*/
.collection {
  padding-top: 30px;
}
.collection .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.collection .title {
  margin-bottom: 0;
}

.collection .block-title a {
  color: var(--color-primary);
}

.collection .block-title a svg {
  margin-left: 7px;
}

.collection .block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 49px;
}

@media (min-width: 768px) {
  .collection .block-grid {
    align-items: start;
  }

  .collection .card {
    align-self: start;
  }

  .collection .card .block-img {
    height: auto;
  }

  .collection .card .block-img > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.collection .card .block-img {
  position: relative;
  margin-bottom: 20px;
}

.collection .card .block-img span {
  position: absolute;
  top: 19px;
  right: 18px;
  padding: 7px 11px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-primary);
}

.collection .card .block-img a {
  position: absolute;
  right: 19px;
  bottom: 19px;
}

.collection .card-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
  line-height: 105%;
}

.collection .card-text {
  color: #606060;
}

/*catalog*/
.catalog .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.catalog .title {
  margin-bottom: 0;
}

.catalog .block-title a {
  color: var(--color-primary);
}

.catalog .block-title a svg {
  margin-left: 7px;
}

.catalog .block-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  margin-bottom: 60px;
}

.catalog .block-grid .card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.catalog .block-grid .card-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.catalog .block-grid .card img {
  transition: transform .4s ease-in-out;
}

.catalog .block-grid .card .block-content {
  position: absolute;
  left: 24px;
  bottom: 26px;
  max-width: 100%;
  color: var(--color-white);
}

.catalog .block-grid .card-title {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  max-width: 139px;
}

.catalog .block-grid .card-price {
  font-weight: 500;
  line-height: 1.4;
}

.catalog .catalog-link {
  display: block;
  width: max-content;
  margin: 0 auto;
  border-radius: 100px;
  padding: 21px 49px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: background-color .4s ease-in-out;
}

.catalog .catalog-link:hover, 
.catalog .catalog-link:active {
  background-color: var(--color-primary-hover);
}

.catalog .catalog-link svg {
  margin-left: 10px;
}

.catalog .card-link:hover > img {
  transform: scale(1.1);
}

/*about-us*/
.about-us .block-fon {
  position: relative;
  padding-top: 139px;
  padding-bottom: 115px;
  background-color: #FFECEC;
}

.about-us .block-fon::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 76.5px;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/img/v2/about-us-fon.svg);
}

.about-us .block-grid {
  display: grid;
  grid-template-columns: 49% 47%;
  gap: 59px;
}

.about-us .block-content .title {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
}
.about-us .block-content .text {
  margin-bottom: 32px;
  color: #606060;
}

.about-us .about-us-link {
  display: block;
  width: max-content;
  border-radius: 100px;
  padding: 21px 55px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: background-color .4s ease-in-out;
}

.about-us .about-us-link:hover,
.about-us .about-us-link:active {
  background-color: var(--color-primary-hover);
}

/*dostavka*/
.home .dostavka-fon {
  margin-top: -100px;
}

.dostavka-fon {
  position: relative;
  padding: 103px 0 130px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(/img/v2/dostavka-fon.webp);
}

.dostavka-fon::before {
  position: absolute;
  content: '';
  top: -1px;
  width: 100%;
  height: 79px;
  background-color: #FFECEC;
  z-index: -1;
}

.dostavka .block-content {
  max-width: 654px;
  color: var(--color-white);
}

.dostavka .block-content .title {
  margin-bottom: 29px;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
}

.dostavka .block-content .title span {
  color: var(--color-primary);
}

.dostavka .block-content .text {
  max-width: 597px;
  margin-bottom: 29px;
  opacity: .9;
}

.dostavka .block-btn {
  display: flex;
  align-items: center;
}

.dostavka .block-btn .dostavka-link {
  border-radius: 100px;
  padding: 21px 48px;
  margin-right: 17px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: background-color .4s ease-in-out;
}

.dostavka .block-btn .dostavka-link:hover,
.dostavka .block-btn .dostavka-link:active {
  background-color: var(--color-primary-hover);
}

.dostavka .block-btn .dostavka-phone {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 20px 44px;
  transition: background-color .4s ease-in-out;
}

.dostavka .block-btn .dostavka-phone:hover,
.dostavka .block-btn .dostavka-phone:active {
  background-color: var(--color-primary-hover);
}

/*block-text-1*/
.block-text-1 .block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 76px;
}

.block-text-1 .text-title {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.block-text-1 .text-content {
  margin-bottom: 14px;
  line-height: 1.5;
}

.block-text-1 .text-subtitle {
  margin-bottom: 14px;
  font-weight: 500;
  color: #606060;
}

.block-text-1 .block-img {
  position: relative;
  height: max-content;
}

.block-text-1-img {
  width: 100%;
}

.block-text-1 .block-img .logo {
  position: absolute;
  bottom: 18px;
  right: 20px;
  max-width: 94px;
}

/*block-text-2*/
.block-text-2 .block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 76px;
}

.block-text-2 .block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-text-2 .block-content .text-content {
  margin-bottom: 24px;
  line-height: 1.5;
}

.block-text-2-link {
  display: block;
  width: max-content;
  padding: 21px 65px;
  border-radius: 100px;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: background-color .4s ease-in-out;
}

.block-text-2-link:hover,
.block-text-2-link:active {
  background-color: var(--color-primary-hover);
}

.block-text-2 .block-img {
  position: relative;
  height: max-content;
}

.block-text-2-img {
  width: 100%;
}

.block-text-2 .block-img .logo {
  position: absolute;
  bottom: 18px;
  right: 20px;
  max-width: 94px;
}

/*feedback*/
.feedback-fon {
  position: relative;
  padding: 137px 0 143px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/img/v2/bg_pink.png);
}

.feedback-fon:before {
  position: absolute;
  content: '';
  top: -1px;
  width: 100%;
  height: 39px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/img/v2/wawe_sm_top.svg);
}

.feedback-fon:after {
  position: absolute;
  content: '';
  bottom: -1px;
  width: 100%;
  height: 39px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(/img/v2/wawe_sm_bot.svg);
}

.feedback .title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.2;
  color: var(--color-white);
}

.feedback .feedback-subtitle {
  max-width: 848px;
  margin-bottom: 45px;
  font-size: 20px;
  color: var(--color-white);
}

.feedback .block-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feedback .form-input {
  height: 60px;
  border-radius: 100px;
  border: 0;
  outline: none;
  padding: 10px 30px 10px 59px;
  background-repeat: no-repeat;
  background-position: left 30px center;
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
}

.feedback .form-input[type="tel"] {
  background-image: url(/img/v2/feedback-phone.svg);
}

.feedback .form-input[type="text"] {
  background-image: url(/img/v2/feedback-name.svg);
}

.feedback .form-input[type="email"] {
  background-image: url(/img/v2/feedback-mail.svg);
}

.feedback .form-input:hover,
.feedback .form-input:active,
.feedback .form-input:focus {
  background-color: #f9dfe7;
}

.feedback-form textarea {
  grid-column: span 3;
  border-radius: 35px;
  outline: none;
  padding: 27px 30px;
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
  border:none;
}

.feedback-form textarea:hover,
.feedback-form textarea:active,
.feedback-form textarea:focus {
  background-color: #f9dfe7;
}

.feedback-form .label-check {
  grid-column: span 2;
  max-width: 777px;
  color: var(--color-white) !important;
  opacity: .8;
}

.feedback-form .label-check input[type="checkbox"] {
  appearance: none;
  width: 11px;
  height: 11px;
  border: 1px solid var(--color-white);
  border-radius: 4px;
  background-color: var(--color-primary);
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
}

.feedback-form .label-check input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.feedback-btn {
  display: flex;
  align-items: center;
  justify-self: end;
  width: max-content;
  height: 60px;
  padding: 21px 54px;
  border-radius: 100px;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-black);
  cursor: pointer;
  transition: background-color .4s ease-in-out;
}

.feedback-btn:hover,
.feedback-btn:active {
  background-color: var(--color-primary-hover);
}

.feedback-btn svg {
  margin-left: 10px;
}

/*partners*/
.partners{
  margin-top:0px !important;
}
.partners .block-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 44px;
}

.partners .title {
  margin-bottom: 14px;
}

.partners .subtitle {
  margin-bottom: 53px;
}

.partners .card {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

/*map*/
.block-map iframe {
  width:100%;
  height:667px;
  border:0;
  filter:grayscale(1);
}

/*footer*/
.footer {
  color: var(--color-white) !important;
  background-color: #2A2E31 !important;
}
.footer img{
  width:unset !important;
}
.footer a{
  color:#FFF !important;
}
.footer-top {
  padding: 21px 0 !important;
  border-top: 10px solid var(--color-primary) !important;
}

.footer-top .block-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top .footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}

.footer-top .footer-menu li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-top .footer-menu li a svg {
  margin-right: 6px;
}

.footer-midle {
  padding: 47px 0 !important;
  border-top: 1px solid #3a3d40 !important;
  border-bottom: 1px solid #3a3d40 !important;
}

.footer-midle .block-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 28px 45px;
}

.footer-midle .footer-title {
  font-size: 20px;
  text-transform: uppercase;
}

.footer-midle .block-address {
  margin-bottom: 32px;
}

.footer-midle .block-address a {
  display: block;
  margin-bottom: 10px;
  padding-left: 24px;
  line-height: 140%;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(/img/v2/ic_loc.svg);
}

.footer-midle .block-address p {
  padding-left: 24px;
  font-size: 12px;
  line-height: 120%;
  opacity: .7;
}

.footer-midle .block-mail {
  margin-bottom: 30px;
}

.footer-midle .block-mail li {
  padding-left: 24px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/img/v2/ic_mail.svg);
}

.footer-midle .block-mail li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-midle .block-phone {
  margin-bottom: 30px;
}

.footer-midle .block-phone li {
  padding-left: 24px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/img/v2/ic_call.svg);
}

.footer-midle .block-phone li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-midle .footer-btn {
  display: block;
  width: max-content;
  margin-bottom: 30px;
  padding: 22px 37px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-white);
  background-color: var(--color-primary);
  transition: background-color .4s ease-in-out;
}

.footer-midle .footer-btn:hover,
.footer-midle .footer-btn:active {
  background-color: var(--color-primary-hover);
}

.footer-midle .footer-social {
  display: flex;
  align-items: center;
}
.footer-midle .footer-social li:not(:last-child) {
  margin-right: 10px;
}

.footer-midle .block-link,
.footer-midle .block-rek {
  grid-row: 2;
}

.footer-midle .block-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.01em;
  opacity: .8;
}

.footer-midle .block-link li {
  max-width: 201px;
}

.footer-midle .block-link li:not(:last-child) {
  margin-bottom: 16px;
}

.footer a {
  transition: color .4s ease-in-out;
}

.footer a:hover,
.footer a:active {
  color: var(--color-primary-hover);
}

/* стили mmenu */
.mm-spn {
	color: var(--color-black);
}
.mm-spn a {
	color: var(--color-black);
}

/* кнопка наверх */
.tostart {
  align-items: center;
  justify-content: center;
	width: 38px;
	height: 60px;
	background-color: var(--color-primary);
	border-radius: 100px;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 1002;
	display: none;
	opacity: 1;
}
.tostart:hover {
	cursor: pointer;
	opacity: .75;
	transition-duration: .15s;
}

@media (max-width: 1199.98px) {
  .new-header .block-top .logo {
    max-width: 90px;
  }

  .new-header .block-top form button {
    padding: 6px;
  }

  .banner .block-banner {
    flex-direction: column;
  }

  .banner .block-banner .big-title {
    max-width: 650px;
  }

  .banner .block-banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .collection .block-grid {
    gap: 24px;
  }

  .catalog .block-grid {
    gap: 24px;
  }

  .about-us .block-grid {
    gap: 24px;
  }

  .block-text-1 .block-grid {
    gap: 24px;
  }

  .block-text-2 .block-grid {
    gap: 24px;
  }

  .feedback .block-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 24px;
  }

  .feedback .block-grid .form-input {
    grid-column: 1;
  }

  .feedback-form textarea {
    grid-column: 2;
    grid-row: 1 /3 span;
  }

  .feedback-form .label-check {
    grid-column: 1;
  }

  .partners .block-grid {
    gap: 24px;
  }

  .block-map iframe {
    height: 467px;
  }

  .footer-midle .block-grid {
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .container {
    padding: 0 30px !important;
  }
  .new-header .block-address {
    display: none;
  }

  .new-header .block-top form {
    width: 37%;
  }

  .new-header .burger {
    display: block;
  }

  .new-header .block-bottom {
    display: none;
  }

  .new-header .form-search {
    display: none;
  }

  .catalog .block-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-us .block-grid {
    grid-template-columns: 1fr;
  }

  .about-us .about-us-img {
    width: 100%;
  }

  .block-text-1 .block-grid {
    grid-template-columns: 1fr;
  }

  .block-text-1 .block-img {
    order: 2;
  }

  .block-text-1 .block-text-1-img {
    width: 100%;
  }

  .block-text-2 .block-grid {
    grid-template-columns: 1fr;
  }

  .block-text-2 .block-text-2-img {
    width: 100%;
  }

  .footer-top .block-menu {
    flex-direction: column;
  }

  .footer-top .block-menu img {
    margin-bottom: 24px;
  }

  .footer-top .footer-menu {
    width: 100%;
  }

  .footer-midle .block-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }

  .footer-midle .block-link, .footer-midle .block-rek {
     grid-row: unset;
  }

  .footer-midle .block-link li {
    max-width: unset;
  }

  .footer-midle .block-link li:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding: 0 15px !important;
  }

  .banner .block-banner .big-title {
    font-size: 44px;
  }

  .banner .block-banner .subtitle {
    margin-bottom: 24px;
  }

  .banner .block-banner .banner-list {
    margin-bottom: 24px;
  }

  .collection .block-title {
    flex-direction: column;
  }

  .collection .title {
    margin-bottom: 16px;
  }

  .collection .block-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .collection .block-img img {
    width: 100%;
  }

  .catalog .block-title {
    flex-direction: column;
  }

  .catalog .title {
    margin-bottom: 16px;
  }

  .catalog .block-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog .card-link img {
    width: 100%;
  }

  .feedback .block-grid {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }

  .feedback-form textarea {
    grid-column: unset;
    grid-row: unset;
  }

  .partners .block-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-top .footer-menu {
    flex-wrap: wrap;
    max-width: 336px;
  }

  .footer-top .footer-menu li {
    margin-bottom: 8px;
  }

  .footer-top .footer-menu li a:nth-child(-n+3) svg {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding: 0 15px !important;
  }

  .section {
    padding-top: 24px;
  }

  .title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .new-header .block-top .logo {
    max-width: 60px;
  }

  .new-header .block-phone select {
    font-size: 16px;
  }

  .new-header .list-social {
    display: none;
  }

  .banner .block-banner {
    padding-top: 0;
  }

  .banner .block-content {
    margin-bottom: 20px;
  }

  .banner .block-banner .big-title {
    margin-bottom: 8px;
    font-size: 23px;
  }

  .banner .block-banner .subtitle {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .banner .block-banner .banner-list {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .banner .block-banner .block-btn {
    flex-direction: column;
  }

  .banner .block-banner .banner-link {
    margin-right: 0;
    margin-bottom: 8px;
    padding: 14px;
    font-size: 12px;
  }

  .banner .block-banner .banner-btn {
    padding: 13px 42.5px;
    font-size: 12px;
  }

  .collection .block-title {
    margin-bottom: 16px;
  }

  .collection .title {
    margin-bottom: 8px;
  }

  .collection .card .block-img {
    margin-bottom: 10px;
  }

  .collection .card-title {
    font-size: 20px;
  }

  .collection .card-text {
    font-size: 14px;
  }

  .catalog .block-title {
    margin-bottom: 16px;
  }

  .catalog .title {
    margin-bottom: 8px;
  }

  .catalog .block-grid {
    gap: 16px;
    margin-bottom: 24px;
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog .block-grid .card-title {
    font-size: 16px;
  }
  .catalog .block-grid .card .block-content{
    left: 10px;
    bottom: 16px;
  }

  .catalog .catalog-link {
    width: 100%;
    padding: 21px;
    text-align: center;
  }

  .about-us .block-fon {
    padding-top: 74px;
  }

  .about-us .block-content .title {
    font-size: 24px;
  }

  .about-us .block-content .text {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .about-us .about-us-link {
    width: 100%;
    padding: 21px;
    text-align: center;
  }

  .dostavka-fon {
    padding: 60px 0;
  }

  .dostavka .block-content .title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .dostavka .block-content .text {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .dostavka .block-btn {
    flex-direction: column;
    align-items: start;
  }

  .dostavka .block-btn .dostavka-link {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .block-text-1 .text-title {
    font-size: 24px;
  }

  .block-text-1 .text-content,
  .block-text-1 .text-subtitle,
  .block-text-1 .text-list {
    font-size: 14px;
  }

  .block-text-2 .block-content .text-content {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .block-text-2-link {
    width: 100%;
    padding: 21px;
    text-align: center;
  }

  .feedback-fon {
    padding: 60px 0;
  }

  .feedback .title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .feedback .feedback-subtitle {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .feedback .block-grid {
    gap: 16px;
  }

  .feedback-form .label-check {
    font-size: 12px;
  }

  .partners .block-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partners .subtitle {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .footer-top .block-menu {
    align-items: start;
  }

  .footer-top .footer-menu {
    display: block;
  }

  .footer-midle {
    padding: 24px 0;
  }

  .footer-midle .block-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, auto);
  }

  .footer-midle .block-grid .block-rek {
    grid-row: 2;
  }
}




/******************ABOUT****************************/
h1.new-h1 {
    color: rgba(42, 46, 49, 1);
    font-size: 36px;
    font-weight: 600;
    margin-top: 21px;
    margin-bottom: 30px;
}
.statistic-block {
    border-radius: 16px;
    background: rgba(255, 237, 237, 1);
    padding: 35px 39px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom:29px;
}
.statistic-block .item {
    display: flex;
    align-items: center;
    gap: 13px;
}
.statistic-block p.count {
    color: rgba(196, 28, 80, 1);
    font-size: 62px;
    font-weight: 600;
}
.statistic-block p.txt-stats {
    color: rgba(62, 56, 56, 1);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.statistic-block p.txt-stats-width-1 {
    width: 154px;
}
.statistic-block p.txt-stats-width-2 {
    width: 167px;
}
.statistic-block p.txt-stats-width-3 {
    width: 192px;
}

.items-img-about .item {
    border-radius: 16px;
    background: rgba(255, 237, 237, 1);
    padding: 30px 40px;
    margin-bottom: 30px;
    display: flex;
    gap: 36px;
    align-items: center;
}
.items-img-about p.name-item {
    color: rgba(62, 56, 56, 1);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 16px;
}
.items-img-about p.txt-content {
    color: rgba(96, 96, 96, 1);
    font-size: 16px;
    font-weight: 400;
}
.items-img-about .item-start {
  align-items: flex-start;
}
.items-img-about .item-ul{
  gap:34px;
}
.items-img-about .content-about-flex{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
.items-img-about a.href-catalog {
    border-radius: 100px;
    background: rgba(196, 28, 80, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 403px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
}
.items-img-about ul.check-ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0px;
    margin-top: 30px;
}
.items-img-about ul.check-ul li{
  color: rgba(96, 96, 96, 1);
  font-size: 16px;
  font-weight: 400;
  margin-bottom:12px;
  display:flex;
  align-items: center;
  gap:13px;
}
.items-img-about ul.check-ul li::before{
  content:'';
  display:block;
  min-width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgba(250, 217, 222, 1);
  background-image: url(/v2/img/about/icon-ul.svg);
  background-position: center;
  background-repeat: no-repeat;
}


h2.h2-centr {
    color: rgba(42, 46, 49, 1);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 70px;
}
.delivery ul.stage-delivery {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display:flex;
    justify-content: space-between;
    gap:20px;
    margin-bottom:70px;

}
.delivery ul.stage-delivery li{
  border-radius: 16px;
  background: rgba(255, 237, 237, 1);
  padding:20px;
  max-width:273px;
  width:100%;
  position: relative;
}
.delivery .header-stage-item{
  display: flex;
  justify-content: space-between;
  margin-bottom:20px;
}
.delivery p.number-stage {
    color: rgba(196, 28, 80, 1);
    font-size: 30px;
    font-weight: 400;
}
.delivery .icon {
    border-radius: 8px;
    background-color: rgba(196, 28, 80, 0.1);
    min-width: 45px;
    height: 45px;
    position: relative;
    z-index: 0;
}
.delivery .icon img{
  position: absolute;
  z-index: 1;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.delivery p.name-stage {
    color: rgba(62, 56, 56, 1);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.delivery p.txt-stage {
    color: rgba(96, 96, 96, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 24px;
}
.delivery .href-stage {
    border-radius: 124.87px;
    background: rgba(196, 28, 80, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 15px 12.49px;
    text-align: center;
}
.delivery ul.stage-delivery li:not(:last-child)::after{
  content:'';
  display: block;
  width: 8px;
  height: 8px;
  background: url(/v2/img/about/icon-ul-after.svg);
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:-30px;
  background-repeat: no-repeat;
}

h3 {
    color: rgba(62, 56, 56, 1);
    font-size: 26px;
    font-weight: 500;
    margin-bottom:30px;
}
.delivery ul.payment-method {
    list-style-type: none;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: 70px;
}
.delivery ul.payment-method li{
  display: flex;
  gap:12px;
  align-items: center;
}
.delivery .pickup-adress {
    display: flex;
    gap: 21px;
    margin-bottom: 40px;
}
.delivery .pickup-adress .item {
    border-radius: 16px;
    background: rgba(255, 237, 237, 1);
    padding: 20px 22px 24px 22px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.delivery .pickup-adress p.adress {
    color: rgba(62, 56, 56, 1);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.delivery .pickup-adress p.time {
    color: rgba(62, 56, 56, 1);
    font-family: 'GothamPro';
    font-size: 14px;
    font-weight: 400;
}
.delivery ul.delivery-city {
    list-style-type: none;
    margin: 0;
    margin-top: 200px;
    padding: 0;
    margin-bottom: 50px;
    display: flex;
    position: relative;


}
.delivery ul.delivery-city::before{
  content:'';
  display: block;
  position: absolute;
  background-image: url(/v2/img/about/city-img.svg);
  background-repeat: no-repeat;
  width:100%;
  height:125px;
  left:0px;
  top:-170px;
}
.delivery .delivery-city li {
    padding-right: 55px;
    color: rgba(62, 56, 56, 1);
    font-size: 14px;
    font-weight: 500;
    max-width: 155px;
    width: 100%;
    position: relative;
}
.delivery .delivery-city li::before{
  content:'';
  display:block;
  height:10px;
  width:100%;
  background: rgba(235, 235, 235, 1);
  position: absolute;
  left:0;
  top: -17px;
}
@keyframes progression {
  from {
    /* pushes the sun down past the viewport */
    width: 0%;
  }
  to {
    /* returns the sun to its default position */
    width: 100%;
  }
}
@keyframes truck {
  from {
    /* pushes the sun down past the viewport */
    left: 0%;
  }
  to {
    /* returns the sun to its default position */
    left: 90%;
  }
}
@keyframes box {
  from {
    /* pushes the sun down past the viewport */
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  to {
    /* returns the sun to its default position */
    width: 21px;
    height: 23px;
    opacity: 1;
  }
}
.truck{
    position: relative;
}
.delivery .delivery-city::after{
  content:'';
  display:block;
  height:10px;
  width:100%;
  background: rgba(235, 235, 235, 1);
  position: absolute;
  left:0;
  transition: all .3s;
  top: -17px;
}
.delivery .delivery-city li:first-child::before, .delivery .delivery-city:after{
  border-top-left-radius: 13.93px;
  border-bottom-left-radius: 13.93px;
}
.delivery .delivery-city li:last-child::before, .delivery .delivery-city::after {
  border-top-right-radius: 13.93px;
  border-bottom-right-radius: 13.93px;
}
.delivery-city li img{
    transition: all .3s;
    opacity: 0;
    width: 21px;
    height: 23px;
}
.delivery-city li:nth-child(1) img{
    animation: .3s linear 1s alternate box;
    animation-fill-mode: forwards;
}
.delivery-city li:nth-child(2) img{
    animation: .3s linear 3s alternate box;
    animation-fill-mode: forwards;
}
.delivery-city li:nth-child(3) img{
    animation: .3s linear 5s alternate box;
    animation-fill-mode: forwards;
}
.delivery-city li:nth-child(4) img{
    animation: .3s linear 7s alternate box;
    animation-fill-mode: forwards;
}
.delivery-city li:nth-child(5) img{
    animation: .3s linear 9s alternate box;
    animation-fill-mode: forwards;
}
.delivery-city li:nth-child(6) img{
    animation: .3s linear 11s alternate box;
    animation-fill-mode: forwards;
}
.delivery-city li:nth-child(7) img{
    animation: .3s linear 13s alternate box;
    animation-fill-mode: forwards;
}
.delivery-city li:nth-child(8) img{
    animation: .3s linear 15s alternate box;
    animation-fill-mode: forwards;
}
.delivery-city li:nth-child(9) img{
    animation: .3s linear 17s alternate box;
    animation-fill-mode: forwards;
}

.delivery .delivery-city::after{
  animation: 18s linear .5s alternate progression;
  
  background: rgba(255, 175, 202, 1);
}

.delivery .delivery-city li::after{
  display:block;
  content:'';
  width:100%;
  height:1px;
  border-top: 1px dashed rgba(255, 255, 255, 1);
  left:0;
  top: -12.5px;
  position: absolute;
}
.delivery .delivery-city li p{
  position: relative;
}
.delivery .delivery-city li p::before{
  position: absolute;
  background: rgba(196, 28, 80, 1);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -2px;
  top:-17px;
  display: block;
  content:'';
  z-index: 10;
}
.delivery img.icon-li-city {
    position: absolute;
    top: -47px;
    left: -6px;
}
.delivery img.icon-truck-city{
    position: absolute;
    transition: all .3s;
    animation: 16s linear 1.2s alternate truck;
    animation-fill-mode: forwards;
    top: 70px;
    z-index: 1;
    left: 0%;
}
@media(max-width:1300px){
  .delivery .delivery-city li{
    padding-right: 35px;
    max-width: 100%;
    width: 100%;
  }
}
@media(max-width:1200px){
  .statistic-block p.count{
    font-size:40px;
  }
  .statistic-block p.txt-stats{
    font-size:18px;
  }
  .items-img-about .item .img-item{
    max-width:450px;
    width:100%;
  }
  .delivery ul.stage-delivery {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media(max-width:991px){
  .items-img-about .item{
    flex-direction: column;
    align-items: center;
    padding:15px;
  }
  .items-img-about .item .img-item{
    max-width:100%;
  }
  .items-img-about a.href-catalog{
    margin-top:30px;
    width:100%;
  }
  .statistic-block {
    flex-direction: column;
    padding:15px;
  }
  .statistic-block p.count {
    font-size: 30px;
  }
  .statistic-block p.txt-stats {
    font-size: 16px;
    width:100%;
  }
  h1.new-h1{
    font-size:30px;
  }
  .items-img-about p.name-item{
    font-size:23px;
  }
  h2.h2-centr{
    font-size:30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .delivery ul.stage-delivery li:not(:last-child)::after{
    display:none;
  }
  .delivery ul.payment-method{
    flex-wrap:wrap;
  }
  .delivery .pickup-adress{
    flex-wrap:wrap;
  }
  .delivery .pickup-adress p.adress{
    font-size:18px;
  }
  h3{
    font-size:23px;
  }
  .delivery .delivery-city li{
    padding-right: 10px;
  }
  .delivery img.icon-truck-city {
    top: 42px;
  }
}
@media(max-width:768px){
.delivery .delivery-city::after{
    display: none;
}
  .delivery ul.delivery-city {
    flex-direction: column;
  }
  .delivery .delivery-city li{
    padding-left:20px;
  }
  .delivery .delivery-city li::before{
    height: 100%;
    width: 10px;
    left: 0;
    top: 0;
  }
  .delivery .delivery-city li::after{
    height: 100%;
    width: 1px;
    left: 5px;
    top: 0;
    border-left: 1px dashed rgba(255, 255, 255, 1);
    border-top: none;
  }
  .delivery .delivery-city li:first-child::before {
    border-top-left-radius: 13.93px;
    border-top-right-radius: 13.93px;
    border-bottom-left-radius: 0px;
  }
  .delivery .delivery-city li:last-child::before{
    border-bottom-left-radius: 13.93px;
    border-bottom-right-radius: 13.93px;
    border-top-right-radius: 0px;
  }
  .delivery .delivery-city li p{
    margin-bottom:40px;
  }
  .delivery .delivery-city li p::before{
    left: -20px;
    top: -1px;
  }
  .delivery ul.delivery-city{
    margin-left:30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .delivery ul.delivery-city::before{
    display:none;
  }
  .delivery img.icon-li-city {
    top: -5px;
    left: -30px;
  }
  .delivery img.icon-truck-city{
    display: none;
  }
}



/***************CONTACTS*********************/

.contacts-content {
  display: flex;
  gap: 26px;
  margin-bottom:40px;
}
.contacts-content .item{
  flex: 1 1 50%;
  border: 1px solid rgba(196, 28, 80, 0.3);
  border-radius: 16px;
  padding:25px 32px;
}
.contacts-content p.text-contact{
  margin-bottom:26px;
}
.contacts-content .adress {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom:26px;
}

.contacts-content p.adress-txt {
    color: rgba(62, 56, 56, 1);
    font-size: 16px;
    font-weight: 400;
}
.contacts-content p.adress-txt span.under-txt{
  display: block;
  color: rgba(62, 56, 56, 1);
  font-size: 12px;
  font-weight: 400;
  margin-top:8px;
}
.contacts-content .email-adress {
    display: flex;
    gap: 30px;
}
.contacts-content .email-adress a{
  display:flex;
  gap:6px;
  align-items: center;
}
.contacts-content .number-phone{
  list-style-type: none;
  padding-left:0;
  margin:25px 0px;
  display: flex;
  flex-wrap: wrap;
  gap:18px;
}
.contacts-content .number-phone li{
  display: flex;
  gap:3px;
  align-items: center;
  color: rgba(62, 56, 56, 1);
  font-size: 22px;
  font-weight: 600;
}
.contacts-content .call-back {
    display: flex;
    gap: 40px;
    align-items: center;
}
.contacts-content .call-back button.callback-form{
  border:none;
  border-radius: 100px;
  background: rgba(196, 28, 80, 1);
  padding: 10px;
  width: 223px;
  height: 60px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.contacts-content p.details-name {
    color: rgba(62, 56, 56, 1);
    font-size: 18px;
    font-weight: 500;
    margin-bottom:19px;
}
.contacts-content ul.details-list {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.contacts-content ul.details-list li {
    color: rgba(42, 46, 49, 1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom:16px;
    position: relative;
}
.contacts-content ul.details-list li::before{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(241, 218, 218, 1);
    position: absolute;
    top: -8.5px;
}
@media(max-width:1200px){
  .contacts-content .call-back{
    gap:10px;
  }
}
@media(max-width:991px){
  .contacts-content .email-adress{
    flex-wrap: wrap;
    gap:15px;
  }
  .contacts-content .call-back{
    flex-wrap: wrap;
    justify-content: center;
  }
  .contacts-content .call-back button.callback-form{
    width:100%;
  }
}
@media(max-width:768px){
  .contacts-content .number-phone li{
    font-size:18px;
  }
}
@media(max-width:575px){
  .contacts-content{
    flex-wrap: wrap;
  }
}

/***************BASKET***************/
.basket{
  margin-bottom:50px;
}
.basket .header-basket{
  background-color: rgba(255, 237, 237, 1);

}
.basket .header-basket td{
  color: rgba(62, 56, 56, 1);
  font-size: 16px;
  font-weight: 500;
}
.basket td{
  border-top:none !important;
}
.basket .header-basket td:first-child{
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.basket .header-basket td:last-child{
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.basket .body-basket td{
  color: rgba(42, 46, 49, 1);
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  padding:17px 0px;
}
.basket .body-basket .price-summ{
  color: rgba(62, 56, 56, 1);
  font-size: 18px;
  font-weight: 600;
}
.basket .count-products{
  color: rgba(62, 56, 56, 1);
  font-size: 18px;
  font-weight: 500;
  margin-bottom:0px;
}
.basket .price-carts{
  color: rgba(62, 56, 56, 1);
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.basket .flex-block-itog{
  align-items:center;
}
.basket input[type="number"] {
    box-sizing: border-box;
    border: 0.82px solid rgba(196, 28, 80, 1);
    border-radius: 100px;
    padding: 10px;
    margin-right: 10px;
    color: rgba(196, 28, 80, 1);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width:119px;
}
.basket .body-basket tr{
  border-bottom: 1px solid rgba(241, 218, 218, 1);

}
.basket .button-clear{
  border-radius: 100px;
  background: rgba(255, 237, 237, 1);
  padding: 10px;
  width: 211px;
  height: 60px;
  color: rgba(181, 27, 75, 1);
  font-size: 16px;
  font-weight: 600;
  border:none;
}
.basket .button-clear:focus{
  outline:none;
}

.basket .cartProcess {
    border-radius: 16px;
    background: rgba(255, 237, 237, 1);
    padding: 37px 36px;
    margin-top:70px;
}

.basket .item-cartsubmit p.name-item {
    color: rgba(42, 46, 49, 1);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 19px;
}
.basket .item-cartsubmit {
    display: flex;
    gap: 38px;
    margin-bottom:43px;
}
.basket .item-cartsubmit .content-submit {
    flex: 1 1 50%;
}

.basket .item-cartsubmit select.form-control,
.basket .item-cartsubmit input.form-control {
    border-radius: 100px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding: 10px 30px 10px 30px;
    height: 60px;
}
.basket .item-cartsubmit select.form-control {  
  appearance: none;
  overflow: hidden;
  background-image: url('/v2/img/select-icon.svg');
  background-repeat: no-repeat;
  background-position: right 20px center;
  word-break: break-all;
}
.basket .item-cartsubmit textarea.form-control {
    padding: 27px 30px 27px 30px;
    border-radius: 35px;
    border:none;
}
.basket .item-cartsubmit a.condition {
    color: rgba(196, 28, 80, 1) !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
    margin-bottom:12px;
    display: block;
}
.basket .item-cartsubmit p.under-text-condition {
    color: rgba(37, 37, 37, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
.basket .item-cartsubmit .btn-new-submit-buy {
    border-radius: 100px;
    background: rgba(196, 28, 80, 1);
    padding: 10px;
    width: 356px;
    height: 80px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


.basket .body-basket td:nth-child(2) {
  display: flex;
  align-items: center;
}
.basket .body-basket td:nth-child(2) svg{
  min-width: 10.02px;
  height: 9.99px;
}
@media(max-width:991px){
  .basket .body-basket td:nth-child(2){
    width:300px;
  }
}
@media(max-width:768px){
  .basket .cartProcess{
    padding:15px;
  }
  .basket .item-cartsubmit{
    flex-wrap:wrap;
    gap:15px;
  }
  .basket .item-cartsubmit .btn-new-submit-buy {
    float:unset !important;
    width:100%;
    height:50px;
    margin: 0;
  }
  .basket .item-cartsubmit select.form-control, .basket .item-cartsubmit input.form-control{
    padding:10px;
  }
  .basket .body-basket td:nth-child(2){
    width:200px;
  }
}
@media(max-width:575px){
  .basket .body-basket td:nth-child(1){
    display:none;
  }
  .basket .body-basket td:nth-child(2){
    width:100%;
  }
  .basket .header-basket{
    display:none;
  }
  .basket .body-basket tr{
    display:flex;
    flex-direction: column;
  }
  .basket .body-basket td{
    padding:10px;
  }
  .basket .count-products{
    font-size:16px;
  }
  .basket .price-carts{
    font-size:24px;
  }
  .basket .cartProcess{
    margin-top:40px;
  }
  .basket .button-clear{
    width:100%;
  }
}




/************CATEGORIES***********/
.categories {
    display: flex;
    gap: 40px;
}
.categories .sidebarMenu {
    min-width: 283px;
    max-width: 283px;
}
.categories .sidebarMenu ul {
    border-radius: 16px;
    padding: 20px;
    list-style-type: none;
    background: rgba(251, 240, 240, 1);
}

.categories .items-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.categories .product-category {
    max-width: 281px;
    width: 100%;
    position: relative;
    height:378px;
}
/*.categories a{
    position: relative;
    
}*/
.categories .text-product-price {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}
.categories .card_content_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    position: relative;
}

.categories .image-back {
    width: 100%;
    height: 100%;
    position: relative;
}
.categories .image-back::after{
  display:block;
  content:'';
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 100%);
  border-radius: 16px;
}
.categories h5.h5-product {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 600;
    margin-bottom:11px;
}
.categories p.price-product {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 500;
}
.categories .sidebarMenu ul li{
  background: rgba(251, 240, 240, 1);
  border-bottom:none;
}
.categories .sidebarMenu ul li:not(:last-child){
  border-bottom:1px solid rgba(241, 218, 218, 1);
}
.categories .sidebarMenu ul li.active a{
  border-left:none;
  color: rgba(196, 28, 80, 1);
}
.categories .sidebarMenu ul li a{
  transition: all .3s;
  font-size: 18px;
  font-weight: 500;
  padding:10px 0;
}
.categories .sidebarMenu ul li:hover{
  background: none;
}
.categories .sidebarMenu ul li:hover a{
  color: rgba(196, 28, 80, 1);
}
@media(max-width:1310px){
  .categories h5.h5-product{
    font-size:18px;
  }
}


section.delivery-about {
    background-image: url(/v2/img/bg-delivery-about.png);
    padding: 107px 0px;
    margin-bottom: 70px;
    margin-top: 60px;
}
.delivery-about h2 {
    font-size: 36px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    max-width: 620px;
    width: 100%;
    margin-bottom: 23px;
}
.delivery-about h2 span.red-txt-h2 {
    color: rgba(228, 29, 91, 1);
}
.delivery-about p {
    opacity: 0.9;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    max-width: 597px;
    width: 100%;
    margin-bottom: 34px;
}
.delivery-href {
    display: flex;
    gap: 17px;
}
.delivery-href a.href-about {
    border-radius: 100px;
    background: rgba(196, 28, 80, 1);
    padding: 10px;
    width: 242px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.delivery-href a.number-telephone {
    border: 0.82px solid rgba(255, 255, 255, 1);
    border-radius: 100px;
    padding: 10px;
    width: 239px;
    height: 60px;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.greetings .items-greetings {
    display: flex;
    gap: 70px;
    margin-bottom:70px;
}
.greetings .items-greetings .left,
.greetings .items-greetings .right{
  flex: 1 1 50%;
}
.greetings .items-greetings .txt-greetings h3{
  margin-bottom:14px;
}
.greetings .items-greetings .txt-greetings p{
  color: rgba(96, 96, 96, 1);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.greetings .items-greetings p.bold-bottom {
    color: rgba(96, 96, 96, 1);
    font-size: 16px;
    font-weight: 500;
    margin: 14px 0px;
}
.greetings .items-greetings .p-spisok{
  color: rgba(96, 96, 96, 1);
  font-size: 16px;
  font-weight: 400;
}
.greetings .items-greetings a.href-catalog {
    border-radius: 100px;
    background: rgba(196, 28, 80, 1);
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    width: 314px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
.map-2{
  margin-top:50px;
}
.search {
  margin:20px 0px;
}
.search .content-search {
    border-radius: 16px;
    background: rgba(255, 237, 237, 1);
    padding: 18px 18px 18px 28px;
    display: flex;
    gap:37px;
    align-items: center;
}
.search span.name-search {
    color: rgba(62, 56, 56, 1);
    font-size: 26px;
    font-weight: 500;
    min-width: max-content;
}
.search form.form-search {
    width: 100%;
    position: relative;
}
.search input[type="text"] {
    width: 100%;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding: 10px 18px 10px 18px;
    color: rgba(153, 116, 127, 1);
    font-size: 14px;
    font-weight: 200;
}
.search input:focus-visible{
  outline:none;
}
.search button.btn-reset {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 16px;
}


@media(max-width:1310px){
  .categories .product-category {
    max-width: 200px;
  }
  .categories .items-products{
    justify-content: flex-start;
  }
}
@media(max-width:991px){
  .greetings .items-greetings{
    gap:30px;
    flex-direction: column;
  }
  .greetings .items-greetings img{
    margin:0 auto;
    display: block;
  }
  .greetings .items-greetings a.href-catalog{
    width:250px;
  }
}
@media(max-width:810px){
  .categories .product-category {
    max-width: 100%;
  }
  .categories .sidebarMenu ul{
    padding:10px;
  }
  .categories .sidebarMenu ul li a{
    font-size:14px;
  }
  .categories .sidebarMenu{
    min-width:200px;
    max-width:200px;
  }
}
@media(max-width:768px){
  .search .content-search {
      flex-direction: column;
      gap: 10px;
      padding:10px;
  }
  .search span.name-search{
    font-size:20px;
  }
}
@media(max-width:660px){
  section.delivery-about{
    padding: 125px 0px;
  }
  .delivery-about h2{
    font-size:26px;
  }
}
@media(max-width:514px){
  section.delivery-about {
    padding: 88px 0px;
  }
  .delivery-href {
    flex-direction: column;
  }
  .delivery-href a.href-about,
  .delivery-href a.number-telephone{
    max-width:100%;
    width:100%;
  }
}
@media(max-width:480px){
  .categories .sidebarMenu{
    max-width:100%;
    overflow-y: scroll;
    height: 250px;
  }
  .categories{
    flex-direction: column;
  }
  .categories .product-category{
    height:300px;
  }
  section.delivery-about {
    padding: 90px 0px 110px 0px;
  }
  
  .delivery-href a.href-about, .delivery-href a.number-telephone{
    height:40px;
  }
  .delivery-about h2{
    font-size:24px;
  }
}
@media(max-width:455px){
  section.delivery-about {
    padding: 90px 0px 110px 0px;
  }
}
@media(max-width:440px){
  section.delivery-about{
    padding: 90px 0px 80px 0px;
  }
}
@media(max-width:432px){
  section.delivery-about {
    padding: 90px 0px 80px 0px;
  }
}
@media(max-width:410px){
  section.delivery-about {
    padding: 50px 0px 90px 0px;
  }
}
@media(max-width:362px){
  .delivery-href a.href-about, .delivery-href a.number-telephone{
    height:40px;
  }
}
@media(max-width:348px){

  section.delivery-about {
    padding: 60px 0px 80px 0px;
  }

  .delivery-about p{
    margin-bottom:15px;
  }
}
@media(max-width:337px){
  section.delivery-about {
    padding: 70px 0px 55px 0px;
  }

}

/**************BLOG*************/
.share{
    font-weight: 600;
    font-size: 18px;
}
/**************NEWS*************/
.items-news {
    display: flex;
    gap: 37px;
    flex-wrap:wrap;
}
.items-news .item {
    border-radius: 16px;
    background: rgba(251, 240, 240, 1);
    max-width: 394px;
    width: 100%;
    flex: 1 1 31%;
}
.items-news .item a:hover{
    color:unset !important;
}
.items-news .item .image-news{
  border-radius: 16px;
  height: 230.15px;
  /*object-fit: cover;*/
}
.items-news .item .name-data-button {
    padding: 20px 28px 20px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.items-news .item p.data {
    color: rgba(153, 116, 127, 1);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}
.items-news .item p.name {
    color: rgba(62, 56, 56, 1);
    font-size: 20px;
    font-weight: 400;
    height:90px;
}
.items-news .item .more-details {
    color: rgba(196, 28, 80, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    display: flex;
    align-items: center;
    gap:3px;
}
.items-news .item .more-details img{
  width: 4.64px;
  height: 3.82px;
}
@media(max-width:1200px){
  .items-news .item {
    flex: unset;
    max-width:285px;
  }
  .items-news .item .image-news{
    height:200px;
  }
}
@media(max-width:991px){
  .items-news .item {
    max-width: 325px;
  }
}
@media(max-width:768px){
  .items-news .item {
    max-width: 235px;
  }
  .items-news .item .image-news{
    height:170px;
  }
  .items-news .item p.name{
    height:auto;
  }
}
@media(max-width:575px){
  .items-news .item {
    max-width: 100%;
  }
  .items-news .item .image-news{
    height:250px;
  }
}
@media(max-width:480px){
  .items-news .item .image-news{
    height:200px;
  }
}


/*********REVIEWS************/
.reviews-new{
  padding:20px 0px 60px 0px;
}
.items-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:37px;
}
.items-reviews .item {
    border: 1px solid rgba(196, 28, 80, 0.3);
    border-radius: 16px;
    padding: 26px 28px 26px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.items-reviews img.stars {
    margin-bottom: 20px;
}
.items-reviews p.txt-review {
    font-size: 16px;
    font-weight: 400;
    color: rgba(42, 46, 49, 1);
    margin-bottom:20px;
}
.items-reviews p.author {
    font-size: 16px;
    font-weight: 600;
    color: rgba(42, 46, 49, 1);
    line-height: 140%;
}
@media(max-width:1200px){
  .items-reviews {
    gap:20px;
  }
}
@media(max-width:991px){
  .items-reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:575px){
  .items-reviews {
    grid-template-columns: repeat(1, 1fr);
  }
}


/*************PRODUCT***************/
.product-about {
    display: flex;
    gap: 26px;
    margin-bottom:30px;
}
.product-about .img-items {
    flex: 1 1 50%;
}
.product-about .img-items img {
    width: 100%;
    object-fit: cover;
    height: 480px;
    border-radius: 16px;
}
.product-about .about-items {
    flex: 1 1 50%;
    box-sizing: border-box;
    border: 1px solid rgba(196, 28, 80, 0.3);
    border-radius: 16px;
    padding: 20px 30px;
}
.product-about .in-stock {
    border-radius: 100px;
    background: rgba(255, 218, 218, 1);
    width: max-content;
    padding: 9.5px 14.5px;
    margin-bottom:32.5px;
}
.product-about .in-stock p {
    color: rgba(196, 28, 80, 1);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-about p.substr-about {
    color: rgba(42, 46, 49, 1);
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgba(241, 218, 218, 1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-about .product-price, .product-about .product-price-2 {
    color: rgba(62, 56, 56, 1);
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
}

.product-about  input[type="number"] {
    box-sizing: border-box;
    border: 0.82px solid rgba(196, 28, 80, 1);
    border-radius: 100px;
    padding: 10px;
    margin-right: 10px;
    color: rgba(196, 28, 80, 1);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 179px;
    height: 60px;
}
.product-about  input[type="number"]:focus-visible{
  outline:none;
}
.product-about  form.cartAdd {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-top:20px;
}
.product-about  .form-group{
  margin-bottom:20px;
}
.product-about button.btn.btn-primary.waves-effect.waves-light {
    border-radius: 100px;
    background: rgba(196, 28, 80, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
    height: 60px;
    padding: 10px;
    width: 346px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.product-about a.delivery-terms {
    color: rgba(196, 28, 80, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 0px;
    text-decoration-line: underline;
}
@media(max-width:991px){
  .product-about{
    flex-wrap:wrap;
  }
}
@media(max-width:768px){
  .product-about form.cartAdd{
    flex-wrap:wrap;
    gap:0px;
  }
  .product-about button.btn.btn-primary.waves-effect.waves-light{
    width:100%;
  }
  .product-about .product-price, .product-about .product-price-2{
    font-size:28px;
  }
  .product-about button.btn.btn-primary.waves-effect.waves-light{
    font-size:14px;
    gap:5px;
  }
  .product-about .about-items{
    padding: 15px;
  }
  .product-about .in-stock{
    margin-bottom:15px;
  }
}
.partners{
  padding-bottom:50px;
}
.card{
  border:none;
}
p.price-30 {
    color: rgba(153, 116, 127, 1);
    font-size: 16px;
    font-weight: 400;
}
.price-30 span {
    text-decoration-line: line-through;
}
