* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

body {
  font-family: 'Ubuntu', sans-serif;
  margin: 0;
  font-size: 16px;
  
}
button{
  color: white
}
select{
    padding: 8px;
    border-radius: 10px;
}
option{
    list-style: none;
}
.dropdown-menu{
  border-radius: 15px;
}
.text-center {
  color: #00AB13
}
#simplecheckout_shipping{
    margin-bottom: 0;
}
.img-thumbnail{
  border-radius: 30px;
  width: 200px;
}
.row {
     margin-right: 0;
     margin-left: 0;
}
.subcats{
  padding-top: 30px;
}
.subcats ul {
  padding: 0px;
  list-style-type: none;
}

.subcats li {
  margin-bottom: 20px;
  text-align: center;
}
.subcats li img {
  display: block;
  border-radius: 50px;
  margin: 0px auto 10px auto;
  border: 1px solid #ECECEC;
  width: 180px;
}
.subcats .count {
  position: absolute;
  top: 0px;
  left: 50%;
  background: #FF6A00;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  border-radius: 15px;
  margin-left: 32px;
  border: 1px solid #ECECEC;
  display: none;
}
.footer__nav{
    display: flex;
    align-items: center;
}
.wrapp-txt {
  width: 70%;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 40px;
  font-size: 20px;
}
.fix-l:last-child{
  display: none;
}
.list__category{
    margin-bottom: 10px;
}
.list__category::last-child{
    margin-bottom: 0;
}
.form-horizontal{
  margin-top: 20px;
}
.custom-but{
    margin-top: 20%;
    margin-bottom:40px;
}
.cust-b{
    padding-bottom: 60px;
    margin-bottom:60px;
}
.content{
    margin-bottom:200px;
}
.button_oc{
    font-size: 20px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #b83729;
}
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}
.form-control {
  height: 42px;
}
.btn-head {
  font-size: 13px;
}
.btn{
  padding: 12px 28px;
}
.check-btn{
    height: 42px;
}

a {
  text-decoration: none;
  color: #00AB13;
}
.basket-button{
  color: white;
}
.btn-head{
  background-color: Transparent;
  border: none;
}
.btn-head-color{
  color: white;
}
.btn-head-color span {
  color: white;
}
.btn-close{
  padding:15px 20px 15px 20px;
  border-radius: 30px
}
.close{
  display: none;
}
.category-wrap{
  display: flex;
  flex-direction: column;
}
.container{
  width: 92%;
}
.list-group {
  width: 170px;
  margin-bottom: 10px;
}
.cont-h{
  margin-bottom: 30px;
}
.col-sm-3{
  padding-left: 0;
}
.container{
  padding: 0;
}
.control-label{
  font-size: 15px;
}
.form__input::placeholder{
 color: black;
 padding-left: 20px;
}
.title {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: black;
  font-weight: 700;
  font-size: 33px;
  line-height: 145%;
  text-transform: uppercase;
}

.catalog__container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.btn-primary{
  background-color:#00AB13;
  background-image: none
}
.catalog{
  margin-bottom: 12vh;
}
@media (max-width: 1025px) {
  .title {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 28px;
  }
}

@media (max-width: 769px) {
  .title {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 27px;
  }
}

@media (max-width: 481px) {
  .title {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 25px;
  }
}

