@font-face {
  font-family: 'arial AMU';
  src: url("../font/Arial-AMU-Regular-8891.ttf");
  src: url("../font/Arial-AMU-Bold-8892.ttf");
  font-style: normal;
}

@font-face {
  font-family: 'arm bebas';
  src: url("../font/Arm Hmks Bebas Neue Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'arial AMU';
}

.navbar__header_content, .navbar__content, .header__content, .header__small_slider, .breakfast__content,
.tasty__content, .city__content, .footer__content, .footer__social_content {
  width: 100%;
  max-width: 1920px;
  padding: 0 35px;
  margin: 0 auto;
}

.like {
  min-width: 31px;
  height: 26px;
  display: block;
}

.navbar {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1090;
  -webkit-box-shadow: 0px 0px 12px 0px #000000;
  box-shadow: 0px 0px 12px 0px #000000;
  padding: 0;
}

.navbar__header {
  width: 100%;
  background: #e0e0e0;
}

.navbar__header_content {
  padding: 4px 50px 4px 171px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1780px) {
  .navbar__header_content {
      padding: 4px 50px 4px 80px;
  }
}

@media (max-width: 1680px) {
  .navbar__header_content {
      padding: 4px 50px;
  }
}

@media (max-width: 1580px) {
  .navbar__header_content {
      padding: 4px 15px;
  }
}

.navbar__content {
  padding: 8px 79px 8px 171px;
  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;
  position: relative;
  z-index: 1080;
}

@media (max-width: 1780px) {
  .navbar__content {
      padding: 8px 50px 8px 80px;
  }
}

@media (max-width: 1680px) {
  .navbar__content {
      padding: 8px 50px;
  }
}

@media (max-width: 1580px) {
  .navbar__content {
      padding: 8px 15px;
  }
}
@media (max-width: 980px) {
  .navbar__content {
    padding: 8px;
  }
}
.navbar__magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar__magazine p {
  font-size: 15px;
  line-height: 17px;
  color: #5a5a5a;
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .navbar__magazine p {
      /*display: none;*/
      font-size: 12px;
  }
}

.navbar__magazine button {
  cursor: pointer;
  outline: none;
  background: none;
  border-radius: 12px;
  width: 32px;
  height: 18px;
  border: 1px solid #242424;
  margin: 0 12px;
  position: relative;
}

.navbar__magazine button span {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 1px;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar__magazine button span.remove {
  left: 1px;
  background: #242424;
}

.navbar__magazine button span.active {
  left: 15px;
  background: #41AA03;
}

.navbar__change {
  position: relative;
}

.navbar__change > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.navbar__change > button > span {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #5a5a5a;
  margin: 0 16px;
}

@media (max-width: 420px) {
  .navbar__change > button > span {
      margin: 0 8px;
  }
}

.navbar__change > button p {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .navbar__change > button p {
      font-size: 13px;
  }
}

.navbar__change > button p:nth-child(3) {
  position: relative;
  padding-right: 16px;
}

.navbar__change > button p:nth-child(3) img {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
}

.navbar__change .navbar__change_paths-open {
  display: none;
  opacity: 0;
  z-index: 1070;
  background: #fff;
  width: 172px;
  padding: 8px 18px 33px;
  position: absolute;
  top: 22px;
  right: -15px;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar__change .navbar__change_paths-open.active {
  display: block;
  opacity: 1;
  z-index: 1090;
}

.navbar__change .navbar__change_paths-open button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 29px;
  background: #f7f7f7;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px 10px;
}

.navbar__change .navbar__change_paths-open button img {
  display: block;
  margin-right: 6px;
}

.navbar__change .navbar__change_paths-open button span {
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  font-family: Arial, sans-serif;
}

.navbar__change .navbar__change_paths-open .language {
  width: 100%;
  position: relative;
  margin-bottom: 11px;
}

.navbar__change .navbar__change_paths-open .language__active {
  width: 100%;
  height: 29px;
  border: 1px solid #C4C4C4;
  background: none;
}

.navbar__change .navbar__change_paths-open .language__active img:last-child {
  position: absolute;
  display: block;
  right: 0;
}

.navbar__change .navbar__change_paths-open .language__hidden {
  position: absolute;
  top: 29px;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
}

.navbar__change .navbar__change_paths-open .language__hidden button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  width: 100%;
  background: #f6f6f6;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar__change .navbar__change_paths-open .language__hidden button:hover {
  background: #6e6e6e;
}

.navbar__change .navbar__change_paths-open .language__hidden.active {
  z-index: 1090;
  opacity: 1;
}

.navbar__change .navbar__change_paths-open .currency {
  width: 100%;
  position: relative;
}

.navbar__change .navbar__change_paths-open .currency__active {
  width: 100%;
  height: 29px;
  border: 1px solid #C4C4C4;
  background: none;
}

.navbar__change .navbar__change_paths-open .currency__active img:last-child {
  position: absolute;
  display: block;
  right: 0;
}

.navbar__change .navbar__change_paths-open .currency__hidden {
  position: absolute;
  top: 29px;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
}

.navbar__change .navbar__change_paths-open .currency__hidden button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 29px;
  width: 100%;
  background: #f6f6f6;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar__change .navbar__change_paths-open .currency__hidden button:hover {
  background: #6e6e6e;
}

.navbar__change .navbar__change_paths-open .currency__hidden.active {
  z-index: 1090;
  opacity: 1;
}

.navbar__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 980px) {
  .navbar__left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
}

.navbar__left_logo {
  display: block;
}

@media (max-width: 1280px) {
  .navbar__left_logo {
      width: 160px;
  }
}

@media (max-width: 980px) {
  .navbar__left_logo {
      width: 140px;
      margin-left: 10px;
  }
}

@media (max-width: 582px) {
  .navbar__left_logo {
      width: 80px;
  }
}

.navbar__left_logo img {
  display: block;
  margin-right: 40px;
}

@media (max-width: 1280px) {
  .navbar__left_logo img {
      width: 140px;
  }
}

@media (max-width: 980px) {
  .navbar__left_logo img {
      width: 100px;
      margin: 0;
  }
}

@media (max-width: 582px) {
  .navbar__left_logo img {
      width: 80px;
      margin-right: 0;
  }
}

.navbar__left_btn {
  display: block;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 980px) {
  .navbar__left_btn {
      border-radius: 50%;
      background: rgba(74, 141, 22, 0.07);
      width: 40px;
      height: 40px;
      padding: 10px;
  }

  .navbar__left_btn img {
      width: 22px;
  }
}

.navbar__left_btn:hover span {
  color: #41AA03;
}

.navbar__left_btn img {
  display: block;
  margin: 0 auto 4px;
}

@media (max-width: 980px) {
  .navbar__left_btn span {
      display: none;
  }
}

.navbar__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 408px;
}
@media (max-width: 980px) {
  .navbar__search {
    max-width: 25px;
    margin-left: auto;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .navbar__search {
    margin-right: 20px;
  }
}
.navbar__search input {
  width: 100%;
  max-width: 363px;
  border: none;
  border-bottom: 2px solid #B5B5B5;
  font-size: 13px;
  line-height: 15px;
  color: #c4c4c4;
  display: block;
  padding: 4px 0;
  outline: none;
}

@media (max-width: 980px) {
  .navbar__search input {
      display: none;
  }
}

.navbar__search_btn {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

@media (max-width: 980px) {
  .navbar__search_btn {
      margin-left: auto;
      margin-right: 20px;
  }

  .navbar__search_btn img {
      width: 25px;
      height: 25px;
  }
}

.navbar__search_btn.non {
  display: none;
}


.navbar__steps {
  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;
  width: 100%;
  max-width: 350px;
}

@media (max-width: 1280px) {
  .navbar__steps {
      max-width: 260px;
  }
}

@media (max-width: 980px) {
  .navbar__steps a span{
      display: none;
  }
  .navbar__steps {
    max-width: 160px;
  }
}

@media (max-width: 768px) {
  .navbar__steps {
      width: auto;
      max-width: 100%;
  }
}

.navbar__steps button {
  position: relative;
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
  display: block;
}

@media (max-width: 980px) {
  .navbar__steps button {
      height: 40px;
  }

  .navbar__steps button span:not(.quantity) {
      display: none;
  }
}

@media (max-width: 768px) {
  .navbar__steps button {
      margin-left: 20px;
  }
}

.navbar__steps button:hover span {
  color: #41AA03;
}

.navbar__steps img {
  display: block;
  margin: 0 auto 6px;
}

@media (max-width: 980px) {
  .navbar__steps img {
      width: 25px;
  }
}
@media (max-width: 980px) {
  img.like {
    height: 21px;
    min-width: 0;
  }
}

.navbar__steps a,
.navbar__steps span {
  text-decoration: none;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  color: #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar__steps a:hover span {
  color: #41AA03;
}


.navbar__steps span.quantity {
  background: #FF9503;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  display: block;
  text-align: center;
  padding: 4px 3px;
  top: -6px;
  right: 6px;
}

.basket__modal {
  position: fixed;
  z-index: -2;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding-top: 126px;
}

@media (max-width: 1280px) {
  .basket__modal {
      padding-top: 110px;
  }
}

@media (max-width: 1040px) {
  .basket__modal {
      padding-top: 109px;
  }
}

@media (max-width: 980px) {
  .basket__modal {
      padding-top: 89px;
  }
}

.basket__modal_content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;
  overflow-x: hidden;
}

.basket__modal_content .basket {
  position: relative;
  width: 100%;
  max-width: 360px;
  min-height: 100%;
  right: -25%;
  margin-left: auto;
  background: #fff;
}

.basket__modal_content .basket .close__basket {
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 30px;
  top: 2px;
  right: 18px;
}

.basket__modal_content .basket h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0px;
  padding: 10px 0 10px 20px;
  background: #41AA03;
  color: #fff;
}

.basket__modal_content .basket__products > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 15px;
  border-bottom: 2px solid #c4c4c4;
  border-top: 2px solid #c4c4c4;
}

.basket__modal_content .basket__products > article > div:nth-child(2) {
  padding-top: 20px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

.basket__modal_content .basket__products > article .delete__product {
  position: absolute;
  /*top: 50px;*/
  right: 15px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  background: none;
  color: #ff0000;
  outline: none;
}

.basket__modal_content .basket__products > article > div:first-child img {
  display: block;
  width: 65px;
  margin: 0 auto 10px;
}

.basket__modal_content .basket__products > article > div:first-child .product__quantity {
  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;
}

.basket__modal_content .basket__products > article > div:first-child .product__quantity button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  background: #41AA03;
  width: 24px;
  height: 24px;
  border-radius: 2px;
}

.basket__modal_content .basket__products > article > div:first-child .product__quantity input {
  background: none;
  outline: none;
  text-align: center;
  margin: 0 5px;
  max-width: 75px;
  border-radius: 2px;
}

.basket__modal_content .basket__products > article > div:last-child p {
  margin-bottom: 5px;
  text-align: right;
}

.basket__modal_content .basket__products > article > div:last-child > span {
  font-size: 18px;
  line-height: 24px;
  color: #444444;
}

@media (max-width: 360px) {
  .basket__modal_content .basket__products > article > div:last-child > span {
      font-size: 16px;
  }
}

.basket__modal_content .basket__products > article > div:last-child p:last-child {
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 0;
}

.basket__modal_content .basket__total {
  padding: 15px;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

.basket__modal_content .basket__total p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__modal_content .basket__total .basket__total_send p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket-btns {
  padding: 0 15px 15px 10px;
}

.basket-btns a {
  text-decoration: none;
  background: #41AA03;
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 12px;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
}

.basket-btns a:nth-child(1) {
  margin-bottom: 30px;
}

.basket__modal_content .basket__total .basket__total_send p span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.basket__modal_content .basket__total .basket__total_send p span:first-child {
  font-size: 20px;
}

.send_finish {
  padding-bottom: 10px;
}

.basket__modal_content .basket > .buba-total > .send_finish a {
  text-decoration: none;
  display: block;
  margin: 0 15px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 30px;
  background: #4A8D16;
  padding: 10px;
  margin: 10px auto 0;
  max-width: 240px;
  color: #fff;
  text-align: center;
}

.navbar__menu {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000090;
}

.navbar__menu_content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  overflow-y: scroll;
}

.navbar__menu_content ul {
  top: 0;
}

.navbar__menu .close__menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
}

.navbar__menu .open__wrap,
.navbar__menu .close__wrap {
  position: relative;
  display: none;
  border: none;
  outline: none;
  background: none;
  padding: 8px 15px;
}

@media (max-width: 768px) {
  .navbar__menu .open__wrap,
  .navbar__menu .close__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
    .basket__modal_content .basket > .buba-total > .send_finish a{
        display: unset;
    }
}

.navbar__menu .close__wrap {
  width: 100%;
  height: 40px;
  background: #00000020;
  margin-top: -45px;
  margin-bottom: 20px;
}

.navbar__menu .close__wrap::after {
  content: '\2039';
  position: absolute;
  top: -8px;
  display: block;
  font-size: 32px;
  color: #4A8D16;
}

.navbar__menu .open__wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  margin-left: 5px;
  margin-left: auto;
}

.navbar__menu .open__wrap::after {
  position: absolute;
  content: '\203A';
  top: -8px;
  display: block;
  font-size: 32px;
  color: #4A8D16;
}

.navbar__menu .close__wrap-3 {
  margin-top: -60px;
}

.navbar__menu .close__wrap-4 {
  margin-top: -60px;
}

.navbar__menu li a {
  -webkit-transition: .2s;
  transition: .2s;
}

.navbar__menu .first__wrap {
  position: absolute;
  background: #fff;
  top: 0;
  left: -25%;
  width: 25%;
  min-height: 100%;
  padding: 225px 0 100px;
  list-style: none;
  z-index: 1090;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) {
  .navbar__menu .first__wrap > .wrap:hover > .second__wrap {
      display: block;
  }
}

@media (max-width: 1440px) {
  .navbar__menu .first__wrap {
      padding: 170px 0 35px;
  }
}

@media (max-width: 1280px) {
  .navbar__menu .first__wrap {
      padding: 150px 0 15px;
  }
}
@media (max-width: 980px) {
  .navbar__menu .first__wrap {
    padding: 100px 0 15px;
  }
}
@media (max-width: 768px) {
  .navbar__menu .first__wrap {
      width: 40%;
  }
}

@media (max-width: 582px) {
  .navbar__menu .first__wrap {
      width: 50%;
  }
}

@media (max-width: 480px) {
  .navbar__menu .first__wrap {
      width: 100%;
  }
}

.navbar__menu .first__wrap.active {
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar__menu .first__wrap .close__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.navbar__menu .first__wrap > li:hover > a {
  color: #41AA03;
}

.navbar__menu .first__wrap ul {
  list-style: none;
  height: 100vh;
}

.navbar__menu .first__wrap img {
  display: block;
  margin-right: 22px;
    height: 70px;
}

@media (max-width: 1280px) {
  .navbar__menu .first__wrap img {
      margin-right: 10px;
  }
}

.navbar__menu .first__wrap a {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  color: #BBBEC2;
}

@media (max-width: 1440px) {
  .navbar__menu .first__wrap a {
      font-size: 16px;
  }
}

@media (max-width: 1040px) {
  .navbar__menu .first__wrap a {
      font-size: 14px;
  }
}

.navbar__menu .first__wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__menu .first__wrap > li {
  width: 100%;
  padding: 0 70px;
}

@media (max-width: 1780px) {
  .navbar__menu .first__wrap > li {
      padding: 0 50px;
  }
}

@media (max-width: 1600px) {
  .navbar__menu .first__wrap > li {
      padding: 0 0 0 30px;
  }
}

@media (max-width: 1280px) {
  .navbar__menu .first__wrap > li {
      padding: 0 0 0 15px;
  }
}

.navbar__menu .first__wrap li:not(:last-child) {
  margin-bottom: 44px;
}

@media (max-width: 1780px) {
  .navbar__menu .first__wrap li:not(:last-child) {
      margin-bottom: 35px;
  }
}

@media (max-width: 1600px) {
  .navbar__menu .first__wrap li:not(:last-child) {
      margin-bottom: 25px;
  }
}

@media (max-width: 1440px) {
  .navbar__menu .first__wrap li:not(:last-child) {
      margin-bottom: 15px;
  }
}

.navbar__menu .first__wrap .second__wrap {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 100%;
  padding: 226px 0 100px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1440px) {
  .navbar__menu .first__wrap .second__wrap {
      padding: 170px 0 35px;
  }
}

@media (max-width: 1280px) {
  .navbar__menu .first__wrap .second__wrap {
      padding: 150px 0 15px;
  }
}
@media (max-width: 980px) {
  .navbar__menu .second__wrap {
    padding: 100px 0 15px;
  }
}
  .navbar__menu .first__wrap .second__wrap > .wrap:hover > .third__wrap {
      display: block;
  }

@media (max-width: 768px) {
  .navbar__menu .first__wrap .second__wrap {
      left: 0;
  }
}

.navbar__menu .first__wrap .second__wrap > li:hover > a {
  color: #41AA03;
}

.navbar__menu .first__wrap .third__wrap {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 100%;
  z-index: -2;
  padding: 226px 0 100px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1440px) {
  .navbar__menu .first__wrap .third__wrap {
      padding: 170px 0 35px;
  }
}

@media (max-width: 1280px) {
  .navbar__menu .first__wrap .third__wrap {
      padding: 150px 0 15px;
  }
}
@media (max-width: 980px) {
  .navbar__menu .third__wrap {
    padding: 100px 0 15px;
  }
}
  .navbar__menu .first__wrap .third__wrap > .wrap:hover > .fourth__wrap {
      display: block;
  }

@media (max-width: 768px) {
  .navbar__menu .first__wrap .third__wrap {
      left: 0;
  }
}

.navbar__menu .first__wrap .third__wrap > li:hover > a {
  color: #41AA03;
}

.navbar__menu .first__wrap .fourth__wrap {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 100%;
  z-index: -2;
  padding: 226px 0 100px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1440px) {
  .navbar__menu .first__wrap .fourth__wrap {
      padding: 170px 0 35px;
  }
}

@media (max-width: 1280px) {
  .navbar__menu .first__wrap .fourth__wrap {
      padding: 150px 0 15px;
  }
}
@media (max-width: 980px) {
  .navbar__menu .fourth__wrap {
    padding: 100px 0 15px;
  }
}
@media (max-width: 768px) {
  .navbar__menu .first__wrap .fourth__wrap {
      left: 0;
  }
}

.navbar__menu .first__wrap .fourth__wrap > li:hover > a {
  color: #41AA03;
}

.entrance {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  z-index: 1090;
}

.entrance__content {
  display: block;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: 0px 0px 46px -9px #000000;
  box-shadow: 0px 0px 46px -9px #000000;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1090;
  padding: 25px;
  background: #fff;
}

.entrance__content .close__btn {
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  right: 24px;
  top: 16px;
  background: none;
}

.entrance__content input,
.entrance__content button {
  display: block;
}

.entrance__content > input {
  width: 100%;
  border: none;
  outline: none;
  background: #F3F3F3;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #B6B6B6;
}

.entrance__content h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.entrance__content .restore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entrance__content .restore button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  color: #8f8f8f;
}
#forgot {
  display: none;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: 0px 0px 46px -9px #000000;
  box-shadow: 0px 0px 46px -9px #000000;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1090;
  padding: 25px;
  background: #fff;
}
#forgot button.check__btn {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0 auto 16px;
  width: 100%;
  max-width: 250px;
  padding: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  background: #4A8D16;
  border-radius: 95px;
}
#forgot input {
  width: 100%;
  border: none;
  outline: none;
  background: #F3F3F3;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #B6B6B6;
}
#forgot button.close__btn {
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  right: 24px;
  top: 16px;
  background: none;
}
#forgot h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
.entrance__social {
  display: flex;
  justify-content: center;
}
.entrance__social img {
  display: block;
  margin: 20px 10px 0;
}
.entrance__content .restore div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entrance__content .restore div input[type=checkbox] {
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin-right: 3px;
}

.entrance__content .restore div label {
  font-size: 14px;
  line-height: 21px;
  font-family: arial, sans-serif;
}

.entrance__content input[type=submit] {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 16px auto;
  max-width: 250px;
  padding: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  background: #4A8D16;
  border-radius: 95px;
}

.entrance__content a {
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  color: #8f8f8f;
}

.entrance__content a:hover {
  text-decoration: underline;
}

.entrance .check__btn {
  background: none;
  cursor: pointer;
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  color: #4A8D16;
  font-size: 20px;
  line-height: 24px;
}

.check {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  z-index: 1090;
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px -9px #000000;
  box-shadow: 0px 0px 46px -9px #000000;
  border-radius: 5px;
}

.check .close__check {
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  right: 24px;
  top: 16px;
  background: none;
}

.check > input {
  width: 100%;
  border: none;
  outline: none;
  background: #F3F3F3;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #B6B6B6;
}

.check h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.check input[type=submit] {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 16px auto;
  max-width: 250px;
  padding: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  background: #4A8D16;
  border-radius: 95px;
}

.search__modal,
.search__modal_mob {
  position: fixed;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: #00000099;
  -webkit-transition: .2s;
  transition: .2s;
  height: 0;
}

.search__modal.active,
.search__modal_mob.active {
  padding: 126px 0 0;
  height: 100vh;
  z-index: 1080;
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}

.search__modal .search__product_show,
.search__modal_mob .search__product_show {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.search__modal .search__product_show .product,
.search__modal_mob .search__product_show .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  background: #f6f6f6;
  margin-bottom: 15px;
}

@media (max-width: 980px) {
  .search__modal .search__product_show .product,
  .search__modal_mob .search__product_show .product {
      max-width: 680px;
      margin: 0 0 15px 15px;
  }
}

@media (max-width: 768px) {
  .search__modal .search__product_show .product,
  .search__modal_mob .search__product_show .product {
      padding: 10px;
      max-width: 100%;
      margin-left: 0;
  }
    .buba-total{
        padding-bottom: 160px;
    }
}

