* {
  margin: 0;
  padding: 0;
  line-height: 1.15;
  box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 1em;
}

em,
strong,
i,
b,
address,
cite {
  font-style: normal;
  font-weight: 500;
}

ul,
ol {
  list-style: none;
}

input[type=submit],
button {
  cursor: pointer;
  background: transparent;
  border: 0;
}

input,
button,
textarea,
select {
  font-family: inherit;
  color: inherit;
  border: 0;
}

img {
  max-width: 100%;
}

:root {
  --black: 26 , 32 , 44;
  --blue: 46 , 94 , 194;
  --gray: 243 , 247 , 255;
  --darkGray: 110 , 109 , 122;
}

.row {
  display: flex;
}

@font-face {
  src: url("/fonts/Manrope.ttf");
  font-family: 'Manrope';
}

.row {
  width: 100%;
}

body {
  font: 16px "Manrope";
  color: RGB(var(--black));
  background-color: RGB(var(--gray));
}

.set {
  max-width: 1300px;
  margin: 0 auto;
  background: url("../img/bg-mob.png") repeat-y center;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  border-radius: 12px;
  background-color: #eee;
  box-shadow: inset -1px -1px 1px RGBA(255, 255, 255, 0.7), inset 1px 1px 2px RGBA(174, 174, 192, 0.2);
}

::-webkit-scrollbar-thumb {
  background-color: RGBA(247, 145, 65, 0.8);
  border-radius: 12px;
  height: 50px;
}

:root {
  --colWidth: calc(((1300 - (20 * 11)) / 12) * 1px);
  --gap: 20px;
}

.df {
  display: flex;
}

.alic {
  align-items: center;
}

.gap {
  gap: 10px;
}

.row {
  display: flex;
  gap: 12px;
}

.mcol-33 {
  flex: 0 0 calc((100% - 12px * 2) / 3);
  max-width: ;
}

.mcol-50 {
  flex: 0 0 calc((100% - 12px) / 2);
  max-width: ;
}

.mcol-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section {
  margin: 0 auto;
  max-width: 320px;
}