@media (max-width: 381px) {
  .title {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@-webkit-keyframes visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes font {
  0% {
    font-size: 0;
  }
  100% {
    font-size: 17px;
  }
}

@keyframes font {
  0% {
    font-size: 0;
  }
  100% {
    font-size: 17px;
  }
}

.close {
  position: fixed;
  top: 14vh;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 99;
  cursor: pointer;
}

.close::after {
  content: '';
  background-color: black;
  position: absolute;
  width: 35px;
  height: 3px;
  left: 12px;
  bottom: 23px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close::before {
  top: 23px;
  content: '';
  background-color: black;
  position: absolute;
  width: 35px;
  height: 3px;
  left: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header {
  background: #51AF5C;
  height: 12vh;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
}

.header__wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__container {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call {
  display: none;
}

.logo {
  font-weight: bold;
  font-size: 25px;
  line-height: 145%;
}
.logo img{
  width: 100%;
  height: 10vh;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logo a {
  color: white;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location a {
  color: #ffff;
}

.location__city span {
  font-weight: 300;
  font-size: 15px;
  line-height: 145%;
}

.location__number {
  font-weight: 500;
  font-size: 17px;
  line-height: 145%;
  letter-spacing: 0.125em;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search__text {
  height: 40px;
  width: 300px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  padding-left: 40px;
  border: none;
}

.search__text::-webkit-input-placeholder {
  font-size: 17px;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.7);
}

.search__text:-ms-input-placeholder {
  font-size: 17px;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.7);
}

.search__text::-ms-input-placeholder {
  font-size: 17px;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.7);
}

.search__text::placeholder {
  font-size: 17px;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.7);
}

.search__submit {
  cursor: pointer;
  border: 0;
  background: transparent;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}
/* .search__submit img {
  width: 25px;
  height: 25px;
} */
/* .search__submit--img {
  background: url("..catalog/view/theme/sooper_food/image/header/search.svg") no-repeat;
} */
.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.nav-menu__item {
  margin-left: 30px;
  font-weight: normal;
  font-size: 17px;
  line-height: 145%;
}

.nav-menu__item--link {
  color: white;
}

.basket {
  background: url('../catalog/view/theme/sooper_food/image/header/basket.svg') no-repeat;
  cursor: pointer;
}

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.switch span:last-child {
  margin-top: 2px;
}

.swiper {
  position: relative;
  width: 100%;
  height: 88vh;
  margin-top: 12vh;
}

.slider-button {
  position: absolute;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../img/slider/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  border-radius: 100px;
}

.slider-button--next {
  right: 20px;
  background-image: url(../img/slider/arrow-right.svg);
}

.slider-button--prev {
  left: 20px;
  background-image: url(../img/slider/arrow-left.svg);
}

.swiper-slide__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bestsellers__title {
  font-weight: bold;
  font-size: 25px;
  line-height: 145%;
  text-transform: uppercase;
  color: #000000;
  margin: 80px 0 70px 100px;
}

.bestsellers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 90px;
}

.card-hit {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  margin-bottom: 70px;
}

.card-hit__img {
  /* width: 450px;
  height: 450px; */
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-hit__button {
  position: absolute;
  bottom: -45px;
  background: #00AB13;
}

.block {
  width: 100%;
  height: 80vh;
  background: rgba(46, 185, 145, 0.8);
  /* background: url('../catalog/view/theme/sooper_food/image/delivery-block.png') no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center */
}

.block__container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
  width: 80vw;
  margin: auto;
  flex-direction: row-reverse;
  
}

.block__img {
  width: 400px;
  height: 400px;
  border-radius: 300px;
  display: none;
}

.block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block__info h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 145%;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 45px;
  width: 480px;
}

.block__info span {
  font-weight: bold;
  font-size: 19px;
  line-height: 145%;
  text-transform: uppercase;
  max-width: 370px;
  margin-bottom: 70px;
}

.block__info a {
  background: #00AB13;
}

.block--about{
  background: url('../image/home/about-block.png') no-repeat;
  background-size: cover;
}
.block--delivery {  
  background: url('../image/home/delivery-block.png') no-repeat;
  background-size: cover;
}
.block--color h2 {
  color: black;
}

.block--color span {
  color: black;
}

.block--color a {
  background: #00AB13;
}

.btn-m {
  border-radius: 20px;
  font-weight: 500;
  font-size: 25px;
  line-height: 145%;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  max-width: 250px;
  padding: 12px 38px;
}

.price-form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.price-form__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 145%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 70px;
}

.price-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-form__container img {
  width: 600px;
  height: 573px;
  border-radius: 0px 35px 35px 0px;
}

.price-form__wrapper {
  /*background: rgba(0, 120, 132, 0.2);*/
  border-radius: 35px 0px 0px 35px;
  width: 600px;
  margin-bottom: 80px;
  background: rgba(44, 170, 183, 0.3);
}

.form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__title {
  font-weight: bold;
  font-size: 27px;
  line-height: 145%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  width: 500px;
  margin-top: 80px;
  margin-bottom: 30px;
}

.form__input {
  background: rgba(0, 120, 132, 0.6);
  border-radius: 25px;
  font-size: 17px;
  line-height: 145%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  width: 430px;
  height: 65px;
  border: none;
  margin-bottom: 7px;
  padding-left: 20px;
}

.form__input--last {
  margin-bottom: 30px;
}

.form__btn {
  background: #FCA868;
  border-radius: 25px;
  width: 430px;
  height: 65px;
  font-size: 17px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 145%;
  border: none;
  margin-bottom: 80px;
}

.footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #51AF5C;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__block-2 {
  width: 55vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav__item {
  margin-bottom: 12px;
}

.footer-nav__item a {
  color: white;
  font-weight: normal;
  font-size: 15px;
  line-height: 145%;
}

.footer-nav__item:last-child {
  margin-bottom: 0;
}

.contacts {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts h5 {
  font-size: 20px;
  line-height: 145%;
  margin: 0;
  margin-bottom: 18px;
}

.contacts a {
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  letter-spacing: 0.165em;
  margin-bottom: 15px;
  color: white;
}

.contacts a:last-child {
  margin-bottom: 0;
}

.logo-adaptive {
  display: none;
}
.basket-btn{
  background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
   
}
@media (max-width: 1450px) {
  .nav-menu li:first-child {
    margin-left: 0;
  }
  .card-hit__img {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 1340px) {
  .nav-menu {
    padding: 0;
  }
}
.search-inp {
   width: 20%;
 }
.search__text {
  width: 100%;
}
@media (max-width: 1290px) {

 
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    
  }
  .search__text {
    height: 40px;
    padding-left: 40px;
  }
  .search__text::-webkit-input-placeholder {
    font-size: 15px;
  }
  .search__text:-ms-input-placeholder {
    font-size: 15px;
  }
  .search__text::-ms-input-placeholder {
    font-size: 15px;
  }
  .search__text::placeholder {
    font-size: 15px;
  }
  /* .card-hit:last-child {
    display: none;
  } */
  .card-hit__img {
    width: 450px;
    height: 450px;
  }
  .price-form {
    margin-top: 80px;
  }
  .price-form__title {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .price-form__container img {
    width: 500px;
    height: 532px;
  }
  .price-form__wrapper {
    width: 500px;
    margin-bottom: 80px;
  }
  .form__title {
    font-size: 27px;
    width: 500px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .form__input {
    font-size: 17px;
    width: 430px;
    height: 65px;
    margin-bottom: 7px;
  }
  .form__input--last {
    margin-bottom: 30px;
  }
  .form__btn {
    width: 430px;
    height: 65px;
    font-size: 17px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1150px) {
  
  .block {
    width: 100%;
  }
  .block__img {
    width: 400px;
    height: 400px;
    border-radius: 300px;
  }
  .block__info h2 {
    font-size: 35px;
    margin-bottom: 45px;
    width: 450px;
  }
  .footer__block-2 {
    width: 60%;
  }
  .block--delivery {
    background-position: bottom;
  }
}


@media (max-width: 1100px) {
  .nav-menu {
    padding-left: 0;
    
  }
  .nav-menu__item {
      margin-left: 15px;
}
.search-inp{
  width: 15%;
}
}

@media (max-width: 1025px) {

  .header__location {
    display: none;
  }
  .nav-menu {
    padding-left: 40px;
  }
  .card-hit__img {
    width: 420px;
    height: 420px;
  }
  .block__img {
    width: 380px;
    height: 380px;
  }
  .block__info h2 {
    font-size: 33px;
    width: 340px;
  }
  .block__info span {
    font-size: 19px;
    width: 290px;
  }
  .btn-m {
    font-size: 23px;
    max-width: 230px;
  }
  .price-form {
    margin-top: 55px;
  }
  .price-form__title {
    font-size: 29px;
    margin-bottom: 50px;
  }
  .price-form__container img {
    width: 450px;
    height: 461.5px;
  }
  .price-form__wrapper {
    width: 450px;
    margin-bottom: 80px;
  }
  .form__title {
    font-size: 25px;
    width: 420px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .form__input {
    font-size: 14px;
    width: 400px;
    height: 55px;
    margin-bottom: 7px;
  }
  .form__input--last {
    margin-bottom: 30px;
  }
  .form__btn {
    width: 400px;
    height: 60px;
    font-size: 17px;
    margin-bottom: 50px;
  }
}

@media (max-width: 920px) {
  .search-inp {
      width: 20%;
  }
  .call {
      display: block;
      width: 50px;
      height: 50px;
    }
  .nav-menu {
    display: none;
  }
  .nav-menu--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 11vh;
    width: 100%;
    height: 100vh;
    background: rgba(8, 18, 9, 0.95);
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    -webkit-animation: visible 1s forwards;
            animation: visible 1s forwards;
  }
  .nav-menu__item {
    margin-top: 40px;
    margin-left: 0;
    -webkit-animation: font 0.7s forwards;
            animation: font 0.7s forwards;
  }
  /* .search__text {
    height: 40px;
    width: 200px;
    padding-left: 40px;
  } */
  .button--unvis {
    display: none;
  }
  
  .card-hit__img {
    width: 400px;
    height: 400px;
  }
  .price-form__container img {
    width: 400px;
    height: 432.5px;
  }
  .price-form__wrapper {
    width: 400px;
  }
  .form__title {
    font-size: 23px;
    width: 390px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .form__input {
    font-size: 14px;
    width: 380px;
    height: 53px;
  }
  .form__btn {
    width: 380px;
    height: 57px;
    font-size: 17px;
    margin-bottom: 40px;
  }
}

@media (max-width: 820px) {
  .block--about {
      background-position-x: right;
    }
  .card-hit__img {
    width: 350px;
    height: 350px;
  }
  .block__img {
    width: 350px;
    height: 350px;
  }
  .price-form__container img {
    width: 370px;
    height: 414.7px;
  }
  .price-form__wrapper {
    width: 370px;
  }
  .form__title {
    width: 350px;
  }
  .form__input {
    font-size: 14px;
    width: 340px;
    height: 53px;
  }
  .form__btn {
    width: 350px;
    height: 55px;
    margin-bottom: 30px;
  }
}

@media (max-width: 769px) {
  .search-inp{
    width: 40%;
  }
  .search__text {
    height: 40px;
    padding-left: 50px;
  }
  .bestsellers__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
  .card-hit {
    margin-top: 50px;
  }
  .card-hit:first-child {
    margin-top: 0;
  }
  .card-hit__img {
    width: 430px;
    height: 390px;
  }
  .block__container{
    justify-content: center;
  }
  .block__img {
    width: 310px;
    height: 310px;
  }
  .block__info h2 {
    font-size: 30px;
    width: 215px;
  }
  .block__info span {
    font-size: 17px;
    width: 220px;
  }
  .btn-m {
    font-size: 22px;
    max-width: 230px;
  }
  .price-form__wrapper {
    margin-bottom: 0;
  }
  .price-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-form__title {
    font-size: 28px;
  }
  .price-form__container{
    margin-bottom: 60px;
  }
  .price-form__container img {
       display: none;
     }
  .price-form__container img {
    width: 400px;
    height: 414.7px;
    border-radius: 0px 0px 35px 35px;
    margin-bottom: 50px;
  }
  .price-form__wrapper {
    width: 400px;
    border-radius: 35px 35px 35px 35px;
  }
  .form__title {
    width: 350px;
  }
  .form__input {
    font-size: 14px;
    width: 340px;
    height: 53px;
  }
  .form__btn {
    width: 350px;
    height: 55px;
    margin-bottom: 30px;
  }
  .footer__message {
    width: 80px;
    height: 81px;
  }
  .footer__nav {
    display: none;
    
  }
  .footer__block-1 {
    display: none;
  }
  .footer__block-2 {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .logo {
    display: none;
  }
  .search__text {
    height: 40px;
    padding-left: 50px;
  }
  .card-hit__img {
    width: 400px;
    height: 380px;
  }
  .block__img {
    width: 250px;
    height: 250px;
  }
  .block__info h2 {
    font-size: 25px;
    width: 140px;
  }
  .block__info span {
    font-size: 15px;
    width: 210px;
  }
  .btn-m{
    font-size: 19px;
    max-width: 205px;
  }
  .price-form__title {
    font-size: 24px;
  }
  .form__title {
    font-size: 22px;
  }

}

@media (max-width: 525px) {
  .block--delivery {
    background-position: right;
  }
  .price-form__title {
    width: 420px;
  }
}

@media (max-width: 500px) {

  .card-hit__img {
    width: 340px;
    height: 310px;
  }
  .bestsellers__title {
    margin: 50px 0 50px 100px;
  }
  .bestsellers__wrapper {
    margin-bottom: 50px;
  }
  .block__img {
    display: none;
  }
  .block__info h2 {
    width: 270px;
  }
  .form__title {
    font-size: 20px;
  }
  .form__input {
    font-size: 13px;
  }
  .form__btn {
    font-size: 16px;
  }
  .price-form__container {
    margin-bottom: 50px;
  }
 
  .price-form__wrapper {
    border-radius: 35px 35px 35px 35px;
  }
}
@media (max-width: 450px) {
  .footer__block-2{
    flex-direction:column;
    align-items:center;
  }
  .contacts {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .footer{
    height: 100%;
  }
  .footer__message {
    margin-bottom: 40px;
  }
}
@media (max-width: 420px) {
  .call{
    display: none;
  }
  .btn-m {
    font-size: 16px;
    max-width: 195px;
  }
  .card-hit__img {
    width: 310px;
    height: 280px;
  }
  .price-form__title {
    font-size: 21px;
    width: 370px;
    margin-bottom: 35px;
  }
  .price-form__wrapper {
    width: 340px;
  }
  .form__title {
    font-size: 19px;
  }
  .form__input {
    font-size: 12px;
    width: 300px;
    height: 47px;
  }
  .form__input--last {
    margin-bottom: 20px;
  }
  .form__btn {
    font-size: 15px;
    width: 300px;
    height: 50px;
  }
}

@media (max-width: 379px) {
  .btn-m {
    font-size: 15px;
    max-width: 180px;
  }
  .card-hit__img {
    width: 290px;
    height: 260px;
  }
  .price-form__title {
    font-size: 20px;
    width: 300px;
  }
  .price-form__wrapper {
    width: 300px;
  }
  .form__title {
    font-size: 17px;
    width: 290px;
  }
  .form__input {
    font-size: 12px;
    width: 280px;
    height: 44px;
  }
  .form__input--last {
    margin-bottom: 17px;
  }
  .form__btn {
    font-size: 15px;
    width: 290px;
    height: 47px;
  }
}


.burger {
  display: none;
}

@media (max-width: 920px) {
  .burger {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
  }
  .burger::after {
    content: '';
    background-color: white;
    position: absolute;
    width: 26px;
    height: 3px;
    left: 12px;
    bottom: 19px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .burger::before {
    top: 19px;
    content: '';
    background-color: white;
    position: absolute;
    width: 26px;
    height: 3px;
    left: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .burger--active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 23px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .burger--active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 23px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}



.catalog {
  max-width: 1280px;
  margin: auto;
  margin-top: 40px;
}

.catalog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.card-product {
  width: 350px;
  height: 505px;
  -webkit-box-shadow: 0px 12px 20px;
          box-shadow: 0px 12px 20px;
  border-radius: 30px;
  color: black;
  margin-bottom: 50px;
}

.card-product ::last-child {
  margin-bottom: 0;
}

.card-product__img {
  width: 350px;
  height: 300px;
  border-radius: 30px 30px 0 0;
  object-fit: contain;
}

.card-product__container {
  width: 290px;
  margin: auto;
}

.card-product__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 18px;
}

.card-product__block--units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  font-size: 11px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.7);
}

.card-product__block--exist {
  font-weight: 700;
  font-size: 15px;
  line-height: 145%;
  color: #00AB13;
}

.card-product__title {
  text-align: center;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 17px;
  line-height: 145%;
  margin-top: 0;
}

.card-product__title a {
  color: black;
}

.card-product__buy {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-product__buy span {
  font-weight: 700;
  font-size: 23px;
  line-height: 145%;
}

.card-product__buy img {
  width: 51px;
  height: 51px;
}

@media (max-width: 1400px) {
  .catalog {
    max-width: 1240px;
  }
}

@media (max-width: 1280px) {
  .catalog {
    max-width: 1180px;
  }
}

@media (max-width: 1190px) {
  .catalog {
    max-width: 1100px;
  }
  .card-product {
    width: 320px;
    height: 430px;
    margin-bottom: 50px;
  }
  .card-product__img {
    width: 320px;
    height: 230px;
  }
  .card-product__container {
    width: 270px;
  }
  .card-product__block {
    margin-top: 16px;
    margin-bottom: 17px;
  }
  .card-product__block--units {
    font-size: 10px;
  }
  .card-product__block--exist {
    font-size: 15px;
  }
  .card-product__title {
    margin-bottom: 21px;
    font-size: 16px;
  }
  .card-product__buy span {
    font-size: 21px;
  }
}

@media (max-width: 1101px) {
  .catalog {
    max-width: 1030px;
  }
  .card-product {
    width: 310px;
    height: 430px;
  }
  .card-product__img {
    width: 310px;
    height: 220px;
  }
}

@media (max-width: 1025px) {
  .catalog {
    max-width: 760px;
  }
  .catalog__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-product {
    width: 330px;
    height: 460px;
    margin-bottom: 50px;
  }
  .card-product__img {
    width: 330px;
    height: 245px;
  }
  .card-product__container {
    width: 275px;
  }
  .card-product__container--units {
    font-size: 10px;
  }
  .card-product__container--exist {
    font-size: 15px;
  }
  .card-product__title {
    margin-bottom: 21px;
    font-size: 16px;
  }
  .card-product__buy span {
    font-size: 21px;
  }
}

@media (max-width: 921px) {
  .catalog {
    max-width: 760px;
  }
  .catalog__container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .card-product {
    width: 320px;
    height: 450px;
    margin-bottom: 50px;
  }
  .card-product__img {
    width: 320px;
    height: 240px;
  }
  .card-product__container {
    width: 270px;
  }
  .card-product__block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 769px) {
  .catalog {
    max-width: 700px;
  }
}

@media (max-width: 701px) {
  .catalog {
    max-width: 620px;
  }
  .card-product {
    width: 280px;
    height: 400px;
    margin-bottom: 50px;
  }
  .card-product__img {
    width: 280px;
    height: 200px;
  }
  .card-product__container {
    width: 250px;
  }
  .card-product__block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .card-product__block--units {
    font-size: 10px;
  }
  .card-product__block--exist {
    font-size: 14px;
  }
  .card-product__title {
    margin-bottom: 19px;
    font-size: 15px;
  }
  .card-product__buy span {
    font-size: 20px;
  }
  .card-product__buy img {
    width: 47px;
    height: 47px;
  }
}

@media (max-width: 621px) {
  .catalog {
    max-width: 520px;
  }
  .card-product {
    width: 350px;
    height: 450px;
    margin-bottom: 50px;
  }
  .card-product__img {
    width: 350px;
    height: 240px;
  }
  .card-product__container {
    width: 265px;
  }
  .card-product__block {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .card-product__block--units {
    font-size: 10px;
  }
  .card-product__block--exist {
    font-size: 14px;
  }
  .card-product__title {
    margin-bottom: 19px;
    font-size: 16px;
  }
  .card-product__buy span {
    font-size: 20px;
  }
  .card-product__buy img {
    width: 49px;
    height: 49px;
  }
}

@media (max-width: 421px) {
  .card-product {
    width: 310px;
    height: 410px;
    margin-bottom: 50px;
  }
  .card-product__img {
    width: 310px;
    height: 210px;
  }
  .card-product__container {
    width: 255px;
  }
  .card-product__block {
    margin-top: 15px;
    margin-bottom: 14px;
  }
  .card-product__block--units {
    font-size: 10px;
  }
  .card-product__block--exist {
    font-size: 14px;
  }
  .card-product__title {
    margin-bottom: 17px;
    font-size: 15px;
  }
  .card-product__buy span {
    font-size: 19px;
  }
  .card-product__buy img {
    width: 49px;
    height: 49px;
  }
}

@media (max-width: 381px) {
  .card-product {
    width: 290px;
    height: 390px;
  }
  .card-product__img {
    width: 290px;
    height: 200px;
  }
  .card-product__container {
    width: 245px;
  }
  .card-product__block {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .card-product__title {
    margin-bottom: 17px;
  }
  .card-product__buy span {
    font-size: 18px;
  }
  .card-product__buy img {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 341px) {
  .card-product {
    width: 270px;
    height: 350px;
  }
  .card-product__img {
    width: 270px;
    height: 190px;
  }
  .card-product__container {
    width: 230px;
  }
  .card-product__block {
    margin-top: 12px;
    margin-bottom: 7px;
  }
  .card-product__block--units {
    font-size: 9px;
  }
  .card-product__block--exist {
    font-size: 12px;
  }
  .card-product__title {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .card-product__buy span {
    font-size: 16px;
  }
  .card-product__buy img {
    width: 43px;
    height: 43px;
  }
}

.about {
  margin-top: 12vh;
  color: black;
}

.about__text {
  max-width: 1190px;
  margin: auto;
  margin-bottom: 50px;
}

.about__text p {
  font-weight: 400;
  font-size: 23px;
  line-height: 35px;
  margin-top: 0;
}

.about__text p span {
  font-weight: 700;
}

@media (max-width: 1280px) {
  .about__text {
    max-width: 990px;
  }
}

@media (max-width: 1024px) {
  .about__text {
    max-width: 740px;
  }
  .about__text p {
    font-size: 21px;
    text-align: justify;
    
  }
}

@media (max-width: 840px) {
  .about__text {
    max-width: 720px;
  }
}

@media (max-width: 768px) {
 
  .about__text {
    max-width: 620px;
  }
  .about__text p {
    font-size: 20px;
  }
}

@media (max-width: 660px) {
  .about__text {
    max-width: 540px;
  }
}

@media (max-width: 580px) {
  .about__text {
    max-width: 460px;
  }
  .about__text p {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .about__text {
    max-width: 400px;
  }
  .about__text p {
    font-size: 19px;
  }
}

@media (max-width: 420px) {
  .about__text {
    max-width: 360px;
  }
}

@media (max-width: 380px) {
  .about__text {
    max-width: 340px;
  }
}

@media (max-width: 360px) {
  .about__title {
    font-size: 22px;
  }
  .about__text {
    max-width: 320px;
  }
  .about__text p {
    font-size: 17px;
  }
}

@media (max-width: 340px) {
  .about__text {
    max-width: 300px;
  }
}

.delivery {
  color: black;
  margin-top: 12vh;
}

.delivery__text {
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  text-align: center;
}

.delivery__item {
  text-align: center;
}

.container-txt {
  max-width: 1350px;
  margin: auto;
  color: #AF0000;
  font-size: 23px;
}

.pay__title {
  margin: 0;
  background: radial-gradient(86.66% 86.66% at 50% 50%, #008D10 0%, rgba(0, 141, 16, 0) 100%);
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  line-height: 145%;
  text-transform: uppercase;
}

.pay__container {
  margin-top: 80px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay-card-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 145%;
  text-transform: uppercase;
}

.pay-card-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 145%;
  text-transform: uppercase;
  display: block;
}

.pay-card-1 {
  width: 700px;
  height: 273px;
  background: linear-gradient(127.39deg, #62D6C1 47.96%, rgba(172, 249, 181, 0) 121.98%);
  border-radius: 55px;
  position: relative;
}

.pay-card-1__title {
  color: #649422;
  margin-left: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pay-card-1__text {
  color: #306A00;
  width: 430px;
  margin-left: 50px;
}

.pay-card-1__img {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 55px 0px;
}

.pay-card-2 {
  width: 605px;
  height: 354px;
  background: linear-gradient(127.39deg, #62D6D6 47.96%, rgba(172, 249, 181, 0) 121.98%);
  border-radius: 55px;
  position: relative;
}

.pay-card-2__title {
  margin-left: 120px;
  color: #006D78;
  width: 285px;
}

.pay-card-2__text {
  margin-left: 120px;
  color: #005159;
  width: 445px;
}

.pay-card-2__img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 55px 0 0 0;
}

.pay-card-3 {
  width: 700px;
  height: 354px;
  background: linear-gradient(239.55deg, #62C1D6 25.01%, rgba(172, 249, 181, 0) 170.37%);
  border-radius: 55px;
  position: relative;
}

.pay-card-3__title {
  color: #03626B;
  margin-left: 33px;
  width: 500px;
}

.pay-card-3__text {
  width: 486px;
  color: #004870;
  margin-left: 33px;
}

.pay-card-3__img {
  position: absolute;
  right: 0;
  bottom: -5px;
  border-radius: 0 0 50px 0;
}

.pay-card-4 {
  width: 605px;
  height: 273px;
  background: linear-gradient(127.39deg, rgba(98, 214, 131, 0.91) 47.96%, rgba(172, 249, 181, 0) 121.98%);
  border-radius: 55px;
  position: relative;
}

.pay-card-4__title {
  margin-left: 107px;
  color: #008435;
  width: 287px;
}

.pay-card-4__text {
  color: #00481B;
  width: 454px;
  margin-left: 107px;
}

.pay-card-4__img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 55px 0 0 0;
}

@media (max-width: 1400px) {
  .container-txt {
    max-width: 1200px;
  }
  .pay-card-title {
    font-size: 25px;
  }
  .pay-card-text {
    font-size: 17px;
  }
  .pay-card-1 {
    width: 481px;
    height: 273px;
  }
  .pay-card-1__title {
    margin-left: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .pay-card-1__text {
    width: 240px;
    margin-left: 50px;
  }
  .pay-card-2 {
    width: 604px;
    height: 354px;
  }
  .pay-card-2__title {
    margin-left: 120px;
    width: 285px;
  }
  .pay-card-2__text {
    margin-left: 120px;
    width: 445px;
  }
  .pay-card-3 {
    width: 481px;
    height: 354px;
  }
  .pay-card-3__title {
    margin-left: 33px;
    width: 411px;
  }
  .pay-card-3__text {
    width: 297px;
    margin-left: 33px;
  }
  .pay-card-3__img {
    width: 136px;
    height: 156px;
  }
  .pay-card-4 {
    width: 605px;
    height: 273px;
  }
  .pay-card-4__title {
    margin-left: 107px;
    width: 287px;
  }
  .pay-card-4__text {
    width: 454px;
    margin-left: 107px;
  }
  .pay-card-4__img {
    width: 92px;
    height: 133px;
  }
}

@media (max-width: 1280px) {
  .container-txt{
    max-width: 1150px;
  }
  .container-txt {
    font-size: 22px;
  }
}

@media (max-width: 1150px) {
  .container-txt {
    max-width: 1000px;
  }
  .pay-card-1 {
    width: 427px;
    height: 273px;
  }
  .pay-card-1__title {
    margin-left: 32px;
    margin-top: 40px;
    margin-bottom: 34px;
  }
  .pay-card-1__text {
    width: 262px;
    margin-left: 32px;
  }
  .pay-card-2 {
    width: 427px;
    height: 341px;
  }
  .pay-card-2__title {
    margin-left: 105px;
    width: 214px;
  }
  .pay-card-2__text {
    margin-left: 105px;
    width: 281px;
  }
  .pay-card-2__img {
    width: 105px;
    height: 133px;
  }
  .pay-card-3 {
    width: 428px;
    height: 308px;
  }
  .pay-card-3__title {
    margin-left: 33px;
    width: 395px;
  }
  .pay-card-3__text {
    width: 323px;
    margin-left: 33px;
  }
  .pay-card-3__img {
    width: 130px;
    height: 135px;
    right: -6px;
    bottom: -4px;
    border-radius: 0 0 75px 0;
  }
  .pay-card-4 {
    width: 427px;
    height: 240px;
  }
  .pay-card-4__title {
    margin-left: 77px;
    width: 272px;
  }
  .pay-card-4__text {
    width: 329px;
    margin-left: 77px;
  }
  .pay-card-4__img {
    width: 80px;
    height: 101px;
  }
}

@media (max-width: 1024px) {
  .container-txt {
    max-width: 920px;
  }
  .container__text {
    font-size: 21px;
  }
  .pay__container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pay-card-title {
    font-size: 23px;
  }
  .pay-card-text {
    font-size: 15px;
  }
  .pay-card-1 {
    width: 427px;
    height: 253px;
  }
  .pay-card-1__title {
    margin-left: 32px;
    margin-top: 40px;
    margin-bottom: 34px;
  }
  .pay-card-1__text {
    width: 240px;
    margin-left: 32px;
  }
  .pay-card-2 {
    width: 427px;
    height: 311px;
  }
  .pay-card-2__title {
    margin-left: 105px;
    width: 214px;
  }
  .pay-card-2__text {
    margin-left: 105px;
    width: 281px;
  }
  .pay-card-3 {
    width: 428px;
    height: 258px;
  }
  .pay-card-3__title {
    margin-left: 33px;
    width: 395px;
  }
  .pay-card-3__text {
    width: 323px;
    margin-left: 33px;
  }
  .pay-card-4 {
    width: 427px;
    height: 240px;
  }
  .pay-card-4__title {
    margin-left: 77px;
    width: 272px;
  }
  .pay-card-4__text {
    width: 329px;
    margin-left: 77px;
  }
}

@media (max-width: 921px) {
  .container-txt{
    max-width: 580px;
  }
  .pay-card-width {
    width: 100%;
    margin-bottom: 20px;
  }
  .pay-card-width ::last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 769px) {
  .container-txt {
    font-size: 20px;
  }
  .wrapp-txt{
      font-size: 18px;
  }
  .logo {
    display: none;
  }
}

@media (max-width: 601px) {
  .container-txt{
    max-width: 500px;
  }
  .delivery__item img {
    width: 100%;
  }
  .pay__container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 510px) {
  .container-txt{
    width: 100%;
  }
  .pay-card-3__img {
    right: 0;
  }
}

@media (max-width: 450px) {
  .pay-card-title {
    font-size: 22px;
  }
  .pay-card-text {
    font-size: 15px;
  }
  .pay-card-1__img {
    width: 90px;
    height: 90px;
  }
  .pay-card-2__title {
    margin-left: 105px;
    width: 214px;
  }
  .pay-card-2__text {
    margin-left: 105px;
    width: 250px;
  }
  .pay-card-2__img {
    width: 95px;
    height: 123px;
  }
  .pay-card-3 {
    height: 280px;
  }
  .pay-card-3__title {
    margin-left: 33px;
    width: 199px;
  }
  .pay-card-3__text {
    width: 270px;
    margin-left: 33px;
  }
  .pay-card-3__img {
    right: 0;
    width: 120px;
    height: 125px;
  }
  .pay-card-4__title {
    margin-left: 77px;
    width: 200px;
  }
  .pay-card-4__text {
    width: 270px;
    margin-left: 77px;
  }
  .pay-card-4__img {
    width: 70px;
    height: 91px;
  }
}

@media (max-width: 384px) {
  .pay__container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .pay-card-title {
    font-size: 21px;
  }
  .pay-card-text {
    font-size: 14px;
  }
  .pay-card-1 {
    height: 180px;
  }
  .pay-card-1__title {
    margin-left: 33px;
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .pay-card-1__text {
    width: 240px;
    margin-left: 33px;
  }
  .pay-card-1__img {
    width: 70px;
    height: 70px;
  }
  .pay-card-2 {
    height: 270px;
  }
  .pay-card-2__title {
    margin-left: 80px;
    width: 214px;
    margin-bottom: 15px;
  }
  .pay-card-2__text {
    margin-left: 80px;
    width: 240px;
  }
  .pay-card-2__img {
    width: 75px;
    height: 100px;
  }
  .pay-card-3 {
    height: 260px;
  }
  .pay-card-3__title {
    margin-left: 33px;
    width: 199px;
  }
  .pay-card-3__text {
    width: 240px;
    margin-left: 33px;
  }
  .pay-card-3__img {
    right: 0;
    width: 100px;
    height: 105px;
  }
  .pay-card-4 {
    height: 220px;
  }
  .pay-card-4__title {
    margin-left: 77px;
    width: 200px;
  }
  .pay-card-4__text {
    width: 230px;
    margin-left: 77px;
  }
  .pay-card-4__img {
    width: 65px;
    height: 86px;
  }
}

@media (max-width: 340px) {
  .pay__container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pay-card-1__title {
    margin-left: 17px;
  }
  .pay-card-1__text {
    width: 240px;
    margin-left: 17px;
  }
  .delivery__text {
    font-size: 21px;
  }
}

.q {
  width: 154px;
  height: 44px;
  background: rgba(1, 92, 101, 0.3);
  border-radius: 30px;
  color: black;
  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;
}

.product {
  margin-bottom: 50px;
  color: black;
}

.product__container {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.product__img {
  background: black;
  width: 520px;
  height: 550px;
  border-radius: 30px;
}

.product__img img {
  -o-object-fit: fill;
     object-fit: cover;
}

.product__title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 145%;
  margin-top: 0;
  margin-bottom: 15px;
}

.product__title--mobile {
  display: none;
}

.product__title--exist {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
  color: #00AB13;
}

.product__pay-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 570px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__functional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product__functional--basket {
  margin-left: 30px;
}

.product__price {
  margin-top: 70px;
  position: relative;
}
.product-input{
  width: 20%;
  margin-left: 3px;
  margin-right: 3px;
}
.product-unit{
  margin-bottom: 5px;
  font-size: 13px;
}
.product__price--unit {
  position: absolute;
  width: 200px;
  bottom: 38px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.7);
}
.product__price--unit span {
  display: block;
}
.product__price--value {
  font-weight: 700;
  font-size: 25px;
  line-height: 145%;
}

.product__sum {
  position: relative;
  margin-left: 20px;
}

.product__sum--text {
  position: absolute;
  bottom: 30px;
  font-weight: 300;
  font-size: 10px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.7);
}

.product__sum--value {
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
}

.product__feature {
  margin-top: 35px;
}

.product__feature--title {
  margin-bottom: 25px;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.7);
}

.product__feature--text {
  width: 670px;
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
}

.basket {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.cart {
  position: fixed;
  z-index: 99;
  right: 30px;
  top: 15vh;
  width: 650px;
  height: 400%;
  background: #EFEFEF;
  color: black;
}
.cart__wrapper{
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 15px;
  width: 90%;
  height: 40%;
  margin: auto;
  margin-top: 30px;

}
.cart__img{
  width: 80px;
  height: 60px;
  margin-left: 15px;
}
.cart__name-block{
  position: relative;
  margin-left: 15px;
  /* margin-top: 3%; */
}
.cart__name{
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 145%;
  color: #000000;
}
.cart__name--unit{
  position: absolute;
}
.cart__input{
  width: 40px;
  height: 40px;
  border: 30px;
  
}


.cart__sum span:last-child {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* not necessary*/
* {
  margin: 0;
  padding: 0;
}

.quantity-block {
  margin: auto;
  font-size: 20px;
  position: relative;
}

.quantity-arrow-minus,
.quantity-arrow-plus {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 30px;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
  border: none
}

.quantity-arrow-minus {
  left: 10px;
  background: white;
  color: #00AB13;
}

.quantity-arrow-plus {
  right: 10px;
  background: #60AF69;
  color: white;
}

.quantity-num {
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  outline: none;
  text-align: center;
  width: 150px;
  height: 48px;
  border-radius: 30px;
  background: rgba(1, 92, 101, 0.3);
  border: none;

}

@media (max-width: 1281px) {
  .product__img {
    background: black;
    border-radius: 30px;
  }
  .product__feature--text {
    width: 557px;
  }
}

@media (max-width: 1121px) {
  .product__img {
    background: black;
    width: 440px;
    height: 500px;
    border-radius: 30px;
  }
  .product__feature--text {
    width: 520px;
  }
}

@media (max-width: 1025px) {
  .product__img {
    width: 400px;
    height: 440px;
  }
  .product__title {
    font-size: 27px;
    width: 330px;
  }
  .product__title--exist {
    font-size: 17px;
  }
  .product__pay-wrapp {
    max-width: 440px;
  }
  .product__functional--basket {
    margin-left: 20px;
  }
  .product__price--value {
    font-size: 23px;
  }
  .product__sum {
    margin-left: 17px;
  }
  .product__sum--value {
    font-weight: 700;
    font-size: 20px;
    line-height: 145%;
  }
  .product__feature--text {
    width: 420px;
  }
  .q {
    width: 134px;
    height: 38px;
  }
}

@media (max-width: 921px) {
   .produc__title-vis{
       display: block;
   }
   .product__title-nan{
       display: none
   }
  .product-input{
    width: 70%;
  }
  .product__container {
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 580px;
    margin: auto;
  }
  .product__img {
    width: 100%;
    height: 420px;
  }
  .product__title {
    display: none;
  }
  .product__title--mobile {
    display: block;
    width: 500px;
  }
  .product__pay-wrapp {
    max-width: 100%;
    margin-top: 5px;
  }
  .product__functional {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* .product__functional--basket {
    display: none;
  } */
  .product__sum {
    margin-top: 40px;
  }
  .product__sum--value {
    font-size: 22px;
  }
  .product__feature--text {
    width: 100%;
  }
}

@media (max-width: 679px) {
  .product__container {
    padding-top: 30px;
    max-width: 500px;
  }
}

@media (max-width: 579px) {
  .product__container {
    max-width: 430px;
  }
  .product__title--mobile {
    font-size: 25px;
    width: 430px;
  }
  .product__img {
    height: 350px;
  }
}

@media (max-width: 481px) {
  .product__container {
    padding-top: 25px;
    max-width: 90%;
  }
  .product__title--mobile {
    font-size: 22px;
    width: 90%;
  }
  .product__img {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 468px) {
  .product__title--mobile {
    width: 80%;
  }
}

@media (max-width: 381px) {
  .product__container {
    padding-top: 20px;
    max-width: 90%;
  }
  .product__title--mobile {
    font-size: 20px;
  }
  .product__img {
    width: 100%;
    height: 270px;
  }
}

@media (max-width: 341px) {
  .product__container {
    padding-top: 15px;
  }
  .product__img {
    height: 240px;
  }
}
/*# sourceMappingURL=style.css.map */
.switch__menu{
  padding-left: 0;
  margin-bottom: 0;
}
.switch__button{
  border: none;
  background-color: #51AF5C;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.basket-button{
  cursor: pointer;
  border: 0;
  background: transparent;
}
.custom-wrapper{
  margin-top: 12vh;
}
.owl-wrapper-outer{
  border: none;
  box-shadow: none;
}
.footer{
  margin-top: 0;
  padding-top: 0;
}
.container{
  margin-top: 12vh;
}