@media (max-width: 380px) {
  .search__modal .search__product_show .product,
  .search__modal_mob .search__product_show .product {
      padding: 10px 10px 55px;
  }
}

.search__modal .search__product_show .product .product__img,
.search__modal_mob .search__product_show .product .product__img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 110px;
  height: 110px;
  margin-right: 60px;
}

@media (max-width: 980px) {
  .search__modal .search__product_show .product .product__img,
  .search__modal_mob .search__product_show .product .product__img {
      margin-right: 15px;
      width: 100px;
      height: 100px;
  }
}

@media (max-width: 768px) {
  .search__modal .search__product_show .product .product__img,
  .search__modal_mob .search__product_show .product .product__img {
      width: 80px;
      height: 80px;
  }
}

@media (max-width: 582px) {
  .search__modal .search__product_show .product .product__img,
  .search__modal_mob .search__product_show .product .product__img {
      margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .search__modal .search__product_show .product .product__img,
  .search__modal_mob .search__product_show .product .product__img {
      width: 75px;
      height: 75px;
  }
}

.search__modal .search__product_show .product .name,
.search__modal_mob .search__product_show .product .name {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .search__modal .search__product_show .product .name,
  .search__modal_mob .search__product_show .product .name {
      margin-right: 20px;
  }
}

@media (max-width: 520px) {
  .search__modal .search__product_show .product .name,
  .search__modal_mob .search__product_show .product .name {
      margin-right: 10px;
  }
}

@media (max-width: 420px) {
  .search__modal .search__product_show .product .name,
  .search__modal_mob .search__product_show .product .name {
      margin-top: 35px;
      min-width: 145px;
  }
}

@media (max-width: 380px) {
  .search__modal .search__product_show .product .name,
  .search__modal_mob .search__product_show .product .name {
      margin-top: 0;
      min-width: 0;
  }

  .search__modal .search__product_show .product .name > div,
  .search__modal_mob .search__product_show .product .name > div {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 90px;
      max-width: 230px;
  }
}

.search__modal .search__product_show .product .name h3,
.search__modal_mob .search__product_show .product .name h3 {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
}

@media (max-width: 980px) {
  .search__modal .search__product_show .product .name h3,
  .search__modal_mob .search__product_show .product .name h3 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .search__modal .search__product_show .product .name h3,
  .search__modal_mob .search__product_show .product .name h3 {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 15px;
  }
}

@media (max-width: 582px) {
  .search__modal .search__product_show .product .name h3,
  .search__modal_mob .search__product_show .product .name h3 {
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  .search__modal .search__product_show .product .name h3,
  .search__modal_mob .search__product_show .product .name h3 {
      font-size: 14px;
  }
}

@media (max-width: 420px) {
  .search__modal .search__product_show .product .name h3,
  .search__modal_mob .search__product_show .product .name h3 {
      position: absolute;
      top: 10px;
      margin-bottom: 0;
  }
}

@media (max-width: 380px) {
  .search__modal .search__product_show .product .name h3,
  .search__modal_mob .search__product_show .product .name h3 {
      position: relative;
      top: 0;
  }
}

.search__modal .search__product_show .product .search__quantity,
.search__modal_mob .search__product_show .product .search__quantity {
  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;
  position: relative;
  width: 100%;
  max-width: 45px;
  height: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

.search__modal .search__product_show .product .search__quantity.active,
.search__modal_mob .search__product_show .product .search__quantity.active {
  max-width: 130px;
}

@media (max-width: 1440px) {
  .search__modal .search__product_show .product .search__quantity.active,
  .search__modal_mob .search__product_show .product .search__quantity.active {
      max-width: 110px;
  }
}

@media (max-width: 1140px) {
  .search__modal .search__product_show .product .search__quantity.active,
  .search__modal_mob .search__product_show .product .search__quantity.active {
      max-width: 95px;
  }
}

.search__modal .search__product_show .product .search__quantity button,
.search__modal_mob .search__product_show .product .search__quantity button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
}

.search__modal .search__product_show .product .search__quantity-btn,
.search__modal_mob .search__product_show .product .search__quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1020;
  background: #FF9503;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

.search__modal .search__product_show .product .search__quantity-btn:hover,
.search__modal_mob .search__product_show .product .search__quantity-btn:hover {
  background: #41AA03;
}

@media (max-width: 1440px) {
  .search__modal .search__product_show .product .search__quantity-btn,
  .search__modal_mob .search__product_show .product .search__quantity-btn {
      width: 36px;
      height: 36px;
  }

  .search__modal .search__product_show .product .search__quantity-btn > img,
  .search__modal_mob .search__product_show .product .search__quantity-btn > img {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0 auto;
  }
}

.search__modal .search__product_show .product .search__quantity-quantity,
.search__modal_mob .search__product_show .product .search__quantity-quantity {
  position: absolute;
  z-index: 1010;
  right: 0;
  top: 0;
  width: 100%;
  height: 45px;
  border-radius: 23px;
  background: #41AA03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1440px) {
  .search__modal .search__product_show .product .search__quantity-quantity,
  .search__modal_mob .search__product_show .product .search__quantity-quantity {
      height: 36px;
  }
}

.search__modal .search__product_show .product .search__quantity-quantity button,
.search__modal_mob .search__product_show .product .search__quantity-quantity button {
  background: none;
  color: #fff;
  font-size: 24px;
  width: 45px;
  height: 45px;
}

@media (max-width: 1440px) {
  .search__modal .search__product_show .product .search__quantity-quantity button,
  .search__modal_mob .search__product_show .product .search__quantity-quantity button {
      width: 36px;
      height: 36px;
  }
}

.search__modal .search__product_show .product .search__quantity-quantity input,
.search__modal_mob .search__product_show .product .search__quantity-quantity input {
  border: none;
  outline: none;
  background: none;
  width: 20px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1140px) {
  .search__modal .search__product_show .product .search__quantity-quantity input,
  .search__modal_mob .search__product_show .product .search__quantity-quantity input {
      font-size: 18px;
  }
}

@media (max-width: 582px) {
  .search__modal .search__product_show .product .search__quantity,
  .search__modal_mob .search__product_show .product .search__quantity {
      margin-top: 44px;
      margin-left: auto;
  }
}

@media (max-width: 520px) {
  .search__modal .search__product_show .product .search__quantity,
  .search__modal_mob .search__product_show .product .search__quantity {
      width: 110px;
      height: 30px;
  }
}

@media (max-width: 380px) {
  .search__modal .search__product_show .product .search__quantity,
  .search__modal_mob .search__product_show .product .search__quantity {
      position: absolute;
      top: 55px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 130px;
  }
}

.search__modal .search__product_show .product p,
.search__modal_mob .search__product_show .product p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

@media (max-width: 768px) {
  .search__modal .search__product_show .product p,
  .search__modal_mob .search__product_show .product p {
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .search__modal .search__product_show .product p,
  .search__modal_mob .search__product_show .product p {
      font-size: 12px;
  }
}

@media (max-width: 380px) {
  .search__modal .search__product_show .product p,
  .search__modal_mob .search__product_show .product p {
      font-size: 14px;
  }
}

.search__modal .search__product_show .product .prize,
.search__modal_mob .search__product_show .product .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .search__modal .search__product_show .product .prize:first-child,
  .search__modal_mob .search__product_show .product .prize:first-child {
      margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .search__modal .search__product_show .product .prize:first-child,
  .search__modal_mob .search__product_show .product .prize:first-child {
      margin-bottom: 5px;
  }
}

@media (max-width: 420px) {
  .search__modal .search__product_show .product .prize:first-child,
  .search__modal_mob .search__product_show .product .prize:first-child {
      margin-bottom: 0;
  }
}

.search__modal .search__product_show .product .stock__img,
.search__modal_mob .search__product_show .product .stock__img {
  position: absolute;
  width: 40px;
  top: -4px;
  right: 4px;
}

@media (max-width: 582px) {
  .search__modal .search__product_show .product .stock__img,
  .search__modal_mob .search__product_show .product .stock__img {
      width: 30px;
  }
}

.search__modal_content,
.search__modal_mob_content {
  position: relative;
  width: 100%;
  max-width: 768px;
  padding-top: 20px;
  margin: 0 auto;
  z-index: 1090;
}

@media (max-width: 768px) {
  .search__modal_content,
  .search__modal_mob_content {
      padding: 40px 15px 0;
  }
}

@media (max-width: 480px) {
  .search__modal_content,
  .search__modal_mob_content {
      padding: 40px 0 0;
  }
}

.search__modal_content p,
.search__modal_mob_content p {
  color: #f4f4f4;
  text-align: center;
}

.search__modal_content > button,
.search__modal_mob_content > button {
  display: block;
  border: none;
  background: none;
  outline: none;
  color: #ff0000;
  font-size: 24px;
  line-height: 1;
  width: 50px;
  height: 50px;
  padding: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .search__modal_content > button,
  .search__modal_mob_content > button {
      right: 15px;
      top: -10px;
  }
}

.search__modal .search__mob {
  position: relative;
  z-index: 1090;
  outline: none;
  background: #00000099;
  padding: 15px;
  color: #fff;
  width: 100%;
  display: none;
  border: none;
  border-bottom: 1px solid #000;
  height: 60px;
  margin-top: -36px;
}

@media (max-width: 980px) {
  .search__modal .search__mob {
    display: block;
  }
}
.search__modal .search__mob::-webkit-input-placeholder,
.search__modal_mob .search__mob::-webkit-input-placeholder {
  color: #fff;
}

.search__modal .search__mob:-ms-input-placeholder,
.search__modal_mob .search__mob:-ms-input-placeholder {
  color: #fff;
}

.search__modal .search__mob::-ms-input-placeholder,
.search__modal_mob .search__mob::-ms-input-placeholder {
  color: #fff;
}

.search__modal .search__mob::placeholder,
.search__modal_mob .search__mob::placeholder {
  color: #fff;
}

@media (max-width: 768px) {
  .search__modal .search__mob,
  .search__modal_mob .search__mob {
      height: 45px;
      padding: 12px 15px;
  }
}

.header {
  width: 100%;
  padding: 126px 0;
}

@media (max-width: 1680px) {
  .header {
      padding: 126px 0 20px;
  }
}

@media (max-width: 980px) {
  .header {
      padding: 70px 0 20px;
  }
}

.header__content {
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 675px;
}

@media (max-width: 1440px) {
  .header__content {
      padding: 35px 15px;
      height: 536px;
  }
}
@media (max-width: 1280px) {
  .header__content {
      height: 484px;
  }
}
@media (max-width: 980px) {
  .header__content {
      height: 350px;
  }
}
@media (max-width: 768px) {
  .header__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
  }
}

.header__slide {
  height: 100%;
}

.header__slide .slide {
  height: 100%;
}

.header__slider {
  position: relative;
  z-index: 1;
  width: 71%;
}

@media (max-width: 768px) {
  .header__slider {
      width: 100%;
  }
}

.header__slider .next {
  font-size: 64px;
  width: 10%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 13px;
}

.header__slider .prev {
  font-size: 64px;
  width: 10%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 13px;
  z-index: 1050;
}

.header__slider .header__slider_dots {
  position: absolute;
  height: 9px;
  bottom: 21px;
  width: 100%;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header__slider .header__slider_dots > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 75px;
  margin-right: 24px;
}

.header__slider .header__slider_dots button {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
}

.header__slider .header__slider_dots button.active {
  background: #41AA03;
}

.header__slider_desc {
  position: absolute;
  top: 0;
  left: 0;
  background: #4A8D16;
  -webkit-clip-path: polygon(0% 0, 75% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0, 75% 0%, 100% 100%, 0% 100%);
  width: 50%;
  z-index: 1080;
  height: 100%;
}

@media (max-width: 420px) {
  .header__slider_desc {
      display: none;
  }
}

.header__slider_desc h2 {
  color: #fff;
  font-size: 96px;
  line-height: 1;
  margin: 170px 0 44px 35px;
  text-transform: uppercase;
  font-family: 'arm bebas';
}

@media (max-width: 1920px) {
  .header__slider_desc h2 {
      font-size: 82px;
  }
}

@media (max-width: 1680px) {
  .header__slider_desc h2 {
      font-size: 64px;
  }
}

@media (max-width: 1440px) {
  .header__slider_desc h2 {
      margin: 120px 0 44px 35px;
  }
}

@media (max-width: 1280px) {
  .header__slider_desc h2 {
      margin: 90px 0 40px 35px;
      font-size: 48px;
  }
}

@media (max-width: 980px) {
  .header__slider_desc h2 {
      margin: 60px 35px 35px;
      font-size: 32px;
  }
}

@media (max-width: 582px) {
  .header__slider_desc h2 {
      font-size: 28px;
      margin: 35px;
  }
}

@media (max-width: 480px) {
  .header__slider_desc h2 {
      margin: 20px;
  }
}

.header__slider_desc a {
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: block;
  margin-left: 35px;
  background: #FFFFFF;
  color: #000;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 10px 18px;
  max-width: 148px;
}

.header__slider_path {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header__slider_path img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.header__slider img {
  display: block;
  width: 100%;
}

.header__new {
  position: relative;
  margin-left: 35px;
  width: 29%;
  height: 100%;
  min-width: 400px;
}

@media (max-width: 1280px) {
  .header__new {
      margin-left: 15px;
      min-width: 0;
  }
}

@media (max-width: 768px) {
  .header__new {
      width: 100%;
      margin-top: 15px;
      margin-left: 0;
  }
}

.header__new > div:first-child {
  margin-bottom: 30px;
}

@media (max-width: 980px) {
  .header__new > div:first-child {
      margin-bottom: 15px;
  }
}

.header__new .zoom {
  position: relative;
  overflow: hidden;
  height: 286px;
}
@media (max-width: 1440px) {
  .header__new .zoom {
    height: 218px;
  }
}
@media (max-width: 1280px) {
  .header__new .zoom {
    height: 192px;
  }
}
@media (max-width: 980px) {
  .header__new .zoom {
    height: 133px;
  }
}
@media (max-width: 980px) {
  .header__new .zoom {
    height: auto;
  }
}
.header__new .zoom img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 768px) {
  .header__new .zoom img {
      -o-object-fit: cover;
      object-fit: cover;
      height: auto;
      max-height: 230px;
  }
}

@media (max-width: 582px) {
  .header__new .zoom img {
      max-height: 200px;
  }
}

.header__new .zoom img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.header__new h3 {
  position: absolute;
  padding: 0 7px 0 84px;
  top: 25px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 72px;
  background: linear-gradient(269.92deg, #F46100 3.57%, rgba(244, 97, 0, 0) 95.29%);
}

@media (max-width: 1680px) {
  .header__new h3 {
      padding: 0 7px 0 120px;
      font-size: 64px;
  }
}

@media (max-width: 1520px) {
  .header__new h3 {
      width: 100%;
      padding: 0 7px;
      text-align: right;
      font-size: 52px;
  }
}

@media (max-width: 980px) {
  .header__new h3 {
      font-size: 32px;
  }
}

.header .slider {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 35px;
}

@media (max-width: 1860px) {
  .header .slider {
      max-width: 1680px;
  }
}

@media (max-width: 1780px) {
  .header .slider {
      max-width: 1580px;
  }
}

@media (max-width: 1680px) {
  .header .slider {
      max-width: 1440px;
  }
}

@media (max-width: 1560px) {
  .header .slider {
      max-width: 1400px;
  }
}

@media (max-width: 1440px) {
  .header .slider {
      max-width: 1280px;
  }
}

@media (max-width: 1040px) {
  .header .slider {
      padding: 0 15px;
  }
}

.header .slider .prev,
.header .slider .next {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1050;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.31);
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
  font-size: 36px;
  padding-bottom: 6px;
  line-height: 0;
  color: #41AA03;
  background: #fff;
}

@media (max-width: 1280px) {
  .header .slider .prev,
  .header .slider .next {
      width: 32px;
      height: 32px;
  }
}

@media (max-width: 1040px) {
  .header .slider .prev,
  .header .slider .next {
      display: none;
  }
}

.header .slider .prev {
  left: 35px;
}

@media (max-width: 1860px) {
  .header .slider .prev {
      left: 0;
  }
}

@media (max-width: 1280px) {
  .header .slider .prev {
      left: 15px;
  }
}

.header .slider .next {
  right: 35px;
}

@media (max-width: 1860px) {
  .header .slider .next {
      right: 0;
  }
}

@media (max-width: 1280px) {
  .header .slider .next {
      right: 15px;
  }
}

.header__small_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  height: 260px;
  padding: 6px 0px 53px;
}

@media (max-width: 1440px) {
  .header__small_slider {
      padding: 0 15px;
      height: 240px;
  }
}

@media (max-width: 1440px) {
  .header__small_slider {
      height: 205px;
  }
}

@media (max-width: 1040px) {
  .header__small_slider {
      overflow-x: scroll;
      height: 190px;
  }
}

.header__small_slider::-webkit-scrollbar {
  height: 6px;
  border-radius: 5px;
}

.header__small_slider::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 5px;
}

.header__small_slider::-webkit-scrollbar-thumb {
  background: #4fd403;
  border-radius: 6px;
}

.header__small_slider .header__small_slide {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 14 ];
  grid-template-columns: repeat(14, 1fr);
  width: 200%;
  position: absolute;
  top: 0;
  left: 0%;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__small_slider .header__small_slide a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}

@media (max-width: 1680px) {
  .header__small_slider .header__small_slide a {
      max-width: 180px;
  }
}

@media (max-width: 1280px) {
  .header__small_slider .header__small_slide a {
      font-size: 14px;
  }
}

@media (max-width: 1040px) {
  .header__small_slider .header__small_slide a {
      min-width: 130px;
  }
}

.header__small_slider .header__small_slide img {
  display: block;
  margin: 20px auto;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  width: 138px;
  height: 138px;
}

@media (max-width: 1440px) {
  .header__small_slider .header__small_slide img {
      width: 100px;
      height: 100px;
  }
}

@media (max-width: 1280px) {
  .header__small_slider .header__small_slide img {
      width: 80px;
      height: 80px;
  }
}

.header__small_slider .header__small_slide img:hover {
  border: 7px solid #41AA03;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(1px 0px 12px #358506);
  filter: drop-shadow(1px 0px 12px #358506);
  -webkit-transition: .2s;
  transition: .2s;
}

.breakfast,
.tasty {
  width: 100%;
}

.breakfast .all,
.tasty .all {
  font-size: 18px;
  line-height: 20px;
  color: #358506;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  right: 90px;
  top: 130px;
}

@media (max-width: 1680px) {
  .breakfast .all,
  .tasty .all {
      top: 100px;
  }
}

@media (max-width: 1440px) {
  .breakfast .all,
  .tasty .all {
      top: 70px;
      right: 70px;
  }
}

@media (max-width: 1280px) {
  .breakfast .all,
  .tasty .all {
      right: 45px;
  }
}

@media (max-width: 1040px) {
  .breakfast .all,
  .tasty .all {
      right: 15px;
  }
}

@media (max-width: 768px) {
  .breakfast .all,
  .tasty .all {
      top: 55px;
  }
}

@media (max-width: 380px) {
  .breakfast .all,
  .tasty .all {
      top: 80px;
  }
}

.breakfast__content,
.tasty__content {
  position: relative;
  padding: 35px 75px 50px;
}

@media (max-width: 1680px) {
  .breakfast__content,
  .tasty__content {
      padding: 35px 60px;
  }
}

@media (max-width: 1440px) {
  .breakfast__content,
  .tasty__content {
      padding: 35px 55px;
  }
}

@media (max-width: 1280px) {
  .breakfast__content,
  .tasty__content {
      padding: 35px 15px;
  }
}

.breakfast__content h2,
.tasty__content h2 {
  font-size: 80px;
  line-height: 96px;
  margin-bottom: 32px;
  font-family: 'arm bebas';
  text-transform: uppercase;
  font-weight: 400;
}

@media (max-width: 1680px) {
  .breakfast__content h2,
  .tasty__content h2 {
      font-size: 64px;
      line-height: 66px;
  }
}

@media (max-width: 1440px) {
  .breakfast__content h2,
  .tasty__content h2 {
      font-size: 48px;
      line-height: 50px;
  }
}

@media (max-width: 1280px) {
  .breakfast__content h2,
  .tasty__content h2 {
      margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .breakfast__content h2,
  .tasty__content h2 {
      font-size: 36px;
      margin-bottom: 0;
  }
}

@media (max-width: 380px) {
  .breakfast__content h2,
  .tasty__content h2 {
      margin-bottom: 20px;
  }
}

.breakfast .slider,
.tasty .slider {
  position: relative;
  width: 100%;
}

.breakfast .slider .prev,
.breakfast .slider .next,
.tasty .slider .prev,
.tasty .slider .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1050;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.31);
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
  font-size: 36px;
  padding-bottom: 6px;
  line-height: 0;
  color: #41AA03;
  background: #fff;
}

@media (max-width: 1440px) {
  .breakfast .slider .prev,
  .breakfast .slider .next,
  .tasty .slider .prev,
  .tasty .slider .next {
      width: 32px;
      height: 32px;
  }
}

@media (max-width: 1040px) {
  .breakfast .slider .prev,
  .breakfast .slider .next,
  .tasty .slider .prev,
  .tasty .slider .next {
      display: none;
  }
}

.breakfast .slider .prev,
.tasty .slider .prev {
  left: -60px;
}

@media (max-width: 1680px) {
  .breakfast .slider .prev,
  .tasty .slider .prev {
      left: -45px;
  }
}

@media (max-width: 1280px) {
  .breakfast .slider .prev,
  .tasty .slider .prev {
      left: -10px;
      z-index: 1040;
  }
}

.breakfast .slider .next,
.tasty .slider .next {
  right: -60px;
}

@media (max-width: 1680px) {
  .breakfast .slider .next,
  .tasty .slider .next {
      right: -45px;
  }
}

@media (max-width: 1280px) {
  .breakfast .slider .next,
  .tasty .slider .next {
      right: -10px;
      z-index: 1040;
  }
}

