@charset "UTF-8";

@font-face {
  font-family: Caveat;
  font-display: swap;
  src: url("../fonts/Caveat.woff2") format("woff2"), url("../fonts/Caveat.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Kamerik105Cyrillic;
  font-display: swap;
  src: url("../fonts/Kamerik105Cyrillic-Book.woff2") format("woff2"), url("../fonts/Kamerik105Cyrillic-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.point-none{
  pointer-events: none;
  opacity: 0.5;
}
input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/

/*===========texh class================================*/

main {
  overflow: hidden;
}

body {
  background: #fff;
  color: #333333;
  overflow-x: hidden;
}

._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  padding: 0px 20px;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

._lock {
  overflow: hidden;
}

.button__scroll-top {
  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: 45px;
  height: 45px;
  padding: 10px;
  background: #ed8b00;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}

.button__scroll-top svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

.button__scroll-top.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button__scroll-top:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hide {
  display: none !important;
}

.border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobil {
  display: none !important;
}

main {
  overflow: hidden;
}

/*===========header================================*/

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.header.shop-header .header__bottom-menu-link.check {
  color: #ed8b00;
}

.header.shop-header .header__bottom-menu-list {
  padding: 10px 0px;
  position: relative;
}

.header.shop-header .header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}


.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu {
  max-height: 36px;
  height: 36px;
  display: none;
  position: absolute;
  left: 50%;
  margin: auto;
  top: 100%;
  width: 100%;
  padding: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: #fdf6f2;
  transform: translate(-50%);
  left: 50%;
  justify-content: space-evenly;
}

.header__bottom-menu-list li:has(a.check) .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu li {
  margin: 0 5px;
}

.sub-menu a {

  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.sub-menu a.check {
  color: #ed8b00;
}

.sub-menu a:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.white-header {
  background: #fff;
}

.header.white-header .wh-logo {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.header.white-header .bl-logo {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.header.white-header .header__menu-link {
  color: #333333;
  opacity: 0.7;
}

.header.white-header .header__menu-link .menu-svg {
  fill: #333333;
  opacity: 0.7;
}

.header.white-header .header__menu-link:hover {
  color: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.white-header .header__menu-link:hover .menu-svg {
  fill: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.white-header .header__bottom-menu-list li:hover .arrow-svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.white-header .header__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.white-header .header__bottom-menu-link {
  color: #333;
}

.header.white-header .header__bottom-menu-link .arrow-svg {
  fill: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.white-header .header__cart {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.white-header .header__cart:hover {
  background: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.white-header .header__cart:hover .header__cart-count {
  background-color: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.white-header .header__cart .cart-svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.hid-bottom .header__bottom {
  height: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.hid-bottom .header__bottom-menu-list li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled {
  background: #fdf6f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled .wh-logo {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.header.header-default.scrolled .bl-logo {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.header.header-default.scrolled .header__menu-link {
  color: #333333;
  opacity: 0.7;
}

.header.header-default.scrolled .header__menu-link .menu-svg {
  fill: #333333;
  opacity: 0.7;
}

.header.header-default.scrolled .header__menu-link:hover {
  color: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled .header__menu-link:hover .menu-svg {
  fill: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled .header__bottom-menu-list li:hover .arrow-svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled .header__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.header-default.scrolled .header__bottom-menu-link {
  color: #333;
}

.header.header-default.scrolled .header__bottom-menu-link .arrow-svg {
  fill: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled .header__cart {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled .header__cart:hover {
  background: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled .header__cart:hover .header__cart-count {
  background-color: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.header-default.scrolled .header__cart .cart-svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__cart-mobile {
  display: none;
}

.header__mobile-menu {
  display: none;
}

.header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 189px 1fr;
  grid-template-columns: 1fr 189px 1fr;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu-list .menu-svg {
  width: 14px;
  height: 11px;
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu-link {
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.7;
  color: #ffffff;
  padding: 0px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu-link:hover {
  color: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__menu-link:hover .menu-svg {
  fill: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__logo {
  position: relative;
  width: 100%;
  top: 5px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__logo .bl-logo {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.header__right-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.header__phone {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px 10px;
}

.header__phone .phone-svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.header__phone:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__cart {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.header__cart:hover {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__cart:hover .cart-svg {
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__cart .cart-svg {
  width: 17px;
  height: 20px;
}

.header__cart-count {
  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;
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ed8b00;
  position: absolute;
  bottom: 0px;
  right: -10px;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__bottom-menu-list li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-list li:hover .header__bottom-menu-sublist {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-list li:hover .arrow-svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-list li:hover .header__bottom-menu-link {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-list li:hover .arrow-svg {
  fill: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-link {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 118%;
  color: #ffffff;
  margin: 0px 15px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-link .arrow-svg {
  fill: #fff;
  width: 10px;
  height: 5px;
  margin-left: 7.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  margin-top: 15px;
  top: 100%;
  left: -50%;
  background: #fdf6f2;
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-sublist:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  top: -15px;
  left: 0;
}

.header__bottom-menu-sublist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 15px;
}

.header__bottom-menu-sublist li a {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 118%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-transform: uppercase;
  color: #333333;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__bottom-menu-sublist li a:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========main-block================================*/

.main-block {
  position: relative;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.main-block__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-block__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-block__slider {
  position: absolute !important;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.main-block__slider .slick-list.draggable {
  height: 100vh;
}

.main-block__slider .slick-list.draggable .slick-track {
  height: 100vh;
}

.main-block__container {
  height: 100%;
}

.main-block__body {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 155px 0px 100px;
}

.main-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 718px;
}

.main-block__title {
  font-family: Kamerik105Cyrillic;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
}

.main-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-block__button-orange {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  color: #fff;
  padding: 20px 25px;
  background: #ed8b00;
  border-radius: 100px;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-block__button-orange:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-block__button-white {
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  color: #333333;
  padding: 20px 25px;
  background: #fdf6f2;
  border-radius: 100px;
  border: 1px solid #f8d8c6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-block__button-white:hover {
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-block__cake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.main-block__cake-button-icon {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ed8b00;
  margin-right: 10px;
}

.main-block__cake-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #202020;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  color: #fff;
  padding: 10px 20px 10px 10px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-block__cake-button .cake-svg {
  width: 19px;
  height: 22px;
  fill: #fff;
}

.main-block__cake-button:hover {
  background: #ffffff;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========main-feedback================================*/

.main-feedback {
  background: #fdf6f2;
  padding: 100px 0px;
}

.main-feedback__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
}

.main-feedback__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto;
}

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

.main-feedback__item-content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fcece4;
  margin-bottom: 10px;
  max-width: 418px;
  border-radius: 5px;
}

.main-feedback__item-content p {
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main-feedback__item-content p:not(:last-child) {
  margin-bottom: 10px;
}

.main-feedback__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-feedback__item-source {
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.main-feedback__item-date {
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.item-feedback-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  padding-left: 48px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.item-feedback-left::after{
  background: url("../img/feedback-left.png") 0 0/100% 100% no-repeat; }

.item-feedback-left::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 20px;
  position: absolute;
  bottom: 24px;
  left: 43px;
}

 .item-feedback-left::before{
  background: url("../img/main/heart.png") 0 0/100% 100% no-repeat; }

.item-feedback-left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.item-feedback-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding-right: 48px;
  padding-top: 100px;
}

.item-feedback-right::after{
  background: url("../img/feedback-right.png") 0 0/100% 100% no-repeat; }

.item-feedback-right::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 20px;
  position: absolute;
  bottom: 24px;
  right: 43px;
}

.item-feedback-right::before{
  background: url("../img/main/insta.jpg") 0 0/100% 100% no-repeat; }

.item-feedback-right::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/*===========main-category================================*/

.main-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0px 100px;
}

.main-category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-category__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.main-category__title {
  color: #ed8b00;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
}

.main-category .cat-title-svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 14px;
  width: 212px;
  fill: transparent;
}

.main-category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-category__link span {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-category__link:hover span {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-category__link:hover .arrow-right-svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-category__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.main-category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-category__item:nth-child(3n) .main-category__item-image {
  border-radius: 50%;
}

.main-category__item span {
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  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;
  background: #fff;
  padding: 20px 0px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-category__item:hover img {
  -webkit-transform: scale(1.2) rotate(6deg);
      -ms-transform: scale(1.2) rotate(6deg);
          transform: scale(1.2) rotate(6deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-category__item:hover span {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-category__item-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.main-category__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.cat-title-svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 14px;
  width: 212px;
  fill: transparent;
}

.arrow-right-svg {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* .main-category__title,
.main-category__link,
.main-category__item {
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}

.main-category__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */

/*===========main-cake================================*/

.main-cake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px 150px;
}

.main-cake__buttons {
  display: none;
}

.main-cake__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-cake__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.main-cake__title {
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
  max-width: 540px;
}

.main-cake__title span {
  color: #ed8b00;
}

.main-cake__title .main-cake-svg {
  position: absolute;
  width: 136px;
  height: 87px;
  fill: #ed8b00;
  top: -20px;
  right: 0;
}

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

.main-cake__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.main-cake__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-cake__item:hover {
  -webkit-transform: translate(1px, -6px);
      -ms-transform: translate(1px, -6px);
          transform: translate(1px, -6px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-cake__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: center;
  background: #fdf6f2;
  padding: 20px 30px 23px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-cake__item-mov {
  color: #ed8b00;
  text-align: center;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-cake__item-label {
  text-align: center;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
  color: #333;
}

.main-cake__item-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  opacity: 0.6;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #333;
}

.main-cake__item-image {
  position: relative;
  width: 100%;
  padding-bottom: 52%;
}

.main-cake__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===========main-about================================*/

.main-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0px;
  background: #fdf6f2;
}

.main-about__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 40px;
  max-width: 1044px;
  margin: 0 auto;
  position: relative;
}

.main-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 108px;
}

.main-about__title {
  color: #ed8b00;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-about__title .about-title-svg {
  position: absolute;
  top: -15px;
  right: -35px;
  fill: #ed8b00;
  width: 27px;
  height: 34px;
}

.main-about__button {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: Caveat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ed8b00;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-about__button:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-about__button:focus {
  -webkit-box-shadow: 0px 0px 1px 3px #b1dde0;
          box-shadow: 0px 0px 1px 3px #b1dde0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #b1dde0;
}

.main-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}

.main-about__list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  white-space: nowrap;
}

.main-about__list li p {
  margin-top: 5px;
  width: 100%;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.9;
  margin-left: 40px;
}

.main-about__list li span {
  color: #ed8b00;
  font-family: Caveat;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
}

.main-about__list li:not(:last-child) {
  margin-bottom: 30px;
}

.main-about__sub-title {
  color: #ed8b00;
  font-family: Caveat;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  position: relative;
  margin-bottom: 40px;
}

.main-about__sub-title .about-subtitle-svg {
  fill: #ed8b00;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -40px;
}

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

.main-about__text p {
  color: #333;
  opacity: 0.9;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main-about__text p:not(:last-child) {
  margin-bottom: 20px;
}

.main-about__image {
  position: relative;
  width: 100%;
  padding-bottom: 109%;
}

.main-about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===========main-popular================================*/

.main-popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0px;
}

.main-popular__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-popular__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.main-popular__title {
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
}

.main-popular__title span {
  color: #ed8b00;
}

.main-popular__title .main-popular-svg {
  fill: #ed8b00;
  width: 252px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  right: 0;
}

.main-popular__slider-container {
  position: relative;
  width: 100%;
}

.main-popular__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-popular__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 20px;
}

.main-popular__slide:hover .main-popular__slide-link {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.main-popular__slide:nth-child(4n + 2) .main-popular__slide-image {
  border-radius: 400px;
}

.main-popular__slide:nth-child(4n + 3) .main-popular__slide-image {
  border-radius: 400px;
}

.main-popular__slide-link {
  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: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.main-popular__slide-link:hover {
  background: #b86c00;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-popular__slide-link .plus-svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
}

.main-popular__slide-image {
  position: relative;
  width: 100%;
  padding-bottom: 128%;
  margin-bottom: 15px;
  overflow: hidden;
}

.main-popular__slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-popular__slide-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-popular__slide-label {
  color: #333;
  text-align: center;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 5px;
}

.main-popular__slide-price {
  color: #7b7b7b;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.main-popular__slider-left {
  position: absolute;
  left: -50px;
  top: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  cursor: pointer;
}

.main-popular__slider-left svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-popular__slider-left:hover svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-popular__slider-right {
  position: absolute;
  right: -50px;
  top: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  cursor: pointer;
}

.main-popular__slider-right svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-popular__slider-right:hover svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========main-info================================*/

.main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 125px 0px 150px;
  background: #e8f4f5;
}

.main-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  position: relative;
}

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

.main-info__top-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 15px 7px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cee9eb;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.main-info__top-tag span {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-info__top-tag .delivery-svg {
  fill: #ed1c24;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.main-info__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 54.6px */
  text-transform: uppercase;
  max-width: 610px;
}

.main-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.main-info__content-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 284px;
}

.main-info__content-label {
  color: #3b7b7e;
  font-family: Caveat;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin-bottom: 25px;
}

.main-info__content-text {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main-info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 24%;
  position: relative;
}

.main-info__bottom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-info__link {
  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: 128px;
  height: 128px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-family: Caveat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background: #5ec3c8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
      -ms-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  z-index: 2;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-info__link:hover {
  background: #49979b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-info__link:focus {
  -webkit-box-shadow: 0px 0px 1px 3px #b1dde0;
          box-shadow: 0px 0px 1px 3px #b1dde0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #b1dde0;
}

/*===========main-reviews================================*/

.main-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fdf6f2;
}

.main-reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}

.main-reviews__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 610px;
  position: relative;
}

.main-reviews__title span {
  color: #ed8b00;
}

.main-reviews__title .main-revews-heart-svg {
  fill: #ed8b00;
  width: 47px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  margin-left: 10px;
}

.main-reviews__slider-container {
  position: relative;
}

.main-reviews__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-reviews__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 20px;
  width: 282px;
  padding: 30px;
  background: #fcece4;
  
  max-width: 285px;
}

.main-reviews__slide:nth-child(3n) {
  background: #fff;
  border-radius: 25px;
}

.main-reviews__date {
  color: #333;
  opacity: 0.6;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.main-reviews__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.main-reviews__text p {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.main-reviews__text p:not(:last-child) {
  margin-bottom: 20px;
}

.main-reviews__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-reviews__bottom span {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.6;
}

.main-reviews__source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  position: relative;
}

.main-reviews__source img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-reviews__slider-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px 5px;
  border: 4px solid transparent;
}

.main-reviews__slider-left svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-reviews__slider-left:hover {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-reviews__slider-left:hover svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-reviews__slider-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding: 7px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px 5px;
  border: 4px solid transparent;
}

.main-reviews__slider-right svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}

.main-reviews__slider-right:hover {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-reviews__slider-right:hover svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-reviews__slider-buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -100px;
  right: 90px;
}

/*===========main-social================================*/

.main-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-socials__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-socials__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.main-socials__slider .slick-slide {
  height: 285px;
}

.main-socials__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 285px;
  height: 285px;
  margin: 0px 20px;
}

.main-socials__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-socials__baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ed8b00;
}

.main-socials__baner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px;
}

.main-socials__baner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-socials__baner-left span {
  color: #fff;
  font-family: Caveat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-left: 10px;
}

.main-socials__baner-left .instagram-svg {
  fill: #ffffff;
  width: 26px;
  height: 26px;
}

.main-socials__baner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-socials__baner-link:hover span {
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-socials__baner-link:hover .arrow-right-svg {
  fill: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-socials__baner-link span {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-socials__baner-link .arrow-right-svg {
  fill: #fff;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========footer================================*/

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #171717;
  padding: 40px 0px 0px;
}

.footer__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__body {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 80px;
}

.footer__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-top: 60px;
}

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

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.footer__list li {
  padding: 5px 0px;
}

.footer__list li:not(:last-child) {
  margin-bottom: 5px;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 118%;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__link:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.footer__left-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__left-socials a {
  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;
  padding: 10px;
  width: 35px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.footer__left-socials a:hover {
  color: #ed8b00;
  border: 1px solid #ed8b00;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.footer__left-socials a:hover svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

.footer__left-socials a:not(:last-child) {
  margin-right: 10px;
}

.footer__left-socials svg {
  fill: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}

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

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

.footer__left-contact:not(:last-child) {
  margin-bottom: 30px;
}

.footer__left-contact svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  fill: #ffffff;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__left-contact span {
  padding-left: 5px;
}

.footer__left-contact-label {
  font-family: Gilroy;
  font-size: 12px;
  font-weight: 400;
  line-height: 116%;
  margin-bottom: 10px;
  color: #ffffff;
  opacity: 0.8;
}

.footer__left-contact-link {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}

.footer__left-contact-link:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__left-contact-link:hover svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__left-contact-info {
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18px 1fr;
  grid-template-columns: 18px 1fr;
}

.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 220px;
  height: 70px;
}

.footer__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-top: 60px;
  gap: 10px;
}

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

.footer__right-link-main {
  color: #ffffff;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 118%;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 5px 0px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__right-link-main:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__right-link {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: #ffffff;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__right-link:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

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

.footer__right-list:not(:last-child) {
  margin-bottom: 20px;
}

.footer__right-list li {
  padding: 5px 0px;
}

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

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

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__bottom-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom-dev span {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  color: #ffffff;
  opacity: 0.6;
}

.footer__bottom-dev a {
  height: 20px;
  margin: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom-dev a:hover svg {
  fill: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.footer__bottom-dev svg {
  fill: #ffffff;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__bottom-copy {
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  color: #ffffff;
  opacity: 0.6;
}

.flying-logo-svg {
  width: 80px;
}

.sofenty-logo-svg {
  width: 66px;
}

/*===========main popup================================*/

.main-popup {
  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;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.main-popup__body {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  max-width: 500px;
  width: 100%;
  padding: 50px 25px;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4fafa;
  cursor: pointer;
}

.main-popup__body .main-popup__close {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.main-popup__body .burger-open-svg {
  width: 100%;
  height: 100%;
}

.main-popup__title {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.main-popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.main-popup__link:hover span {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-popup__link:hover .phone-svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-popup__link .phone-svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #333333;
}

.main-popup__link span {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-popup__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-popup__content p {
  color: #333;
  opacity: 0.8;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-popup__content form, .menu__contacts form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 53px;
}

.main-popup__content form::before, .menu__contacts form::before {
  content: "+38";
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: absolute;
  top: 50%;
  left: 20px;
  padding-right: 5px;
  border-right: 1px solid rgba(51, 51, 51, 0.6078431373);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-popup__content form input#tel-input-popup, .menu__contacts form input#tel-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px 20px 15px 60px;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100%;
}
.wpcf7-spinner{
  display: none;
}
.main-popup__content form.ch input#submit-input-popup, .menu__contacts form.ch input#submit-input {
  background: url("../img/check.svg") 0 0/100% 100% no-repeat;
  background-color: #ed8b00;
}
.main-popup__content form input#tel-input-popup.error:hover, .menu__contacts form input#tel-input.error:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fda29b;
  transition: all 0.3s;
}

.main-popup__content form input#tel-input-popup.error:focus, .menu__contacts form input#tel-input.error:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #fda29b;
          box-shadow: 0px 0px 1px 2px #fda29b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fda29b;
}

.main-popup__content form input#tel-input-popup:hover, .menu__contacts form input#tel-input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #a6a6a6;
  transition: all 0.3s;
}

.main-popup__content form input#tel-input-popup:focus, .menu__contacts form input#tel-input:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
          box-shadow: 0px 0px 1px 2px #b1dde0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #b1dde0;
}

.main-popup__content form input#submit-input-popup, .menu__contacts form input#submit-input {
  font-size: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/input.svg") 0 0/100% 100% no-repeat;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-popup__content form input#submit-input-popup:hover {
  background: url("../img/input-hover.svg") 0 0/100% 100% no-repeat;
  background-color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========cake first================================*/

.cake-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0px 90px;
}

.cake-second {
  padding: 140px 0px 90px;
  display: none;
}

.cake-third {
  padding: 140px 0px 90px;
  display: none;
}

.cake__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.cake__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.cake__title {
  color: #000;
  font-family: Kamerik105Cyrillic;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 450px;
  margin-right: 10px;
}

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

.cake__label {
  color: #333;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.cake__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#cake-first .cake__item{
  opacity: 0;
  
 
}
.cake__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 100%;
  cursor: pointer;
  background: #fdf6f2;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake__item:hover {
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake__item.checked {
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake__item.checked::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  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;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  left: 50%;
  z-index: 5;
  border-radius: 50%;
  background: url("../img/check.svg") 50% 50%/20px 20px no-repeat;
  background-color: #ed8b00;
}

.cake__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cake__item-title {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  display: flex;
  margin: 0 auto;
}

.cake__item-text {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 18px;
  opacity: 0.8;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.cake__item-khar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #7b7b7b;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.cake__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 44%;
}

.cake__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cake__bottom {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cake__bottom form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 53px;
}

.cake__bottom form::before {
  content: "+38";
  z-index: 3;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: absolute;
  top: 50%;
  left: 20px;
  padding-right: 5px;
  border-right: 1px solid rgba(51, 51, 51, 0.6078431373);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cake__bottom form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px 20px 15px 60px;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100%;
}
.cake__bottom form.ch  input[type="submit"]{
  background: url("../img/check.svg") 0 0/100% 100% no-repeat;
  background-color: #ed8b00;
}
.cake__bottom form input.error:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fda29b;
  transition: all 0.3s;
}

.cake__bottom form input.error:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #fda29b;
          box-shadow: 0px 0px 1px 2px #fda29b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fda29b;
}

.cake__bottom form input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #a6a6a6;
  transition: all 0.3s;
}

.cake__bottom form input:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
          box-shadow: 0px 0px 1px 2px #b1dde0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #b1dde0;
}

.cake__bottom form input[type="submit"] {
  font-size: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  display: flex;
  border-radius: 50px;
  top: 50%;
  right: 10px;
  padding: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/input.svg") 0 0/100% 100% no-repeat;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
  display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output{
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0 !important;
}
.cake__bottom form input[type="submit"]:hover {
 
  background: url("../img/input-hover.svg") 0 0/100% 100% no-repeat;
  background-color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake__bottom-info {
  color: #333;
  opacity: 0.8;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 470px;
}

.cake__bottom-info a {
  white-space: nowrap;
  opacity: 0.8;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.cake-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e8f4f5;
  padding: 30px 0px 0px;
  max-width: 285px;
  width: 100%;
}

.cake-banner__text {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.cake-banner__link {
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-banner__link:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-banner__link:hover .arrow-right-svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-banner__link .arrow-right-svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-banner__crawlspace-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #5ec3c8;
  padding: 10px 0px;
  overflow: hidden;
}

.cake-banner__crawlspace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-animation: marquee 35s linear infinite;
          animation: marquee 35s linear infinite;
}

.cake-banner__crawlspace span {
  color: #fff;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cake-banner__crawlspace span::before {
  content: "";
  width: 3px;
  min-width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  margin: 0px 6px;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-80%);
            transform: translateX(-80%);
  }
}

/*===========cake-second================================*/

.cake-osnova {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  width: 100%;
}

.cake-osnova__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.cake-osnova__label {
  color: #333;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.cake-osnova__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 350px 1fr;
  grid-template-columns: 350px 350px 1fr;
  gap: 30px 20px;
  width: 100%;
}

.cake-osnova__item-smak {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 40px;
  background: #fdf6f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-smak.check {
  border: 1px solid #f8d8c6;
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-smak.check .cake-osnova__item-btn-check {
  display: none;
}

.cake-osnova__item-smak.check .cake-osnova__item-btn-redag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cake-osnova__item-label {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 33.8px */
  text-transform: uppercase;
}

.cake-osnova__item-sublabel {
  color: #333;
  text-align: center;
  opacity: 0.6;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.cake-osnova__item-btn-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 11px;
  display: flex;
  padding: 15px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background: #ed8b00;
  color: #fff;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-btn-check:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-btn-redag {
  color: #333;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 36px;
  display: none;
  background: transparent;
}

.cake-osnova__item-rozmir {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 40px;
  background: #fdf6f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-rozmir.check {
  border: 1px solid #f8d8c6;
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-rozmir.check .cake-osnova__item-btn-check {
  display: none;
}

.cake-osnova__item-rozmir.check .cake-osnova__item-btn-redag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cake-osnova__item-design-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.cake-osnova__item-design {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 40px;
  background: #fdf6f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-design.check {
  border: 1px solid #f8d8c6;
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-design.check .cake-osnova__item-btn-check {
  display: none;
}

.cake-osnova__item-design.check .cake-osnova__item-btn-redag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cake-osnova__item-total {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: #e5e5e5;
  padding: 40px;
  border: 1px solid #e5e5e5;
}

.cake-osnova__total-items {
  width: 100%;
  margin-bottom: 30px;
}

.cake-osnova__item-title {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}

.cake-osnova__item-title svg {
  width: 27px;
  height: 27px;
  margin-bottom: 10px;
}

.cake-osnova__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

.cake-osnova__item:not(:last-child) {
  margin-bottom: 15px;
}

.cake-osnova__item.hide {
  display: none;
}

.cake-osnova__item-left p {
  color: #333;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.cake-osnova__item-left span {
  color: #333;
  opacity: 0.6;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.cake-osnova__item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.cake-osnova__item-right p {
  color: #333;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.cake-osnova__item-right span {
  color: #333;
  opacity: 0.6;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-left: 10px;
}

.cake-osnova__item-right span.price {
  color: #333;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.8;
}

.cake-osnova__item-right span.total-smak-cena-zagalna {
  color: #333;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.8;
}

.cake-osnova__item-total-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  background: #ed8b00;
  display: flex;
  padding: 20px 25px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-total-button:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cake-osnova__item-total-button:hover.disable {
  background: #ed8b00;
}

.cake-osnova__item-total-button.disable {
  opacity: 0.4;
  cursor: default;
}

/*===========popup-rozmir================================*/

.popup-rozmir {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.popup-rozmir__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 60px 109px;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 40px;
}

.popup-rozmir__close {
  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: 45px;
  height: 45px;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup-rozmir__close svg {
  width: 100%;
  height: 100%;
}

.popup-rozmir__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.popup-rozmir__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.popup-rozmir__item {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 276px;
  background: #fdf6f2;
  cursor: pointer;
}

.popup-rozmir__item.check {
  border: 1px solid #f8d8c6;
  background: #fcece4;
}

.popup-rozmir__label {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.popup-rozmir__description {
  color: #333;
  text-align: center;
  opacity: 0.5;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
}

.popup-rozmir__description-second {
  color: #333;
  text-align: center;
  opacity: 0.5;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.popup-rozmir__button {
  position: fixed;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 100px;
  background: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}

.popup-rozmir__button:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-rozmir__button.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-rozmir__banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  max-width: 825px;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4fafa;
  z-index: 5;
}

.popup-rozmir__banner.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-rozmir__banner-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}

.popup-rozmir__banner-name .menu-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.popup-rozmir__banner-name span {
  margin-left: 5px;
}

.popup-rozmir__stan {
  color: #333;
  text-align: right;
  opacity: 0.8;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

/*===========popup smak================================*/

.popup-smak {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.popup-smak__scroll-top {
  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-radius: 50%;
  width: 45px;
  height: 45px;
  background: #ed8b00;
  padding: 10px;
  position: fixed;
  bottom: 30px;
  right: 170px;
  z-index: 130;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-smak__scroll-top:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-smak__scroll-top.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-smak__scroll-top svg {
  fill: #fff;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  height: 100%;
}

.popup-smak__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 60px 108px;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 40px;
}

.popup-smak__close {
  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: 45px;
  height: 45px;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup-smak__close svg {
  width: 100%;
  height: 100%;
}

.popup-smak__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.popup-smak__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
}

.popup-smak__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.popup-smak__item.check .popup-smak__item-button {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-smak__item-image {
  position: relative;
  width: 100%;
  padding-bottom: 105%;
}

.popup-smak__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-smak__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0px;
}

.popup-smak__item-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.popup-smak__item-name {
  color: #333;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.popup-smak__item-price {
  color: #333;
  opacity: 0.5;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 5px 0px;
  white-space: nowrap;
}

.popup-smak__item-content-text {
  color: #333;
  opacity: 0.7;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

.popup-smak__item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-smak__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.popup-smak__item-tag:nth-child(1) {
  background: #fcece4;
}

.popup-smak__item-tag:nth-child(2) {
  background-color: #e8f4f5;
}

.popup-smak__item-tag:not(:last-child) {
  margin-right: 10px;
}

.popup-smak .popup-smak__item-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 5px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border-radius: 300px;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-smak .popup-smak__item-button span {
  color: #333;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  white-space: nowrap;
  margin-right: 10px;
}

.popup-smak .popup-smak__item-button-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ed8b00;
  padding: 7px;
}

.popup-smak .popup-smak__item-button-svg .plus-svg {
  display: none;
}

.popup-smak .popup-smak__item-button-svg svg {
  fill: #fff;
}

/*===========popup design================================*/

.popup-design {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.popup-design__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 60px 108px;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 40px;
}

.popup-design__close {
  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: 45px;
  height: 45px;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup-design__close svg {
  width: 100%;
  height: 100%;
}

.popup-design__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.popup-design__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.4745098039);
  margin-bottom: 25px;
  white-space: nowrap;
}

.popup-design__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.5;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__tab.checked {
  opacity: 1;
  border-bottom: 1px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__text {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.6;
  margin-bottom: 40px;
}

.popup-design__items-body {
  position: relative;
}

.popup-design__items {
  display: none;
}

.popup-design__items.checked {
  display: block;
}

.popup-design__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.popup-design__item.check .popup-smak__item-button {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__item .popup-smak__item-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 5px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border-radius: 300px;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__item .popup-smak__item-button span {
  color: #333;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  white-space: nowrap;
  margin-right: 10px;
}

.popup-design__item .popup-smak__item-button-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ed8b00;
  padding: 7px;
}

.popup-design__item .popup-smak__item-button-svg .plus-svg {
  display: none;
}

.popup-design__item .popup-smak__item-button-svg svg {
  fill: #fff;
}

.popup-design__items-gotovi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
}

.popup-design__items-gotovi .popup-smak__item-button {
  bottom: 20px;
}

.popup-design__items-gotovi .popup-design__item-image {
  padding-bottom: 104%;
  margin-bottom: 10px;
}

.popup-design__items-gotovi .popup-design__item-text {
  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;
  color: #333;
  text-align: center;
  opacity: 0.7;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.popup-design__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.popup-design__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-design__items-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}

.popup-design__items-tab {
  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;
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 100%;
  height: 130px;
  background: #fdf6f2;
  border: 1px solid #fdf6f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.popup-design__items-tab:hover {
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__items-tab.check {
  border: 1px solid #f8d8c6;
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__items-odnoton {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 15px;
}

.popup-design__items-odnoton .popup-design__item-image {
  padding-bottom: 66%;
  margin-bottom: 10px;
}

.popup-design__items-odnoton .popup-smak__item-button {
  bottom: 26px;
}

.popup-design__items-odnoton .popup-design__item-text,
.popup-design__items-odnoton .popup-design__item-text-name {
  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;
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.popup-design__top-banner {
  position: fixed;
  bottom: 61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 825px;
  width: 100%;
  padding: 10px 30px;
  background: #fdf6f2;
  display: none;
  z-index: 5;
}

.popup-design__top-banner.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-design__top-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-design__top-descriprion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px;
}

.popup-design__top-descriprion p {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
}

.popup-design__top-descriprion span {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
  opacity: 0.7;
}

.popup-design__top-link {
  color: #333;
  background: transparent;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-right: 10px;
}

.popup-design__top-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 77px;
  height: 77px;
  margin-right: 15px;
}

.popup-design__top-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-design__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 100px;
  background: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
}

.popup-design__button:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__items-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.popup-design__items-top form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 260px;
}

.popup-design__items-top form::before {
  content: "+38";
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: absolute;
  top: 50%;
  left: 20px;
  padding-right: 5px;
  border-right: 1px solid rgba(51, 51, 51, 0.6078431373);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup-design__items-top form input#tel-input-cake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px 20px 15px 60px;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100%;
}

.popup-design__items-top form input#tel-input-cake.error:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fda29b;
  transition: all 0.3s;
}

.popup-design__items-top form input#tel-input-cake.error:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #fda29b;
          box-shadow: 0px 0px 1px 2px #fda29b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fda29b;
}

.popup-design__items-top form input#tel-input-cake:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #a6a6a6;
  transition: all 0.3s;
}

.popup-design__items-top form input#tel-input-cake:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
          box-shadow: 0px 0px 1px 2px #b1dde0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #b1dde0;
}

.popup-design__items-top form input#submit-input-cake {
  font-size: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/input.svg") 0 0/100% 100% no-repeat;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__items-top form input#submit-input-cake:hover {
  background: url("../img/input-hover.svg") 0 0/100% 100% no-repeat;
  background-color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-design__items-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 82px 1fr;
  grid-template-columns: 1fr 82px 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-design__items-bottom .input-container {
  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;
  padding-bottom: 65%;
  position: relative;
  background: #f8f8f8;
  border-radius: 5px;
  overflow: hidden;
}

.popup-design__items-bottom .input-container.border {
  border-radius: 10px;
}

.popup-design__items-bottom .input-container .input-bacground {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.popup-design__items-bottom .input-container #remove-image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
  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;
  z-index: 3;
}
.popup-design__items-bottom .input-container #remove-image svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-design__items-bottom .input-container #preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-design__items-bottom .input-container input[type=file] {
  display: none;
}

.popup-design__items-bottom .input-container .custom-file-upload {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup-design__items-bottom .input-container .custom-file-upload span {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.popup-design__items-bottom .input-container .custom-file-upload svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
}

.popup-design__items-bottom input {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  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-radius: 5px;
  background: #f8f8f8;
  font-size: 0;
}

.popup-design__items-bottom textarea {
  border-radius: 5px;
  background: #f8f8f8;
  height: 100%;
  padding: 30px;
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.popup-design__items-bottom textarea::-webkit-input-placeholder {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.6;
}

.popup-design__items-bottom textarea::-moz-placeholder {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.6;
}

.popup-design__items-bottom textarea:-ms-input-placeholder {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.6;
}

.popup-design__items-bottom textarea::-ms-input-placeholder {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.6;
}

.popup-design__items-bottom textarea::placeholder {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.6;
}

.popup-design__items-bottom-text {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

.popup-design__top-banner-full {
  position: fixed;
  bottom: 61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 825px;
  width: 100%;
  padding: 10px 30px;
  background: #fdf6f2;
  display: none;
  z-index: 5;
}

.popup-design__top-banner-full.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-design__top-banner-full.small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-design__top-banner-full.small .popup-design__top-banner-full-info {
  margin: 0;
}

.popup-design__top-banner-full.small .popup-design__top-banner-full-info input {
  display: none;
}

.popup-design__top-banner-full.small .popup-design__top-banner-full-spinners {
  display: none;
}

.popup-design__top-banner-full.small .popup-design__top-banner-full-bottom {
  margin: 0;
}

.popup-design__top-banner-full.small .popup-design__top-banner-full-bottom input {
  display: none;
}

.popup-design__top-banner-full.small .popup-design__top-banner-full-btn svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup-design__top-banner-full.small .popup-design__top-banner-full-info-hid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-design__top-banner-full-info-hid {
  display: none;
}

.popup-design__top-banner-full-info-hidblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.popup-design__top-banner-full-info-hidblock-name {
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-right: 11px;
  opacity: 0.7;
}

.popup-design__top-banner-full-info-hidblock-quant {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-design__top-banner-full-info-hidblock-quant span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 10px;
}

.popup-design__top-banner-full-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  height: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  background: #fdf6f2;
  padding: 10px 20px;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.popup-design__top-banner-full-btn svg {
  width: 100%;
  height: 100%;
}

.popup-design__top-banner-full-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.popup-design__top-banner-full-info p {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.popup-design__top-banner-full-info span {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.7;
}

.popup-design__top-banner-full-info input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 15px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 495px;
  width: 100%;
  margin-left: auto;
}

.popup-design__top-banner-full-info input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #a6a6a6;
  transition: all 0.3s;
}

.popup-design__top-banner-full-info input:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
          box-shadow: 0px 0px 1px 2px #b1dde0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #b1dde0;
}

.popup-design__top-banner-full-info input::-webkit-input-placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-info input::-moz-placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-info input:-ms-input-placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-info input::-ms-input-placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-info input::placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77px;
  height: 77px;
  position: relative;
  margin-right: 15px;
}

.popup-design__top-banner-full-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-design__top-banner-full-spinners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 23px;
}

.popup-design__top-banner-full-spiner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-design__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup-design__quantity button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
}

.popup-design__quantity button svg {
  width: 100%;
  height: 100%;
}

.popup-design__quantity input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fdf6f2;
  margin: 0px 5px;
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.popup-design__quantity-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  width: 100%;
}

.popup-design__quantity-content p {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 2px;
}

.popup-design__quantity-content span {
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.popup-design__top-banner-full-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 18px;
}

.popup-design__top-banner-full-bottom .popup-design__button {
  height: 54px;
}

.popup-design__top-banner-full-bottom input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 15px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin-right: 50px;
}

.popup-design__top-banner-full-bottom input:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #a6a6a6;
  transition: all 0.3s;
}

.popup-design__top-banner-full-bottom input:focus {
  -webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
          box-shadow: 0px 0px 1px 2px #b1dde0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #b1dde0;
}

.popup-design__top-banner-full-bottom input::-webkit-input-placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-bottom input::-moz-placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-bottom input:-ms-input-placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-bottom input::-ms-input-placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-design__top-banner-full-bottom input::placeholder {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.4;
}

.popup-rozmir__button.popup-design__button {
  display: none;
}

.popup-rozmir__button.popup-design__button.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

nput[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*===========popupchange-cake================================*/

.popupcake-change {
  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;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.popupcake-change__body {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  background: #f4fafa;
  max-width: 500px;
  width: 100%;
  padding: 25px 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popupcake-change__close {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.popupcake-change__close svg {
  width: 100%;
  height: 100%;
}

.popupcake-change__title {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}

.popupcake-change__title-cake {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popupcake-change__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
  text-align: center;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  margin-bottom: 20px;
}

.popupcake-change__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popupcake-change__btn-transparent {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 300px;
  border: 1px solid #f8d8c6;
  background: #fdf6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popupcake-change__btn-transparent:hover {
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popupcake-change__btn-orange {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 100px;
  background: #ed8b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ed8b00;
  padding: 20px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popupcake-change__btn-orange:hover {
  border-radius: 100px;
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*============popupcake-add===============================*/

.popupcake-add {
  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;
  top: 0;
  left: 0;
  z-index: 101;
  width: 59vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

.popupcake-add.full {
  width: 100vw;
}

.popupcake-add__body {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  background: #f4fafa;
  max-width: 500px;
  width: 100%;
  padding: 50px 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popupcake-add__close {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.popupcake-add__close svg {
  width: 100%;
  height: 100%;
}

.popupcake-add__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
}

.popupcake-add__icon svg {
  width: 100%;
  height: 100%;
}

.popupcake-add__title {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}

.popupcake-add__title-cake {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.popupcake-add__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  max-width: 270px;
  margin-bottom: 20px;
}

.popupcake-add__btn-again {
  color: #333;
  background: transparent;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popupcake-add__btn-again:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*==============cake-add-banner=============================*/

#cake-third .cake__top {
  margin-bottom: 15px;
}

.cake-add-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0px;
}

.cake-add-banner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 43px;
}

.cake-add-banner__left p {
  color: #000;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
}

.cake-add-banner__left span {
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cake-add-banner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cake-add-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.cake-add-banner__link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #202020;
  padding: 10px;
  margin-right: 15px;
}

.cake-add-banner__link-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.cake-add-banner__link-text {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  /* 14.4px */
}

/*===========cart================================*/

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: min-content;
  background: none;
  z-index: 1000;
}

.cart-overlay.show {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.cart-overlay.show .cart-sidebar {
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cart-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  width: 41%;
  padding: 60px 40px 0px;
  right: -100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cart-sidebar__close {
  position: absolute;
  top: 30px;
  right: 30px;
  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: 45px;
  height: 45px;
  padding: 10px;
  cursor: pointer;
}

.cart-sidebar__close svg {
  width: 100%;
  height: 100%;
}

.cart-sidebar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  padding-bottom: 100px;
}

.cart-sidebar__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.cart-sidebar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.cart-sidebar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.cart-sidebar__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 85px;
  height: 85px;
  min-width: 85px;
  margin-right: 20px;
}
.cart-sidebar__item-np{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 50%;
  background: #FCECE4;
  z-index: 3;
  padding: 5px;
  transform: translateX(-50%);
  display: none;
}
.cart-sidebar__item-np svg {
  fill: #ED1C24;
}
.cart-sidebar__item.np .cart-sidebar__item-np{
  display: flex;
}
.cart-sidebar__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-sidebar__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-sidebar__item-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-sidebar__item-content-label {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 15px;
}

.cart-sidebar__item-content-dodatky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-sidebar__item-content-dodatok {
  color: #333;
  opacity: 0.8;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.cart-sidebar__item-tech {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.cart-sidebar__item-tech-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-sidebar__item-edit {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #f4fafa;
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.cart-sidebar__item-edit svg {
  width: 100%;
  height: 100%;
}

.cart-sidebar__item-close {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #f4fafa;
  padding: 5px;
  cursor: pointer;
}

.cart-sidebar__item-close svg {
  width: 100%;
  height: 100%;
}

.cart-sidebar__item-price {
  color: #333;
  text-align: right;
  opacity: 0.8;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 26px;
}

.cart-sidebar__items-total {
  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%;
  padding: 20px 0px;
}

.cart-sidebar__items-total-label {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.cart-sidebar__items-total-price {
  color: #333;
  text-align: right;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.cart-sidebar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.cart-sidebar__button-transparent {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 300px;
  border: 1px solid #f8d8c6;
  background: #fdf6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  padding: 20px 25px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cart-sidebar__button-transparent:hover {
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cart-sidebar__button-orange {
  color: #fff;
  width: 100%;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 100px;
  background: #ed8b00;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ed8b00;
  padding: 20px 25px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.cart-sidebar__button-orange:hover {
  border-radius: 100px;
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.cart-sidebar__recomended-title {
  color: #333;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.cart-sidebar__recomended-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.cart-sidebar__recomended-items p {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  grid-column: 1/4;
}
.cart-sidebar__recomended-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-sidebar__recomended-item:nth-child(2n+1) .cart-sidebar__recomended-item-image {
  border-radius: 500px;
}

.cart-sidebar__recomended-item-add {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  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;
  background: #ed8b00;
  border-radius: 50%;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cart-sidebar__recomended-item-add svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}

.cart-sidebar__recomended-item-add:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #b86c00;
}

.cart-sidebar__recomended-item-image {
  position: relative;
  width: 100%;
  padding-bottom: 143%;
  margin-bottom: 10px;
  overflow: hidden;
}

.cart-sidebar__recomended-item-image:hover img {
  -webkit-transform: scale(1.2) rotate(7deg);
      -ms-transform: scale(1.2) rotate(7deg);
          transform: scale(1.2) rotate(7deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-sidebar__recomended-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-sidebar__recomended-item-name {
  color: #333;
  text-align: center;
  font-family: Kamerik105Cyrillic;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 5px;
}

.cart-sidebar__recomended-item-price {
  color: #7b7b7b;
  text-align: center;
  font-family: Kamerik105Cyrillic;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

/*===========shop================================*/

.shop-wrapper {
  padding: 60px 0px 200px;
}

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

.shop__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.shop__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
  margin-bottom: 40px;
}

.shop__body {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 100px 0px 0px;
}

.shop__label {
  color: #ed8b00;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.shop__title {
  color: #333;
  text-align: center;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.shop__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
  width: 100%;
}

.shop__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 285px;
}

.shop__item:hover .shop__item-add {
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.shop__item:nth-child(4n + 2) .shop__item-image {
  border-radius: 500px;
}
.shop__item:nth-child(4n + 3) .shop__item-image {
  border-radius: 500px;
}


.shop__item-newpost {
  position: absolute;
  top: 20px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 7px 15px 7px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fcece4;
  border-radius: 20px;
}

.shop__item-newpost svg {
  width: 18px;
  height: 18px;
  fill: #ed1c24;
  margin-right: 5px;
}

.shop__item-newpost span {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.shop__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 130%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.shop__item-image:hover img {
  -webkit-transform: scale(1.2) rotate(7deg);
      -ms-transform: scale(1.2) rotate(7deg);
          transform: scale(1.2) rotate(7deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.shop__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.shop__item-add {
  position: absolute;
  width: 40px;
  height: 40px;
  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-radius: 50%;
  background: #ed8b00;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.shop__item-add svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.shop__item-title {
  color: #333;
  text-align: center;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 5px;
}
.shop__item-title a{
  color: #333;
}
.shop__item-price {
  color: #7b7b7b;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}
.shop__item-price a{
  color: #333;
}

/*===========single product================================*/

.single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 117px 0px 100px;
}
.single-product__info-baner{
  background: #ED8B00;
  position: fixed;
  top: 128px;
  visibility: hidden;
  width: 100%;
  z-index: 100;
  opacity: 0;
  padding: 15px 20px;
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
  transition: all 0.3s;
}
.single-product__info-baner.show{
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: all 0.3s;
}
.single-product .single-product__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.single-product .single-product__back svg {
  width: 23px;
  height: 23px;
  padding: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.single-product__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 17px 40px;
  width: 100%;
}

.single-product__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 610px;
  position: relative;
}

.single-product__images-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
}

.single-product__images-slider.slider-for {
  margin-bottom: 10px;
}

.single-product__images-slider.slider-nav {
  max-width: 610px;
  width: 100%;
}

.single-product__images-slider.slider-nav .slick-track {
  margin: 0;
}

.single-product__images-slider.slider-nav .single-product__images-slider-item {
  margin-right: 10px;
  width: 80px;
  cursor: pointer;
}

.single-product__images-slider.slider-nav .single-product__images-slider-item.slick-current {
  background: url("../img/eye.svg") 50% 50%/30px 30px no-repeat;
}

.single-product__images-slider-prew {
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  z-index: 5;
}

.single-product__images-slider-prew.slick-disabled {
  opacity: 0.4;
}

.single-product__images-slider-prew.slick-disabled:hover {
  background: #fff;
}

.single-product__images-slider-prew.slick-disabled:hover svg {
  fill: #333333;
}

.single-product__images-slider-prew:hover {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.single-product__images-slider-prew:hover svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product__images-slider-prew svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product__images-slider-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  right: -15px;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  z-index: 5;
}

.single-product__images-slider-next.slick-disabled {
  opacity: 0.4;
}

.single-product__images-slider-next.slick-disabled:hover {
  background: #fff;
}

.single-product__images-slider-next.slick-disabled:hover svg {
  fill: #333333;
}

.single-product__images-slider-next:hover {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.single-product__images-slider-next:hover svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product__images-slider-next svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product__images-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}

.single-product__images-slider-item img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 394px;
  margin: 0 auto;
}

.single-product__cat-name {
  color: #ed8b00;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 10px;
}

.single-product__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-product__weight {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}

.single-product__description p {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px;
}

.single-product__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.single-product__tag {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 7px 15px;
  line-height: normal;
  border-radius: 20px;
  margin-right: 10px;
  white-space: nowrap;
}

.single-product__tag.new-tag {
  background: #fcece4;
}

.single-product__tag.alergen {
  background: #e8f4f5;
}

.single-product__tag.new-post {
  background: #fcece4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-product__tag.new-post svg {
  margin-right: 5px;
  fill: #ed1c24;
  width: 18px;
  height: 18px;
}

.single-product__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 50;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}

.single-product__select.active svg {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product__select svg {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 19px;
  height: 19px;
  fill: #333333;
  opacity: 0.4;
  z-index: 50;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product__selected-option {
  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;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px 20px;
  position: relative;
  width: 100%;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.single-product__select-list {
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 5px;
  width: 100%;
  z-index: 2;
  display: none;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px 0px;
}

.single-product__select-list li {
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 5px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.single-product__select-list li:last-child {
  margin-bottom: 0;
}

.single-product__select-list li:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #e8f4f5;
}

.single-product__characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0px 15px;
}

.single-product__characteristic {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.single-product__characteristic:not(:last-child) {
  margin-bottom: 10px;
}

.single-product__characteristic-name {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.single-product__characteristic-weight {
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 130%;
  opacity: 0.5;
}

.single-product__characteristic-price {
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  line-height: normal;
}

.single-product__characteristic-spiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
}

.single-product__characteristic-spiner .spinner-input-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0px 5px;
}

.single-product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.single-product__quantity svg {
  width: 100%;
  height: 100%;
}

.single-product__price-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
}

.single-product__price-total-label {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.single-product__price-total-count {
  color: #333;
  text-align: right;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.single-product__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 100px;
  background: #ed8b00;
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.single-product__button:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product__button svg {
  width: 27px;
  height: 27px;
  fill: #fff;
  margin-left: 10px;
}

.single-product__button.disable {
  opacity: 0.4;
  cursor: default;
}

.single-product__button.disable:hover {
  background: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product__button-alcohol-baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fcece4;
  padding: 30px;
  margin-top: 10px;
}

.single-product__button-alcohol-baner p {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 15px;
}

.single-product__button-alcohol-baner span {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
}

/*===========single analog================================*/

.single-product-analog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
  width: 100%;
  background: #fdf6f2;
}

.single-product-analog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.single-product-analog__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 60px;
}

.single-product-analog__title {
  color: #ed8b00;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 610px;
  margin-right: 40px;
}

.single-product-analog__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.single-product-analog__bottom p {
    color: #333;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    display: flex;
    padding: 10px;
}
.single-product-analog__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.single-product-analog__slider .slick-list {
  margin: 0px -20px;
}

.single-product-analog__slide {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 20px;
}

.single-product-analog__slide:hover img {
  -webkit-transform: scale(1.2) rotate(6deg);
      -ms-transform: scale(1.2) rotate(6deg);
          transform: scale(1.2) rotate(6deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-product-analog__slide:hover .shop__item-add {
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-analog__slide:nth-child(2n) .single-product-analog__slide-image {
  border-radius: 500px;
}

.single-product-analog__slide-image {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 15px;
  overflow: hidden;
}

.single-product-analog__slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-product-analog__slide-title {
  color: #333;
  text-align: center;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 19.5px */
}

.single-product-analog__slide-price {
  color: #7b7b7b;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}

.single-product-analog__slider-prew {
  position: absolute;
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  left: -65px;
  top: 50%;
}

.single-product-analog__slider-prew.slick-disabled {
  opacity: 0.4;
}

.single-product-analog__slider-prew.slick-disabled:hover {
  background: #fff;
}

.single-product-analog__slider-prew.slick-disabled:hover svg {
  fill: #333333;
}

.single-product-analog__slider-prew:hover {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-analog__slider-prew:hover svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-analog__slider-prew svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-analog__slider-next {
  position: absolute;
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  padding: 12px;
  right: -65px;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-analog__slider-next.slick-disabled {
  opacity: 0.4;
}

.single-product-analog__slider-next.slick-disabled:hover {
  background: #fff;
}

.single-product-analog__slider-next.slick-disabled:hover svg {
  fill: #333333;
}

.single-product-analog__slider-next:hover {
  background: #202020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}

.single-product-analog__slider-next:hover svg {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-analog__slider-next svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========single product baner================================*/

.single-product-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 63%;
  position: relative;
  width: 100%;
}

.single-product-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.single-product-banner__left {
  position: absolute;
  bottom: 60px;
  left: 20px;
  max-width: 393px;
  padding-bottom: 80px;
}

.single-product-banner__title {
  color: #fff;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single-product-banner__adress {
  color: #fff;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.single-product-banner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 60%;
  left: 65%;
}

.single-product-banner__right .bar-line {
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.single-product-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 10px;
  border-radius: 300px;
  background: #202020;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-banner__link:hover {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-banner__link:hover span {
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-banner__link span {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-product-banner__link-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41px;
  height: 41px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ed8b00;
  border-radius: 50%;
  padding: 7px;
  margin-right: 10px;
}

.single-product-banner__link-svg svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

/*===========about main================================*/

.about-wrapper {
  padding-top: 90px;
}

.about-main {
  padding: 60px 0px;
  background: #fdf6f2;
}

.about-main__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 394px 1fr;
  grid-template-columns: 1fr 394px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 0 auto;
}

.about-main__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  max-width: 285px;
  border-radius: 200px;
  overflow: hidden;
}

.about-main__left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-main__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 163%;
  border-radius: 500px;
  overflow: hidden;
}

.about-main__center img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-main__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 285px;
}

.about-main__subtitle {
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-main__title {
  color: #ed8b00;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-main__text {
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 64px;
}

.about-main__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 47%;
  border-radius: 200px;
  overflow: hidden;
}

.about-main__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fdf6f2;
}

.about-second__image {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-transition: border-radius 0.3s ease, -webkit-transform 0.3s ease-out;
  transition: border-radius 0.3s ease, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, border-radius 0.3s ease;
  transition: transform 0.3s ease-out, border-radius 0.3s ease, -webkit-transform 0.3s ease-out;
}

.about-second__image video {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===========about-third================================*/

.about-third {
  padding: 200px 0px;
  background: #fdf6f2;
}

.about-third__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-third__left {
  margin-top: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 40px 40px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.about-third__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

.about-third__icon svg {
  fill: #ed8b00;
}

.about-third__title {
  color: #ed8b00;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 33.8px */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-third__text {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.about-third__center {
  background: #ed8b00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 40px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.about-third__center .about-third__text {
  color: #ffffff;
  opacity: 0.8;
}

.about-third__center .about-third__title {
  color: #ffffff;
}

.about-third__center .about-third__icon {
  width: 100px;
  height: 100px;
}

.about-third__center .about-third__icon svg {
  fill: #ffffff;
}

.about-third__right {
  margin-top: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 40px 40px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/*===========about-team================================*/

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

.about-team__top {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
}

.about-team__top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-team__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 123px;
  padding: 40px 40px 25px 40px;
  border-radius: 300px 300px 0px 0px;
  background: #5ec3c8;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.about-team__bottom {
  background: #5ec3c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 0px;
}

.about-team__bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 560px;
  margin: 0 auto;
}

.about-team__bottom-text {
  position: relative;
  color: #fff;
  font-family: Caveat;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 30px;
}

.about-team__bottom-text svg {
  position: absolute;
  top: 0;
  left: -50px;
  width: 40px;
  height: 40px;
  fill: #ffffff;
}

.about-team__bottom-author {
  color: #fff;
  font-family: Kamerik105Cyrillic;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 177px;
  margin-left: auto;
}

/*===========about mission================================*/

.about-mission {
  background: #fdf6f2;
  padding: 150px 0px;
}

.about-mission__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.about-mission__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}

.about-mission__top-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.about-mission__top-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-mission__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 394px;
  margin: 0 auto;
}

.about-mission__top-title {
  color: #171717;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-mission__top-title span {
  color: #ed8b00;
}

.about-mission__top-text {
  color: #333;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.8;
}

.about-mission__bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.about-mission__bottom-image {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
  border-radius: 500px;
  overflow: hidden;
}

.about-mission__bottom-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===========about location================================*/

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

.about-contact__top {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
}

.about-contact__top img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-contact__info {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1260px;
  padding: 60px 108px 100px;
  background: #ed8b00;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

.about-contact__info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 352px;
}

.about-contact__title {
  color: #fff;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 54.6px */
  text-transform: uppercase;
  margin-bottom: 26px;
}

.about-contact__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0.9;
  padding: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-contact__social:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #333;
}

.about-contact__social:hover svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #333;
}

.about-contact__social svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-contact__info-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.about-contact__info-location {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-contact__info-location p {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
  margin-bottom: 10px;
}

.about-contact__info-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  max-width: 262px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.about-contact__info-address svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 5px;
}

.about-contact__info-phone {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-contact__info-phone a {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-contact__info-phone a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}

.about-contact__info-phone a:hover svg {
  fill: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-contact__info-phone a svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.about-contact__info-phone p {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
  margin-bottom: 10px;
}

.about-contact__info-time {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-contact__info-time p {
  color: #fff;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
  margin-bottom: 10px;
}

.about-contact__info-time span {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.about-contact__info-time span svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  margin-right: 5px;
}

.about-contact__bottom {
  position: relative;
  width: 100%;
  padding-bottom: 42%;
}

.about-contact__bottom img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===========dostavka================================*/

.dostavka-wrapper {
  padding: 90px 0px;
}

.dostavka-main {
  padding: 60px 0px;
}

.dostavka-main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 826px;
  margin: 0 auto;
}

.dostavka-main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.dostavka-main__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 610px;
}

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

.dostavka-main__date-label {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dostavka-main__date-date {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

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

.dostavka-main__bottom h2 {
  color: #ed8b00;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: 60px;
}



.dostavka-main__bottom p {
  color: #333;
  opacity: 0.8;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  
}
.dostavka-main__bottom strong {
  color: #171717;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 15px;
  margin-top: 40px;
  display: flex;
}
.dostavka-main__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e8f4f5;
  padding: 40px 80px;
  margin-top: 60px;
}

.dostavka-main__contact-title {
  color: #171717;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 15px;
}

.dostavka-main__contact-text {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.8;
}

.dostavka-main__contact-text a {
  opacity: 0.8;
  color: #3b7b7e;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

/*===========404================================*/

.error-wrapper {
  padding: 90px 0px;
  min-height: 100vh;
  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;
}

.error-page {
  padding-top: 60px;
}

.error-page__body {
  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;
}

.error-page__label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 649px;
  margin-bottom: 60px;
}

.error-page__label svg {
  width: 100%;
  height: 100%;
  fill: #333333;
}

.error-page__image {
  position: relative;
  width: 100%;
  padding-bottom: 158%;
  border-radius: 100px;
  overflow: hidden;
}

.error-page__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error-page__title {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 393px;
}

.error-page__subtitle {
  color: #333;
  text-align: center;
  opacity: 0.8;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 30px;
  max-width: 313px;
}

.error-page__button {
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  padding: 20px 25px;
  border-radius: 100px;
  text-align: center;
  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;
  background: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.error-page__button:hover {
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========thank================================*/

.thank-wrapper {
  padding-top: 90px;
}

.thank-page {
  position: relative;
  padding: 60px 0px;
  height: 100vh;
  width: 100%;
  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;
}

.thank-page .th-left-svg {
  position: absolute;
  fill: #ed8b00;
  left: 0;
  top: 51px;
  width: 187px;
  height: 203px;
}

.thank-page .th-right-svg {
  position: absolute;
  fill: #ed8b00;
  right: 0;
  bottom: 119px;
  width: 285px;
  height: 278px;
}

.thank-page__body {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.thank-page__title {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 393px;
}

.thank-page__title span {
  color: #ed8b00;
}

.thank-page__text {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.8;
  margin-bottom: 30px;
  max-width: 313px;
}

.thank-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thank-page__button-transparent {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 300px;
  border: 1px solid #f8d8c6;
  background: #fdf6f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  padding: 20px 25px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thank-page__button-transparent:hover {
  background: #fcece4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thank-page__button-orange {
  color: #fff;
  width: 100%;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  border-radius: 100px;
  background: #ed8b00;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ed8b00;
  padding: 20px 25px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thank-page__button-orange:hover {
  border-radius: 100px;
  background: #b86c00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========checkout================================*/

/* .checkout-wrapper {
  padding: 100px 0px 0px;
} */

.checkout__wrap{
  padding: 120px 0px 100px;
}
.checkout {
  /* padding: 0px 0px 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout form{
  padding-bottom: 0;
}
.checkout__input-block input.error{
  border-color: #f04438;
  
}
.checkout__input-block input:focus{
  webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
  box-shadow: 0px 0px 1px 2px #b1dde0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.checkout input#comment {
  border-radius: 5px;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.checkout input#comment#phone {
  padding-left: 55px;
}

.checkout input#comment::-webkit-input-placeholder {
  opacity: 0.6;
}

.checkout input#comment::-moz-placeholder {
  opacity: 0.6;
}

.checkout input#comment:-ms-input-placeholder {
  opacity: 0.6;
}

.checkout input#comment::-ms-input-placeholder {
  opacity: 0.6;
}

.checkout input#comment::placeholder {
  opacity: 0.6;
}

.checkout__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  padding: 5px 0px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkout__back:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkout__back:hover svg {
  fill: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkout__back svg {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkout__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}

.checkout__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 108px;
  max-width: 610px;
  
}

.checkout__title {
  color: #333;
  font-family: Kamerik105Cyrillic;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 502px;
}

.checkout__billing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.checkout__billing-title {
  color: #333;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 60px;
}

.checkout__input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.checkout__input-block.phone {
  position: relative;
}

.checkout__input-block.phone::before {
  content: "+38";
  position: absolute;
  left: 20px;
  top: 39px;
  width: 31px;
  height: 21px;
  padding-right: 5px;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #e5e5e5;
}

.checkout__input-block .error-text {
  color: #f04438;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
}

.checkout__input-block .error-text.show {
  opacity: 1;
  visibility: visible;
}

.checkout__input-block label {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.checkout__input-block label svg {
  width: 5px;
  height: 5px;
  fill: #ed8b00;
  margin-right: 3px;
  margin-top: 3px;
}

.checkout__input-block input {
  border-radius: 5px;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.3s;
}
.checkout__input-block input:focus{
  webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
  box-shadow: 0px 0px 1px 2px #b1dde0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

.checkout__input-block input#ch-phone, .checkout__input-block input#ch-phone-2 {
  padding-left: 55px;
  transition: all 0.3s;
}
.checkout__input-block input#ch-phone:focus, .checkout__input-block input#ch-phone-2:focus{
  webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
  box-shadow: 0px 0px 1px 2px #b1dde0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.checkout__input-block input::-webkit-input-placeholder {
  opacity: 0.6;
}

.checkout__input-block input::-moz-placeholder {
  opacity: 0.6;
}

.checkout__input-block input:-ms-input-placeholder {
  opacity: 0.6;
}

.checkout__input-block input::-ms-input-placeholder {
  opacity: 0.6;
}

.checkout__input-block input::placeholder {
  opacity: 0.6;
}

.checkout__input-block-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.checkout__input-block-checkout #checkbox-1 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkout__input-block-checkout #checkbox-1 + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #333;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.checkout__input-block-checkout #checkbox-1 + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  height: px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 6px;
  border: 1px solid #2a5759;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.checkout__input-block-checkout #checkbox-1:checked + label::before {
  border-radius: 6px;
  border: 1px solid #2a5759;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6668 3.5L5.25016 9.91667L2.3335 7' stroke='%232A5759' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.checkout__input-block-another {
  background: #fdf6f2;
  padding: 20px;
  margin-bottom: 60px;
  display: none;
}
.checkout__input-block-adress-inputs input, #comment{
  transition: all 0.3s;
}
.checkout__input-block-adress-inputs input:focus, #comment:focus{
  webkit-box-shadow: 0px 0px 1px 2px #b1dde0;
  box-shadow: 0px 0px 1px 2px #b1dde0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.checkout__shipping-title {
  color: #333;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 60px;
}

.checkout__input-block-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout__input-block-radio-wrapper p {
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
  margin-bottom: 15px;
}

.checkout__input-block-radio {
  margin-bottom: 10px;
}
.checkout__input-block-radio.inf{
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.checkout__input-block-radio.zatel {
  margin-bottom: 25px;
}

.checkout__input-block-radio.hide {
  display: none;
}

.checkout__input-block-radio .del-tovar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 10px;
}

.checkout__input-block-radio .del-tovar span {
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 45px;
}

.checkout__input-block-radio .del-tovar button {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkout__input-block-radio .del-tovar button:hover {
  color: #ed8b00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkout__input-block-radio input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkout__input-block-radio input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #333;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  cursor: pointer;
}

.checkout__input-block-radio input[type=radio] + label::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19px;
  height: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #2a5759;
  margin-right: 10px;
  border-radius: 50%;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 8px;
}

.checkout__input-block-radio input[type=radio]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='4' fill='%232a5759'/%3E%3C/svg%3E");
}

.checkout__input-block-radio input[type=radio]:disabled + label::before {
  background-color: #f2f2f2;
}

.checkout__input-block-radio input[type=radio]:disabled + label {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.checkout__input-block-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
  margin-bottom: 25px;
}

.checkout__input-block-adress label {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.checkout__input-block-adress label svg {
  width: 5px;
  height: 5px;
  fill: #ed8b00;
  margin-right: 3px;
  margin-top: 3px;
}

.checkout__input-block-adress input {
  border-radius: 5px;
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout__input-block-adress input#phone {
  padding-left: 55px;
}

.checkout__input-block-adress input::-webkit-input-placeholder {
  opacity: 0.6;
}

.checkout__input-block-adress input::-moz-placeholder {
  opacity: 0.6;
}

.checkout__input-block-adress input:-ms-input-placeholder {
  opacity: 0.6;
}

.checkout__input-block-adress input::-ms-input-placeholder {
  opacity: 0.6;
}

.checkout__input-block-adress input::placeholder {
  opacity: 0.6;
}

.checkout__input-block-adress-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.checkout__input-block-adress-inputs input.error{
  border-color: #f04438;
}
.checkout__input-block-adress-inputs #street {
  width: 285px;
  margin-right: 10px;
}

.checkout__input-block-adress-inputs #house {
  width: 100%;
  max-width: 118px;
  margin-right: 10px;
}

.checkout__input-block-adress-inputs #apart {
  width: 100%;
  max-width: 118px;
}

.checkout__input-block-radio-wrapper-label {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 5px;
}

.checkout__input-block-calendar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 5px;
  
}

.checkout__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 15px 10px 15px 20px;
  position: relative;
  cursor: pointer;
}

.checkout__select svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 10px;
  height: 10px;
  opacity: 0.4;
}

.checkout__selected-option {
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.checkout__select-list {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 10px 0px;
  z-index: 2;
  background: #fff;
  margin-top: 5px;
  height: 200px;
  overflow: auto;
}

.checkout__select-list li {
  color: #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 5px 20px;
}

.checkout__select-list li:hover {
  background: #5ec3c8;
}

.checkout__input-radio-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.checkout__shipping-label-block {
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.checkout__shipping-label-block.sec {
  margin-bottom: 5px;
}

.checkout__shipping-sublabel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}


/*===========np================================*/
.checkout__input-block-adress-npost{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 45px;
}
.checkout__input-block-adress-npost-city {
  width: 100%;
  position: relative;
 grid-column: 1/2;
  height: 51px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid  #E5E5E5;
  background:  #FFF;
  padding: 15px 20px;
  color:  #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  cursor: pointer;
  max-width: 150px;
  
}
.checkout__input-block-adress-npost-depart{
  width: 100%;
  position: relative;
  grid-column: 2/4;
  height: 51px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid  #E5E5E5;
  background:  #FFF;
  padding: 15px 20px;
  color:  #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  cursor: pointer;
  white-space: nowrap;
  
}
.checkout__input-block-adress-npost-city.active svg, .checkout__input-block-adress-npost-depart.active svg {
   transform: rotate(180deg);
   transition: all 0.3s;
}
.checkout__input-block-adress-npost__selected-option, .checkout__input-block-adress-npost-depart__selected-option{
  display: flex;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.checkout__input-block-adress-npost-city-list, .checkout__input-block-adress-npost-depart-list{
  position: absolute;
  top: 100%;
  margin-top: 5px;
  border-radius: 5px;
  left: 0;
  width: 100%;
  height: fit-content;
  max-height: 300px;
  overflow: auto;
  display: none;
  z-index: 5;
  border: 1px solid  #E5E5E5;
  background:  #FFF;
  padding: 15px 5px;
}
.checkout__input-block-adress-npost-city-list ul, .checkout__input-block-adress-npost-depart-list ul {
  display: flex;
  flex-direction: column;
  
}
.checkout__input-block-adress-npost-city-list ul li, .checkout__input-block-adress-npost-depart-list ul li {
  color:  #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  transition: all 0.3s;
  cursor: pointer;
  padding: 5px;
  position: relative;
  z-index: 10;
}
.checkout__input-block-adress-npost-city-list ul li:hover, .checkout__input-block-adress-npost-depart-list ul li:hover{
  background: #B1DDE0;
  transition: all 0.3s;
}
.checkout__input-block-adress-npost-city svg, .checkout__input-block-adress-npost-depart svg{
  transition: all 0.3s;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  fill:#333333;
  opacity: 0.8;
  z-index: 2;
  
}

.city-input, .depart-input {
 position: relative;
 z-index: 5;
  width: 100%;
 height: 30px;
  top: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid  #E5E5E5;
  background:  #FFF;
  padding: 15px 5px;
  color:  #333;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
}

.city-input:focus, .depart-input:focus {
  border: 1px solid  #B1DDE0;
  outline: none;
}

.city-input::placeholder, .depart-input::placeholder {
  color:  #333;
  opacity: 0.6;
}



/*===========================================*/

.checkout-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  /* padding-bottom: 50px; */
  
}

.checkout-right__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  height: 100%;
  width: 100%;
  /* margin-top: 120px; */
  position: relative;
  padding-bottom: 80px;
  
 
}

.checkout-right__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f4fafa;
  padding: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 610px;
 

  
}

.checkout-right__title {
  color: #333;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

.checkout-right__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}

.checkout-right__total-intermediate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.checkout-right__total-intermediate-label {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.8;
}

.checkout-right__total-delivery-label {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.8;
}

.checkout-right__total-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.checkout-right__total-intermediate-price {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.checkout-right__total-delivery-price {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: right;
}

.checkout-right__total-final {
  margin-bottom: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-right__total-final p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.checkout-right__total-final-label {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  opacity: 0.8;
}

.checkout-right__total-final-price {
  color: #333;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.button-wrap{
  display: flex;
  width: 100%;
  background: transparent;
}
.fake-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 100px;
  background: #ed8b00;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  margin-bottom: 10px;
  width: 100%;
  opacity: 0.4;
 
}
.checkout-right__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 100px;
  background: #ed8b00;
  color: #fff;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  margin-bottom: 10px;
  width: 100%;
}

.checkout-right__button.disable {
 display: none;
  
  
}

.checkout-right__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-right__info span {
  color: #333;
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checkout-right__info span a {
  text-decoration: underline;
  color: #333;
}

.checkout-right__info #checkbox-info, .checkout-right__info #checkbox-info-mob {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkout-right__info #checkbox-info + label, .checkout-right__info #checkbox-info-mob + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #333;
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  z-index: 3;
}

.checkout-right__info #checkbox-info + label::before, .checkout-right__info #checkbox-info-mob + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  height: px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-radius: 6px;
  border: 1px solid #c8c8c8;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.checkout-right__info #checkbox-info.error + label::before, .checkout-right__info #checkbox-info-mob.error + label::before{
  border-color: #f04438;
}
.checkout-right__info #checkbox-info:checked + label::before, .checkout-right__info #checkbox-info-mob:checked + label::before {
  border-radius: 6px;
  border: 1px solid #2a5759;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.6668 3.5L5.25016 9.91667L2.3335 7' stroke='%232A5759' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ui-widget.ui-widget-content {
  width: 100%;
}

.ui-datepicker {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  background: #f4fafa;
  padding: 10px 15px;
}

/* Заголовок календаря */

.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #333;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

.ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.ui-datepicker-next.ui-corner-all {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("../img/Chevron-right.svg") 0 0/100% 100% no-repeat;
  cursor: pointer;
}

.ui-datepicker-prev.ui-corner-all {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("../img/Chevron-left.svg") 0 0/100% 100% no-repeat;
  cursor: pointer;
}

.ui-datepicker-title {
  margin: 0;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar .ui-datepicker-current-day {
  background: #5ec3c8;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
  color: #fff;
}

/* Названия дней недели */

.ui-datepicker-calendar th {
  background: transparent;
  color: #333;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.4;
  padding: 4.5px;
  width: 25px;
  height: 25px;
}

/* Дни месяца */

.ui-datepicker-calendar td {
  padding: 5px;
  width: 25px;
  height: 30px;
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ui-datepicker-calendar td a {
  color: #333;
  text-align: center;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 25px;
  height: 25px;
}

/* Текущая дата */

/* Дата при наведении */

@media (max-width: 1350px) {
  .main-popular__slider-left {
    left: 0;
  }

  .main-popular__slider-right {
    right: 0;
  }

  .main-popular__slider {
    padding: 0 30px;
  }

  .popup-smak__scroll-top {
    right: 50px;
  }

  .cart-sidebar {
    padding: 60px 20px 0px;
    min-width: 550px;
    z-index: 101;
  }

  .popupcake-add {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .popupcake-add__body {
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@media (max-width: 1150px) {
  .main-about__sub-title {
    padding-left: 40px;
  }

  .main-about__sub-title .about-subtitle-svg {
    left: 0;
  }

  .popup-smak__scroll-top {
    right: 10px;
    bottom: 70px;
  }
}

@media (max-width: 1080px) {
  .single-product__images {
    max-width: 500px;
  }

  .cake-osnova__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .cake-osnova__item-total {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .popup-design__tab {
    padding: 10px 15px;
  }

  .checkout__left {
    padding: 0;
  }
}

@media (max-width: 992px) {


  .sub-menu {
    overflow: scroll;
    max-height: 36px;
    height: 36px;
    display: none;
    position: fixed;
    left: 50%;
    margin: auto;
    top: 84px;

    -ms-flex-pack: center;
    padding: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: #fdf6f2;
    transform: translate(0%);
    left: 0;
  }



  .header {
    height: 50px;
  }

  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__logo {
    width: 154px;
    height: 49px;
    margin-top: 10px;
  }

  .header__left-desktop,
  .header__right-desktop,
  .header__bottom {
    display: none;
  }

  .header__mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    padding: 10px;
    position: relative;
    z-index: 100;
  }

  .menu__icon .burger-svg {
    width: 100%;
    height: 100%;
  }

  .menu__icon .burger-open-svg {
    display: none;
    width: 100%;
    height: 100%;
    fill: #333333;
  }

  .menu__icon.active #burger-open {
    display: none;
  }

  .menu__icon.active .burger-open-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__top {
    border: none;
    margin: 0;
  }

  .header.white-header.shop-header.scrolled.hid-bottom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header.white-header.shop-header.scrolled.hid-bottom {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header.white-header.shop-header.scrolled.hid-bottom .header__logo {
    display: none;
  }

  .header.scrolled.hid-bottom {
    background: transparent;
  }

  .header.scrolled.hid-bottom .header__center {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
  }

  .header.scrolled .icon-menu svg path#burg {
    fill: #333333;
  }

  .header.scrolled .header__cart-mobile {
    background: #202020;
  }

  .header.scrolled .header__cart-mobile svg {
    fill: #ffffff;
  }

  .header.scrolled.header-default .header__top {
    border: none;
  }

  .header__cart-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    position:relative;
  }

  .header__cart-mobile svg {
    width: 100%;
    height: 100%;
  }

  .white-header .header__cart-mobile {
    background: #202020;
  }

  .white-header .header__cart-mobile svg {
    fill: #ffffff;
  }

  .white-header.header.scrolled.hid-bottom {
    background: #fff;
  }

  .white-header.header.scrolled.hid-bottom .header__center {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }

  .white-header.header__cart-mobile {
    background: #333;
  }

  .white-header.header__cart-mobile svg {
    fill: #fff;
  }

  .header.white-header.shop-header .header__bottom {
    background: #fff;
    border-top: 1px rgba(0, 0, 0, 0.2);
  }

  .header.shop-header .header__bottom {
    width: 100vw;
    left: -20px;
  }

  .header.shop-header .header__bottom-menu-list {
    white-space: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    max-height: 36px;
    height: 36px;
  }
  .header.shop-header .header__bottom-menu-list:has(){

  }

  .sub-menu.show {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
  }

  .sub-menu.show li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .sub-menu a.header__bottom-menu-link {
    font-size: 14px!important;
  }
  .menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__contacts svg {
    width: 20px;
    height: 20px;
  }

  .menu-svg {
    width: 23px;
    height: 23px;
  }

  .menu__body {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }

  .menu__body-block-scroll {
    overflow: auto;
    padding: 40px 0px 120px;
  }

  .menu__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    width: 80%;
    height: 100%;
    padding: 50px 20px 20px;
  }

  .menu__body-block .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .menu__body-block .menu__list li {
    padding: 10px;
  }

  .menu__body-block .menu__list li:not(:last-child) {
    margin-bottom: 5px;
  }

  .menu__body-block .menu__list li a {
    color: #333;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
  }

  .menu__body-block .menu__list-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0px;
    margin-bottom: 10px;
  }

  .menu__body-block .menu__list-second li {
    padding: 10px;
  }

  .menu__body-block .menu__list-second li:not(:last-child) {
    margin-bottom: 5px;
  }

  .menu__body-block .menu__list-second li a {
    color: #333;
    font-family: Gilroy;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;
    opacity: 0.7;
  }

  .menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .menu__contacts a {
    color: #333;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }

  .menu__contacts a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  .menu__contacts p {
    color: #333;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .menu__contacts form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 260px;
  }

  .menu__contacts form::before {
    content: "+38";
    color: #333;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    position: absolute;
    top: 50%;
    left: 20px;
    padding-right: 5px;
    border-right: 1px solid rgba(51, 51, 51, 0.6078431373);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .menu__contacts form input#tel-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 15px 20px 15px 60px;
    color: #333;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 100%;
  }

  .menu__contacts form input#submit-input {
    font-size: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/input.svg") 0 0/100% 100% no-repeat;
    opacity: 0.6;
  }

  .main-block__title {
    font-size: 48px;
  }

  .main-cake__item {
    margin: 0px 7.5px;
  }

  .main-cake__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
  }

  .main-cake__item-description {
    height: 50px;
  }

  .main-cake__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0px 0px auto;
  }

  .main-cake__buttons .main-cake__slider-left,
  .main-cake__buttons .main-cake__slider-right {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 5px;
  }

  .main-cake__bottom-block {
    width: 100%;
    padding-right: 10px;
  }

  .main-about__content {
    padding-right: 40px;
  }

  .main-about__list li {
    white-space: normal;
  }

  .main-popular__title {
    font-size: 37px;
  }

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

  .footer__center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px;
  }

  .footer__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 500px;
    margin: 0 auto;
  }

  .footer__left-first {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer__left-second {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
  }

  .footer {
    padding: 0;
  }

  .footer__left-contact:not(:last-child) {
    margin-bottom: 20px;
  }

  .shop-header .menu__icon .burger-svg {
    fill: #333;
  }

  .shop__title {
    font-size: 34px;
  }

  .shop-wrapper {
    padding: 100px 0px;
  }

  .shop__body {
    padding: 60px 0px 0px;
  }

  .shop__top {
    margin-bottom: 30px;
  }

  .shop__item-add {
    z-index: 2;
  }

  .single-product__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .single-product__images {
    max-width: 100%;
    width: 100%;
  }

  .single-product {
    padding: 70px 0px 80px;
  }

  .single-product__back {
    margin-bottom: 10px;
  }

  .single-product__content {
    max-width: 100%;
  }

  .single-product__images-slider.slider-for {
    margin: 0;
  }

  .single-product__content {
    margin-top: 30px;
  }

  .single-product-analog {
    padding: 80px 0px;
  }

  .single-product-analog__title {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .single-product-analog__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 40px;
  }

  .main-category__link {
    margin-left: auto;
  }

  .single-product-analog__slider-prew,
  .single-product-analog__slider-next {
    display: none;
  }

  .single-product-analog__slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .single-product-analog__slide-image {
    height: auto;
    padding-bottom: 142%;
  }

  .single-product-analog__slide {
    margin: 0;
  }

  .single-product-banner__title {
    font-size: 34px;
  }

  .single-product-banner__adress {
    font-size: 14px;
  }

  .single-product-banner {
    padding: 0;
    height: 800px;
  }

  .about-wrapper {
    padding-top: 50px;
  }

  .about-main {
    padding: 40px 0px;
  }

  .about-main__body {
    gap: 20px;
    -ms-grid-columns: 1fr 1.4fr 1fr;
    grid-template-columns: 1fr 1.4fr 1fr;
  }

  .about-third {
    padding: 80px 0px;
  }

  .about-third__body {
    gap: 20px;
  }

  .about-third__left,
  .about-third__center,
  .about-third__right {
    padding: 30px 20px 40px;
  }

  .about-third__title {
    font-size: 24px;
  }

  .about-third__text {
    font-size: 14px;
  }

  .about-team__bottom {
    padding: 80px 0px;
  }

  .about-mission {
    padding: 80px 0px;
  }

  .about-contact__info {
    padding: 40px 20px 60px;
  }

  .about-contact__title {
    font-size: 34px;
  }

  .dostavka-wrapper {
    padding: 50px 0px 20px;
  }

  .dostavka-main__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .dostavka-main__title {
    font-size: 46px;
    margin-bottom: 10px;
  }

  .dostavka-main__bottom h2 {
    margin-top: 40px;
    font-size: 34px;
  }

  .dostavka-main__bottom strong {
    margin: 30px 0px 15px;
    font-size: 18px;
  }

  .dostavka-main__contact {
    margin-top: 40px;
    padding: 40px;
  }

  .dostavka-main__contact-title {
    font-size: 18px;
  }

  .error-page {
    padding-top: 0;
  }

  .cake__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .cake-first,
  .cake-second {
    padding: 90px 0px 100px;
  }

  .cake__title {
    font-size: 46px;
  }

  .popup-smak__body {
    padding: 60px 20px;
  }

  .popup-smak__title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .popup-smak__item-tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .popup-smak__item-tag {
    margin: 5px 0px;
  }

  .popup-rozmir__body {
    padding: 60px 20px;
  }

  .popup-rozmir__title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .popup-rozmir__items {
    gap: 15px;
  }

  .popup-design__body {
    padding: 60px 20px;
    overflow: clip;
  }

  .popup-design__tabs {
    overflow: auto;
    width: 100vw;
    padding: 0px 20px 0px 0px;
    margin-left: 20px;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }

  .popup-design__title {
    font-size: 34px;
    margin-bottom: 35px;
  }

  .popup-design__items-odnoton {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .popup-design__items-bottom {
    gap: 10px;
  }

  .checkout__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }

  .checkout__left {
    max-width: 100%;
  }

  .checkout-right__body {
    max-width: 100%;
  }

  .checkout-wrapper {
    padding-top: 50px;
  }
  .checkout__wrap{
    padding-top: 20px;
  }
  .checkout__back {
    margin-bottom: 20px;
  }
  .checkout-right__wrapper{
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .main-block__title {
    font-size: 33px;
    max-width: 400px;
  }
  .single-product__info-baner{
    font-size: 14px;
  }
  .main-block__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .main-block__buttons a {
    font-size: 15px;
    padding: 15px 20px;
    white-space: nowrap;
    margin-bottom: 10px;
  }

  .main-block__cake-button {
    font-size: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 5px 5px 5px 15px;
  }

  .main-block__cake-button-icon {
    width: 37px;
    height: 37px;
    padding: 7px;
    margin: 0px 0px 0px 10px;
  }

  .main-block__body {
    padding: 80px 0px 65px;
  }

  .main-feedback {
    padding: 80px 0px;
  }

  .main-feedback__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .item-feedback-right {
    padding-top: 0;
  }

  .main-category {
    padding: 80px 0px;
  }

  .main-category__title {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .main-category__title .cat-title-svg {
    width: 168px;
  }

  .main-category__top {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-category__link {
    margin-left: auto;
  }

  .main-category__link span {
    font-size: 15px;
  }

  .main-category__link .arrow-right-svg {
    width: 20px;
    height: 20px;
  }

  .main-category__bottom {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .main-category__item {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-category__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    color: #333;
    text-align: center;
    font-family: Kamerik105Cyrillic;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 10px;
  }

  .main-category__item:nth-child(3n) .main-category__item-image {
    border-radius: 0;
  }

  .main-category__item:nth-child(2) .main-category__item-image {
    border-radius: 50%;
  }

  .main-category__item:nth-child(3) .main-category__item-image {
    border-radius: 50%;
  }

  .main-category__item:nth-child(6) .main-category__item-image {
    border-radius: 50%;
  }

  .main-category__item:nth-child(7) .main-category__item-image {
    border-radius: 50%;
  }

  .main-cake {
    padding: 80px 0px;
  }

  .main-cake__title {
    font-size: 34px;
    margin-bottom: 10px;
    max-width: 350px;
  }

  .main-cake__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 40px;
  }

  .main-cake__title .main-cake-svg {
    left: -3px;
    top: 32px;
    width: 100px;
    height: 65px;
  }

  .main-cake__item-content {
    padding: 20px 15px;
  }

  .main-cake__item-description {
    height: 70px;
  }

  .main-cake__item-label {
    font-size: 18px;
  }

  .main-about__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .main-about {
    padding: 80px 0px;
  }

  .main-about__title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .main-about__list li {
    -ms-grid-columns: 165px 1fr;
    grid-template-columns: 165px 1fr;
  }

  .main-about__list li span {
    font-size: 31px;
  }

  .main-about__list li p {
    max-width: 100%;
    margin-left: 15px;
  }

  .main-about__list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .main-about__sub-title {
    font-size: 31px;
  }

  .main-about__content {
    padding: 0;
  }

  .main-about__image {
    padding-bottom: 0;
    height: 400px;
  }

  .main-about__button {
    top: auto;
    bottom: 275px;
  }

  .main-popular {
    padding: 80px 0px;
  }

  .main-popular__title {
    font-size: 34px;
    width: 350px;
    margin-bottom: 10px;
  }

  .main-popular__title .main-popular-svg {
    width: 185px;
    height: 17px;
    bottom: -17px;
    left: -10px;
  }

  .main-popular__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 40px;
  }

  .main-popular__slider {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .main-popular__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            margin: 0;
  }

  .main-popular__slide-label {
    font-size: 14px;
  }

  .main-popular__slide-price {
    font-size: 14px;
  }

  .main-popular__slide-image {
    margin-bottom: 10px;
    padding-bottom: 143%;
  }

  .main-popular__slide-link {
    opacity: 1;
    visibility: visible;
  }

  .main-popular__slider-left,
  .main-popular__slider-right {
    display: none;
  }

  .main-info {
    padding: 80px 0px;
  }

  .main-info__title {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .main-info__content-texts {
    max-width: 100%;
  }

  .main-info__content-label {
    font-size: 31px;
    margin-bottom: 20px;
  }

  .main-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }

  .main-info__bottom {
    padding-bottom: 0;
    height: 400px;
  }

  .main-info__link {
    top: auto;
    bottom: 328px;
  }

  .main-info__top-tag {
    padding: 5px 7px 5px 5px;
  }

  .main-info__top-tag span {
    font-size: 12px;
  }

  .main-info__top-tag .delivery-svg {
    width: 13px;
    height: 13px;
  }

  .main-reviews {
    padding: 80px 0px;
  }

  .main-reviews__title {
    font-size: 34px;
  }

  .main-reviews__title .main-revews-heart-svg {
    width: 34px;
    height: 22px;
  }

  .main-reviews__top {
    margin-bottom: 40px;
  }

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

  .main-reviews__slider-buttons {
    top: 100%;
    position: static;
    margin: 38px 20px 0px auto;
    right: 0;
  }

  .main-socials__slider .slick-slide {
    height: 160px;
  }

  .main-socials__slider {
    margin-bottom: 15px;
  }

  .main-socials__slide {
    margin: 0px 7.5px;
  }

  .main-socials__baner-body {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-socials__baner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
  }

  .main-socials__baner-left .instagram-svg {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
  }

  .main-socials__baner-link span {
    font-size: 15px;
  }

  .main-socials__baner-link .arrow-right-svg {
    width: 20px;
    height: 20px;
  }

  .footer__right {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 15px;
    width: 100%;
  }

  .footer__right-first {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .footer__right-second {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .footer__right-third {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    position: relative;
  }

  .footer__right-link-main.del {
    position: absolute;
    top: 100%;
  }

  .footer__body {
    padding-bottom: 60px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__bottom-dev {
    margin-bottom: 10px;
  }

  .footer__left-contact svg {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }

  .time-location-svg {
    margin-top: 2px;
  }

  .shop__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
  }

  .shop__item {
    width: 100%;
  }

  .shop__item-image {
    padding-bottom: 143%;
  }

  .shop__item-title {
    font-size: 15px;
  }

  .shop__item-price {
    font-size: 14px;
  }

  .shop__item-newpost span {
    font-size: 12px;
  }

  .shop__item-newpost svg {
    width: 13px;
    height: 13px;
  }

  .shop__item-newpost {
    white-space: nowrap;
    padding: 5px 7px 5px 5px;
  }

  .shop__item-add {
    z-index: 2;
    bottom: 10px;
  }

  .single-product__cat-name {
    font-size: 14px;
  }

  .single-product__title {
    font-size: 34px;
  }

  .single-product__tags {
    padding-bottom: 20px;
  }

  .single-product__tag {
    font-size: 12px;
    padding: 5px 7px;
  }

  .single-product__tag.new-post svg {
    width: 13px;
    height: 13px;
  }

  .single-product__characteristics {
    padding: 5px 0px 10px;
  }

  .single-product__price-total-count {
    font-size: 18px;
  }

  .single-product__button {
    padding: 15px 20px;
    font-size: 15px;
  }

  .single-product__button svg {
    width: 23px;
    height: 23px;
  }

  .single-product__button-alcohol-baner {
    margin: 0;
  }

  .single-product__button-alcohol-baner p {
    font-size: 16px;
  }

  .single-product__button-alcohol-baner span {
    font-size: 14px;
  }

  .single-product-analog__slide-image {
    margin-bottom: 10px;
  }

  .single-product-banner__left {
    bottom: 0;
  }

  .desktop {
    display: none !important;
  }

  .mobil {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .single-product-banner__link span {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  .single-product-banner__link-svg {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }

  .single-product-banner__right {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    left: 30%;
    top: 50%;
  }

  .single-product-banner__link span {
    font-size: 15px;
  }

  .single-product-banner__link-svg {
    width: 37px;
    height: 37px;
  }

  .single-product-banner__link {
    padding: 5px 15px 5px 5px;
  }

  .about-main__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    width: 100%;
  }

  .about-main__right {
    max-width: 100%;
  }

  .about-main__left,
  .about-main__center {
    display: none;
  }

  .about-main__subtitle {
    margin-bottom: 5px;
  }

  .about-main__title {
    font-size: 46px;
    margin-bottom: 10px;
  }

  .about-main__text {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .about-second__image {
    padding-bottom: 183%;
  }

  .about-third__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .about-third__center {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0px 10px 0px;
  }

  .about-third__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    margin: 0px 0px 10px 0px;
  }

  .about-third__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }

  .about-team__button {
    font-size: 18px;
    padding: 30px 30px 20px 30px;
    width: 160px;
    height: 96px;
  }

  .about-team__top {
    padding-bottom: 104%;
  }

  .about-team__bottom-text {
    font-size: 33px;
    padding-left: 45px;
  }

  .about-team__bottom-text svg {
    width: 30px;
    height: 30px;
    left: 0px;
  }

  .about-team__bottom-body {
    padding: 0px 10px;
  }

  .about-team__bottom-author {
    margin: 0px 0px 0px 50px;
    font-size: 14px;
  }

  .about-mission__top-title {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .about-mission__top-text {
    font-size: 18px;
  }

  .about-mission__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 394px;
    margin: 0 auto 60px;
    gap: 0;
  }

  .about-mission__top-content {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about-mission__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 394px;
    margin: 0 auto;
    gap: 0;
  }

  .about-contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 90%;
    bottom: auto;
  }

  .about-contact__info-left {
    max-width: 100%;
  }

  .about-contact__info-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }

  .about-contact__top {
    padding-bottom: 104%;
  }

  .about-contact__bottom {
    padding-bottom: 213%;
  }

  .about-contact__title {
    margin-bottom: 30px;
  }

  .about-contact__info-location p {
    font-size: 14px;
  }

  .about-contact__info-address {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about-contact__info-phone a {
    font-size: 16px;
  }

  .about-contact__info-phone {
    margin-bottom: 20px;
  }

  .about-contact__social {
    width: 45px;
    height: 45px;
  }

  .error-page__title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .error-page__subtitle {
    font-size: 14px;
  }

  .error-page__button {
    font-size: 15px;
    padding: 15px 20px;
  }

  .error-page__label {
    gap: 10px;
  }

  .thank-page__title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .thank-page__text {
    font-size: 14px;
  }

  .thank-page__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 335px;
    width: 100%;
  }

  .thank-page__button-transparent {
    width: 100%;
    margin: 0px 0px 10px;
    padding: 15px 20px;
    font-size: 15px;
  }

  .thank-page__button-orange {
    width: 100%;
    margin: 0px;
    padding: 15px 20px;
    font-size: 15px;
  }

  .thank-page .th-left-svg {
    width: 96px;
    height: 133px;
    top: 44px;
  }

  .thank-page .th-right-svg {
    width: 186px;
    height: 185.63px;
    bottom: -70px;
  }

  .cake__title {
    max-width: 100%;
    margin: 0;
  }

  .cake__top {
    margin-bottom: 40px;
  }

  .cake__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
    gap: 30px;
  }

  .cake__item-content {
    padding: 30px 20px 25px;
  }

  .cake__item-title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .cake__item-text {
    margin-bottom: 15px;
  }

  .cake__item-khar {
    font-size: 12px;
  }

  .cake-banner.mobil {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 500px;
    margin: 40px auto 0px;
  }

  .cake__bottom {
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 500px;
    width: 100%;
    margin: 40px auto 0px;
  }

  .cake__bottom form {
    max-width: 100%;
    margin-bottom: 20px;
  }

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

  .cake-osnova {
    padding-top: 40px;
  }

  .cake-osnova__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
    gap: 20px;
  }

  .cake-osnova__item-rozmir {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .cake-osnova__label {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .cake-osnova__item-design-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .cake-osnova__item-smak,
  .cake-osnova__item-rozmir,
  .cake-osnova__item-design {
    padding: 30px 30px 20px;
  }

  .cake-osnova__item-total {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    margin-top: 20px;
    padding: 30px 20px;
  }

  .cake-osnova__item-label {
    font-size: 24px;
  }

  .cake-osnova__item-btn-check,
  .cake-osnova__item-btn-redag {
    margin-top: 20px;
  }

  .cake-osnova__item-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .cake-osnova__item-left p {
    font-size: 18px;
  }

  .cake-osnova__total-items {
    margin-bottom: 15px;
  }

  .cake-osnova__item-total-button {
    font-size: 15px;
    padding: 15px 20px;
  }

  .popup-smak__items {
    gap: 25px 15px;
  }

  .popup-smak__item-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup-smak__item-name {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .popup-smak .popup-smak__item-button,
  .popup-design__items-gotovi .popup-smak__item-button,
  .popup-design__items-odnoton .popup-smak__item-button {
    padding: 0;
    opacity: 1;
    visibility: visible;
  }

  .popup-smak .popup-smak__item-button span,
  .popup-design__items-gotovi .popup-smak__item-button span,
  .popup-design__items-odnoton .popup-smak__item-button span {
    display: none;
  }

  .popup-smak .popup-smak__item-button .popup-smak__item-button-svg,
  .popup-design__items-gotovi .popup-smak__item-button .popup-smak__item-button-svg,
  .popup-design__items-odnoton .popup-smak__item-button .popup-smak__item-button-svg {
    background: #fff;
    width: 40px;
    height: 40px;
  }

  .popup-smak .popup-smak__item-button .popup-smak__item-button-svg .check-svg,
  .popup-design__items-gotovi .popup-smak__item-button .popup-smak__item-button-svg .check-svg,
  .popup-design__items-odnoton .popup-smak__item-button .popup-smak__item-button-svg .check-svg {
    display: none;
  }

  .popup-smak .popup-smak__item-button .popup-smak__item-button-svg .plus-svg,
  .popup-design__items-gotovi .popup-smak__item-button .popup-smak__item-button-svg .plus-svg,
  .popup-design__items-odnoton .popup-smak__item-button .popup-smak__item-button-svg .plus-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: #333;
  }

  .popup-smak__item.check .popup-smak__item-button-svg,
  .popup-design__item.check .popup-smak__item-button-svg {
    position: relative;
    background: #ed8b00;
  }

  .popup-smak__item.check .popup-smak__item-button-svg .check-svg,
  .popup-design__item.check .popup-smak__item-button-svg .check-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popup-smak__item.check .popup-smak__item-button-svg .plus-svg,
  .popup-design__item.check .popup-smak__item-button-svg .plus-svg {
    display: none;
  }

  .popup-design__items-odnoton .popup-smak__item-button {
    bottom: 10px;
  }

  .popup-rozmir__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 15px 20px;
  }

  .popup-rozmir__banner-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .popup-rozmir__banner-name .menu-svg {
    width: 20px;
    height: 20px;
  }

  .popup-rozmir__button {
    font-size: 15px;
    padding: 15px 20px;
    width: 100%;
    max-width: 335px;
  }

  .popup-smak__scroll-top {
    bottom: 140px;
  }

  .popup-smak__scroll-top.bot {
    bottom: 245px;
  }

  .popup-rozmir__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .popup-rozmir__label {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .popup-design__tab {
    font-size: 18px;
    padding: 5px 20px;
  }

  .popup-design__tabs {
    gap: 0;
  }

  .popup-design__text {
    margin-bottom: 30px;
  }

  .popup-design__items-gotovi {
    gap: 25px 15px;
  }

  .popup-design__top-banner {
    padding: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .popup-design__top-banner.show {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    gap: 20px 5px;
  }

  .popup-design__top-link {
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    text-align: left;
    padding: 5px;
  }

  .popup-design__top-descriprion {
    margin: 0;
  }

  .popup-design__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    width: 100%;
    font-size: 15px;
    height: 100%;
    padding: 15px 20px;
  }

  .popup-design__top-product {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .popup-design__top-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .popup-design__top-banner-full {
    padding: 40px 20px 20px;
  }

  .popup-design__top-banner-full-spinners {
    overflow: auto;
  }

  .popup-design__quantity-content p {
    white-space: nowrap;
  }

  .popup-design__top-banner-full-btn {
    top: 0;
  }

  .popup-design__top-banner-full-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .popup-design__top-banner-full.show.small {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 135px;
    grid-template-columns: 1fr 135px;
    gap: 0px 10px;
  }

  .popup-design__top-banner-full.show.small .popup-design__top-banner-full-info {
    display: none;
  }

  .popup-design__top-banner-block.mobil {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .popup-design__top-banner-full.show.small .popup-design__top-banner-block {
    display: none;
  }

  .popup-design__top-banner-full.show .popup-design__top-banner-full-info-hid {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    height: 100%;
  }

  .popup-design__top-banner-full.show .popup-design__top-banner-full-bottom {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .popup-design__top-banner-full.show .popup-design__top-banner-full-bottom .popup-design__button {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .popup-design__top-banner-full.show .popup-design__top-banner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 20px;
  }

  .popup-design__top-banner-full.show .popup-design__top-banner-block .popup-design__top-banner-full-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popup-design__top-banner-full.show .popup-design__top-banner-block .popup-design__top-banner-full-texts p {
    color: #333;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 3px;
  }

  .popup-design__top-banner-full.show .popup-design__top-banner-block .popup-design__top-banner-full-texts span {
    color: #333;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    opacity: 0.7;
  }

  .popup-design__items-odnoton {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .popup-design__items-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .cake__bottom-info {
    max-width: 400px;
  }

  .popup-design__items-top form {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .popup-design__items-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .input-container {
    padding: 0;
    height: 291px;
  }

  .popup-design__items-bottom textarea {
    height: 291px;
    padding: 25px;
  }

  .popup-design__items-bottom-text {
    font-size: 12px;
    max-width: 85px;
    margin: 0 auto;
  }

  .popup-design__top-banner-full-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .popup-design__top-banner-full-info-hidblock {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .popup-design__top-banner-full-info-hidblock-name {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
  }

  .popupcake-add__body {
    min-width: 335px;
  }

  .popupcake-add__title {
    font-size: 18px;
  }

  .popupcake-add__title-cake {
    font-size: 18px;
  }

  .checkout-right__body {
    padding: 30px 20px;
    width: 100%;
  }

  .checkout-right__title {
    font-size: 24px;
  }

  .checkout-right__total-intermediate-label {
    font-size: 16px;
  }

  .checkout-right__total-intermediate-price {
    font-size: 16px;
  }

  .checkout-right__total-delivery-label {
    font-size: 16px;
  }

  .checkout-right__total-delivery-price {
    font-size: 16px;
    padding-left: 10px;
    margin-left: auto;
    text-align: end;
  }

  .checkout-right__total-final-label {
    font-size: 16px;
    opacity: 1;
  }

  .checkout-right__total-final p {
    padding-right: 100px;
  }

  .checkout-right__total-final-price {
    font-size: 16px;
  }

  .checkout-right__button {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .checkout__title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .checkout-right {
    padding: 0;
  }

  .checkout__billing-title {
    font-size: 24px;
  }

  .checkout__billing-title:first-child {
    margin-top: 40px;
  }

  .checkout__input-block-another {
    margin-bottom: 0;
  }

  .checkout__input-block-adress {
    margin-bottom: 20px;
  }

  .checkout__input-block-adress-inputs {
    display: -ms-grid;
    display: grid;
    width: 100%;
    gap: 10px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }

  .checkout__input-block-adress-inputs #street {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .checkout__input-block-adress-inputs #house {
    max-width: 100%;
  }

  .checkout__input-block-adress-inputs #apart {
    max-width: 100%;
  }

  .cart-sidebar__item-content {
    padding-right: 10px;
  }
}

@media (max-width: 650px) {
  .popup-smak__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .popup-design__items-gotovi {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .popup-design__items-tab {
    width: 100%;
    height: 100%;
    padding: 30px;
    font-size: 18px;
  }

  .popup-design__items-tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .single-product-banner__right {
    left: 20%;
  }

  .cart-sidebar {
    min-width: 100%;
  }

  .cart-sidebar__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .cart-sidebar__button-transparent {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    font-size: 15px;
    margin: 0;
  }

  .cart-sidebar__button-orange {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .cart-sidebar__item-image {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .cart-sidebar__item-content-label {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .cart-sidebar__item-price {
    font-size: 16px;
  }

  .cart-sidebar__buttons.fix {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    margin: 0;
    padding: 15px 20px 20px 20px;
    background: #fff;
  }

  .cart-sidebar__items-total.fix {
    position: fixed;
    padding: 5px 20px 0px;
    left: 0;
    bottom: 130px;
    background: #fff;
    z-index: 20;
  }

  .cart-sidebar__close {
    right: 10px;
    top: 10px;
  }

  .cart-sidebar__items-total-price {
    font-size: 18px;
  }

  .cart-sidebar__recomended-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 220px;
  }

  .cart-sidebar__recomended-title {
    font-size: 24px;
  }

  .cart-sidebar__item-price {
    margin-top: 15px;
  }

  .popup-rozmir__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .popup-rozmir__item {
    height: 196px;
  }

  .popup-design__items-odnoton {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .cart-sidebar__title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .cake-add-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0px 40px;
  }

  .cake-add-banner__left {
    margin: 0px 0px 10px 0px;
  }

  .popupcake-change__body {
    padding: 50px 20px;
    width: 90%;
  }

  .popupcake-change__title {
    font-size: 24px;
  }

  .popupcake-change__title-cake {
    font-size: 24px;
  }

  .popupcake-change__text {
    margin-bottom: 30px;
  }

  .popupcake-change__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .popupcake-change__btn-transparent {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }

  .popupcake-change__btn-orange {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .footer__left {
    gap: 15px;
  }

  .main-popup__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-popup__content p {
    text-align: center;
  }

  .main-popup__content form {
    margin: 0 auto;
  }

  .single-product-analog__slide-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .single-product-analog__slide-price {
    font-size: 14px;
  }

  .single-product-banner__right {
    left: 15%;
  }
}

@media (max-width: 450px) {
  .single-product-banner__right {
    left: 10%;
  }

  .single-product-banner__right {
    left: 10%;
  }
}

@media (max-width: 360px) {
  .main-cake__title .main-cake-svg {
    left: 170px;
    top: 32px;
    width: 100px;
    height: 65px;
  }

  .single-product-banner__right {
    left: 5%;
  }
}

.webp .item-feedback-left::after{ background: url(../img/feedback-left.webp) 0 0/100% 100% no-repeat; }

.webp .item-feedback-left::before{ background: url(../img/main/heart.webp) 0 0/100% 100% no-repeat; }

.webp .item-feedback-right::after{ background: url(../img/feedback-right.webp) 0 0/100% 100% no-repeat; }

.webp .item-feedback-right::before{ background: url(../img/main/insta.webp) 0 0/100% 100% no-repeat; }



.pop-up-added-to-cart{
  position: fixed;
  transform: translate(0%, -50%);
  top: 50%;
  z-index: 100;
  background: #fff;
  height: 290px;
  max-width: min(90%, 400px);
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px;
}

.pop-up-added-to-cart{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.pop-up-added-to-cart.show{
  opacity: 1;
  visibility: visible;
}



.content-added-to-cart{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  justify-content: space-between;
}
.close-pop-up-added-to-cart{
  position: absolute;
  right: 0;
  top:0;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.title-added-to-cart{
  font-family: Kamerik105Cyrillic;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.text-added-to-cart{
  font-family: Gilroy;
  font-size: 14px;
}

.shop-added-to-cart{
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 600;
  color:#000;
}

.header__bottom-menu-list li.show-shop-only{
  display: none;
}
.menu__body-block-scroll li.show-shop-only{
  display: none;
}