.head {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.head-mobile-bg {
  background: #fff url("../img/pattern.png") repeat-y center;
  background-size: cover;
  padding: 16px 0;
}

.head-mobile-burger {
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.head-mobile-burger span {
  width: 15px;
  height: 2px;
  display: block;
  border-radius: 5px;
  background-color: #4c4c50;
  transform-origin: center;
  transition: 0.35s ease;
}

.head-mobile-burger.-active span:first-child {
  transform: rotate(45deg) translateY(8px);
}

.head-mobile-burger.-active span:nth-child(2) {
  opacity: 0;
}

.head-mobile-burger.-active span:last-child {
  transform: rotate(-45deg) translateY(-8px);
}

.head-mobile-logo {
  width: 105px;
}

.head-mobile-actions {
  margin-left: auto;
}

.head-mobile-cart {
  font-family: inherit;
  color: RGBA(var(--darkGray));
  font-weight: 700;
}

.head-mobile-catalog {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid RGB(var(--blue));
  border-radius: 10px;
}

.head-mobile-input {
  FONT: 700 14px Manrope;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  color: RGB(var(--darkGray));
}

.head-mobile-search {
  margin-top: 16px;
  height: 44px;
  border-radius: 10px;
  padding: 12px 0 12px 12px;
  border: 2px solid #f3f3f6;
}

.head-mobile-popup {
  width: 100%;
  height: calc(100vh - 54px);
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

.head-mobile-popup-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 32px;
}

.head-mobile-popup-nav a {
  FONT: 700 16px/25px Manrope;
}

.head-mobile-popup-info {
  border-top: 1px solid #e9e9e9;
  margin-top: 32px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.head-phone,
.head-mail,
.head-hours,
.head-loc,
.head-deliv {
  FONT: 700 14px/25px Manrope;
  display: flex;
  align-items: center;
  gap: 10px;
}

.head-phone:before,
.head-mail:before,
.head-hours:before,
.head-loc:before,
.head-deliv:before {
  width: 20px;
  height: 20px;
  content: url("../img/phone.svg");
  display: block;
}

.head-mail:before {
  content: url("../img/mail.svg");
}

.head-hours:before {
  content: url("../img/time.svg");
}

.head-loc:before {
  content: url("../img/loc.svg");
}

.head-deliv {
  color: RGB(var(--blue));
}

.head-deliv:before {
  content: url("../img/world.svg");
}

.head-top {
  padding: 20px;
  justify-content: space-between;
}

.head-top .df {
  gap: 40px;
}

.head-subtop {
  background: #fff url("../img/pattern.png") repeat-y center !important;
}

.head-subtop .row {
  transition: 0.35s ease;
  padding: 20px;
}

.head-subtop .row:first-child {
  border-bottom: 1px solid #e9e9e9;
  padding-right: 50px;
}

.head-logo {
  max-width: 314px;
  margin-right: 106px;
}

.head-menu {
  display: flex;
  column-gap: 10px;
  FONT: 700 16px Manrope;
}

.head-socs {
  margin-left: 86px;
  column-gap: 20px;
}

.head-cart {
  margin-left: auto;
}

.head-search {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #f3f3f6;
  background-color: #fff;
  padding: 20px;
  padding-right: 0;
}

.head-input {
  width: 100%;
}

.head-catalog {
  color: RGB(var(--blue));
}

.head-catalog::after {
  display: none !important;
}

.head-desktop {
  display: none;
}

.head-desktop .hidden {
  opacity: 0;
  visibility: hidden;
}

.head-desktop .head-subtop {
  transition: 0.35s ease;
}

.head-desktop .head-subtop.totop {
  transform: translateY(-65px);
}

.head-desktop .head-subtop.totop .row {
  padding: 10px 30px;
}

.ticker {
  width: 100%;
  background-color: RGB(var(--gray));
  border: 1px solid #e9e9e9;
  FONT: 700 14px Manrope;
  color: RGB(var(--blue));
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 16px 0;
}

.ticker-track {
  display: inline-flex;
  width: max-content;
  animation: ticker 15s linear infinite;
}

.ticker-track span {
  flex-shrink: 0;
  padding-right: 40px;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

.btn {
  FONT: 700 16px/25px Manrope;
  padding: 18px 35px 17px;
  border-radius: 10px;
  transition: 0.35s ease;
}

.btn:active {
  transform: scale(0.95);
}

.btn:after {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
}

.btn.-witharrow {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border: 2px solid RGB(var(--blue));
  background-color: #fff;
}

.btn.-witharrow:after {
  background: url("../img/arrow-blue.svg");
}

.btn.-witharrow:hover {
  background-color: RGBA(var(--blue), 0.1);
}

.btn.-blue {
  background-color: RGB(var(--blue));
  color: #fff;
}

.btn.-blue:after {
  background: url("../img/arrow-white.svg");
}

.btn.-white {
  border: 1px solid RGB(var(--blue));
  color: RGB(var(--blue));
}

.btn.-white:after {
  display: none;
}

.inpt {
  display: block;
}

.inpt span {
  color: RGB(var(--blue));
  FONT: 700 14px/25px Manrope;
  margin-bottom: 16px;
}

.inpt input,
.inpt textarea {
  width: 100%;
  height: 60px;
  display: block;
  border: 2px solid #f3f3f6;
  border-radius: 10px;
}

.inpt textarea {
  resize: none;
  height: 120px;
}

.present {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: url("../img/bg-desk.png") repeat-y center;
  background-color: #f3f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.present-logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-color: #f3f7ff;
}

.link {
  FONT: 700 16px Manrope;
  color: RGB(var(--blue));
  display: flex;
  align-items: center;
}

.link.-witharrow {
  gap: 10px;
}

.link.-witharrow:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/arrow-blue.svg");
}

.production-row {
  position: relative;
  padding: 20px 20px 154px 20px;
}

.production-actions {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-direction: column;
}

.production-actions .btn {
  width: 100%;
  order: 1;
}

.production-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  order: 0;
  padding: 32px 0;
}

.production-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: RGB(var(--darkGray));
}

.production-title {
  FONT: 700 24px Manrope;
}

.production-subtitle {
  FONT: 700 14px Manrope;
  color: RGB(var(--darkGray));
  margin-top: 8px;
}

.production-right {
  border-radius: 15px;
  padding: 13px;
  background: linear-gradient(84.38deg, rgba(245,248,253,0.9) 50%, #dbedff 100%);
  flex-direction: column;
  margin-top: 16px;
}

.production-right-block:first-child {
  margin-bottom: 24px;
}

.production-right-icon {
  width: 20px;
  flex: 0 0 20px;
  margin-right: 16px;
}

.production-right-content h6 {
  FONT: 700 16px Manrope;
}

.production-right-content p {
  FONT: 400 14px/22px Manrope;
  margin-top: 6px;
}

.block {
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

.categories {
  margin-top: 16px;
}

.categories-item {
  clip-path: inherit;
}

.categories-item-wrap {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
  width: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 20px;
  margin-bottom: 16px;
}

.categories-item-title {
  FONT: 700 20px/25px Manrope;
}

.categories-item-subtitle {
  FONT: 700 14px/25px Manrope;
  color: RGB(var(--blue));
}

.categories-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 40px;
}

.categories-item-footer-more {
  FONT: 700 12px Manrope;
}

.categories-item-footer-more strong {
  FONT: 700 14px Manrope;
  color: RGB(var(--darkGray));
}

.categories-item-footer .link {
  margin-left: auto;
}

.page-title {
  FONT: 700 14px Manrope;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #e9e9e9;
  background-color: RGB(var(--gray));
}

.popular-title {
  margin: 20px 0;
}

.popular-slide-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-image: url("../img/bd-pop.png") 0 2 fill;
  border-style: solid;
  border-color: transparent;
}

.popular-slide-right {
  padding: 20px;
  border-image: url("../img/bd-slide.png") 0 2 fill;
  border-style: solid;
}

.popular-slide-title {
  FONT: 700 20px Manrope;
}

.popular-slide-subtitle {
  FONT: 700 14px Manrope;
  color: RGB(var(--blue));
}

.popular-slide-text {
  FONT: 400 14px/20px Manrope;
  margin-top: 20px;
}

.popular-slider-actions {
  margin-top: 10px;
  gap: 10px;
}

.popular-slider-actions .btn {
  padding: 11px 20px;
}

.popular-slider-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popular-slider-btn {
  width: 50px;
  height: 50px;
  border: 2px solid RGB(var(--black));
  background-color: #fff;
  border-radius: 10px;
}

.popular-slider-btn.-right img {
  transform: rotate(180deg);
}

.popular-slider-dots {
  display: none;
}

.services-item-subtitle {
  FONT: 700 14px/25px Manrope;
  color: RGB(var(--blue));
}

.services-item-title {
  FONT: 700 20px/25px Manrope;
}

.services-item-img {
  margin: 16px 0 0;
  position: relative;
  z-index: 2;
}

.services-item-text {
  position: relative;
  z-index: 1;
  transform: translateY(-20px);
  FONT: 400 14px/20px Manrope;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
}

.services-item-text strong {
  FONT: 700 14px/20px Manrope;
}

.services-item-text:before {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: RGB(var(--black));
  margin: 20px 0 30px;
}

.advantages-left {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.6) 90%);
  z-index: 10;
}