.breakfast__slider,
.tasty__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  height: 430px;
  padding-left: 20px;
}

@media (max-width: 1860px) {
  .breakfast__slider,
  .tasty__slider {
      height: 404px;
  }
}

@media (max-width: 1780px) {
  .breakfast__slider,
  .tasty__slider {
      height: 384px;
  }
}

@media (max-width: 1680px) {
  .breakfast__slider,
  .tasty__slider {
      height: 364px;
  }
}

@media (max-width: 1440px) {
  .breakfast__slider,
  .tasty__slider {
      height: 330px;
  }
}

@media (max-width: 1280px) {
  .breakfast__slider,
  .tasty__slider {
      height: 315px;
  }
}

@media (max-width: 1140px) {
  .breakfast__slider,
  .tasty__slider {
      height: 321px;
  }
}

@media (max-width: 1040px) {
  .breakfast__slider,
  .tasty__slider {
      overflow-x: scroll;
  }
}

.breakfast__slider::-webkit-scrollbar,
.tasty__slider::-webkit-scrollbar {
  height: 6px;
  border-radius: 5px;
}

.breakfast__slider::-webkit-scrollbar-track,
.tasty__slider::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 5px;
}

.breakfast__slider::-webkit-scrollbar-thumb,
.tasty__slider::-webkit-scrollbar-thumb {
  background: #4fd403;
  border-radius: 6px;
}

.breakfast__slider_path,
.tasty__slider_path {
  display: flex;
  grid-gap: 25px;
  position: absolute;
  top: 0;
  left: 0%;
  width: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1680px) {
  .breakfast__slider_path,
  .tasty__slider_path {
      grid-gap: 15px;
  }
}

@media (max-width: 1440px) {
  .breakfast__slider_path,
  .tasty__slider_path {
      grid-gap: 10px;
  }
}

@media (max-width: 1140px) {
  .breakfast__slider_path,
  .tasty__slider_path {
      grid-gap: 5px;
  }
}

@media (max-width: 1040px) {
  .breakfast__slider_path,
  .tasty__slider_path {
      display: flex;
      grid-template-columns: none;
      padding: 0 10px 0 0;
      width: auto;
  }
}
.card {
  word-wrap: normal;
}
.card h3 {
  height: 56px;
  display: flex;
  align-items: center;
  white-space: pre-wrap;
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.breakfast__slider_path .card,
.tasty__slider_path .card {
  position: relative;
  border-radius: 10px;
  padding: 20px 20px 10px;
}

@media (max-width: 1680px) {
  .breakfast__slider_path .card,
  .tasty__slider_path .card {
      padding: 10px;
  }
}

@media (max-width: 1040px) {
  .breakfast__slider_path .card,
  .tasty__slider_path .card {
    min-width: 220px;
  }
}

.breakfast__slider_path .card__images,
.tasty__slider_path .card__images {
  position: relative;
  width: 100%;
  height: 296px;
}

@media (max-width: 1860px) {
  .breakfast__slider_path .card__images,
  .tasty__slider_path .card__images {
      height: 270px;
  }
}

@media (max-width: 1780px) {
  .breakfast__slider_path .card__images,
  .tasty__slider_path .card__images {
      height: 250px;
  }
}

@media (max-width: 1680px) {
  .breakfast__slider_path .card__images,
  .tasty__slider_path .card__images {
      height: 230px;
  }
}

@media (max-width: 1440px) {
  .breakfast__slider_path .card__images,
  .tasty__slider_path .card__images {
      height: 210px;
  }
}

@media (max-width: 1280px) {
  .breakfast__slider_path .card__images,
  .tasty__slider_path .card__images {
      height: 200px;
  }
}

@media (max-width: 1280px) {
  .breakfast__slider_path .card__images,
  .tasty__slider_path .card__images {
      height: 170px;
  }
}

.breakfast__slider_path .card__images_change,
.tasty__slider_path .card__images_change {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breakfast__slider_path .card__images_change:nth-child(3),
.tasty__slider_path .card__images_change:nth-child(3) {
  z-index: 1010;
}

.breakfast__slider_path .card__images_change:nth-child(4),
.tasty__slider_path .card__images_change:nth-child(4) {
  z-index: 1020;
  opacity: 0;
}

.breakfast__slider_path .card__images_change-btn,
.tasty__slider_path .card__images_change-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  z-index: 1040;
}

.breakfast__slider_path .card__images_change-btn:first-child,
.tasty__slider_path .card__images_change-btn:first-child {
  left: 0;
}

.breakfast__slider_path .card__images_change-btn:nth-child(2),
.tasty__slider_path .card__images_change-btn:nth-child(2) {
  right: 0;
}

.breakfast__slider_path .card__images_change-btn span.change,
.tasty__slider_path .card__images_change-btn span.change {
  width: 100%;
  height: 5px;
  border-radius: 20px 20px 0 0;
  display: block;
  background: #ff0000;
  -webkit-transition: .3s;
  transition: .3s;
}

.breakfast__slider_path .card__images_change-btn span.change.active,
.tasty__slider_path .card__images_change-btn span.change.active {
  background: #41AA03;
}

.breakfast__slider_path .card h3,
.tasty__slider_path .card h3 {
  font-size: 18px;
  line-height: 20px;
  color: #444444;
}

@media (max-width: 1440px) {
  .breakfast__slider_path .card h3,
  .tasty__slider_path .card h3 {
      font-size: 16px;
  }
}

.breakfast__slider_path .card__footer,
.tasty__slider_path .card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.breakfast__slider_path .card__footer_heart,
.tasty__slider_path .card__footer_heart {
  position: absolute;
  z-index: 1040;
  top: 10px;
  right: 10px;
}

.breakfast__slider_path .card__footer_heart img,
.tasty__slider_path .card__footer_heart img {
  display: block;
  cursor: pointer;
}

.breakfast__slider_path .card__footer_heart img:first-child,
.tasty__slider_path .card__footer_heart img:first-child {
  width: 31px;
  height: 26px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.breakfast__slider_path .card__footer_heart img:first-child:hover,
.tasty__slider_path .card__footer_heart img:first-child:hover {
  opacity: 0;
}

.breakfast__slider_path .card__footer_heart img:last-child,
.tasty__slider_path .card__footer_heart img:last-child {
  position: absolute;
  z-index: 1030;
  width: 34px;
  height: 31px;
  opacity: 0;
  top: -3px;
  left: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.breakfast__slider_path .card__footer_heart img:hover:last-child,
.tasty__slider_path .card__footer_heart img:hover:last-child {
  opacity: 1;
}

.breakfast__slider_path .card__footer_basket,
.tasty__slider_path .card__footer_basket {
  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;
  position: relative;
  width: 100%;
  max-width: 45px;
  height: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1440px) {
  .breakfast__slider_path .card__footer_basket,
  .tasty__slider_path .card__footer_basket {
      max-width: 36px;
      height: 36px;
  }
}

.breakfast__slider_path .card__footer_basket.active,
.tasty__slider_path .card__footer_basket.active {
  max-width: 130px;
}

@media (max-width: 1440px) {
  .breakfast__slider_path .card__footer_basket.active,
  .tasty__slider_path .card__footer_basket.active {
      max-width: 110px;
  }
}

@media (max-width: 1360px) {
  .breakfast__slider_path .card__footer_basket.active,
  .tasty__slider_path .card__footer_basket.active {
      max-width: 100px;
  }
}

@media (max-width: 1140px) {
  .breakfast__slider_path .card__footer_basket.active,
  .tasty__slider_path .card__footer_basket.active {
      max-width: 95px;
  }
}

.breakfast__slider_path .card__footer_basket button,
.tasty__slider_path .card__footer_basket button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
}

.breakfast__slider_path .card__footer_basket-btn,
.tasty__slider_path .card__footer_basket-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1020;
  background: #FF9503;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

.breakfast__slider_path .card__footer_basket-btn:hover,
.tasty__slider_path .card__footer_basket-btn:hover {
  background: #41AA03;
}

@media (max-width: 1440px) {
  .breakfast__slider_path .card__footer_basket-btn,
  .tasty__slider_path .card__footer_basket-btn {
      width: 36px;
      height: 36px;
  }

  .breakfast__slider_path .card__footer_basket-btn > img,
  .tasty__slider_path .card__footer_basket-btn > img {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0 auto;
  }
}

.breakfast__slider_path .card__footer_basket-quantity,
.tasty__slider_path .card__footer_basket-quantity {
  position: absolute;
  z-index: 1010;
  right: 0;
  top: 0;
  width: 100%;
  height: 45px;
  border-radius: 23px;
  background: #41AA03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1440px) {
  .breakfast__slider_path .card__footer_basket-quantity,
  .tasty__slider_path .card__footer_basket-quantity {
      height: 36px;
  }
}

.breakfast__slider_path .card__footer_basket-quantity button,
.tasty__slider_path .card__footer_basket-quantity button {
  background: none;
  color: #fff;
  font-size: 24px;
  width: 45px;
  height: 45px;
}

@media (max-width: 1440px) {
  .breakfast__slider_path .card__footer_basket-quantity button,
  .tasty__slider_path .card__footer_basket-quantity button {
      width: 36px;
      height: 36px;
  }
}

.breakfast__slider_path .card__footer_basket-quantity input,
.tasty__slider_path .card__footer_basket-quantity input {
  border: none;
  outline: none;
  background: none;
  width: 20px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1140px) {
  .breakfast__slider_path .card__footer_basket-quantity input,
  .tasty__slider_path .card__footer_basket-quantity input {
      font-size: 18px;
  }
}

.breakfast__slider_path .card__footer_prize,
.tasty__slider_path .card__footer_prize {
  position: relative;
}

.breakfast__slider_path .card__footer_prize p,
.tasty__slider_path .card__footer_prize p {
  margin-bottom: 0;
  font-family: 'arm bebas';
}

.breakfast__slider_path .card__footer_prize p.stock,
.tasty__slider_path .card__footer_prize p.stock {
  font-size: 34px;
  line-height: 40px;
  color: #41AA03;
}

.breakfast__slider_path .card__footer_prize p.stock span,
.tasty__slider_path .card__footer_prize p.stock span {
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 1360px) {
  .breakfast__slider_path .card__footer_prize p.stock,
  .tasty__slider_path .card__footer_prize p.stock {
      font-size: 24px;
      line-height: 30px;
  }
}

.breakfast__slider_path .card__footer_prize p.noStock,
.tasty__slider_path .card__footer_prize p.noStock {
  position: absolute;
  top: -5px;
  left: 45px;
  font-size: 20px;
  min-width: 48px;
  line-height: 1;
}

.breakfast__slider_path .card__footer_prize p.noStock span,
.tasty__slider_path .card__footer_prize p.noStock span {
  font-size: 14px;
  line-height: 1;
}

.breakfast__slider_path .card__footer_prize p.noStock::after,
.tasty__slider_path .card__footer_prize p.noStock::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #ff0000;
  top: 8px;
  left: -8px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

@media (max-width: 1280px) {
  .breakfast__slider_path .card__footer_prize p.noStock,
  .tasty__slider_path .card__footer_prize p.noStock {
      top: -8px;
      left: 30px;
  }
}

.breakfast__slider_path .card__footer_prize p.stock__ease,
.tasty__slider_path .card__footer_prize p.stock__ease {
  font-size: 29px;
  line-height: 40px;
}
@media (max-width: 1360px) {
  .breakfast__slider_path .card__footer_prize p.stock__ease,
  .tasty__slider_path .card__footer_prize p.stock__ease {
    font-size: 24px;
    line-height: 30px;
  }
}
.breakfast__slider_path .card__footer_prize p.stock__ease span,
.tasty__slider_path .card__footer_prize p.stock__ease span {
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 1280px) {
  .breakfast__slider_path .card__footer_prize p.stock__ease,
  .tasty__slider_path .card__footer_prize p.stock__ease {
      font-size: 22px;
      line-height: 36px;
  }
}

.breakfast__slider_path .card > img.stock__img-2,
.tasty__slider_path .card > img.stock__img-2 {
  position: absolute;
  width: 40px;
  top: -5px;
  left: 10px;
  z-index: 1020;
}

.breakfast__images,
.tasty__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
}

@media (max-width: 1280px) {
  .breakfast__images,
  .tasty__images {
      grid-column-gap: 20px;
  }
}

@media (max-width: 582px) {
  .breakfast__images,
  .tasty__images {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-row-gap: 20px;
  }
}

.breakfast__images div,
.tasty__images div {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .breakfast__images div,
  .tasty__images div {
      height: 200px;
  }
}

.breakfast__images div img,
.tasty__images div img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1280px) {
  .breakfast__images div img,
  .tasty__images div img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
  }
}

.breakfast__images div img:hover,
.tasty__images div img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.breakfast__images div h2,
.tasty__images div h2 {
  margin-top: -82px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'arm bebas';
  background: rgba(65, 124, 174, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 0;
}

@media (max-width: 1680px) {
  .breakfast__images div h2,
  .tasty__images div h2 {
      font-size: 64px;
      line-height: 66px;
      margin-top: -66px;
  }
}

@media (max-width: 1440px) {
  .breakfast__images div h2,
  .tasty__images div h2 {
      font-size: 48px;
      line-height: 50px;
      margin-top: -50px;
  }
}

.breakfast__images div:first-child h2,
.tasty__images div:first-child h2 {
  padding-left: 84px;
  text-align: left;
}

.breakfast__images div:last-child h2,
.tasty__images div:last-child h2 {
  padding-right: 84px;
  text-align: right;
}

.delivery {
  width: 100%;
  max-width: 1080px;
  padding: 50px 35px;
  margin: 0 auto;
}

@media (max-width: 1680px) {
  .delivery {
      padding: 0 35px 40px;
  }
}

@media (max-width: 768px) {
  .delivery {
      padding: 0 15px 40px;
  }
}

.delivery h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'arm bebas';
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 50px;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .delivery h2 {
      font-size: 48px;
      margin-bottom: 32px;
  }
}

@media (max-width: 980px) {
  .delivery h2 {
      font-size: 42px;
  }
}

@media (max-width: 768px) {
  .delivery h2 {
      font-size: 28px;
      margin-bottom: 0;
  }
}

.delivery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 420px) {
  .delivery__content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
}

.delivery__content div {
  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;
  border: 5px solid #4A8D16;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  margin: 0 auto 17px;
}

@media (max-width: 1440px) {
  .delivery__content div {
      width: 120px;
      height: 120px;
  }
}

@media (max-width: 1280px) {
  .delivery__content div {
      width: 90px;
      height: 90px;
  }
}

.delivery img {
  display: block;
}

@media (max-width: 1440px) {
  .delivery img {
      width: 90%;
  }
}

.delivery h3 {
  font-family: 'arm bebas';
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 6px;
  text-align: center;
}

@media (max-width: 768px) {
  .delivery h3 {
      font-size: 20px;
  }
}

.delivery p {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 1040px) {
  .delivery p {
      font-size: 20px;
  }
}

@media (max-width: 980px) {
  .delivery p {
      font-size: 16px;
  }
}

.city {
  background: linear-gradient(267.95deg, #358506 14.87%, #173500 103.14%);
  width: 100%;
}

@media (max-width: 768px) {
  .city {
      display: none;
  }
}

.city__content {
  padding: 100px 180px;
}

@media (max-width: 1680px) {
  .city__content {
      padding: 80px 70px;
  }
}

@media (max-width: 1440px) {
  .city__content {
      padding: 80px 35px;
  }
}

@media (max-width: 1280px) {
  .city__content {
      padding: 40px 15px;
  }
}

.city article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.city .decor {
  position: absolute;
  width: 54px;
  height: 54px;
  display: block;
  background: #FF9503;
  border-radius: 50%;
}

.city .decor-1 {
  top: 33px;
  left: 268px;
}

@media (max-width: 1680px) {
  .city .decor-1 {
      left: 20%;
  }
}

.city .decor-2 {
  top: 42px;
  left: 720px;
}

@media (max-width: 1680px) {
  .city .decor-2 {
      left: 40%;
  }
}

.city .decor-3 {
  top: 60px;
  left: 1250px;
}

@media (max-width: 1680px) {
  .city .decor-3 {
      left: 80%;
  }
}

.city .decor-4 {
  top: -16px;
  right: 209px;
}

@media (max-width: 1680px) {
  .city .decor-4 {
      right: 12%;
  }
}

.city .decor-5 {
  top: -7px;
  right: 501px;
}

@media (max-width: 1680px) {
  .city .decor-5 {
      right: 45%;
  }
}

.city .decor-6 {
  bottom: -6px;
  right: 1001px;
}

@media (max-width: 1680px) {
  .city .decor-6 {
      right: 82%;
  }
}

.city .citys__1 {
  position: relative;
  z-index: 6;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 114px;
}

@media (max-width: 1280px) {
  .city .citys__1 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
}

@media (max-width: 1040px) {
  .city .citys__1 {
      margin-bottom: 80px;
  }
}

.city .citys__1 > div:not(:last-child) {
  margin-right: 200px;
}

@media (max-width: 1600px) {
  .city .citys__1 > div:not(:last-child) {
      margin-right: 180px;
  }
}

@media (max-width: 1560px) {
  .city .citys__1 > div:not(:last-child) {
      margin-right: 160px;
  }
}

@media (max-width: 1500px) {
  .city .citys__1 > div:not(:last-child) {
      margin-right: 140px;
  }
}

@media (max-width: 1380px) {
  .city .citys__1 > div:not(:last-child) {
      margin-right: 120px;
  }
}

@media (max-width: 1320px) {
  .city .citys__1 > div:not(:last-child) {
      margin-right: 100px;
  }
}

@media (max-width: 1280px) {
  .city .citys__1 > div:not(:last-child) {
      margin: 0;
  }
}

.city .citys__1 > div {
  background: rgba(232, 249, 222, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 300px;
  height: 120px;
  border-radius: 10px;
}

@media (max-width: 980px) {
  .city .citys__1 > div {
      width: 240px;
      height: 90px;
  }
}

.city .citys__1 > div p {
  margin-top: 40px;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: 'arm bebas';
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 12px;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .city .citys__1 > div p {
      margin-top: 12px;
  }
}

.city .citys__1 > div p span {
  font-size: 16px;
}

.city .citys__1 > div h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'arm bebas';
  margin-left: 12px;
}

@media (max-width: 980px) {
  .city .citys__1 > div h2 {
      font-size: 32px;
  }
}

.city .citys__2 {
  position: relative;
  z-index: 6;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 216px;
}

@media (max-width: 1280px) {
  .city .citys__2 {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 114px;
  }
}

@media (max-width: 1040px) {
  .city .citys__2 {
      margin-top: 80px;
  }
}

.city .citys__2 > div:not(:first-child) {
  margin-left: 200px;
}

@media (max-width: 1600px) {
  .city .citys__2 > div:not(:first-child) {
      margin-left: 180px;
  }
}

@media (max-width: 1440px) {
  .city .citys__2 > div:not(:first-child) {
      margin-left: 140px;
  }
}

@media (max-width: 1280px) {
  .city .citys__2 > div:not(:first-child) {
      margin: 0;
  }
}

.city .citys__2 > div {
  z-index: 1090;
  background: rgba(232, 249, 222, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 300px;
  height: 120px;
  border-radius: 10px;
}

@media (max-width: 980px) {
  .city .citys__2 > div {
      width: 240px;
      height: 90px;
  }
}

.city .citys__2 > div p {
  margin-top: 40px;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  font-family: 'arm bebas';
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 12px;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .city .citys__2 > div p {
      margin-top: 12px;
  }
}

.city .citys__2 > div p span {
  font-size: 16px;
}

.city .citys__2 > div h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'arm bebas';
  margin-left: 12px;
}

@media (max-width: 980px) {
  .city .citys__2 > div h2 {
      font-size: 32px;
  }
}

.city .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 110px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1280px) {
  .city .time {
      padding: 0 110px 0 40px;
  }
}

.city .time .line {
  display: block;
  height: 3px;
  position: absolute;
  width: 80%;
  top: 50%;
  left: 160px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 0;
}

@media (max-width: 1280px) {
  .city .time .line {
      left: 60px;
  }
}

.city .time .line-1 {
  display: block;
  position: absolute;
  height: 3px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  left: 0px;
  top: -55px;
  width: 142px;
  z-index: 1;
}

.city .time .line-2 {
  display: block;
  position: absolute;
  height: 3px;
  width: 250px;
  top: 173px;
  left: -145px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  z-index: 1;
}

@media (max-width: 1040px) {
  .city .time .line-2 {
      width: 220px;
      top: 155px;
      left: -135px;
  }
}

@media (max-width: 980px) {
  .city .time .line-2 {
      width: 180px;
      top: 144px;
      left: -94px;
  }
}

.city .time .line-3 {
  display: block;
  position: absolute;
  height: 3px;
  width: 135px;
  top: -53px;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  z-index: 1;
}

@media (max-width: 1280px) {
  .city .time .line-3 {
      -webkit-transform: rotate(120deg);
      transform: rotate(120deg);
      left: 0;
      top: -56px;
      width: 138px;
  }
}

.city .time .line-4 {
  display: block;
  position: absolute;
  height: 3px;
  width: 246px;
  top: 180px;
  left: -60px;
  -webkit-transform: rotate(75deg);
  transform: rotate(75deg);
  z-index: 1;
}

@media (max-width: 1040px) {
  .city .time .line-4 {
      width: 200px;
      top: 156px;
      left: -45px;
  }
}

@media (max-width: 980px) {
  .city .time .line-4 {
      width: 160px;
      top: 138px;
      left: -20px;
  }
}

.city .time .line-5 {
  display: block;
  position: absolute;
  height: 3px;
  top: -54px;
  width: 136px;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  z-index: 1;
}

@media (max-width: 1280px) {
  .city .time .line-5 {
      -webkit-transform: rotate(120deg);
      transform: rotate(120deg);
      left: 0;
      top: -56px;
      width: 140px;
  }
}

.city .time .line-6 {
  display: block;
  position: absolute;
  height: 3px;
  top: 174px;
  left: -40px;
  width: 250px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  z-index: 1;
}

