@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("../fonts/JosefinSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open sans", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9fd;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ff4b32;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}

a,
li {
  text-decoration: none;
  list-style: none;
}

::-moz-selection {
  background: #ff4b32;
  color: #fff;
}

::selection {
  background: #ff4b32;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn-primary {
  padding: 16px 35px;
  font-family: "Open sans", sans-serif;
  background: #ff4b32;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  border: 1px solid transparent;
  outline: none;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-primary:hover {
  background-color: rgba(214, 50, 28, 0.08);
  border: 1px solid #ff4b32;
  color: #ff4b32;
  -webkit-transform: translateY(-5px) scale(1.05);
          transform: translateY(-5px) scale(1.05);
}
.btn-primary:active {
  background-color: transparent;
  border: 1px solid #ff4b32;
  color: #ff4b32;
  -webkit-transform: translateY(5px) scale(0.95);
          transform: translateY(5px) scale(0.95);
}

.btn-secondary {
  padding: 15px 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #ff4b32;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  position: relative;
  border: none;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-secondary:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-secondary:active {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn-secondary::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-secondary::after {
  background-color: rgba(255, 74, 50, 0.7);
}
.btn-secondary:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
          transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.section-caption {
  margin: 0 0 20px 0;
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  font-size: 43px;
  font-weight: 600;
  line-height: 56px;
}
.section-caption.modify {
  text-align: center;
}

.section-text {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.section-text.modify {
  margin: 0 0 60px 0;
  max-width: 609px;
  text-align: center;
}

.logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
}
.logo-link.modify {
  margin: 0 0 30px 0;
}

.logo-img {
  margin-right: 9px;
}

.logo-name {
  color: #ff4b32;
  font-family: "Josefin Sans", sans-serif;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.hamburger {
  display: none;
}

.header {
  background: url("../images/section_hero/bgHero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-topbar {
  padding: 50px 0 0 0;
  min-height: 100px;
}
.header-topbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 60px 0 0;
  padding: 0;
}
.header-nav-item:nth-child(1) {
  width: 51px;
}
.header-nav-item:nth-child(2) {
  width: 78px;
}
.header-nav-item:nth-child(3) {
  width: 49px;
}
.header-nav-item:nth-child(4) {
  width: 59px;
}
.header-nav-item:nth-child(5) {
  width: 65px;
}
.header-nav-item:not(:last-child) {
  margin-right: 46px;
}
.header-nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  opacity: 0.6;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-nav-link:hover {
  color: #ff4b32;
  font-weight: 700;
  opacity: 1;
}
.header-nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 550;
}
.header-nav-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin-right: 38px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.header-nav-basket {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 53px;
  height: 46px;
}

.section-hero {
  padding: 110px 0;
}
.section-hero-content {
  max-width: 524px;
}
.section-hero-caption {
  margin: 0 0 26px 0;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 9vw, 58px);
  line-height: clamp(40px, 11vw, 70px);
}
.section-hero-text {
  margin: 0 0 48px 0;
  color: #fff;
  font-size: clamp(14px, 3vw, 20px);
  line-height: clamp(20px, 5vw, 32px);
  font-weight: 600;
  opacity: 0.8;
}

.section-offer {
  padding: 140px 0 70px 0;
}
.section-offer-block {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-offer-box {
  max-width: 506px;
}
.section-offer-slider {
  white-space: nowrap;
}
.section-offer-slideLeft {
  margin-right: 20px;
  cursor: pointer;
  opacity: 0.6;
}
.section-offer-slideRight {
  cursor: pointer;
}
.section-offer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-offer-card {
  max-width: 369px;
}
.section-offer-card:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.section-offer .offer-card-pic {
  margin-bottom: 35px;
}
.section-offer .offer-card-price {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.section-offer .offer-card-title {
  margin: 0 0 15px 0;
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.section-offer .offer-card-text {
  margin: 0 0 30px 0;
  max-width: 257px;
  opacity: 0.6;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.section-offer .offer-card-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-offer .offer-card-amount {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  height: 57px;
  border: 1px solid black;
  border-radius: 2px;
}
.section-offer .offer-card-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-right: 1px solid black;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 57px;
  height: 55px;
}
.section-offer .mark-plus {
  max-width: 55px;
  max-height: 31px;
}
.section-offer .mark-minus {
  max-width: 55px;
  max-height: 24px;
}
.section-offer .offer-card-mark.plus {
  padding: 9px 21px 9px 22px;
  border-bottom: 1px solid black;
  cursor: pointer;
}
.section-offer .offer-card-mark.minus {
  padding: 13px 21px 9px 22px;
  cursor: pointer;
}
.section-offer .offer-card-mark:hover {
  background: #fa9384;
}

.section-gallery {
  padding: 70px 0 140px 0;
}
.section-gallery .container {
  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;
}
.section-gallery-content {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 30px;
  grid-template-areas: "pic1 pic2 pic3 " "pic1 pic5 pic3 " "pic4 pic5 pic6 ";
}
.section-gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}
.section-gallery-img.active-foto {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 560px;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 900;
  -webkit-animation: scaleFoto 0.5s ease-in-out;
          animation: scaleFoto 0.5s ease-in-out;
}
@-webkit-keyframes scaleFoto {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scaleFoto {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.section-gallery-img.pic1 {
  grid-area: pic1;
}
.section-gallery-img.pic2 {
  grid-area: pic2;
}
.section-gallery-img.pic3 {
  grid-area: pic3;
}
.section-gallery-img.pic4 {
  grid-area: pic4;
}
.section-gallery-img.pic5 {
  grid-area: pic5;
}
.section-gallery-img.pic6 {
  grid-area: pic6;
}

.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6470588235);
  z-index: 800;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.overlay.show-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-gallery-load_More {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff4b32;
  font-size: 18px;
  font-weight: 400;
  line-height: 53px;
  cursor: pointer;
  border-top: 2px solid #0d0402;
  border-bottom: 2px solid #0d0402;
  max-width: 460px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-follow {
  padding: 100px 0;
  background: url("../images/section-follow/bgFollow.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-follow .container {
  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;
}
.section-follow-subtitle {
  margin: 0 0 40px 0;
  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;
  color: #ff4b32;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}
.section-follow-subtitle::after {
  content: "";
  margin-top: 25px;
  width: 95px;
  height: 2px;
  background: #ff4b32;
}
.section-follow-caption {
  margin: 0 0 60px 0;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  max-width: 619px;
  text-align: center;
  font-weight: 600;
  font-size: clamp(32px, 9vw, 43px);
  line-height: clamp(40px, 11vw, 56px);
}
.section-follow-number {
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 400;
  line-height: 36px;
}
.section-follow .section-follow-icon {
  margin-right: 15px;
}
.section-follow-email {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 400;
  line-height: 36px;
}
.section-follow-socials {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.section-follow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
  max-height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-follow-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;
}

.section-news {
  padding: 140px 0;
}
.section-news .container {
  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;
}
.section-news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-news-card {
  max-width: 362px;
  border-radius: 20px;
  -webkit-box-shadow: 40px 15px 136px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 40px 15px 136px 0px rgba(0, 0, 0, 0.2);
}
.section-news .news-card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.section-news .news-card-box {
  padding: 30px;
}
.section-news .news-card-title {
  margin: 0 0 10px 0;
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.section-news .news-card-text {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.section-news .news-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff4b32;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.section-news .news-card-arrowIcon {
  margin-left: 14px;
}

.footer {
  background: url("../images/footer/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0 !important;
}
.footer-headline {
  padding: 60px 0 50px 0;
}
.footer-headline .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
.footer-box:nth-child(1) {
  max-width: 250px;
}
.footer-box:last-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 18px;
}
.footer-box:not(:first-child) {
  white-space: nowrap;
}
.footer-text {
  margin: 0 0 30px 0;
  min-width: 250px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.footer-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  white-space: nowrap;
}
.footer-icon {
  margin-right: 10px;
}
.footer-subtitle {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.footer-subtitle.modify {
  margin: 0 0 46px 0;
}
.footer-list {
  margin: 0;
  padding: 0;
}
.footer-item:not(:last-child) {
  margin-bottom: 20px;
}
.footer-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.footer-socials {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social-item:not(:last-child) {
  margin-right: 30px;
}
.footer-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
}
.footer-copyright {
  padding: 0 0 50px 0;
  text-align: center;
}
.footer-copyright-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.footer-copyright-text::before {
  content: "";
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1024px) {
  body::-webkit-scrollbar {
    width: 0;
  }
  .header-nav {
    position: fixed;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 500;
    overflow: auto;
    background-color: #6f2015;
    -webkit-transition: -webkit-transform 0.8s ease;
    transition: -webkit-transform 0.8s ease;
    transition: transform 0.8s ease;
    transition: transform 0.8s ease, -webkit-transform 0.8s ease;
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
  .header-nav-list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-nav-list .header-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 138px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-item:not(:last-child) {
    margin: 0 0 48px 0;
  }
  .header-nav-link {
    font-size: 34px;
  }
  .header-nav-box {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: -25%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .header-nav-box.show {
    opacity: 1;
    visibility: visible;
    right: 70px;
    margin-right: 38px;
  }
  .hamburger {
    display: block;
    z-index: 600;
    margin-left: auto;
  }
  .header-nav.is-active {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }
  .footer-headline .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-box {
    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;
  }
  .footer-box:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: initial;
  }
  .footer-box:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-box:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer-box:nth-child(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .footer-text {
    text-align: center;
  }
  .logo-link.hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease 2s;
    transition: all 0.8s ease 2s;
  }
  .footer {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .section-offer-box {
    margin-bottom: 60px;
  }
  .section-offer-block {
    -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;
    text-align: center;
  }
  .offer-card-pic {
    max-width: 100%;
    height: auto;
  }
  .section-offer-card {
    max-width: 100%;
  }
  .section-offer .offer-card-actions {
    -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;
    gap: 20px;
  }
  .section-offer .offer-card-amount {
    margin-right: 0;
  }
  .section-gallery-content {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    grid-template-areas: none;
  }
  .section-gallery-img.pic1, .section-gallery-img.pic2, .section-gallery-img.pic3, .section-gallery-img.pic4, .section-gallery-img.pic5, .section-gallery-img.pic6 {
    grid-area: initial;
  }
  .section-news .news-card-img {
    width: 100%;
    height: auto;
    min-width: 240px;
  }
  .section-follow-socials {
    gap: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .section-gallery-content {
    grid-template-columns: repeat(1, minmax(140px, 1fr));
  }
}/*# sourceMappingURL=style.css.map */