.advantages-img,
.advantages-title {
  position: absolute;
}

.advantages-img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.advantages-title {
  FONT: 700 20px/25px Manrope;
  bottom: 10px;
  left: 10px;
  color: #fff;
}

.advantages-list-item {
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.advantages-list-item:before {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: RGB(var(--blue));
  content: url("../img/conf.svg");
  border-radius: 10px;
}

.advantages-list-content {
  padding-left: 10px;
}

.advantages-list-title {
  FONT: 700 16px/25px Manrope;
}

.advantages-list-text {
  FONT: 400 14px/18px Manrope;
}

.delivery-list {
  padding: 20px;
  border-radius: 12px;
}

.delivery-list-item {
  text-align: center;
  padding: 20px 0;
}

.delivery-list-item-title {
  FONT: 700 18px/20px Manrope;
}

.delivery-list-item-text {
  margin-top: 10px;
  FONT: 400 14px/20px Manrope;
}

.payment-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}

.payment-list-item::before {
  FONT: 700 16px/25px Manrope;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  content: attr(data-digit);
  border-radius: 100%;
  border: 1px solid RGB(var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: RGB(var(--blue));
  margin-right: 20px;
}

.payment-list-item::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  background: RGB(var(--blue));
  z-index: -1;
}

.payment-list-item:last-child::after {
  display: none;
}