@media (max-width: 1040px) {
  .city .time .line-6 {
      width: 200px;
      top: 152px;
      left: -19px;
  }
}

.city .time > div {
  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;
  position: relative;
  width: 72px;
  height: 72px;
}

.city .time > div > span {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #282828;
  -webkit-box-shadow: -3px -4px 5px rgba(129, 126, 126, 0.25), 6px 5px 7px rgba(0, 0, 0, 0.14), inset -8px -8px 13px rgba(0, 0, 0, 0.25);
  box-shadow: -3px -4px 5px rgba(129, 126, 126, 0.25), 6px 5px 7px rgba(0, 0, 0, 0.14), inset -8px -8px 13px rgba(0, 0, 0, 0.25);
}

.city .time > div p {
  position: absolute;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  font-family: 'arm bebas';
  top: 15px;
  right: -64px;
  margin-bottom: 0;
}

.city .time > div p span {
  font-size: 16px;
}

@media (max-width: 980px) {
  .city .time > div p {
      top: 20px;
      right: 10px;
  }
}

.city .time > div img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.footer {
  width: 100%;
  background: #282828;
}

.footer__content {
  padding: 65px 127px 124px 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1680px) {
  .footer__content {
      padding: 65px 35px;
  }
}

@media (max-width: 1280px) {
  .footer__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .footer__content {
      padding: 40px 15px;
  }
}

@media (max-width: 582px) {
  .footer__content {
      padding: 40px 0;
  }
}

.footer__content > article:first-child {
  margin-right: 120px;
  width: 100%;
  max-width: 582px;
}

@media (max-width: 1680px) {
  .footer__content > article:first-child {
      margin-right: 20px;
  }
}

@media (max-width: 1440px) {
  .footer__content > article:first-child {
      width: 55%;
  }
}

@media (max-width: 1280px) {
  .footer__content > article:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      max-width: 100%;
  }
}

@media (max-width: 582px) {
  .footer__content > article:first-child {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 15px;
      margin: 0;
  }
}

.footer__content > article:first-child p {
  font-size: 18px;
  line-height: 21px;
  color: #E5E5E5;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .footer__content > article:first-child p {
      margin-bottom: 0;
      margin-top: 24px;
      max-width: 60%;
  }
}

@media (max-width: 582px) {
  .footer__content > article:first-child p {
      max-width: 100%;
      font-size: 16px;
  }
}

.footer__content > article:first-child img {
  display: block;
  margin-bottom: 32px;
}

@media (max-width: 1280px) {
  .footer__content > article:first-child img {
      margin: 0;
  }
}

.footer .accordion__content {
  display: none;
}

@media (max-width: 820px) {
  .footer .accordion__content {
      display: block;
  }
}

.footer .accordion__content .accordion {
  border: none;
  outline: none;
  background: none;
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  display: block;
  padding: 8px 0;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 582px) {
  .footer .accordion__content .accordion {
      padding: 8px 16px;
  }
}

.footer .accordion__content .panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 6px;
}

@media (max-width: 582px) {
  .footer .accordion__content .panel {
      padding: 0 16px;
  }
}

.footer .accordion__content .panel a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.footer .accordion__content .panel p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.footer .non {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 820px) {
  .footer .non {
      display: none;
  }
}

.footer .non h3 {
  font-size: 20px;
  line-height: 23px;
  color: #E9E9E9;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 40px;
}

.footer .non a {
  display: block;
  text-decoration: none;
  color: #C4C4C4;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .non a:hover {
  color: #41AA03;
}

.footer .non p {
  font-size: 18px;
  line-height: 21px;
  color: #C4C4C4;
  margin-bottom: 8px;
  font-weight: 400;
  cursor: default;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .non p:hover {
  color: #41AA03;
}

.footer__social {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #B3AFAF;
}

.footer__social_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .footer__social_content {
      padding: 0 15px;
  }
}

@media (max-width: 582px) {
  .footer__social_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }

  .footer__social_content article:first-child {
      max-width: 50%;
      margin: 0 auto 20px;
      min-width: 230px;
  }

  .footer__social_content article:last-child {
      max-width: 60%;
      margin: 0 auto;
      min-width: 280px;
  }
}

.footer__social_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFBFB;
  border-radius: 221px;
  padding: 10px 30px;
}

.footer__social_content article a {
  display: block;
}

.footer__social_content article a:not(:last-child) {
  margin-right: 40px;
}

.buy__prize_filter {
  width: 100%;
  padding: 176px 0 26px;
}

@media (max-width: 980px) {
  .buy__prize_filter {
    padding: 110px 0 0;
  }
}

.buy__prize_filter_content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 35px 0 68px;
}

.buy__prize_filter_content h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 980px) {
  .buy__prize_filter_content h2 {
    margin: 0;
  }
}
.buy__prize_filter_content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buy__prize_filter_content article label {
  color: #B2AFAF;
  font-size: 18px;
  line-height: 20px;
  margin-right: 22px;
  font-weight: 400;
}

.buy__prize_filter_content article button {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  background: none;
}

.buy__prize_filter_content article button.best__selling_btn {
  margin-right: 34px;
}

.buy__prize_filter_content article button.above__prize_btn {
  margin-right: 58px;
}

.buy__prize_filter_content article button.above__prize_btn::before {
  content: '\2039';
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 32px;
}

.buy__prize_filter_content article button.below__prize_btn::before {
  content: '\2039';
  display: block;
  position: absolute;
  right: -24px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 32px;
}

.buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 100px 114px 35px;
}

@media (max-width: 1860px) {
  .buy {
      padding: 0 35px 114px;
  }
}

@media (max-width: 1440px) {
  .buy {
      padding: 0 35px 70px;
  }
}

@media (max-width: 980px) {
  .buy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

@media (max-width: 768px) {
  .buy {
      padding: 0 15px 40px;
  }
}

@media (max-width: 582px) {
  .buy {
      padding: 0 0 40px;
  }
}

.buy__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 4 ];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  max-width: 1395px;
  margin-left: 20px;
}

@media (max-width: 1560px) {
  .buy__content {
      grid-gap: 15px;
  }
}

@media (max-width: 1440px) {
  .buy__content {
      -ms-grid-columns: 1fr [ 3 ];
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 30px;
  }
}

@media (max-width: 1280px) {
  .buy__content {
      grid-gap: 15px;
  }
}

@media (max-width: 1040px) {
  .buy__content {
      -ms-grid-columns: 1fr [ 2 ];
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px;
      margin-left: 90px;
  }
}

@media (max-width: 980px) {
  .buy__content {
      -ms-grid-columns: 1fr [ 4 ];
      grid-template-columns: repeat(4, 1fr);
      margin-left: 0;
      margin-top: 30px;
      grid-gap: 15px;
  }
}

@media (max-width: 920px) {
  .buy__content {
      -ms-grid-columns: 1fr [ 3 ];
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px;
  }
}

@media (max-width: 768px) {
  .buy__content {
      grid-gap: 15px;
  }
}

@media (max-width: 680px) {
  .buy__content {
      -ms-grid-columns: 1fr [ 2 ];
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px;
      padding: 0 35px;
  }
}

@media (max-width: 520px) {
  .buy__content {
      grid-gap: 15px;
      padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .buy__content {
      padding: 0;
      grid-gap: 10px;
  }
}

@media (max-width: 420px) {
  .buy__content {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
      padding: 0 20%;
  }
}

@media (max-width: 360px) {
  .buy__content {
      padding: 0 15%;
  }
}

.buy__content .card {
  position: relative;
  border-radius: 10px;
  padding: 20px 20px 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

@media (max-width: 1520px) {
  .buy__content .card {
      padding: 10px;
  }
}

@media (max-width: 1440px) {
  .buy__content .card {
      padding: 20px;
  }
}

@media (max-width: 1280px) {
  .buy__content .card {
      padding: 10px;
  }
}

.buy__content .card__images {
  position: relative;
  width: 288px;
  height: 296px;
}

@media (max-width: 1780px) {
  .buy__content .card__images {
      width: 100%;
      height: 260px;
  }
}

@media (max-width: 1560px) {
  .buy__content .card__images {
      height: 220px;
  }
}

@media (max-width: 1140px) {
  .buy__content .card__images {
      height: 190px;
  }
}

.buy__content .card__images_change {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buy__content .card__images_change:nth-child(3) {
  z-index: 1010;
}

.buy__content .card__images_change:nth-child(4) {
  z-index: 1020;
  opacity: 0;
}

.buy__content .card__images_change-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  z-index: 1040;
}

.buy__content .card__images_change-btn:first-child {
  left: 0;
}

.buy__content .card__images_change-btn:nth-child(2) {
  right: 0;
}

.buy__content .card__images_change-btn span.change {
  width: 100%;
  height: 5px;
  border-radius: 20px 20px 0 0;
  display: block;
  background: #ff0000;
  -webkit-transition: .3s;
  transition: .3s;
}

.buy__content .card__images_change-btn span.change.active {
  background: #41AA03;
}

.buy__content .card h3 {
  font-size: 18px;
  line-height: 20px;
  color: #444444;
  margin: 18px 0;
}

@media (max-width: 1040px) {
  .buy__content .card h3 {
      font-size: 16px;
  }
}

.buy__content .card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.buy__content .card__footer_heart {
  position: absolute;
  z-index: 1040;
  top: 10px;
  right: 10px;
}

.buy__content .card__footer_heart img {
  display: block;
  cursor: pointer;
}

.buy__content .card__footer_heart img:first-child {
  width: 31px;
  height: 26px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.buy__content .card__footer_heart img:first-child:hover {
  opacity: 0;
}

.buy__content .card__footer_heart img:last-child {
  position: absolute;
  z-index: 1030;
  width: 34px;
  height: 31px;
  opacity: 0;
  top: -3px;
  left: -1px;
  -webkit-transition: .3s;
  transition: .3s;
}

.buy__content .card__footer_heart img:hover:last-child {
  opacity: 1;
}

.buy__content .card__footer_basket {
  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;
  position: relative;
  width: 100%;
  max-width: 45px;
  height: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1140px) {
  .buy__content .card__footer_basket {
      max-width: 36px;
      height: 36px;
  }
}

.buy__content .card__footer_basket.active {
  max-width: 130px;
}

@media (max-width: 1360px) {
  .buy__content .card__footer_basket.active {
      max-width: 100px;
      height: 36px;
  }
}

.buy__content .card__footer_basket button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
}

.buy__content .card__footer_basket-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1020;
  background: #FF9503;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1140px) {
  .buy__content .card__footer_basket-btn {
      width: 36px;
      height: 36px;
  }

  .buy__content .card__footer_basket-btn > img {
      display: block;
      width: 28px;
      height: 28px;
      margin: 0 auto;
  }
}

.buy__content .card__footer_basket-btn:hover {
  background: #41AA03;
}

.buy__content .card__footer_basket-quantity {
  position: absolute;
  z-index: 1010;
  right: 0;
  top: 0;
  max-width: 100%;
  width: 130px;
  height: 45px;
  border-radius: 23px;
  background: #41AA03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1140px) {
  .buy__content .card__footer_basket-quantity {
      height: 36px;
  }
}

.buy__content .card__footer_basket-quantity button {
  background: none;
  color: #fff;
  font-size: 24px;
  width: 45px;
  height: 45px;
}

@media (max-width: 1360px) {
  .buy__content .card__footer_basket-quantity button {
      width: 25px;
      height: 36px;
  }
}

.buy__content .card__footer_basket-quantity input {
  border: none;
  outline: none;
  background: none;
  width: 30px;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}

.buy__content .card__footer_prize {
  position: relative;
}

.buy__content .card__footer_prize p {
  margin-bottom: 0;
  font-family: 'arm bebas';
}

.buy__content .card__footer_prize p.stock {
  font-size: 34px;
  line-height: 40px;
  color: #41AA03;
}

.buy__content .card__footer_prize p.stock span {
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 1140px) {
  .buy__content .card__footer_prize p.stock {
      font-size: 28px;
  }
}

.buy__content .card__footer_prize p.noStock {
  position: absolute;
  top: -5px;
  left: 45px;
  font-size: 20px;
  min-width: 75px;
  line-height: 1;
}

.buy__content .card__footer_prize p.noStock span {
  font-size: 14px;
  line-height: 1;
}

.buy__content .card__footer_prize p.noStock::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #ff0000;
  top: 8px;
  left: -8px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

@media (max-width: 1140px) {
  .buy__content .card__footer_prize p.noStock {
      top: -6px;
      left: 30px;
      font-size: 18px;
  }
}

.buy__content .card__footer_prize p.stock__ease {
  font-size: 34px;
  line-height: 40px;
}

.buy__content .card__footer_prize p.stock__ease span {
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 1140px) {
  .buy__content .card__footer_prize p.stock__ease {
      font-size: 28px;
  }
}

.buy__content .card > img.stock__img-2 {
  position: absolute;
  width: 40px;
  top: -5px;
  left: 10px;
  z-index: 1020;
}

.buy__filter_mob {
  display: none;
  padding: 150px 0 0;
}

@media (max-width: 980px) {
  .buy__filter_mob {
      display: block;
  }
}

.buy__filter_mob input[type=checkbox]:checked,
.buy__filter_mob input[type=checkbox]:not(:checked) {
  position: absolute;
  z-index: 1020;
  cursor: pointer;
  opacity: 0;
}

.buy__filter_mob input[type=checkbox]:checked + label,
.buy__filter_mob input[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 23px;
  font-weight: lighter;
}

.buy__filter_mob input[type=checkbox]:checked + label:before,
.buy__filter_mob input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  border: 1px solid #AEA8B3;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(28, 37, 44, 0.08);
  box-shadow: 0px 4px 8px rgba(28, 37, 44, 0.08);
}

.buy__filter_mob input[type=checkbox]:checked + label:before,
.buy__filter_mob input[type=checkbox]:not(:checked) + label:before {
  border-radius: 4px;
}

.buy__filter_mob input[type=checkbox]:checked + label:before {
  background: #4A8D16;
}

.buy__filter_mob input[type=checkbox]:checked + label:after,
.buy__filter_mob input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.buy__filter_mob input[type=checkbox]:checked + label:after,
.buy__filter_mob input[type=checkbox]:not(:checked) + label:after {
  left: 2px;
  top: 2px;
  width: 22px;
  height: 14px;
  border-radius: 4px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.buy__filter_mob input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

.buy__filter_mob input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.buy__filter_mob input[type=checkbox] {
  cursor: pointer;
  border: none;
  outline: none;
  width: 26px;
  height: 26px;
}

@media (max-width: 980px) {
  .buy__filter_mob h2 {
      padding: 0 0 0 15px;
      margin-bottom: 20px;
  }
}

.buy__filter_mob div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buy__filter_mob .open__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  outline: none;
  background: rgba(196, 196, 196, 0.46);
  width: 100%;
  height: 60px;
  padding: 0 16px;
}

.buy__filter_mob .open__filter img {
  display: block;
}

.buy__filter_mob .filter__mob {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 2;
  grid-template-rows: 2;
  grid-gap: 20px;
  height: 0px;
  opacity: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

@media (max-width: 980px) {
  .buy__filter_mob .filter__mob h3 {
      margin-bottom: 12px;
  }
}

@media (max-width: 680px) {
  .buy__filter_mob .filter__mob {
      -ms-grid-columns: 3fr 2fr;
      grid-template-columns: 3fr 2fr;
  }

  .buy__filter_mob .filter__mob h3 {
      font-size: 20px;
  }
}

@media (max-width: 520px) {
  .buy__filter_mob .filter__mob {
      grid-template-areas: 'top'
'center'
'bottom';
  }
}

.buy__filter_mob .filter__mob.active {
  height: 210px;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 20px;
}

@media (max-width: 620px) {
  .buy__filter_mob .filter__mob.active {
      padding: 20px 0;
  }
}

@media (max-width: 582px) {
  .buy__filter_mob .filter__mob.active {
      padding: 20px 15px;
  }
}

@media (max-width: 520px) {
  .buy__filter_mob .filter__mob.active {
      height: 260px;
  }
}

@media (max-width: 480px) {
  .buy__filter_mob .filter__mob.active {
      height: 300px;
  }
}

@media (max-width: 520px) {
  .buy__filter_mob .filter__mob .buy__filter_prize {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

@media (max-width: 480px) {
  .buy__filter_mob .filter__mob .buy__filter_type div {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  .buy__filter_mob .filter__mob .buy__filter_type label {
      width: 50%;
      margin-bottom: 10px;
  }
}

@media (max-width: 520px) {
  .buy__filter_mob .filter__mob .buy__filter_country {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

.buy__filter_mob .filter__mob .buy__filter_country label {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 680px) {
  .buy__filter_mob .filter__mob .buy__filter_country label {
      font-size: 16px;
  }
}

.buy__filter_mob .filter__mob .buy__filter_country label input {
  display: block;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

@media (max-width: 680px) {
  .buy__filter_mob .filter__mob .buy__filter_country label input {
      width: 24px;
      height: 24px;
  }
}

.buy__filter_mob .filter__mob .buy__filter_type {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.buy__filter_mob .filter__mob .buy__filter_type div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buy__filter_mob .filter__mob .buy__filter_type div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

@media (max-width: 680px) {
  .buy__filter_mob .filter__mob .buy__filter_type div label {
      font-size: 16px;
  }
}

.buy__filter_mob .filter__mob .buy__filter_type div input {
  display: block;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  margin-right: 10px;
}

@media (max-width: 680px) {
  .buy__filter_mob .filter__mob .buy__filter_type div input {
      width: 24px;
      height: 24px;
  }
}

.buy__filter {
  width: 100%;
  max-width: 308px;
}

@media (max-width: 980px) {
  .buy__filter {
      display: none;
  }
}

.buy__filter article {
  margin-bottom: 30px;
}

.buy__filter_prize div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.buy__filter_prize input {
  border: none;
  outline: none;
  width: 100%;
  max-width: 136px;
  height: 36px;
  padding: 6px 12px;
  background: #E9E9E9;
  font-weight: lighter;
  font-family: arial, sans-serif;
}

.buy__filter input[type=checkbox]:checked,
.buy__filter input[type=checkbox]:not(:checked) {
  position: absolute;
  z-index: 1020;
  cursor: pointer;
  opacity: 0;
}

.buy__filter input[type=checkbox]:checked + label,
.buy__filter input[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  line-height: 23px;
  font-weight: lighter;
}

.buy__filter input[type=checkbox]:checked + label:before,
.buy__filter input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 26px;
  border: 1px solid #AEA8B3;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(28, 37, 44, 0.08);
  box-shadow: 0px 4px 8px rgba(28, 37, 44, 0.08);
}

.buy__filter input[type=checkbox]:checked + label:before,
.buy__filter input[type=checkbox]:not(:checked) + label:before {
  border-radius: 4px;
}

.buy__filter input[type=checkbox]:checked + label:before {
  background: #4A8D16;
}

.buy__filter input[type=checkbox]:checked + label:after,
.buy__filter input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.buy__filter input[type=checkbox]:checked + label:after,
.buy__filter input[type=checkbox]:not(:checked) + label:after {
  left: 2px;
  top: 2px;
  width: 22px;
  height: 14px;
  border-radius: 4px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.buy__filter input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

.buy__filter input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.buy__filter div.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
  height: 26px;
}

.buy__filter input[type=checkbox] {
  cursor: pointer;
  border: none;
  outline: none;
  width: 26px;
  height: 26px;
}

.buy__filter h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.buy__filter .show__all_filters-btn {
  background: none;
  outline: none;
  cursor: pointer;
  border: none;
  font-weight: 700;
  color: #358506;
  font-size: 18px;
  line-height: 20px;
}

.show__more_btn {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 60px;
  border: none;
  outline: none;
  text-align: center;
  background: #B0FF81;
  font-size: 30px;
  font-weight: 700;
  color: #358506;
  margin-bottom: 45px;
}

.catalog {
  width: 100%;
  padding: 170px 0 123px;
}

@media (max-width: 1280px) {
  .catalog {
      padding: 120px 0 60px;
  }
}

@media (max-width: 768px) {
  .catalog {
      padding: 100px 0 40px;
  }
}

.catalog__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 980px) {
  .catalog__content {
      padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .catalog__content {
      padding: 0 15px;
  }
}

.catalog__headline p {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #4A8D16;
  text-transform: capitalize;
}

@media (max-width: 582px) {
  .catalog__headline p {
      font-size: 18px;
      line-height: 24px;
  }
}

.catalog__headline h2 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 32px;
  text-transform: capitalize;
}

@media (max-width: 1440px) {
  .catalog__headline h2 {
      font-size: 36px;
      line-height: 42px;
  }
}

@media (max-width: 1280px) {
  .catalog__headline h2 {
      font-size: 32px;
      line-height: 36px;
  }
}

.catalog__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 4 ];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
}

@media (max-width: 1280px) {
  .catalog__main {
      -ms-grid-columns: 1fr [ 3 ];
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .catalog__main {
      -ms-grid-columns: 1fr [ 2 ];
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 582px) {
  .catalog__main {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px;
  }
}

.catalog__main article {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.09);
  height: 202px;
  padding: 20px 25px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .catalog__main article {
      padding: 10px 15px;
  }
}

@media (max-width: 582px) {
  .catalog__main article {
      height: 192px;
  }
}

.catalog__main article:hover {
  -webkit-box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 22px 1px rgba(0, 0, 0, 0.09);
}

.catalog__main article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.catalog__main article img {
  display: block;
  width: 80px;
  height: 80px;
}

@media (max-width: 1440px) {
  .catalog__main article img {
      width: 70px;
      height: 70px;
  }
}

.catalog__main article p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.favorites {
  width: 100%;
  padding: 170px 0 30px;
}

.favorites__content {
  width: 100%;
  max-width: 1920px;
  padding: 0 35px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .favorites__content {
      padding: 0 15px;
  }
}

.favorites__headline p {
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #4A8D16;
  text-transform: capitalize;
}

@media (max-width: 582px) {
  .favorites__headline p {
      font-size: 18px;
      line-height: 24px;
  }
}

.favorites__headline h2 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 400;
  text-transform: capitalize;
}

@media (max-width: 1440px) {
  .favorites__headline h2 {
      font-size: 36px;
      line-height: 42px;
  }
}

@media (max-width: 1280px) {
  .favorites__headline h2 {
      font-size: 32px;
      line-height: 36px;
  }
}

.favorites__main {
  width: 100%;
  max-width: 835px;
  margin: 0 auto;
}

.favorites__main h2 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 58px;
  letter-spacing: 1.5px;
}

@media (max-width: 980px) {
  .favorites__main h2 {
      font-size: 32px;
      line-height: 38px;
  }
}

@media (max-width: 768px) {
  .favorites__main h2 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 32px;
      margin-top: 16px;
  }
}

.favorites__main article {
  position: relative;
  -webkit-box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 30px 90px 70px;
}

@media (max-width: 980px) {
  .favorites__main article {
      padding: 30px 45px;
  }
}

@media (max-width: 768px) {
  .favorites__main article {
      padding: 30px;
  }
}

.favorites__main img {
  display: block;
  position: absolute;
  top: 30px;
  right: 55px;
}

@media (max-width: 768px) {
  .favorites__main img {
      top: 10px;
      right: 10px;
  }
}

.favorites__main a {
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
  background: #41AA03;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  border-radius: 95px;
}
.favorites__main input {
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    padding: 16px;
    text-align: center;
    background: #41AA03;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    border-radius: 95px;
}

@media (max-width: 980px) {
  .favorites__main a {
      font-size: 24px;
      line-height: 32px;
      padding: 8px;
      max-width: 300px;
  }
    .favorites__main input {
      font-size: 24px;
      line-height: 32px;
      padding: 8px;
      max-width: 300px;
  }
}

.favorites__main p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 37px;
  text-align: center;
}

.basket__page {
  width: 100%;
  padding: 126px 0 0;
}

@media (max-width: 768px) {
  .basket__page {
      padding: 100px 0 0;
  }
}

.basket__page_content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 35px;
}

