body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0.5rem;
  margin: 0;
  min-width: 345px;
}
@media only screen and (max-width: 576px) {
  body {
    padding: 0;
  }
}

a, .a {
  text-decoration: none;
  color: black;
  transition: 0.3s;
}
a:hover, .a:hover {
  opacity: 0.6;
}

strong {
  font-weight: 800;
}

.bg-about-company {
  background-color: #2481CD;
}

.bg-household-appliances {
  background-color: #E15554;
}

.bg-garden-parts {
  background-color: #36A369;
}

.bg-services {
  background-color: #DF9241;
}

.bg-contact {
  background-color: #6D5DA8;
}

.t-about-company {
  color: #2481CD !important;
}

.t-household-appliances {
  color: #E15554 !important;
}

.t-garden-parts {
  color: #36A369 !important;
}

.t-services {
  color: #DF9241 !important;
}

.t-contact {
  color: #6D5DA8 !important;
}

.menu a {
  font-weight: 600;
}
.menu a.about-company {
  background-color: rgba(36, 129, 205, 0.05);
}
.menu a.household-appliances {
  background-color: rgba(225, 85, 84, 0.05);
}
.menu a.garden-parts {
  background-color: rgba(54, 163, 105, 0.05);
}
.menu a.services {
  background-color: rgba(223, 146, 65, 0.05);
}
.menu a.contact {
  background-color: rgba(109, 93, 168, 0.05);
}
.menu a.active {
  color: white;
}
.menu a.active > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu a.active > div .arrow {
  height: 2rem;
  margin-right: 1rem;
  margin-bottom: 1px;
  filter: invert(1);
}
.menu a.active.about-company {
  background-color: #2481CD;
}
.menu a.active.household-appliances {
  background-color: #E15554;
}
.menu a.active.garden-parts {
  background-color: #36A369;
}
.menu a.active.services {
  background-color: #DF9241;
}
.menu a.active.contact {
  background-color: #6D5DA8;
}