.payment-list-item-title {
  FONT: 700 16px/25px Manrope;
}

.payment-list-item-text {
  FONT: 400 14px/20px Manrope;
}

.opt-block {
  border: 1px solid RGB(var(--blue));
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 20px;
}

.opt-block-title {
  FONT: 700 20px/25px Manrope;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.opt-block-title:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/opt.svg") no-repeat center;
  background-size: contain;
}

.opt-block-text {
  FONT: 400 14px/20px Manrope;
  margin-top: 10px;
}

.opt-block-text strong {
  FONT: 700 14px/20px Manrope;
}

.contacts-row {
  padding: 30px 20px;
}

.contacts-title {
  FONT: 700 18px/25px Manrope;
}

.contacts-subtitle {
  FONT: 400 14px/25px Manrope;
}

.contacts-list {
  margin-top: 20px;
}

.contacts-list-title {
  FONT: 700 16px/25px Manrope;
  color: RGB(var(--blue));
  margin-bottom: 10px;
}

.contacts-list-phones {
  display: flex;
  align-items: center;
  gap: 10px;
  FONT: 700 14px/25px Manrope;
  margin-bottom: 20px;
}

.contacts-list-phones:before {
  width: 20px;
  height: 20px;
  content: url("../img/phone.svg");
}

.contacts-list-phones div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.contacts-list-twogis {
  gap: 20px;
  margin-top: 40px;
}

.contacts-list-twogis a {
  color: RGB(var(--blue));
  FONT: 700 16px/25px Manrope;
}

.contacts-list-twogis:before {
  content: url("../img/gis.svg");
}

.contacts-right {
  width: 100%;
}

.contacts-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.foot .section {
  background: #fff url("../img/bg.png") no-repeat center;
  background-size: cover;
  padding: 20px 30px;
}

.foot .section.-two {
  background: transparent;
  border: none;
  margin-top: 30px;
}

.foot-desc em,
.foot-desc strong {
  FONT: 700 14px Manrope;
}

.foot-desc strong {
  display: flex;
  align-items: center;
  color: RGB(var(--blue));
  gap: 10px;
  margin-top: 15px;
}

.foot-desc strong:before {
  content: url("../img/world.svg");
  display: block;
  width: 20px;
  height: 20px;
}

.foot-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  FONT: 700 14px/25px Manrope;
  margin-bottom: 10px;
}

.foot-list-item:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
}

.foot-list-item.-time:before {
  content: url("../img/time.svg");
}

.foot-list-item.-phone:before {
  content: url("../img/phone.svg");
}

.foot-list-item.-loc:before {
  content: url("../img/loc.svg");
}

.foot-list-item.-mail:before {
  content: url("../img/mail.svg");
}

.foot-copy,
.foot-grammla {
  FONT: 400 12px Manrope;
  margin-top: 20px;
  color: RGB(var(--black));
}