@media (max-width: 1440px) {
  .basket__page_content {
      padding: 40px 15px;
  }
}

@media (max-width: 582px) {
  .basket__page_content {
      padding: 0;
  }
}

.basket__page_content h2 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 49px;
}

@media (max-width: 1280px) {
  .basket__page_content h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 40px;
  }
}

@media (max-width: 980px) {
  .basket__page_content h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 30px;
      padding: 0 0 0 15px;
  }
}

.basket__page_content section {
  width: 100%;
  border: 1px solid #C4C4C4;
  padding: 40px 60px 264px;
}

@media (max-width: 1280px) {
  .basket__page_content section {
      padding: 40px 15px;
  }
}

@media (max-width: 582px) {
  .basket__page_content section {
      padding: 30px 0;
      border: none;
  }
}

.basket__page_content .all__prize {
  width: 100%;
  max-width: 554px;
  margin: 57px auto 0;
  border: 1px solid #B3AFAF;
  border-radius: 4px;
}

.basket__page_content .all__prize h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  padding: 27px 0 27px 23px;
  background: #c4c4c4;
  margin-bottom: 58px;
}

@media (max-width: 1280px) {
  .basket__page_content .all__prize h3 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px;
      padding: 20px 15px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .all__prize h3 {
      font-size: 18px;
      line-height: 20px;
      padding: 15px;
  }
}

.basket__page_content .all__prize div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px 0 32px;
  margin-bottom: 39px;
}

@media (max-width: 1440px) {
  .basket__page_content .all__prize div {
      padding: 0 30px;
  }
}

@media (max-width: 1280px) {
  .basket__page_content .all__prize div {
      padding: 0 15px;
      margin-bottom: 10px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .all__prize div {
      margin-bottom: 0;
  }
}

.basket__page_content .all__prize div p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .basket__page_content .all__prize div p {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .all__prize div p {
      font-size: 16px;
      line-height: 18px;
  }
}

.basket__page_content .all__prize div span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .basket__page_content .all__prize div span {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .all__prize div span {
      font-size: 16px;
      line-height: 18px;
  }
}

.basket__page_content .all__prize a {
  display: block;
  max-width: 312px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  padding: 20px 37px;
  margin: 85px auto 52px;
  background: #41AA03;
  border-radius: 4px;
}

@media (max-width: 1440px) {
  .basket__page_content .all__prize a {
      margin: 30px auto;
  }
}

@media (max-width: 1280px) {
  .basket__page_content .all__prize a {
      font-size: 24px;
      line-height: 28px;
      padding: 16px 20px;
      margin: 20px auto;
  }
}

@media (max-width: 582px) {
  .basket__page_content .all__prize a {
      font-size: 20px;
      line-height: 24px;
  }
}

.basket__page_content .basket__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background: #F5F5F5;
  padding: 20px 45px;
  border: 1px solid #c4c4c4;
}

@media (max-width: 1280px) {
  .basket__page_content .basket__product {
      padding: 20px 15px;
  }
}

@media (max-width: 1140px) {
  .basket__page_content .basket__product {
      padding: 10px;
  }
}

@media (max-width: 980px) {
  .basket__page_content .basket__product {
      height: 295px;
  }
}

@media (max-width: 768px) {
  .basket__page_content .basket__product {
      height: 275px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .basket__product {
      padding: 10px;
  }
}

@media (max-width: 380px) {
  .basket__page_content .basket__product {
      height: 185px;
  }
}

.basket__page_content .basket__product_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__page_content .basket__product_img img {
  display: block;
  width: 130px;
  height: 130px;
  margin-right: 20px;
}

@media (max-width: 1040px) {
  .basket__page_content .basket__product_img img {
      width: 100px;
      height: 100px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .basket__product_img img {
      margin-right: 10px;
  }
}

@media (max-width: 380px) {
  .basket__page_content .basket__product_img img {
      width: 70px;
      height: 70px;
  }
}

.basket__page_content .basket__product_img p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}

@media (max-width: 1140px) {
  .basket__page_content .basket__product_img p {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .basket__product_img p {
      font-size: 16px;
      line-height: 20px;
  }
}

@media (max-width: 380px) {
  .basket__page_content .basket__product_img p {
      font-size: 14px;
      line-height: 16px;
      height: 35px;
  }
}

.basket__page_content .basket__product form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 980px) {
  .basket__page_content .basket__product form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      min-width: 340px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .basket__page_content .basket__product form {
      width: 60%;
      min-width: 0;
  }
}

@media (max-width: 582px) {
  .basket__page_content .basket__product form {
      width: 115px;
  }
}

.basket__page_content .basket__product form label {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #5a5a5a;
  margin-right: 53px;
}

@media (max-width: 1440px) {
  .basket__page_content .basket__product form label {
      margin-right: 30px;
  }
}

@media (max-width: 1140px) {
  .basket__page_content .basket__product form label {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .basket__page_content .basket__product form label {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4;
      margin-right: 0;
      position: absolute;
      top: 150px;
      left: 50%;
      -webkit-transform: translate(-50%);
      transform: translate(-50%);
  }
}

@media (max-width: 768px) {
  .basket__page_content .basket__product form label {
      top: 125px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .basket__product form label {
      width: 100%;
      padding: 0 35px;
  }
}

@media (max-width: 380px) {
  .basket__page_content .basket__product form label {
      top: 90px;
  }
}

.basket__page_content .basket__product form label textarea {
  width: 100%;
  max-width: 330px;
  height: 83px;
  resize: none;
  margin-top: 20px;
  padding: 8px;
  display: block;
}

@media (max-width: 582px) {
  .basket__page_content .basket__product form label textarea {
      max-width: 100%;
  }
}

@media (max-width: 380px) {
  .basket__page_content .basket__product form label textarea {
      height: 50px;
      margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .basket__page_content .basket__product form > div:last-child {
      display: none;
  }
}

@media (max-width: 980px) {
  .basket__page_content .basket__product form > div:nth-child(2) {
      min-width: 75px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .basket__product form > div:nth-child(2) {
      position: absolute;
      right: 10px;
      top: 10px;
  }
}

@media (max-width: 380px) {
  .basket__page_content .basket__product form > div:nth-child(2) {
      font-size: 16px;
      line-height: 20px;
  }
}

.basket__page_content .basket__product form > div {
  min-width: 115px;
}

.basket__page_content .basket__product form > div h6 {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #5a5a5a;
  margin-bottom: 42px;
}

@media (max-width: 1140px) {
  .basket__page_content .basket__product form > div h6 {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .basket__page_content .basket__product form > div h6 {
      display: none;
  }
}

.basket__page_content .basket__product form > div h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 1140px) {
  .basket__page_content .basket__product form > div h5 {
      font-size: 18px;
      line-height: 24px;
  }
}

.basket__page_content .basket__product_quantity {
  margin: 0 98px 0 61px;
}

@media (max-width: 1440px) {
  .basket__page_content .basket__product_quantity {
      margin: 0 40px;
  }
}

@media (max-width: 980px) {
  .basket__page_content .basket__product_quantity {
      margin: 0;
  }
}

@media (max-width: 582px) {
  .basket__page_content .basket__product_quantity {
      position: absolute;
      left: 120px;
      top: 75px;
  }
}

@media (max-width: 380px) {
  .basket__page_content .basket__product_quantity {
      left: 85px;
      top: 60px;
  }
}

.basket__page_content .basket__product_quantity > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px;
}

@media (max-width: 582px) {
  .basket__page_content .basket__product_quantity > div {
      background: none;
      padding: 0;
  }
}

.basket__page_content .basket__product_quantity > div button {
  background: #41AA03;
  border-radius: 2px;
  width: 27px;
  height: 25px;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  font-weight: 700px;
  color: #fff;
}

@media (max-width: 582px) {
  .basket__page_content .basket__product_quantity > div button {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 1;
      font-size: 30px;
  }
}

@media (max-width: 380px) {
  .basket__page_content .basket__product_quantity > div button {
      width: 20px;
      height: 20px;
      font-size: 20px;
  }
}

.basket__page_content .basket__product_quantity > div input {
  width: 40px;
  border: none;
  outline: none;
  background: none;
  text-align-last: center;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  color: #444444;
  font-weight: 700;
}

@media (max-width: 380px) {
  .basket__page_content .basket__product_quantity > div input {
      font-size: 18px;
      line-height: 20px;
  }
}

.basket__page_content .remove__product {
  display: none;
  position: absolute;
  border: none;
  outline: none;
  color: #ff0000;
  background: none;
  font-size: 20px;
}

@media (max-width: 582px) {
  .basket__page_content .remove__product {
      display: block;
      right: 10px;
      bottom: 6px;
  }
}

.comment__modal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 1090;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000090;
}

.comment__modal_content {
  width: 100%;
  max-width: 520px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 35px;
}

@media (max-width: 1440px) {
  .comment__modal_content {
      max-width: 460px;
      padding: 25px;
  }
}

@media (max-width: 460px) {
  .comment__modal_content {
      padding: 15px;
  }
}

.comment__modal_content textarea {
  resize: none;
  background: #F1F1F1;
  width: 100%;
  height: 220px;
  border: none;
  padding: 16px;
  font-size: 20px;
  line-height: 24px;
  color: #B2AFAF;
}

.comment__modal_content textarea::-webkit-input-placeholder {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #B2AFAF;
}

.comment__modal_content textarea:-ms-input-placeholder {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #B2AFAF;
}

.comment__modal_content textarea::-ms-input-placeholder {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #B2AFAF;
}

.comment__modal_content textarea::placeholder {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #B2AFAF;
}

@media (max-width: 1440px) {
  .comment__modal_content textarea::-webkit-input-placeholder {
      font-size: 18px;
  }

  .comment__modal_content textarea:-ms-input-placeholder {
      font-size: 18px;
  }

  .comment__modal_content textarea::-ms-input-placeholder {
      font-size: 18px;
  }

  .comment__modal_content textarea::placeholder {
      font-size: 18px;
  }
}

@media (max-width: 460px) {
  .comment__modal_content textarea::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .comment__modal_content textarea:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .comment__modal_content textarea::-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .comment__modal_content textarea::placeholder {
      font-size: 16px;
      line-height: 20px;
  }
}

@media (max-width: 360px) {
  .comment__modal_content textarea::-webkit-input-placeholder {
      font-size: 14px;
  }

  .comment__modal_content textarea:-ms-input-placeholder {
      font-size: 14px;
  }

  .comment__modal_content textarea::-ms-input-placeholder {
      font-size: 14px;
  }

  .comment__modal_content textarea::placeholder {
      font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .comment__modal_content textarea {
      font-size: 18px;
  }
}

@media (max-width: 460px) {
  .comment__modal_content textarea {
      font-size: 16px;
      line-height: 20px;
      padding: 8px;
  }
}

@media (max-width: 360px) {
  .comment__modal_content textarea {
      font-size: 14px;
  }
}

.comment__modal_content a {
  display: block;
  text-align: center;
  background: #358506;
  border-radius: 42px;
  max-width: 400px;
  margin: 30px auto 0;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  padding: 16px;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .comment__modal_content a {
      max-width: 300px;
      margin: 20px auto 0;
      font-size: 24px;
      line-height: 30px;
      padding: 12px;
  }
}

@media (max-width: 360px) {
  .comment__modal_content a {
      font-size: 20px;
      line-height: 24px;
      padding: 8px;
  }
}

.comment__modal_content button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  font-size: 32px;
  color: #c4c4c4;
  top: 20px;
  right: 26px;
  position: absolute;
}

@media (max-width: 1440px) {
  .comment__modal_content button {
      top: 4px;
      right: 12px;
  }
}

@media (max-width: 360px) {
  .comment__modal_content button {
      font-size: 24px;
  }
}

.order {
  width: 100%;
  padding: 150px 0 133px;
}

@media (max-width: 980px) {
  .order {
      padding: 150px 0 40px;
  }
}

@media (max-width: 768px) {
  .order {
      padding: 120px 0 40px;
  }
}

.order__content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 35px;
  position: relative;
}

.order__content > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.order__content > form > .left {
  width: 100%;
  max-width: 1096px;
  margin-right: 20px;
}

@media (max-width: 1380px) {
  .order__content > form > .left {
      margin-right: 20px;
  }
}

@media (max-width: 980px) {
  .order__content > form {
    flex-direction: column;
  }
  .order__content > form > .left {
      margin-right: 0;
  }
}

#order__btns button.btn {
  position: relative;
  z-index: 1050;
}

#order__btns button.btn input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1060;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 1280px) {
  .order__content {
      padding: 0 15px;
  }
}

@media (max-width: 980px) {
  .order__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.order__content > div:not(.order__modal) {
  width: 100%;
  padding-right: 62px;
}

@media (max-width: 1280px) {
  .order__content > div:not(.order__modal) {
      padding-right: 30px;
  }
}

@media (max-width: 980px) {
  .order__content > div:not(.order__modal) {
      padding-right: 0;
  }
}

.order__content h2 {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 1680px) {
  .order__content h2 {
      font-size: 42px;
      line-height: 48px;
  }
}

@media (max-width: 1440px) {
  .order__content h2 {
      font-size: 36px;
      line-height: 42px;
  }
}

@media (max-width: 1280px) {
  .order__content h2 {
      font-size: 32px;
      line-height: 36px;
  }
}

@media (max-width: 980px) {
  .order__content h2 {
      font-size: 28px;
      line-height: 32px;
  }
}

@media (max-width: 768px) {
  .order__content h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px;
  }
}
.comment__modal_content h2 {
  font-size: 24px;
  line-height: 30px;
  color: #5a5a5a;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .comment__modal_content h2 {
      font-size: 22px;
      line-height: 24px;
      margin-bottom: 20px;
  }
}

@media (max-width: 460px) {
  .comment__modal_content h2 {
      font-size: 20px;
  }
}

@media (max-width: 360px) {
  .comment__modal_content h2 {
      font-size: 18px;
  }
}
.order__modal {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  width: 100%;
  max-width: 514px;
  height: 385px;
  border: 1px solid rgba(179, 175, 175, 0.5);
  border-radius: 4px;
  padding: 22px 25px 18px;
}

@media (max-width: 1040px) {
  .order__modal {
      padding: 10px;
  }
}

@media (max-width: 980px) {
  .order__modal {
      padding: 25px;
      margin: 0 auto;
  }
}

@media (max-width: 582px) {
  .order__modal {
      padding: 0;
      border: none;
      height: auto;
  }
}

.order__modal div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0 12px;
}

@media (max-width: 420px) {
  .order__modal div {
      padding: 0 0 15px;
  }

  .order__modal div:nth-child(3) {
      margin-top: 15px;
  }
}

.order__modal div h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .order__modal div h3 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 1040px) {
  .order__modal div h3 {
      font-size: 18px;
  }
}

.order__modal div a {
  text-decoration: none;
  font-size: 24px;
  line-height: 28px;
  color: #41AA03;
}

@media (max-width: 1440px) {
  .order__modal div a {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 1040px) {
  .order__modal div a {
      font-size: 16px;
  }
}

.order__modal > button {
  outline: none;
  cursor: pointer;
  border: none;
  display: block;
  margin: 30px auto 0;
  width: 100%;
  max-width: 320px;
  background: #41AA03;
  border-radius: 100px;
  padding: 17px;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .order__modal > a {
      font-size: 20px;
      line-height: 24px;
      margin: 20px auto 0;
      padding: 14px;
  }
}

@media (max-width: 420px) {
  .order__modal > a {
      font-size: 18px;
      padding: 10px;
  }
}

.order__modal div:nth-child(2) {
  border-bottom: 1px solid #c4c4c4;
}

.order__modal p,
.order__modal h4,
.order__modal h5 {
  margin-bottom: 0;
}

.order__modal h4 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .order__modal h4 {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 420px) {
  .order__modal h4 {
      font-size: 16px;
  }
}

.order__modal h5 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .order__modal h5 {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 420px) {
  .order__modal h5 {
      font-size: 18px;
  }
}

.order__modal p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .order__modal p {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 420px) {
  .order__modal p {
      font-size: 18px;
  }
}

.order__modal span {
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .order__modal span {
      font-size: 18px;
      line-height: 24px;
  }
}

.order__data {
  width: 100%;
}

.order__data h3 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 83px;
}

@media (max-width: 1680px) {
  .order__data h3 {
      margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .order__data h3 {
      font-size: 30px;
      line-height: 36px;
  }
}

@media (max-width: 1280px) {
  .order__data h3 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 768px) {
  .order__data h3 {
      font-size: 20px;
      line-height: 24px;
  }
}

.order__data > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 2;
  grid-template-rows: 2;
  grid-column-gap: 98px;
  grid-row-gap: 59px;
  padding: 0 0 72px;
  border-bottom: 1px solid #B3AFAF;
  margin-bottom: 60px;
}

@media (max-width: 1680px) {
  .order__data > div {
      grid-gap: 40px;
  }
}

@media (max-width: 1440px) {
  .order__data > div {
      grid-gap: 20px;
  }
}

@media (max-width: 1080px) {
  .order__data > div {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
      -ms-grid-rows: 3;
      grid-template-rows: 3;
  }
}

@media (max-width: 980px) {
  .order__data > div {
      -ms-grid-columns: 1fr [ 2 ];
      grid-template-columns: repeat(2, 1fr);
      margin-bottom: 30px;
      padding-bottom: 30px;
  }
}

@media (max-width: 582px) {
  .order__data > div {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.order__data > div input {
  position: relative;
  border: none;
  height: 105px;
  background: #E9E9E9;
  border-radius: 4px;
  padding: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
}

.order__data > div input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 17px;
}

.order__data > div input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 17px;
}

.order__data > div input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 17px;
}

.order__data > div input::placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 17px;
}

@media (max-width: 1680px) {
  .order__data > div input::-webkit-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__data > div input:-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__data > div input::-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__data > div input::placeholder {
      position: relative;
      top: 0;
      left: 0;
  }
}

@media (max-width: 1440px) {
  .order__data > div input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__data > div input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__data > div input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__data > div input::placeholder {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .order__data > div input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__data > div input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__data > div input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__data > div input::placeholder {
      font-size: 16px;
      line-height: 20px;
  }
}

@media (max-width: 1680px) {
  .order__data > div input {
      height: 80px;
  }
}

@media (max-width: 1440px) {
  .order__data > div input {
      font-size: 18px;
      line-height: 24px;
      padding: 16px;
  }
}

@media (max-width: 980px) {
  .order__data > div input {
      font-size: 16px;
      line-height: 20px;
      height: 60px;
  }
}

.order__address {
  width: 100%;
}

.order__address h3 {
  font-size: 36px;
  line-height: 41px;
  font-weight: 700;
  margin-bottom: 83px;
}

@media (max-width: 1680px) {
  .order__address h3 {
      margin-bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .order__address h3 {
      font-size: 30px;
      line-height: 36px;
  }
}

@media (max-width: 1280px) {
  .order__address h3 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 768px) {
  .order__address h3 {
      font-size: 20px;
      line-height: 24px;
  }
}

.order__address .address {
  position: relative;
  z-index: 1010;
  border: 1px solid #4fd403;
  padding: 60px 10px 10px;
  margin-bottom: 80px;
  margin-top: 40px;
}

.order__address .address.active {
  -webkit-box-shadow: 0 0 15px 0 #4fd403;
  box-shadow: 0 0 15px 0 #4fd403;
  background: #4fd40320;
}

.order__address .address > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: none;
  border-right: none;
  border-left: 1px solid #d40303;
  border-bottom: 1px solid #d40303;
  padding: 8px;
  border-radius: 0 0 0 4px;
  position: absolute;
  outline: none;
  cursor: pointer;
  background: none;
  top: 0;
  right: 0;
  z-index: 1020;
  -webkit-transition: .3s;
  transition: .3s;
}

.order__address .address > input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1015;
  left: 0;
  top: 0;
  opacity: 0;
}

.order__address .address > button:hover {
  -webkit-box-shadow: 0 0 10px 0 #d40303;
  box-shadow: 0 0 10px 0 #d40303;
}

.order__address .address > button span {
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin-right: 5px;
}