.header {
  border: 2px solid black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 1.5rem;
  box-sizing: border-box;
}
.header .header-logo .logo {
  font-size: 2.25rem;
  font-weight: 500;
  white-space: nowrap;
}
.header .header-logo .logo strong {
  color: #1F9C3D;
  font-weight: 800;
}
.header .header-logo .burger {
  height: 2rem;
  display: none;
  cursor: pointer;
}
.header .header-contact a {
  font-size: 1.75rem;
  font-weight: 600;
}
.header .header-contact a.mail {
  margin-right: 1.5rem;
}
.header .header-contact a.tel {
  color: #cc0000;
}
.header .menu-mobile {
  width: 100%;
  max-height: 0;
  transition: 0.6s;
  overflow: hidden;
  display: none;
}
.header .menu-mobile a {
  display: block;
  padding: 1rem;
  text-align: center;
  border-top: 2px solid black;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1600px) {
  .header .header-contact a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header-contact a {
    display: block;
    text-align: right;
    font-size: 1.25rem;
  }
  .header .header-contact a.mail {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px), screen and (max-height: 600px) {
  .header {
    flex-direction: column;
    padding: 0;
  }
  .header .header-logo {
    padding: 0.625rem 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .header .header-logo .burger {
    display: inline-block;
  }
  .header .header-contact {
    display: flex;
    flex-direction: column-reverse;
    border-top: 2px solid black;
    padding: 0.875rem 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  .header .header-contact a {
    text-align: center;
  }
  .header .header-contact a.tel {
    font-size: 1.75rem;
  }
  .header .header-contact a.mail {
    font-size: 1rem;
  }
  .header .menu-mobile {
    display: block;
  }
}

.footer {
  border: 2px solid black;
  border-top: none;
  padding: 1rem 1.5rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright {
  display: flex;
  align-items: center;
}
.footer .copyright span {
  white-space: nowrap;
}
.footer .copyright .symbol {
  height: 1.125rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px), screen and (max-height: 600px) {
  .footer {
    padding: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .footer .copyright {
    width: 100%;
    justify-content: center;
  }
  .footer .date {
    display: none;
  }
}

.body {
  display: flex;
}
.body .body-content {
  border: 2px solid black;
  border-top: none;
  padding: 6rem 3rem;
  font-size: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.body .body-content .body-content-wrapper {
  max-width: 1100px;
  width: 100%;
}
.body .body-content .body-content-wrapper h1 {
  display: inline-block;
  padding: 0.25rem 2rem;
  margin-top: 0;
  margin-bottom: 2.75rem;
  text-transform: uppercase;
  color: white;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.body .body-content .body-content-wrapper h2 {
  font-size: 2.5rem;
  margin: 2.75rem 0 0;
}
.body .body-content .body-content-wrapper p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.125rem;
  font-weight: 500;
}
.body .body-content .body-content-wrapper ul {
  margin: 1rem 0 0;
  padding: 0 0 0.625rem;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body .body-content .body-content-wrapper ul li {
  font-size: 1.5rem;
  width: 25%;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 0.25rem;
  box-sizing: border-box;
  line-height: 1;
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.body .body-content .body-content-wrapper ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.body .body-content .body-content-wrapper ul:after {
  content: "";
  flex: auto;
}
.body .body-content .body-content-wrapper ul.about-company > li:before {
  background-color: #2481CD;
}
.body .body-content .body-content-wrapper ul.household-appliances > li:before {
  background-color: #E15554;
}
.body .body-content .body-content-wrapper ul.garden-parts > li:before {
  background-color: #36A369;
}
.body .body-content .body-content-wrapper ul.services > li:before {
  background-color: #DF9241;
}
.body .body-content .body-content-wrapper ul.contact > li:before {
  background-color: #6D5DA8;
}
.body .body-content .body-content-wrapper *:last-child {
  margin-bottom: 0;
}
.body .body-content .body-content-wrapper .gallery {
  margin-top: 4rem;
  position: relative;
}
.body .body-content .body-content-wrapper .gallery .swiper-container {
  padding-bottom: 1px;
}
.body .body-content .body-content-wrapper .gallery .swiper-slide .photo {
  width: calc(100% - 4px);
  padding-bottom: calc(100% - 4px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid black;
  cursor: pointer;
  transition: 0.3s;
  filter: grayscale(50%);
  display: block;
}
.body .body-content .body-content-wrapper .gallery .swiper-slide .photo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.body .body-content .body-content-wrapper .gallery .swiper-slide .photo:hover.about-company {
  border-color: #2481CD;
}
.body .body-content .body-content-wrapper .gallery .swiper-slide .photo:hover.household-appliances {
  border-color: #E15554;
}
.body .body-content .body-content-wrapper .gallery .swiper-slide .photo:hover.garden-parts {
  border-color: #36A369;
}
.body .body-content .body-content-wrapper .gallery .swiper-slide .photo:hover.services {
  border-color: #DF9241;
}
.body .body-content .body-content-wrapper .gallery .swiper-slide .photo:hover.contact {
  border-color: #6D5DA8;
}
.body .body-content .body-content-wrapper .gallery .swiper-button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/arrow-right-solid.svg");
  width: 30px;
  height: 30px;
  transition: 0.3s;
  top: calc(50% + 8px);
}
.body .body-content .body-content-wrapper .gallery .swiper-button:after {
  display: none !important;
}
.body .body-content .body-content-wrapper .gallery .swiper-button:hover {
  opacity: 0.3;
}
.body .body-content .body-content-wrapper .gallery .swiper-button.swiper-button-next {
  right: -2.5rem;
}
.body .body-content .body-content-wrapper .gallery .swiper-button.swiper-button-prev {
  left: -2.5rem;
  transform: rotateZ(180deg);
}
@media only screen and (max-width: 1600px) {
  .body .body-content .body-content-wrapper p {
    margin-bottom: 1.25rem;
  }
  .body .body-content .body-content-wrapper h2 {
    margin-top: 2.5rem;
    font-size: 2.25rem;
  }
  .body .body-content .body-content-wrapper ul li {
    width: calc(100% / 3);
    margin: 0.375rem 0;
  }
  .body .body-content .body-content-wrapper .gallery {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .body .body-content .body-content-wrapper p {
    margin-bottom: 1rem;
  }
  .body .body-content .body-content-wrapper h2 {
    margin-top: 2.25rem;
    font-size: 2rem;
  }
  .body .body-content .body-content-wrapper ul {
    margin-top: 0.75rem;
  }
  .body .body-content .body-content-wrapper ul li {
    width: 50%;
    padding-right: 1.5rem;
    font-size: 1.375rem;
  }
  .body .body-content .body-content-wrapper .gallery {
    margin-top: 2.75rem;
  }
}
@media only screen and (max-width: 992px) {
  .body .body-content .body-content-wrapper h2 {
    margin-top: 1.75rem;
  }
  .body .body-content .swiper-button {
    display: none;
  }
}
@media only screen and (max-width: 768px), screen and (max-height: 600px) {
  .body .body-content {
    padding: 1rem;
  }
  .body .body-content .body-content-wrapper h2 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  .body .body-content .body-content-wrapper ul {
    padding-bottom: 0.5rem;
  }
  .body .body-content .body-content-wrapper ul li {
    font-size: 1.25rem;
    padding-right: 1rem;
  }
  .body .body-content .body-content-wrapper .gallery {
    width: calc(100vw - 1rem - 4px);
    margin-top: 1.375rem;
  }
  .body .body-content .body-content-wrapper .gallery .swiper-container {
    padding-bottom: 0px;
  }
  .body .body-content .body-content-wrapper .gallery .swiper-button {
    display: block;
    filter: invert(1);
  }
  .body .body-content .body-content-wrapper .gallery .swiper-button.swiper-button-next {
    right: 0.25rem;
  }
  .body .body-content .body-content-wrapper .gallery .swiper-button.swiper-button-prev {
    left: 0.25rem;
  }
  .body .body-content .body-content-wrapper .gallery .swiper-slide .photo {
    border: none;
    width: 100%;
    padding-bottom: 75%;
  }
}
@media only screen and (max-width: 576px) {
  .body .body-content .body-content-wrapper p a {
    display: block;
  }
  .body .body-content .body-content-wrapper h2 {
    text-align: center;
    margin-bottom: 0rem;
  }
  .body .body-content .body-content-wrapper ul li {
    font-size: 1rem;
  }
  .body .body-content .body-content-wrapper .gallery {
    width: calc(100vw - 4px);
  }
}
.body .menu-desktop {
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.body .menu-desktop .menu-desktop-sticky {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow: hidden;
}
.body .menu-desktop .menu-desktop-sticky a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 400px;
  font-size: 2.25rem;
  padding: 2rem 3rem;
  border-top: 2px solid black;
  height: 100%;
}
.body .menu-desktop .menu-desktop-sticky a:first-of-type {
  border-top: none;
}
@media only screen and (max-width: 1600px) {
  .body .body-content {
    padding: 3rem;
  }
  .body .body-content .body-content-wrapper h1 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
  .body .body-content .body-content-wrapper p {
    font-size: 1.8125rem;
  }
  .body .menu-desktop .menu-desktop-sticky a {
    width: 280px;
    font-size: 2rem;
  }
  .body .menu-desktop .menu-desktop-sticky a.active > div .arrow {
    height: 1.75rem;
  }
}
@media only screen and (max-width: 1200px) {
  .body .body-content .body-content-wrapper h1 {
    font-size: 2.75rem;
    margin-bottom: 2.25rem;
  }
  .body .body-content .body-content-wrapper p {
    font-size: 1.625rem;
  }
  .body .menu-desktop .menu-desktop-sticky a {
    width: 220px;
    font-size: 1.75rem;
  }
  .body .menu-desktop .menu-desktop-sticky a.active > div .arrow {
    height: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .body .body-content {
    padding: 1.5rem;
  }
  .body .body-content .body-content-wrapper h1 {
    font-size: 2.75rem;
    margin-bottom: 1.75rem;
  }
  .body .body-content .body-content-wrapper p {
    font-size: 1.625rem;
  }
  .body .menu-desktop .menu-desktop-sticky a {
    width: 180px;
    font-size: 1.5rem;
    padding: 2rem;
  }
  .body .menu-desktop .menu-desktop-sticky a.active > div .arrow {
    height: 1.25rem;
  }
}
@media only screen and (max-width: 768px), screen and (max-height: 600px) {
  .body .body-content {
    padding: 0;
  }
  .body .body-content .body-content-wrapper h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
    display: block;
    text-align: center;
    padding: 1rem;
    border-bottom: 2px solid black;
  }
  .body .body-content .body-content-wrapper p {
    font-size: 1.25rem;
    padding: 0;
  }
  .body .body-content .body-content-wrapper .mobile-wrapper {
    padding: 1rem;
  }
  .body .menu-desktop {
    display: none !important;
  }
}

.map {
  width: 100%;
  display: block;
  padding-bottom: 56.25%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid black;
  border-color: #6D5DA8;
  margin-top: 2.75rem;
  position: relative;
}
.map .click-me {
  color: #6D5DA8;
  font-size: 1.25rem;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-weight: 600;
}
.map:hover {
  opacity: 1;
}
@media only screen and (max-width: 1600px) {
  .map {
    margin-top: 2.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .map {
    margin-top: 2rem;
  }
  .map .click-me {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px), screen and (max-height: 600px) {
  .map {
    margin-top: 1.375rem;
    border: none;
  }
  .map .click-me {
    width: calc(100% - 2rem);
    text-align: center;
  }
}

.gallery-title-mobile, .map-title-mobile {
  position: absolute;
  width: 100%;
  top: -18px;
  z-index: 2;
  display: none;
  justify-content: center;
  align-items: center;
  height: 36px;
}
.gallery-title-mobile p, .map-title-mobile p {
  margin: 0;
  padding: 0 1.5rem !important;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  height: 100%;
}
@media only screen and (max-width: 768px), screen and (max-height: 600px) {
  .gallery-title-mobile, .map-title-mobile {
    display: flex;
  }
}

.not-supported {
  background-color: #cc0000;
  color: white;
  border: 2px solid black;
  border-top: none;
  padding: 1rem 1.5rem;
  display: none;
}
.not-supported h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.not-supported p {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .not-supported h3 {
    font-size: 1.75rem;
  }
  .not-supported p {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px), screen and (max-height: 600px) {
  .not-supported {
    text-align: center;
  }
  .not-supported h3 {
    font-size: 1.5rem;
    margin-bottom: 0.375rem;
  }
  .not-supported p {
    font-size: 1rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .not-supported {
    display: block;
  }
}

.cookies {
  padding: 0.5rem 0 1rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cookies img {
  height: 50px;
  margin-right: 1rem;
}
.cookies button {
  cursor: pointer;
  margin-left: 1rem;
  padding: 0.5rem;
  border: 2px solid black;
  background-color: white;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}
.cookies button:hover {
  border-color: #1F9C3D;
  color: #1F9C3D;
}
@media only screen and (max-width: 1200px) {
  .cookies {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 992px) {
  .cookies {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 576px) {
  .cookies {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 2px solid black;
    border-bottom: 0;
  }
  .cookies img {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  .cookies button {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