.foot-grammla img {
  margin-top: 10px;
}

.foot-grammla strong {
  FONT: 700 14px Manrope;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.present {
  opacity: 0;
  transform: scale(0.92);
  filter: blur(12px);
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
}

.present-popup {
  position: fixed;
  inset: 0;
  z-index: 999900;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.present-popup.is-hiding {
  opacity: 0;
  visibility: hidden;
}

.present.visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.present-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.present-logo-old,
.present-logo-new {
  display: block;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.7s cubic-bezier(0.77, 0, 0.18, 1);
  max-width: 80%;
}

.present-logo-old {
  position: relative;
  z-index: 2;
  transform: translateX(0);
  opacity: 1;
}

.present-logo-new {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transform: translateX(100%);
  opacity: 0;
}

.present-logo.active .present-logo-old {
  transform: translateX(-30%);
  opacity: 0;
}

.present-logo.active .present-logo-new {
  transform: translateX(0);
  opacity: 1;
}

@-moz-keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@-webkit-keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@-o-keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 740px) {
  .section {
    max-width: 740px;
    padding: 0 16px;
  }

  .production-row {
    align-items: center;
    flex-wrap: nowrap;
  }

  .categories-item-wrap {
    width: 49%;
  }

  .categories-item-wrap {
    width: 32%;
  }

  .services-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .services-item {
    width: 49%;
  }

  .foot-logo {
    max-width: 150px;
  }

  .foot .row {
    flex-wrap: nowrap;
    align-items: center;
  }

  .foot .section.-two .row {
    justify-content: space-between;
  }

  .foot-copy {
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .section {
    max-width: 1000px;
    padding: 0 20px;
  }

  .production-row {
    padding-bottom: 20px;
  }

  .production-actions {
    position: static;
    flex-direction: row;
    margin-top: 20px;
    gap: 10px;
  }

  .production-actions .btn {
    width: initial;
  }

  .production-dots {
    order: 2;
    margin-left: 30px;
  }

  .production-left {
    flex: 0 0 50%;
  }

  .production-right {
    flex-direction: row;
  }

  .production-right-block {
    width: 50%;
  }

  .production-right-block:first-child {
    margin-bottom: 0;
  }

  .popular-slide {
    display: flex;
    gap: 15px;
  }

  .popular-slide-left {
    flex: 0 0 60%;
    padding: 50px 40px;
  }

  .popular-slider-dots {
    display: flex;
    gap: 20px;
    margin: 20px auto;
  }

  .services-item {
    width: 32%;
  }

  .advantages-row {
    display: flex;
    flex-wrap: nowrap;
  }

  .advantages-left {
    height: initial;
  }

  .delivery-list {
    display: flex;
  }

  .payment-list {
    display: flex;
    flex-wrap: wrap;
  }

  .payment-list-item {
    width: 33%;
    flex-direction: column;
  }

  .payment-list-item::after {
    width: 100%;
    height: 2px;
    top: 30px;
    left: 0;
  }

  .payment-list-item::before {
    margin-right: 0;
  }

  .payment-list-item:nth-child(3n+1) {
    align-items: flex-start;
  }

  .payment-list-item:nth-child(3n) {
    align-items: flex-end;
  }

  .payment-list-item-content {
    margin-top: 20px;
  }

  .contacts-right {
    width: 45%;
  }

  .contacts-row {
    flex-wrap: nowrap;
  }

  .foot-logo {
    max-width: 200px;
    margin-right: 15px;
  }

  .foot-desc {
    width: 50%;
    margin: 0 auto;
  }

  .foot-list {
    display: flex;
    flex-wrap: wrap;
  }

  .foot-list-item {
    width: 50%;
  }

  .foot-copy {
    width: initial;
  }

  .foot-grammla {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

@media screen and (min-width: 1300px) {
  .set {
    background: url("../img/bg-desk.png") repeat-y center;
  }

  .row {
    gap: 20px;
  }

  .col-1 {
    flex: 0 0 90px;
    max-width: 90px;
  }

  .col-2 {
    flex: 0 0 200px;
    max-width: 200px;
  }

  .col-3 {
    flex: 0 0 310px;
    max-width: 310px;
  }

  .col-4 {
    flex: 0 0 420px;
    max-width: 420px;
  }

  .col-5 {
    flex: 0 0 530px;
    max-width: 530px;
  }

  .col-6 {
    flex: 0 0 640px;
    max-width: 640px;
  }

  .col-7 {
    flex: 0 0 750px;
    max-width: 750px;
  }

  .col-8 {
    flex: 0 0 860px;
    max-width: 860px;
  }

  .col-9 {
    flex: 0 0 970px;
    max-width: 970px;
  }

  .col-10 {
    flex: 0 0 1080px;
    max-width: 1080px;
  }

  .col-11 {
    flex: 0 0 1190px;
    max-width: 1190px;
  }

  .col-12 {
    flex: 0 0 1300px;
    max-width: 1300px;
  }

  .section {
    max-width: 1300px;
    padding: 0;
  }

  .head-mobile-bg {
    display: none;
  }

  .head-desktop {
    display: block;
  }

  .btn {
    max-height: 60px;
  }

  .production-row {
    padding: 30px;
  }

  .production-actions {
    margin-top: 30px;
  }

  .production-dots {
    padding: 0;
  }

  .production-title {
    FONT: 700 32px/22px Manrope;
  }

  .production-left {
    flex: 0 0 42%;
  }

  .production-right {
    padding: 39px;
    column-gap: 60px;
  }

  .production-right-icon {
    flex: 0 0 60px;
  }

  .categories-item-wrap {
    width: 420px;
    padding: 40px;
  }

  .categories-item-img {
    padding: 0px;
    justify-content: flex-end;
  }

  .categories-item-footer {
    margin-top: 40px;
  }

  .popular-title {
    margin: 40px 0;
  }

  .services-items {
    margin-bottom: 20px;
  }

  .services-item-text {
    height: 54%;
  }

  .advantages-left {
    max-width: 640px;
  }

  .advantages-list-item {
    padding: 20px 30px;
    margin-bottom: 15px;
  }

  .advantages-list-item:last-child {
    margin-bottom: 0;
  }

  .advantages-list-item:before {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
  }

  .advantages-list-content {
    padding-left: 20px;
  }

  .advantages-list-title {
    FONT: 700 20px/25px Manrope;
  }

  .advantages-list-text {
    margin-top: 10px;
  }

  .delivery-list {
    padding: 40px;
    column-gap: 50px;
  }

  .delivery-list-item {
    display: flex;
    align-items: center;
    text-align: left;
    column-gap: 20px;
  }

  .delivery-list-item-img {
    flex: 0 0 60px;
  }

  .delivery-list-item-title {
    FONT: 700 20px/25px Manrope;
  }

  .payment-list-item {
    margin-bottom: 40px;
  }

  .contacts-row {
    padding: 80px 110px;
  }

  .contacts-subtitle {
    FONT: 400 16px/25px Manrope;
    paragraph-indent: 15px;
  }

  .contacts-list {
    margin-top: 40px;
  }

  .contacts-list-title {
    FONT: 700 20px/25px Manrope;
  }

  .contacts-list-phones div {
    gap: 20px;
  }

  .contacts-list-phones {
    margin-bottom: 40px;
  }

  .contacts-right {
    max-width: 530px;
    margin-left: auto;
  }

  .contacts-left {
    max-width: 420px;
  }

  .foot .section {
    padding: 94px 110px 94px 110px;
  }

  .foot .section.-two {
    margin-top: 0;
    padding: 0 0 40px;
  }

  .foot-desc {
    width: 60%;
  }

  .present-logo-new {
    top: 5px;
    max-width: 620px;
  }
}