.order__address .address > button img {
  width: 40px;
  display: block;
}

.order__address .address_content {
  position: relative;
  width: 100%;
}

.order__address .address_content > img {
  position: absolute;
}

.order__address .address_content tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .order__address .address_content tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      grid-gap: 0;
  }
}

.order__address .address_content tr td {
  font-size: 20px;
  line-height: 24px;
  color: #444;
}

@media (max-width: 980px) {
  .order__address .address_content tr td {
      font-size: 18px;
  }
}

@media (max-width: 768px) {
  .order__address .address_content tr td {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px;
      width: 100%;
  }
}

@media (max-width: 582px) {
  .order__address .address_content tr td {
      font-size: 14px;
  }
}

.order__address form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 40px;
}

@media (max-width: 1280px) {
  .order__address form {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px;
  }
}

@media (max-width: 980px) {
  .order__address form {
      -ms-grid-columns: 1fr [ 2 ];
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .order__address form {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.order__add {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}

.order__address .order__add .order__address_city {
  position: relative;
  height: 105px;
}

.order__address .order__add .order__address_city .select {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1060;
  background: #E9E9E9;
}

.order__address .order__add .order__address_city select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 4px;
  color: #5a5a5a;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1070;
  background: none;
}

@media (max-width: 1560px) {
  .order__address .order__add .order__address_city select {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .order__address_city select {
      font-size: 16px;
      line-height: 20px;
  }
}

.order__address .order__add .order__address_city select > option:first-child {
  display: none;
}

@media (max-width: 1560px) {
  .order__address .order__add .order__address_city {
      height: 80px;
  }
}

@media (max-width: 1280px) {
  .order__address .order__add .order__address_city {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .order__address_city {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      height: 60px;
  }
}

@media (max-width: 620px) {
  .order__address .order__add .order__address_city {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

.order__address .order__add .order__address_city .open__city {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  background: #E9E9E9;
  border-radius: 4px;
  color: #5a5a5a;
  text-align: left;
}

.order__address .order__add .order__address_city .open__city::after {
  content: '\2039';
  display: block;
  position: absolute;
  font-size: 48px;
  line-height: 0;
  color: #41AF00;
  right: 32px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
  top: 52px;
}

@media (max-width: 1560px) {
  .order__address .order__add .order__address_city .open__city::after {
      top: 42px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .order__address_city .open__city::after {
      top: 30px;
  }
}

.order__address .order__add .order__address_city .open__city.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1560px) {
  .order__address .order__add .order__address_city .open__city {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .order__address_city .open__city {
      font-size: 16px;
      line-height: 20px;
  }
}

.order__address .order__add .order__address_city .order__city {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1020;
}

.order__address .order__add .order__address_city .order__city.active {
  display: block;
}

.order__address .order__add .order__address_city .order__city button {
  border: 1px solid #c4c4c4;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 20px;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  color: #5a5a5a;
  text-align: left;
}

.order__address .order__add .order__address_city .order__city button:hover {
  background: #97daa5;
}

@media (max-width: 1560px) {
  .order__address .order__add .order__address_city .order__city button {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .order__address_city .order__city button {
      font-size: 16px;
      line-height: 20px;
  }
}

.order__address .order__add .choose_the_type_of_building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px;
  grid-gap: 20px;
  border-radius: 4px;
}

@media (max-width: 1560px) {
  .order__address .order__add .choose_the_type_of_building {
      height: 80px;
  }
}

@media (max-width: 1280px) {
  .order__address .order__add .choose_the_type_of_building {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .choose_the_type_of_building {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      height: 60px;
  }
}

@media (max-width: 620px) {
  .order__address .order__add .choose_the_type_of_building {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

.order__address .order__add .choose_the_type_of_building button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  border: 1px solid #41AF00;
  width: 50%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
  background: #E9E9E9;
  position: relative;
  z-index: 1050;
}

.order__address .order__add .choose_the_type_of_building button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1060;
  cursor: pointer;
  opacity: 0;
}

.order__address .order__add .choose_the_type_of_building button:hover {
  -webkit-box-shadow: 0 0 15px 0 #41AF00;
  box-shadow: 0 0 15px 0 #41AF00;
}

@media (max-width: 1560px) {
  .order__address .order__add .choose_the_type_of_building button {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .choose_the_type_of_building button {
      font-size: 16px;
      line-height: 20px;
  }
}

.order__address .order__add .building {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  /*height: 0;*/
  /*overflow: hidden;*/
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1280px) {
  .order__address .order__add .building {
      grid-gap: 20px;
  }
}

@media (max-width: 520px) {
  .order__address .order__add .building {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.order__address .order__add .building.active {
  height: 420px;
  margin-top: 0px;
}

@media (max-width: 1560px) {
  .order__address .order__add .building.active {
      height: 325px;
  }
}

@media (max-width: 1280px) {
  .order__address .order__add .building.active {
      height: 290px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .building.active {
      height: 230px;
      margin-top: 0;
  }
}

@media (max-width: 520px) {
  .order__address .order__add .building.active {
      height: 380px;
  }
}

.order__address .order__add .building input {
  position: relative;
  z-index: 1010;
  width: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  height: 105px;
  background: #E9E9E9;
  border-radius: 4px;
  color: #5a5a5a;
  text-align: left;
}

.order__address .order__add .building input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.order__address .order__add .building input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.order__address .order__add .building input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.order__address .order__add .building input::placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media (max-width: 1680px) {
  .order__address .order__add .building input::-webkit-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__address .order__add .building input:-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__address .order__add .building input::-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__address .order__add .building input::placeholder {
      position: relative;
      top: 0;
      left: 0;
  }
}

@media (max-width: 1440px) {
  .order__address .order__add .building input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__address .order__add .building input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__address .order__add .building input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__address .order__add .building input::placeholder {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .building input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__address .order__add .building input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__address .order__add .building input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__address .order__add .building input::placeholder {
      font-size: 16px;
      line-height: 20px;
  }
}

@media (max-width: 1680px) {
  .order__address .order__add .building input {
      height: 80px;
  }
}

@media (max-width: 1440px) {
  .order__address .order__add .building input {
      font-size: 18px;
      line-height: 24px;
      padding: 16px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .building input {
      font-size: 16px;
      line-height: 20px;
      height: 60px;
  }
}

.order__address .order__add .house {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: -20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1280px) {
  .order__address .order__add .house {
      grid-gap: 20px;
  }
}

@media (max-width: 520px) {
  .order__address .order__add .house {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.order__address .order__add .house.active {
  height: 105px;
}

@media (max-width: 980px) {
  .order__address .order__add .house.active {
      height: 60px;
  }
}

@media (max-width: 520px) {
  .order__address .order__add .house.active {
      height: 140px;
  }
}

.order__address .order__add .house input {
  position: relative;
  z-index: 1010;
  width: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  height: 105px;
  background: #E9E9E9;
  border-radius: 4px;
  color: #5a5a5a;
  text-align: left;
}

.order__address .order__add .house input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.order__address .order__add .house input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.order__address .order__add .house input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.order__address .order__add .house input::placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media (max-width: 1680px) {
  .order__address .order__add .house input::-webkit-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__address .order__add .house input:-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__address .order__add .house input::-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .order__address .order__add .house input::placeholder {
      position: relative;
      top: 0;
      left: 0;
  }
}

@media (max-width: 1440px) {
  .order__address .order__add .house input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__address .order__add .house input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__address .order__add .house input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .order__address .order__add .house input::placeholder {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .house input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__address .order__add .house input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__address .order__add .house input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .order__address .order__add .house input::placeholder {
      font-size: 16px;
      line-height: 20px;
  }
}

@media (max-width: 1680px) {
  .order__address .order__add .house input {
      height: 80px;
  }
}

@media (max-width: 1440px) {
  .order__address .order__add .house input {
      font-size: 18px;
      line-height: 24px;
      padding: 16px;
  }
}

@media (max-width: 980px) {
  .order__address .order__add .house input {
      font-size: 16px;
      line-height: 20px;
      height: 60px;
  }
}

.order__comment {
  width: 100%;
}

.order__comment_content {
  border-bottom: 1px solid #B3AFAF;
  padding-bottom: 78px;
}

@media (max-width: 1680px) {
  .order__comment_content {
      padding-bottom: 50px;
  }
}

@media (max-width: 1440px) {
  .order__comment_content {
      padding-bottom: 30px;
  }
}

.order__comment_content button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

.order__comment_content > button {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 40px;
}

.order__comment_content > button:hover {
  color: #41AA03;
}

@media (max-width: 1440px) {
  .order__comment_content > button {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 980px) {
  .order__comment_content > button {
      font-size: 20px;
      line-height: 24px;
  }
}

.order__comment_content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__comment_content > div button {
  border-radius: 34px;
  width: 263px;
  padding: 14px;
  font-size: 36px;
  line-height: 41px;
}

@media (max-width: 1440px) {
  .order__comment_content > div button {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 30px;
  }
}

@media (max-width: 980px) {
  .order__comment_content > div button {
      font-size: 20px;
      line-height: 24px;
      margin: 20px 0;
      padding: 10px;
  }
}

.order__comment_content > div button:first-child {
  color: #fff;
  background: #41AF00;
  margin-right: 45px;
}

@media (max-width: 980px) {
  .order__comment_content > div button:first-child {
      margin-right: 30px;
  }
}

.order__comment_content > div button:last-child {
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
}

.order__time {
  width: 100%;
}

.order__time h3 {
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 60px;
  margin-top: 50px;
}

@media (max-width: 1680px) {
  .order__time h3 {
      font-size: 30px;
      line-height: 36px;
      margin: 40px 0;
  }
}

@media (max-width: 1440px) {
  .order__time h3 {
      font-size: 24px;
      line-height: 30px;
      margin: 30px 0;
  }
}

@media (max-width: 980px) {
  .order__time h3 {
      font-size: 20px;
      line-height: 24px;
      margin: 20px 0 30px;
  }
}

.order__time .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
}

@media (max-width: 582px) {
  .order__time .time {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
}

.order__time .time input {
  width: 270px;
  margin-right: 30px;
}

@media (max-width: 582px) {
  .order__time .time input {
      width: 80%;
      margin: 0 auto 20px;
  }
}

.order__time .time input,
.order__time .time select {
  display: block;
  background: none;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  height: 66px;
  padding: 16px;
  font-size: 30px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.67);
}

@media (max-width: 1440px) {
  .order__time .time input,
  .order__time .time select {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 980px) {
  .order__time .time input,
  .order__time .time select {
      font-size: 20px;
      line-height: 24px;
      height: 46px;
  }
}

.order__time .time > div {
  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;
  width: 100%;
  max-width: 310px;
}

@media (max-width: 582px) {
  .order__time .time > div {
      margin: 0 auto;
  }
}

.order__time .time > div select {
  width: 135px;
  padding: 16px 0px;
}

@media (max-width: 980px) {
  .order__time .time > div select {
      padding: 8px;
  }
}

.order__time .time > div option {
  font-size: 44px;
  color: rgba(0, 0, 0, 0.67);
}

@media (max-width: 1680px) {
  .order__time .time > div option {
      font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .order__time .time > div option {
      font-size: 30px;
  }
}

@media (max-width: 1280px) {
  .order__time .time > div option {
      font-size: 24px;
  }
}

@media (max-width: 980px) {
  .order__time .time > div option {
      font-size: 20px;
  }
}

.order__time .time > div div {
  width: 25px;
  border: 1px solid #E0E0E0;
}

.order__time > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px;
}

@media (max-width: 1680px) {
  .order__time > div:last-child {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto [ 2 ];
      grid-template-columns: repeat(2, auto);
      grid-gap: 20px;
  }
}

@media (max-width: 980px) {
  .order__time > div:last-child {
      -ms-grid-columns: auto [ 4 ];
      grid-template-columns: repeat(4, auto);
  }
}

@media (max-width: 620px) {
  .order__time > div:last-child {
      -ms-grid-columns: 1fr [ 2 ];
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 582px) {
  .order__time > div:last-child {
      margin-top: 40px;
      margin-bottom: 20px;
  }
}

.order__time button {
  border: 2px solid #C4C4C4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 274px;
  height: 186px;
  background: none;
  cursor: pointer;
  padding: 23px 34px 34px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.order__time button.active {
  border: 2px solid #41AA03;
  -webkit-box-shadow: 0 0 15px 0 #41AA03;
  box-shadow: 0 0 15px 0 #41AA03;
}

.order__time button:hover {
  -webkit-box-shadow: 0 0 15px 0 #41AA03;
  box-shadow: 0 0 15px 0 #41AA03;
}

@media (max-width: 1680px) {
  .order__time button {
      width: 250px;
      height: 160px;
      padding: 25px;
  }
}

@media (max-width: 1080px) {
  .order__time button {
      width: 230px;
      margin-bottom: 20px;
  }
}

@media (max-width: 980px) {
  .order__time button {
      width: 168px;
      padding: 15px;
  }
}

@media (max-width: 768px) {
  .order__time button {
      width: 130px;
      height: 120px;
      padding: 10px;
  }

  .order__time button img {
      width: 50px;
  }

  .order__time button svg {
      width: 60px;
  }
}

@media (max-width: 620px) {
  .order__time button {
      margin: 0 auto 20px;
  }
}

@media (max-width: 582px) {
  .order__time button {
      width: 140px;
      height: 110px;
      margin-bottom: 0;
  }

  .order__time button img {
      width: 40px;
  }

  .order__time button svg {
      width: 50px;
      position: relative;
      top: 10px;
  }
}

@media (max-width: 480px) {
  .order__time button {
      width: 120px;
  }

  .order__time button img {
      width: 30px;
  }

  .order__time button svg {
      width: 40px;
      position: relative;
      top: 10px;
  }
}

@media (max-width: 380px) {
  .order__time button {
      width: 135px;
  }
}

.order__time button h4 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .order__time button h4 {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 480px) {
  .order__time button h4 {
      font-size: 18px;
  }
}

.register {
  width: 100%;
  padding: 213px 0 305px;
}

@media (max-width: 1440px) {
  .register {
      padding: 150px 0 200px;
  }
}

@media (max-width: 1280px) {
  .register {
      padding: 150px 0;
  }
}

@media (max-width: 1040px) {
  .register {
      padding: 150px 0 100px;
  }
}

@media (max-width: 980px) {
  .register {
      padding: 140px 0 60px;
  }
}

.register__content {
  width: 100%;
  max-width: 1920px;
  padding: 0 35px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .register__content {
      padding: 0 15px;
  }
}

.register__content h2 {
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .register__content h2 {
      font-size: 30px;
      line-height: 36px;
  }
}

@media (max-width: 582px) {
  .register__content h2 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 380px) {
  .register__content h2 {
      font-size: 20px;
      line-height: 24px;
  }
}

.register .ps {
  max-width: 866px;
  margin: 33px auto 0;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .register .ps {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .register .ps {
      font-size: 18px;
      line-height: 22px;
  }
}

.register .ps a {
  text-decoration: none;
  font-size: 24px;
  line-height: 28px;
  color: #4fd403;
}

.register .ps a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .register .ps a {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .register .ps a {
      font-size: 18px;
      line-height: 22px;
  }
}

.register form {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 30px;
  margin: 127px auto 0;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11);
  width: 100%;
  max-width: 672px;
  padding: 50px 32px;
}

@media (max-width: 1440px) {
  .register form {
      margin: 100px auto 0;
  }
}

@media (max-width: 1280px) {
  .register form {
      margin: 60px auto 0;
  }
}

@media (max-width: 980px) {
  .register form {
      margin: 40px auto 0;
  }
}

@media (max-width: 768px) {
  .register form {
      padding: 40px 15px;
  }
}

.register form > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
}

@media (max-width: 582px) {
  .register form > div {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 30px;
  }
}

.register form input,
.register form select {
  width: 100%;
  display: block;
  border: none;
  background: #E9E9E9;
  border-radius: 4px;
  height: 56px;
  padding: 20px 16px;
}

.register form .password {
  position: relative;
}

.register form .password .show__password {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  width: 26px;
  height: 17px;
}

.register form .password .show__password svg {
  position: absolute;
  top: 0;
  right: 0;
}

.register form > button {
  width: 100%;
  background: #4A8D16;
  -webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  border: none;
  cursor: pointer;
  outline: none;
  display: block;
  padding: 10px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.product {
  width: 100%;
  padding: 184px 0 230px;
}

@media (max-width: 1440px) {
  .product {
      padding: 150px 0 230px;
  }
}

@media (max-width: 1080px) {
  .product {
      padding: 150px 0 100px;
  }
}

@media (max-width: 768px) {
  .product {
      padding: 150px 0 140px;
  }
}

@media (max-width: 582px) {
  .product {
      padding: 130px 0 40px;
  }
}

.product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 35px;
}

@media (max-width: 1080px) {
  .product__content {
      padding: 0 15px;
  }
}

@media (max-width: 582px) {
  .product__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.product__headline {
  width: 100%;
  max-width: 1920px;
  padding: 0 35px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 582px) {
  .product__headline {
      margin: 0 0 30px;
      padding: 0 15px;
  }
}

.product__headline h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  margin-right: 24px;
}

.product__headline a {
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  color: #41AA03;
}

.product__headline a:hover {
  text-decoration: underline;
}

.product__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 770px;
  margin-right: 120px;
}

@media (max-width: 1440px) {
  .product__gallery {
      margin-right: 60px;
  }
}

@media (max-width: 980px) {
  .product__gallery {
      margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .product__gallery {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  }
}

@media (max-width: 582px) {
  .product__gallery {
      max-width: 380px;
      margin: 0 auto 30px;
  }
}

.product__gallery .dots {
  min-width: 120px;
  max-width: 120px;
  height: 745px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.product__gallery .dots::-webkit-scrollbar {
  width: 6px;
  border-radius: 5px;
}

.product__gallery .dots::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 5px;
}

.product__gallery .dots::-webkit-scrollbar-thumb {
  background: #4fd403;
  border-radius: 6px;
}

@media (max-width: 1780px) {
  .product__gallery .dots {
      height: 680px;
  }
}

@media (max-width: 1680px) {
  .product__gallery .dots {
      height: 620px;
  }
}

@media (max-width: 1580px) {
  .product__gallery .dots {
      height: 540px;
  }
}

@media (max-width: 1440px) {
  .product__gallery .dots {
      height: 480px;
  }
}

@media (max-width: 980px) {
  .product__gallery .dots {
      height: 340px;
      min-width: 70px;
      max-width: 70px;
  }
}

@media (max-width: 768px) {
  .product__gallery .dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 365px;
      height: auto;
      overflow: visible;
      overflow-x: scroll;
  }

  .product__gallery .dots div {
      min-width: 60px;
      margin-right: 5px;
  }

  .product__gallery .dots::-webkit-scrollbar {
      height: 6px;
      border-radius: 5px;
  }

  .product__gallery .dots::-webkit-scrollbar-track {
      background: #c4c4c4;
      border-radius: 5px;
  }

  .product__gallery .dots::-webkit-scrollbar-thumb {
      background: #4fd403;
      border-radius: 6px;
  }
}

@media (max-width: 680px) {
  .product__gallery .dots {
      min-width: 320px;
  }
}

@media (max-width: 620px) {
  .product__gallery .dots {
      min-width: 260px;
  }
}

@media (max-width: 582px) {
  .product__gallery .dots {
      min-width: 100%;
  }
}

.product__gallery_path {
  display: none;
  width: 100%;
  max-width: 640px;
  margin-left: 5px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product__gallery_path {
      margin-left: 0;
  }
}

.product__gallery_path > img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.product__gallery_path > img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.product__gallery .demo {
  display: block;
  opacity: 0.6;
  cursor: pointer;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .product__gallery .demo {
      margin-bottom: 0;
      margin-top: 5px;
      margin-right: 5px;
  }
}

.product__gallery .active,
.product__gallery .demo:hover {
  opacity: 1;
}

.product__desc {
  width: 100%;
}

@media (max-width: 1280px) {
  .product__desc {
      width: auto;
  }
}

.product__desc h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #c4c4c4;
}

@media (max-width: 1680px) {
  .product__desc h2 {
      font-size: 30px;
      line-height: 36px;
  }
}

@media (max-width: 1440px) {
  .product__desc h2 {
      font-size: 24px;
      line-height: 30px;
  }
}

.product__desc_prize {
  margin: 57px 0 108px;
}

@media (max-width: 1440px) {
  .product__desc_prize {
      margin: 60px 0;
  }
}

@media (max-width: 1080px) {
  .product__desc_prize {
      margin: 30px 0;
  }
}

.product__desc_prize h4 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

@media (max-width: 1680px) {
  .product__desc_prize h4 {
      font-size: 30px;
      line-height: 36px;
  }
}

@media (max-width: 1440px) {
  .product__desc_prize h4 {
      font-size: 24px;
      line-height: 30px;
  }
}

.product__desc_prize span {
  display: block;
  margin: 20px 0;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  color: #5a5a5a;
}

@media (max-width: 1680px) {
  .product__desc_prize span {
      font-size: 22px;
      line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .product__desc_prize span {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .product__desc_prize span {
      font-size: 18px;
      line-height: 22px;
      margin: 10px 0;
  }
}

.product__desc_prize p {
  max-width: 750px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 1680px) {
  .product__desc_prize p {
      font-size: 22px;
      line-height: 26px;
  }
}

@media (max-width: 1440px) {
  .product__desc_prize p {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .product__desc_prize p {
      font-size: 18px;
      line-height: 22px;
  }
}

.product__desc_quantity {
  position: relative;
  background: #358506;
  border-radius: 47px;
  max-width: 308px;
  height: 95px;
  margin-bottom: 135px;
}

@media (max-width: 1680px) {
  .product__desc_quantity {
      max-width: 260px;
      height: 80px;
  }
}

@media (max-width: 1440px) {
  .product__desc_quantity {
      height: 60px;
  }
}

@media (max-width: 1080px) {
  .product__desc_quantity {
      margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .product__desc_quantity {
      margin-bottom: 0;
  }
}

@media (max-width: 582px) {
  .product__desc_quantity {
      margin: 0 auto;
  }
}

.product__desc_quantity > button {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  opacity: 1;
  background: none;
  border-radius: 47px;
  font-size: 36px;
  line-height: 42px;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1680px) {
  .product__desc_quantity > button {
      font-size: 30px;
      line-height: 36px;
  }
}

@media (max-width: 1440px) {
  .product__desc_quantity > button {
      font-size: 24px;
      line-height: 30px;
  }
}

.product__desc_quantity .quantity {
  position: absolute;
  top: 0;
  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;
  padding: 16px 32px;
  z-index: -2;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 47px;
  -webkit-transition: .3s;
  transition: .3s;
}

.product__desc_quantity .quantity button {
  display: block;
  background: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  height: 50px;
  border: none;
}

@media (max-width: 1680px) {
  .product__desc_quantity .quantity button {
      font-size: 30px;
  }
}

@media (max-width: 1440px) {
  .product__desc_quantity .quantity button {
      font-size: 24px;
  }
}

.product__desc_quantity .quantity input {
  border: none;
  background: none;
  outline: none;
  width: 30px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 1680px) {
  .product__desc_quantity .quantity input {
      font-size: 30px;
  }
}

@media (max-width: 1440px) {
  .product__desc_quantity .quantity input {
      font-size: 24px;
  }
}

@media (max-width: 1580px) {
  .product__desc_country {
      position: absolute;
      width: 80%;
      left: 0;
      right: 0;
      bottom: -150px;
      margin: 0 auto;
  }
}

@media (max-width: 1080px) {
  .product__desc_country {
      bottom: -80px;
  }
}

@media (max-width: 768px) {
  .product__desc_country {
      width: 100%;
      padding: 0 15px;
      margin-top: 30px;
  }
}

@media (max-width: 582px) {
  .product__desc_country {
      display: none;
  }
}

.product__desc_country h3 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .product__desc_country h3 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 1280px) {
  .product__desc_country h3 {
      font-size: 22px;
      line-height: 26px;
  }
}

@media (max-width: 1080px) {
  .product__desc_country h3 {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .product__desc_country h3 {
      font-size: 18px;
      line-height: 22px;
  }
}

.product__desc_country p {
  margin: 0 10px;
  border-bottom: 1px solid #c4c4c4;
  width: 50%;
}

@media (max-width: 980px) {
  .product__desc_country p {
      width: 40%;
  }
}

.product__desc_country > div:first-child {
  margin-bottom: 60px;
}

@media (max-width: 1080px) {
  .product__desc_country > div:first-child {
      margin-bottom: 25px;
  }
}

.product__desc_country div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.personal {
  width: 100%;
  padding: 194px 0 66px;
}

@media (max-width: 1280px) {
  .personal {
      padding: 160px 0 60px;
  }
}

@media (max-width: 980px) {
  .personal {
      padding: 140px 0 60px;
  }
}

.personal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 35px;
}

@media (max-width: 1280px) {
  .personal__content {
      padding: 0 15px;
  }
}

@media (max-width: 980px) {
  .personal__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.personal__menu {
  min-width: 400px;
  max-width: 400px;
  margin-right: 120px;
}

@media (max-width: 1660px) {
  .personal__menu {
      margin-right: 30px;
  }
}

@media (max-width: 1440px) {
  .personal__menu {
      min-width: 350px;
      max-width: 350px;
  }
}

@media (max-width: 1280px) {
  .personal__menu {
      min-width: 300px;
      max-width: 300px;
  }
}

@media (max-width: 1080px) {
  .personal__menu {
      margin-right: 15px;
      max-width: 280px;
      min-width: 280px;
  }
}

@media (max-width: 980px) {
  .personal__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
  }
}

.personal__menu a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #C4C4C4;
  padding: 25px 12px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
}

.personal__menu a svg:first-child {
  margin-right: 20px;
}

@media (max-width: 1280px) {
  .personal__menu a svg:first-child {
      margin-right: 10px;
  }
}

@media (max-width: 980px) {
  .personal__menu a svg:first-child {
      width: 20px;
      margin-right: 5px;
  }
}

@media (max-width: 360px) {
  .personal__menu a svg:first-child {
      width: 25px;
      margin-right: 10px;
  }
}

.personal__menu a svg:last-child {
  margin-left: auto;
}

@media (max-width: 1440px) {
  .personal__menu a {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 1280px) {
  .personal__menu a {
      font-size: 18px;
      line-height: 20px;
      padding: 15px 10px;
  }
}

@media (max-width: 1080px) {
  .personal__menu a {
      font-size: 16px;
  }
}

@media (max-width: 980px) {
  .personal__menu a {
      width: 100%;
      max-width: 240px;
      margin-bottom: 10px;
      font-size: 14px;
      padding: 10px 6px;
  }
}

@media (max-width: 360px) {
  .personal__menu a {
      max-width: 100%;
      padding: 10px;
  }
}

.personal form {
  width: 100%;
}

.personal form > div {
  padding-bottom: 45px;
  border-bottom: 1px solid #c4c4c4;
  max-width: 420px;
}

@media (max-width: 768px) {
  .personal form > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 100%;
      padding-bottom: 20px;
  }
}

@media (max-width: 360px) {
  .personal form > div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
}

.personal form > div > h3 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 40px;
  font-weight: 400;
}

@media (max-width: 1780px) {
  .personal form > div > h3 {
      font-size: 42px;
      line-height: 48px;
  }
}

@media (max-width: 1660px) {
  .personal form > div > h3 {
      font-size: 36px;
      line-height: 42px;
  }
}

@media (max-width: 1440px) {
  .personal form > div > h3 {
      font-size: 30px;
      line-height: 36px;
  }
}

@media (max-width: 1280px) {
  .personal form > div > h3 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 768px) {
  .personal form > div > h3 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 0;
  }
}

@media (max-width: 582px) {
  .personal form > div > h3 {
      font-size: 18px;
      line-height: 20px;
  }
}

@media (max-width: 420px) {
  .personal form > div > h3 {
      font-size: 16px;
  }
}

@media (max-width: 360px) {
  .personal form > div > h3 {
      margin-bottom: 15px;
      text-align: center;
  }
}

.personal form > div > button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: block;
  font-size: 36px;
  line-height: 42px;
  color: #41AA03;
  font-weight: 400;
}

@media (max-width: 1780px) {
  .personal form > div > button {
      font-size: 32px;
      line-height: 38px;
  }
}

@media (max-width: 1660px) {
  .personal form > div > button {
      font-size: 28px;
      line-height: 32px;
  }
}

@media (max-width: 1440px) {
  .personal form > div > button {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 1280px) {
  .personal form > div > button {
      font-size: 20px;
      left: 24px;
  }
}

@media (max-width: 980px) {
  .personal form > div > button {
      font-size: 18px;
      line-height: 20px;
  }
}

@media (max-width: 420px) {
  .personal form > div > button {
      font-size: 16px;
  }
}

.personal__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 57px;
  grid-column-gap: 160px;
  padding-bottom: 137px;
  border-bottom: 1px solid #c4c4c4;
}

@media (max-width: 1780px) {
  .personal__info {
      grid-gap: 60px;
  }
}

@media (max-width: 1660px) {
  .personal__info {
      grid-gap: 30px;
      padding-bottom: 60px;
  }
}

@media (max-width: 1280px) {
  .personal__info {
      grid-column-gap: 15px;
  }
}

@media (max-width: 1080px) {
  .personal__info {
      grid-gap: 15px;
  }
}

@media (max-width: 768px) {
  .personal__info {
      padding-bottom: 30px;
  }
}

@media (max-width: 520px) {
  .personal__info {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.personal__info h2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 1440px) {
  .personal__info h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 0;
  }
}

@media (max-width: 1280px) {
  .personal__info h2 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 1080px) {
  .personal__info h2 {
      margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .personal__info h2 {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 520px) {
  .personal__info h2 {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
  }
}

.personal__info input {
  border: none;
  background: #E9E9E9;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  padding: 32px 16px;
  height: 106px;
  width: 100%;
}

.personal__info input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 18px;
}

.personal__info input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 18px;
}

.personal__info input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 18px;
}

.personal__info input::placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 18px;
}

@media (max-width: 1660px) {
  .personal__info input::-webkit-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__info input:-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__info input::-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__info input::placeholder {
      position: relative;
      top: 0;
      left: 0;
  }
}

@media (max-width: 1440px) {
  .personal__info input::-webkit-input-placeholder {
      font-size: 20px;
      line-height: 24px;
  }

  .personal__info input:-ms-input-placeholder {
      font-size: 20px;
      line-height: 24px;
  }

  .personal__info input::-ms-input-placeholder {
      font-size: 20px;
      line-height: 24px;
  }

  .personal__info input::placeholder {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 1280px) {
  .personal__info input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__info input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__info input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__info input::placeholder {
      font-size: 18px;
      line-height: 20px;
  }
}

@media (max-width: 1080px) {
  .personal__info input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__info input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__info input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__info input::placeholder {
      font-size: 18px;
      line-height: 20px;
  }
}

@media (max-width: 768px) {
  .personal__info input::-webkit-input-placeholder {
      font-size: 14px;
  }

  .personal__info input:-ms-input-placeholder {
      font-size: 14px;
  }

  .personal__info input::-ms-input-placeholder {
      font-size: 14px;
  }

  .personal__info input::placeholder {
      font-size: 14px;
  }
}

@media (max-width: 1660px) {
  .personal__info input {
      height: 90px;
      padding: 16px;
  }
}

@media (max-width: 1440px) {
  .personal__info input {
      font-size: 20px;
      line-height: 24px;
      height: 80px;
  }
}

@media (max-width: 1280px) {
  .personal__info input {
      font-size: 18px;
      line-height: 20px;
      height: 70px;
  }
}

@media (max-width: 1080px) {
  .personal__info input {
      font-size: 18px;
      line-height: 20px;
      height: 60px;
  }
}

@media (max-width: 768px) {
  .personal__info input {
      font-size: 14px;
      height: 40px;
  }
}

.personal__registration {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 57px;
  grid-column-gap: 160px;
  padding-bottom: 84px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 54px;
}

@media (max-width: 1780px) {
  .personal__registration {
      grid-gap: 60px;
  }
}

@media (max-width: 1660px) {
  .personal__registration {
      grid-gap: 30px;
      padding-bottom: 60px;
  }
}

@media (max-width: 1280px) {
  .personal__registration {
      grid-column-gap: 15px;
  }
}

@media (max-width: 1080px) {
  .personal__registration {
      grid-gap: 15px;
  }
}

@media (max-width: 768px) {
  .personal__registration {
      padding-bottom: 30px;
      margin-bottom: 20px;
  }
}

@media (max-width: 582px) {
  .personal__registration {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.personal__registration h2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 69px;
}

@media (max-width: 1440px) {
  .personal__registration h2 {
      font-size: 30px;
      line-height: 36px;
      margin-top: 40px;
      margin-bottom: 0;
  }
}

@media (max-width: 1280px) {
  .personal__registration h2 {
      font-size: 24px;
      line-height: 30px;
  }
}

@media (max-width: 1080px) {
  .personal__registration h2 {
      margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .personal__registration h2 {
      font-size: 20px;
      line-height: 24px;
      margin-top: 20px;
  }
}

@media (max-width: 582px) {
  .personal__registration h2 {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
  }
}

@media (max-width: 582px) {
  .personal__registration span {
      display: none;
  }
}

.personal__registration .password {
  position: relative;
}

.personal__registration .password button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 45px;
  right: 16px;
  width: 25px;
  height: 16px;
}

.personal__registration .password button svg {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .personal__registration .password button svg {
      width: 20px;
  }
}

@media (max-width: 1660px) {
  .personal__registration .password button {
      top: 36px;
  }
}

@media (max-width: 1440px) {
  .personal__registration .password button {
      top: 30px;
  }
}

@media (max-width: 1280px) {
  .personal__registration .password button {
      top: 26px;
  }
}

@media (max-width: 1080px) {
  .personal__registration .password button {
      top: 20px;
  }
}

@media (max-width: 768px) {
  .personal__registration .password button {
      height: 18px;
      width: 20px;
      top: 10px;
  }
}

.personal__registration input {
  border: none;
  background: #E9E9E9;
  position: relative;
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  padding: 32px 16px;
  height: 106px;
  width: 100%;
}

.personal__registration input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 18px;
}

.personal__registration input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 18px;
}

.personal__registration input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 18px;
}

.personal__registration input::placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 19px;
  left: 18px;
}

@media (max-width: 1660px) {
  .personal__registration input::-webkit-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__registration input:-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__registration input::-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__registration input::placeholder {
      position: relative;
      top: 0;
      left: 0;
  }
}

@media (max-width: 1440px) {
  .personal__registration input::-webkit-input-placeholder {
      font-size: 20px;
      line-height: 24px;
  }

  .personal__registration input:-ms-input-placeholder {
      font-size: 20px;
      line-height: 24px;
  }

  .personal__registration input::-ms-input-placeholder {
      font-size: 20px;
      line-height: 24px;
  }

  .personal__registration input::placeholder {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 1280px) {
  .personal__registration input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__registration input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__registration input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__registration input::placeholder {
      font-size: 18px;
      line-height: 20px;
  }
}

@media (max-width: 1080px) {
  .personal__registration input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__registration input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__registration input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 20px;
  }

  .personal__registration input::placeholder {
      font-size: 18px;
      line-height: 20px;
  }
}

@media (max-width: 768px) {
  .personal__registration input::-webkit-input-placeholder {
      font-size: 14px;
  }

  .personal__registration input:-ms-input-placeholder {
      font-size: 14px;
  }

  .personal__registration input::-ms-input-placeholder {
      font-size: 14px;
  }

  .personal__registration input::placeholder {
      font-size: 14px;
  }
}

@media (max-width: 1660px) {
  .personal__registration input {
      height: 90px;
      padding: 16px;
  }
}

@media (max-width: 1440px) {
  .personal__registration input {
      font-size: 20px;
      line-height: 24px;
      height: 80px;
  }
}

@media (max-width: 1280px) {
  .personal__registration input {
      font-size: 18px;
      line-height: 20px;
      height: 70px;
  }
}

@media (max-width: 1080px) {
  .personal__registration input {
      font-size: 18px;
      line-height: 20px;
      height: 60px;
  }
}

@media (max-width: 768px) {
  .personal__registration input {
      font-size: 14px;
      height: 40px;
  }
}

.personal__registration > button {
  border: none;
  cursor: pointer;
  outline: none;
  display: block;
  margin-top: 100px;
  max-width: 400px;
  background: #41AA03;
  border-radius: 53px;
  height: 106px;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  padding: 25px;
}
.personal__address  .forma > button {
  border: none;
  cursor: pointer;
  outline: none;
  display: block;
  max-width: 400px;
  background: #41AA03;
  border-radius: 53px;
  height: 106px;
  color: #fff;
  font-size: 35px;
  line-height: 56px;
  padding: 25px;
}

@media (max-width: 1780px) {
  .personal__registration > button {
      height: 90px;
      font-size: 36px;
      line-height: 40px;
  }
  .personal__address  .forma > button {
      height: 90px;
      font-size: 36px;
      line-height: 40px;
  }
}

@media (max-width: 1660px) {
  .personal__registration > button {
      margin-top: 60px;
  }
  .personal__address  .forma > button {
      margin-top: 60px;
  }
}

@media (max-width: 1440px) {
  .personal__registration > button {
      margin-top: 40px;
      font-size: 30px;
      line-height: 36px;
      height: 80px;
      padding: 20px;
  }
  .personal__address  .forma > button {
      margin-top: 40px;
      font-size: 30px;
      line-height: 36px;
      height: 80px;
      padding: 20px;
  }
}

@media (max-width: 1280px) {
  .personal__registration > button {
      font-size: 24px;
      line-height: 28px;
      height: 60px;
      padding: 1px;
      max-width: 320px;
      margin-top: 30px;
  }
  .personal__address  .forma > button {
      font-size: 24px;
      line-height: 28px;
      height: 60px;
      padding: 1px;
      max-width: 320px;
      margin-top: 30px;
  }
}

@media (max-width: 1080px) {
  .personal__registration > button {
      font-size: 20px;
      line-height: 24px;
      height: 50px;
      max-width: 280px;
  }
  .personal__address  .forma > button {
      font-size: 20px;
      line-height: 24px;
      height: 50px;
      max-width: 280px;
  }
}

@media (max-width: 582px) {
  .personal__registration > button {
      margin: 0 auto;
      width: 250px;
  }
  .personal__address  .forma > button {
      margin: 0 auto;
      width: 250px;
  }
}

.personal__address {
  width: 100%;
}

.personal__address .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #4fd403;
  padding: 15px;
  margin-top: 20px;
}

@media (max-width: 582px) {
  .personal__address .address {
      padding: 10px 0;
      border: none;
      border-top: 1px solid #4fd403;
      border-bottom: 1px solid #4fd403;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
}

.personal__address .address > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: none;
  border-right: none;
  border: 1px solid #d40303;
  padding: 8px;
  border-radius: 0 0 0 4px;
  outline: none;
  cursor: pointer;
  background: none;
  -webkit-transition: .3s;
  transition: .3s;
  margin-right: 20px;
}

@media (max-width: 582px) {
  .personal__address .address > button {
      padding: 0;
      border: none;
      margin-right: 10px;
  }
}

.personal__address .address > button:hover {
  -webkit-box-shadow: 0 0 10px 0 #d40303;
  box-shadow: 0 0 10px 0 #d40303;
}

.personal__address .address > button img {
  width: 40px;
  display: block;
}

.personal__address .address_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 620px) {
  .personal__address .address_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.personal__address .address_content p {
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0;
}

@media (max-width: 1280px) {
  .personal__address .address_content p {
      font-size: 20px;
      line-height: 24px;
      margin: 0;
  }
}

@media (max-width: 582px) {
  .personal__address .address_content p {
      font-size: 18px;
      line-height: 20px;
  }
}

.personal__address .address_content p:first-child {
  margin-right: 40px;
}

@media (max-width: 620px) {
  .personal__address .address_content p:first-child {
      margin: 0 0 10px;
  }
}

.personal__address .address_content p:last-child {
  font-size: 22px;
  line-height: 24px;
}

@media (max-width: 1280px) {
  .personal__address .address_content p:last-child {
      font-size: 18px;
      line-height: 20px;
  }
}

@media (max-width: 582px) {
  .personal__address .address_content p:last-child {
      font-size: 16px;
      line-height: 20px;
  }
}

.personal__address .forma {
  display: none;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 40px;
}

.personal__address .forma.active {
  display: -ms-grid;
  display: grid;
}

@media (max-width: 1280px) {
  .personal__address .forma {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 20px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma {
      -ms-grid-columns: 1fr [ 2 ];
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .personal__address .forma {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.personal__address .forma .personal__address_city {
  position: relative;
  height: 105px;
}

.personal__address .forma .personal__address_city .select {
  position: relative;
  width: 100%;
  height: 100%;
  background: #E9E9E9;
  z-index: 1070;
}

.personal__address .forma .personal__address_city select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 4px;
  color: #5a5a5a;
  text-align: left;
  z-index: 1080;
  background: none;
}

@media (max-width: 1560px) {
  .personal__address .forma .personal__address_city select {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .personal__address_city select {
      font-size: 16px;
      line-height: 20px;
  }
}

@media (max-width: 1560px) {
  .personal__address .forma .personal__address_city {
      height: 80px;
  }
}

@media (max-width: 1280px) {
  .personal__address .forma .personal__address_city {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .personal__address_city {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      height: 60px;
  }
}

@media (max-width: 620px) {
  .personal__address .forma .personal__address_city {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

.personal__address .forma .personal__address_city .open__personal_city {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
  background: #E9E9E9;
  border-radius: 4px;
  color: #5a5a5a;
  text-align: left;
}

.personal__address .forma .personal__address_city .open__personal_city::after {
  content: '\2039';
  display: block;
  position: absolute;
  font-size: 48px;
  line-height: 0;
  color: #41AF00;
  right: 32px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
  top: 52px;
}

@media (max-width: 1560px) {
  .personal__address .forma .personal__address_city .open__personal_city::after {
      top: 42px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .personal__address_city .open__personal_city::after {
      top: 30px;
  }
}

.personal__address .forma .personal__address_city .open__personal_city.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 1560px) {
  .personal__address .forma .personal__address_city .open__personal_city {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .personal__address_city .open__personal_city {
      font-size: 16px;
      line-height: 20px;
  }
}

.personal__address .forma .personal__address_city .personal__city {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1020;
}

.personal__address .forma .personal__address_city .personal__city.active {
  display: block;
}

.personal__address .forma .personal__address_city .personal__city button {
  border: 1px solid #c4c4c4;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 20px;
  font-size: 24px;
  line-height: 28px;
  width: 100%;
  color: #5a5a5a;
  text-align: left;
}

.personal__address .forma .personal__address_city .personal__city button:hover {
  background: #97daa5;
}

@media (max-width: 1560px) {
  .personal__address .forma .personal__address_city .personal__city button {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .personal__address_city .personal__city button {
      font-size: 16px;
      line-height: 20px;
  }
}

.personal__address .forma .choose_the_type_of_building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px;
  background: #E9E9E9;
  border-radius: 4px;
}

.personal__address .forma .choose_the_type_of_building button {
  position: relative;
}

@media (max-width: 1560px) {
  .personal__address .forma .choose_the_type_of_building {
      height: 80px;
  }
}

@media (max-width: 1280px) {
  .personal__address .forma .choose_the_type_of_building {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .choose_the_type_of_building {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      height: 60px;
  }
}

@media (max-width: 620px) {
  .personal__address .forma .choose_the_type_of_building {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
  }
}

.personal__address .forma .choose_the_type_of_building button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  background: none;
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  border: 1px solid #41AF00;
  width: 50%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
}

.personal__address .forma .choose_the_type_of_building button:hover {
  -webkit-box-shadow: 0 0 15px 0 #41AF00;
  box-shadow: 0 0 15px 0 #41AF00;
}

@media (max-width: 1560px) {
  .personal__address .forma .choose_the_type_of_building button {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .choose_the_type_of_building button {
      font-size: 16px;
      line-height: 20px;
  }
}

.personal__address .forma .building {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1280px) {
  .personal__address .forma .building {
      grid-gap: 20px;
  }
}

@media (max-width: 520px) {
  .personal__address .forma .building {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.personal__address .forma .building.active {
  height: 400px;
  margin-top: 0px;
}

@media (max-width: 1560px) {
  .personal__address .forma .building.active {
      height: 320px;
  }
}

@media (max-width: 1280px) {
  .personal__address .forma .building.active {
      height: 280px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .building.active {
      height: 240px;
      margin-top: 0;
  }
}

@media (max-width: 520px) {
  .personal__address .forma .building.active {
      height: 400px;
  }
}

.personal__address .forma .building input {
  position: relative;
  z-index: 1010;
  width: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  height: 105px;
  background: #E9E9E9;
  border-radius: 4px;
  color: #5a5a5a;
  text-align: left;
}

.personal__address .forma .building input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.personal__address .forma .building input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.personal__address .forma .building input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.personal__address .forma .building input::placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media (max-width: 1680px) {
  .personal__address .forma .building input::-webkit-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__address .forma .building input:-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__address .forma .building input::-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__address .forma .building input::placeholder {
      position: relative;
      top: 0;
      left: 0;
  }
}

@media (max-width: 1440px) {
  .personal__address .forma .building input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .personal__address .forma .building input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .personal__address .forma .building input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .personal__address .forma .building input::placeholder {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .building input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .personal__address .forma .building input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .personal__address .forma .building input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .personal__address .forma .building input::placeholder {
      font-size: 16px;
      line-height: 20px;
  }
}

@media (max-width: 1680px) {
  .personal__address .forma .building input {
      height: 80px;
  }
}

@media (max-width: 1440px) {
  .personal__address .forma .building input {
      font-size: 18px;
      line-height: 24px;
      padding: 16px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .building input {
      font-size: 16px;
      line-height: 20px;
      height: 60px;
  }
}

.personal__address .forma .house {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-top: -20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 1280px) {
  .personal__address .forma .house {
      grid-gap: 20px;
  }
}

@media (max-width: 520px) {
  .personal__address .forma .house {
      -ms-grid-columns: 1fr [ 1 ];
      grid-template-columns: repeat(1, 1fr);
  }
}

.personal__address .forma .house.active {
  height: 105px;
}

@media (max-width: 980px) {
  .personal__address .forma .house.active {
      height: 60px;
  }
}

@media (max-width: 520px) {
  .personal__address .forma .house.active {
      height: 140px;
  }
}

.personal__address .forma .house input {
  position: relative;
  z-index: 1010;
  width: 100%;
  padding: 20px;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  height: 105px;
  background: #E9E9E9;
  border-radius: 4px;
  color: #5a5a5a;
  text-align: left;
}

.personal__address .forma .house input::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.personal__address .forma .house input:-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.personal__address .forma .house input::-ms-input-placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

.personal__address .forma .house input::placeholder {
  font-size: 24px;
  line-height: 28px;
  color: #5a5a5a;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media (max-width: 1680px) {
  .personal__address .forma .house input::-webkit-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__address .forma .house input:-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__address .forma .house input::-ms-input-placeholder {
      position: relative;
      top: 0;
      left: 0;
  }

  .personal__address .forma .house input::placeholder {
      position: relative;
      top: 0;
      left: 0;
  }
}

@media (max-width: 1440px) {
  .personal__address .forma .house input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .personal__address .forma .house input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .personal__address .forma .house input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 24px;
  }

  .personal__address .forma .house input::placeholder {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .house input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .personal__address .forma .house input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .personal__address .forma .house input::-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
  }

  .personal__address .forma .house input::placeholder {
      font-size: 16px;
      line-height: 20px;
  }
}

@media (max-width: 1680px) {
  .personal__address .forma .house input {
      height: 80px;
  }
}

@media (max-width: 1440px) {
  .personal__address .forma .house input {
      font-size: 18px;
      line-height: 24px;
      padding: 16px;
  }
}

@media (max-width: 980px) {
  .personal__address .forma .house input {
      font-size: 16px;
      line-height: 20px;
      height: 60px;
  }
}

.my__order {
  width: 100%;
  padding: 150px 0;
}

.my__order_search {
  width: 100%;
  background: #c4c4c4;
  padding: 10px 0;
  margin-bottom: 15px;
}

@media (max-width: 980px) {
  .my__order_search {
      width: 980px;
  }
}

.my__order_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.my__order_search form button {
  border: none;
  outline: none;
  cursor: pointer;
  height: 36px;
  width: 120px;
  border-radius: 18px;
  background: #41AA03;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 0 20px;
}

.my__order_search form > input {
  border: 2px solid #41aa03;
  outline: none;
  padding: 8px;
  height: 36px;
  width: 280px;
}

.my__order_search-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my__order_search-number label {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin: 0 10px 0 0;
}

.my__order_search-number input {
  display: block;
  border-radius: 2px;
  background: #fff;
  border: 2px solid #41aa03;
  padding: 6px 8px;
  height: 36px;
  outline: none;
}

.my__order_search-number span {
  display: block;
  width: 20px;
  height: 2px;
  background: #444444;
  margin: 0 10px;
}

.my__order_filter {
  width: 100%;
  background: #c4c4c4;
  padding: 10px 0;
}

@media (max-width: 980px) {
  .my__order_filter {
      width: 980px;
  }
}

.my__order_filter div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my__order_filter > div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.my__order_filter .code {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  width: 70px;
  text-align: center;
}

@media (max-width: 980px) {
  .my__order_filter .code {
      font-size: 16px;
      line-height: 20px;
  }
}

.my__order_filter .position {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  width: 241px;
  text-align: center;
}

@media (max-width: 980px) {
  .my__order_filter .position {
      font-size: 16px;
      line-height: 20px;
      width: 196px;
  }
}

.my__order_filter .act {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .my__order_filter .act {
      font-size: 16px;
      line-height: 20px;
  }
}

.my__order_filter-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
  margin: 0 30px;
}

.my__order_filter-date p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .my__order_filter-date p {
      font-size: 16px;
      line-height: 20px;
  }
}

.my__order_filter-date button {
  display: block;
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
  color: #41AA03;
  font-size: 32px;
  margin: 0 5px;
}

.my__order_filter-date button:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.my__order_filter-date button:nth-child(3) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.my__order_filter-prize p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .my__order_filter-prize p {
      font-size: 16px;
      line-height: 20px;
  }
}

.my__order_filter-prize button {
  display: block;
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
  color: #41AA03;
  font-size: 32px;
  margin: 0 5px;
}

.my__order_filter-prize button:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.my__order_filter-prize button:nth-child(3) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 980px) {
  .my__order .flow {
      overflow-y: hidden;
  }
}

.my__order .flow::-webkit-scrollbar {
  height: 6px;
  border-radius: 5px;
}

.my__order .flow::-webkit-scrollbar-track {
  background: #c4c4c4;
  border-radius: 5px;
}

.my__order .flow::-webkit-scrollbar-thumb {
  background: #4fd403;
  border-radius: 6px;
}

.my__order_products {
  width: 100%;
  border-bottom: 1px solid #41AA03;
}

@media (max-width: 980px) {
  .my__order_products {
      width: 980px;
  }
}

.my__order_products div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my__order_products > div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 15px;
  margin: 0 auto;
}

.my__order_products .code {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  color: #4A8D16;
  width: 120px;
  text-align: center;
}

@media (max-width: 980px) {
  .my__order_products .code {
      font-size: 16px;
      line-height: 20px;
  }
}

.my__order_products .date {
  font-size: 20px;
  line-height: 24px;
  width: 150px;
  text-align: center;
  margin: 0 30px;
}

@media (max-width: 980px) {
  .my__order_products .date {
      font-size: 16px;
      line-height: 20px;
  }
}

.my__order_products .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 980px) {
  .my__order_products .position {
      font-size: 16px;
      line-height: 20px;
  }
}

.my__order_products .position span {
  display: block;
  width: 10px;
  height: 10px;
  background: #F46100;
  margin-right: 5px;
  border-radius: 50%;
}

.my__order_products .details {
  text-decoration: none;
  color: #4A8D16;
  font-size: 20px;
  line-height: 24px;
  display: block;
  width: 173px;
  text-align: center;
}

.my__order_products .details:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .my__order_products .details {
      font-size: 16px;
      line-height: 20px;
      max-width: 138px;
  }
}

.my__order_products .prize {
  font-size: 20px;
  line-height: 24px;
  width: 88px;
  text-align: center;
}

@media (max-width: 980px) {
  .my__order_products .prize {
      font-size: 16px;
      line-height: 20px;
      width: 80px;
  }
}

.order__info {
  width: 100%;
  padding: 150px 0 80px;
}

@media (max-width: 1040px) {
  .order__info {
      padding: 130px 0 60px;
  }
}

@media (max-width: 582px) {
  .order__info {
      padding: 100px 0 20px;
  }
}

.order__info_content {
  width: 100%;
}

.order__info_content .name {
  border-bottom: 1px solid #5a5a5a;
  padding: 20px 0;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .order__info_content .name {
      padding: 15px;
  }
}

@media (max-width: 768px) {
  .order__info_content .name {
      display: none;
  }
}

.order__info_content .name > p {
  width: 100%;
  max-width: 680px;
}

@media (max-width: 1680px) {
  .order__info_content .name > p {
      max-width: 580px;
  }
}

@media (max-width: 980px) {
  .order__info_content .name > p {
      max-width: 420px;
  }
}

.order__info_content .name > div {
  width: 100%;
  max-width: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1680px) {
  .order__info_content .name > div {
      max-width: 580px;
  }
}

@media (max-width: 980px) {
  .order__info_content .name > div {
      max-width: 420px;
  }
}

.order__info_content .name > div p {
  width: 120px;
}

.order__info_content .name p {
  font-size: 24px;
  line-height: 28px;
  color: #444444;
  text-align: center;
}

@media (max-width: 1440px) {
  .order__info_content .name p {
      font-size: 20px;
  }
}

@media (max-width: 980px) {
  .order__info_content .name p {
      font-size: 18px;
      line-height: 24px;
  }
}

.order__info_content h2 {
  color: #3ba000;
  margin-bottom: 24px;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}

@media (max-width: 1440px) {
  .order__info_content h2 {
      font-size: 24px;
      line-height: 36px;
  }
}

@media (max-width: 980px) {
  .order__info_content h2 {
      font-size: 20px;
      line-height: 24px;
  }
}

.order__info_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 15px 35px;
  border-bottom: 1px solid #4fd403;
}

@media (max-width: 1280px) {
  .order__info_product {
      padding: 10px 35px;
  }
}

@media (max-width: 980px) {
  .order__info_product {
      padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .order__info_product {
      border-top: 1px solid #4fd403;
  }
}

@media (max-width: 582px) {
  .order__info_product {
      padding: 44px 15px 10px;
  }
}

.order__info_product > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__info_product-prize {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
}

@media (max-width: 1680px) {
  .order__info_product-prize {
      max-width: 580px;
  }
}

@media (max-width: 980px) {
  .order__info_product-prize {
      max-width: 420px;
  }
}

@media (max-width: 768px) {
  .order__info_product-prize {
      -ms-flex-line-pack: justify;
      align-content: space-between;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-width: 40%;
      height: 90px;
  }
}

@media (max-width: 582px) {
  .order__info_product-prize {
      height: 80px;
      max-width: 250px;
  }
}

.order__info_product-prize > div {
  width: 120px;
}

@media (max-width: 768px) {
  .order__info_product-prize > div {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
}

.order__info_product-prize p {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

@media (max-width: 1440px) {
  .order__info_product-prize p {
      font-size: 20px;
  }
}

@media (max-width: 980px) {
  .order__info_product-prize p {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 768px) {
  .order__info_product-prize p {
      width: 80px;
  }
}

.order__info_product-prize span {
  font-size: 16px;
  line-height: 20px;
  color: #444;
  text-align: center;
  display: block;
  display: none;
}

@media (max-width: 768px) {
  .order__info_product-prize span {
      display: block;
  }
}

.order__info_product-desc {
  width: 100%;
  max-width: 680px;
}

@media (max-width: 1680px) {
  .order__info_product-desc {
      max-width: 580px;
  }
}

@media (max-width: 980px) {
  .order__info_product-desc {
      max-width: 420px;
  }
}

@media (max-width: 768px) {
  .order__info_product-desc {
      margin-right: 20px;
  }
}

@media (max-width: 582px) {
  .order__info_product-desc {
      margin: 0;
      width: auto;
  }
}

.order__info_product-desc div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order__info_product-desc div span {
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 1440px) {
  .order__info_product-desc div span {
      font-size: 20px;
  }
}

@media (max-width: 980px) {
  .order__info_product-desc div span {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .order__info_product-desc div span {
      font-size: 16px;
      line-height: 20px;
  }
}

.order__info_product-desc div img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 30px 0 10px;
}

@media (max-width: 1440px) {
  .order__info_product-desc div img {
      width: 100px;
      height: 100px;
  }
}

@media (max-width: 980px) {
  .order__info_product-desc div img {
      width: 90px;
      height: 90px;
      margin: 0 10px;
  }
}

@media (max-width: 582px) {
  .order__info_product-desc div img {
      width: 80px;
      height: 80px;
  }
}

.order__info_product-desc h3 {
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 1440px) {
  .order__info_product-desc h3 {
      font-size: 20px;
  }
}

@media (max-width: 980px) {
  .order__info_product-desc h3 {
      font-size: 18px;
      line-height: 24px;
  }
}

@media (max-width: 768px) {
  .order__info_product-desc h3 {
      font-size: 16px;
  }
}

@media (max-width: 582px) {
  .order__info_product-desc h3 {
      position: absolute;
      top: 10px;
      left: 50%;
      -webkit-transform: translate(-50%);
      transform: translate(-50%);
      height: 24px;
      min-width: 100%;
      text-align: center;
  }
}

.order__info .all__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 35px;
}

@media (max-width: 1040px) {
  .order__info .all__prize {
      padding: 20px 15px;
  }
}

.order__info .all__prize p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .order__info .all__prize p {
      font-size: 24px;
      line-height: 28px;
  }
}

@media (max-width: 980px) {
  .order__info .all__prize p {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .order__info .all__prize p {
      font-size: 16px;
      line-height: 20px;
  }
}

.order__info .all__prize p:last-child {
  color: red;
}

.order__info_details {
  padding: 30px 35px;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .order__info_details {
      padding: 30px 15px;
  }
}

.order__info_details h2 {
  color: #3ba000;
  margin-bottom: 24px;
  text-align: center;
  font-size: 30px;
  line-height: 42px;
}

@media (max-width: 1440px) {
  .order__info_details h2 {
      font-size: 24px;
      line-height: 36px;
  }
}

@media (max-width: 980px) {
  .order__info_details h2 {
      font-size: 20px;
      line-height: 24px;
  }
}

.order__info_details tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .order__info_details tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

.order__info_details td {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #444;
}

@media (max-width: 980px) {
  .order__info_details td {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 768px) {
  .order__info_details td {
      font-size: 18px;
      line-height: 20px;
      margin-bottom: 10px;
      width: 100%;
  }
}

@media (max-width: 582px) {
  .order__info_details td {
      font-size: 16px;
  }
}

.order__info_details td:first-child {
  width: 520px;
  color: #000;
}

@media (max-width: 980px) {
  .order__info_details td:first-child {
      max-width: 420px;
  }
}

@media (max-width: 768px) {
  .order__info_details td:first-child {
      width: 100%;
      max-width: 100%;
  }
}

.order__info .all {
  border-top: 2px solid #4fd403;
  padding: 20px 35px;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1040px) {
  .order__info .all {
      padding: 20px 15px;
  }
}

.order__info .all p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .order__info .all p {
      font-size: 24px;
      line-height: 28px;
  }
}

@media (max-width: 980px) {
  .order__info .all p {
      font-size: 20px;
      line-height: 24px;
  }
}

@media (max-width: 582px) {
  .order__info .all p {
      font-size: 16px;
      line-height: 20px;
  }
}

.order__info .all p:last-child {
  color: red;
}

.product-information-block {
  width: 160px;
}

.swal2-container.swal2-shown {
  z-index: 9999;
}

#load_kg {
  display: none;
}

.load-wrapp {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 20px 20px 20px;
  border-radius: 5px;
  text-align: center;
  background-color: #d8d8d8;
}

.load-wrapp p {
  padding: 0 0 20px;
}

.load-wrapp:last-child {
  margin-right: 0;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #c8c8c8;
}

.ring-1 {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 10px;
  border: 7px dashed #4b9cdb;
  border-radius: 100%;
}

.ring-2 {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border: 4px solid #4b9cdb;
  border-radius: 100%;
}

.ball-holder {
  position: absolute;
  width: 12px;
  height: 45px;
  left: 17px;
  top: 0px;
}

.ball {
  position: absolute;
  top: -11px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #4282b3;
}

.letter-holder {
  padding: 16px;
}

.letter {
  float: left;
  font-size: 14px;
  color: #777;
}

.square {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background-color: #4b9cdb;
}

.spinner {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
}

.bubble-1,
.bubble-2 {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #41AA03;
}

.bubble-2 {
  top: auto;
  bottom: 0;
}

.bar {
  float: left;
  width: 15px;
  height: 6px;
  border-radius: 2px;
  background-color: #4b9cdb;
}

.load-9 {
  position: fixed;
  top: 1px;
  height: 100vh;
  width: 100vw;
  z-index: 999999999999999;
  background-color: rgba(133, 105, 105, 0.1);
}

.load-9 .spinner {
  -webkit-animation: loadingI 2s linear infinite;
  animation: loadingI 2s linear infinite;
}

.load-9 .bubble-1,
.load-9 .bubble-2 {
  -webkit-animation: bounce 2s ease-in-out infinite;
  animation: bounce 2s ease-in-out infinite;
}

.load-9 .bubble-2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes loadingA {

0
{
  height: 15px
;
}
50
%
{
  height: 35px
;
}
100
%
{
  height: 15px
;
}
}

@keyframes loadingA {

0
{
  height: 15px
;
}
50
%
{
  height: 35px
;
}
100
%
{
  height: 15px
;
}
}

@-webkit-keyframes loadingB {

0
{
  width: 15px
;
}
50
%
{
  width: 35px
;
}
100
%
{
  width: 15px
;
}
}

@keyframes loadingB {

0
{
  width: 15px
;
}
50
%
{
  width: 35px
;
}
100
%
{
  width: 15px
;
}
}

@-webkit-keyframes loadingC {

0
{
  -webkit-transform: translate(0, 0)
;
  transform: translate(0, 0)
;
}
50
%
{
  -webkit-transform: translate(0, 15px)
;
  transform: translate(0, 15px)
;
}
100
%
{
  -webkit-transform: translate(0, 0)
;
  transform: translate(0, 0)
;
}
}

@keyframes loadingC {

0
{
  -webkit-transform: translate(0, 0)
;
  transform: translate(0, 0)
;
}
50
%
{
  -webkit-transform: translate(0, 15px)
;
  transform: translate(0, 15px)
;
}
100
%
{
  -webkit-transform: translate(0, 0)
;
  transform: translate(0, 0)
;
}
}

@-webkit-keyframes loadingD {

0
{
  -webkit-transform: rotate(0deg)
;
  transform: rotate(0deg)
;
}
50
%
{
  -webkit-transform: rotate(180deg)
;
  transform: rotate(180deg)
;
}
100
%
{
  -webkit-transform: rotate(360deg)
;
  transform: rotate(360deg)
;
}
}

@keyframes loadingD {

0
{
  -webkit-transform: rotate(0deg)
;
  transform: rotate(0deg)
;
}
50
%
{
  -webkit-transform: rotate(180deg)
;
  transform: rotate(180deg)
;
}
100
%
{
  -webkit-transform: rotate(360deg)
;
  transform: rotate(360deg)
;
}
}

@-webkit-keyframes loadingE {

0
{
  -webkit-transform: rotate(0deg)
;
  transform: rotate(0deg)
;
}
100
%
{
  -webkit-transform: rotate(360deg)
;
  transform: rotate(360deg)
;
}
}

@keyframes loadingE {

0
{
  -webkit-transform: rotate(0deg)
;
  transform: rotate(0deg)
;
}
100
%
{
  -webkit-transform: rotate(360deg)
;
  transform: rotate(360deg)
;
}
}

@-webkit-keyframes loadingF {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes loadingF {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@-webkit-keyframes loadingG {
  0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
  }
  50% {
      -webkit-transform: translate(70px, 0) rotate(360deg);
      transform: translate(70px, 0) rotate(360deg);
  }
  100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes loadingG {
  0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
  }
  50% {
      -webkit-transform: translate(70px, 0) rotate(360deg);
      transform: translate(70px, 0) rotate(360deg);
  }
  100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
  }
}

@-webkit-keyframes loadingH {
  0% {
      width: 15px;
  }
  50% {
      width: 35px;
      padding: 4px;
  }
  100% {
      width: 15px;
  }
}

@keyframes loadingH {
  0% {
      width: 15px;
  }
  50% {
      width: 35px;
      padding: 4px;
  }
  100% {
      width: 15px;
  }
}

@-webkit-keyframes loadingI {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes loadingI {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}

@-webkit-keyframes loadingJ {
  0%,
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(80px, 0);
      transform: translate(80px, 0);
      background-color: #f5634a;
      width: 25px;
  }
}

@keyframes loadingJ {
  0%,
  100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }
  50% {
      -webkit-transform: translate(80px, 0);
      transform: translate(80px, 0);
      background-color: #f5634a;
      width: 25px;
  }
}

input[type=radio] {
  position: absolute;
  width: 90%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.buba-total {
    position: sticky;
    width: 100%;
    max-width: 360px;
    bottom: 0;
    background: #fff;
}

/*# sourceMappingURL=main.css.map */
