/*
Theme Name: MK
Author: Oleksandr
Version: 1.0
*/

@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-Thin.woff2") format("woff2");font-weight: 100;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-Light.woff2") format("woff2");font-weight: 300;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-ExtraLight.woff2") format("woff2");font-weight: 200;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");font-weight: 800;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("/wp-content/themes/mk/assets/fonts/Montserrat-Black.woff2") format("woff2");font-weight: 900;font-style: normal;}
* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 20rem;
  color: #000;
  font-family: "Montserrat";
  font-size: 0.875rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}/* Generated by vite-plugin-svg-spritemap */
.cover {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  overflow: hidden;
}
.cover__img-gradient {
  display: block;
  position: absolute;
  bottom: 0;
  right: -7%;
  z-index: 1;
  width: 70%;
  height: 12svh;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
}
.cover__img {
  position: absolute;
  bottom: 0;
  right: -7%;
  z-index: -1;
  width: 114%;
}
.cover__img img {
  width: 100%;
}
.cover__title {
  margin: 3rem 0 0 0;
  font-weight: 700;
  font-size: 7vw;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #4170b4;
}
.cover__txt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  hyphens: auto;
  margin: 2.75rem 2.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: justify;
  mix-blend-mode: difference;
  letter-spacing: 0.02em;
  color: #6f6f6f;
}
.cover__txt._view {
  -webkit-line-clamp: unset;
}
.cover__button {
  margin: 0 1.1em 50vw 1.1em;
  padding: 1em 2em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 1.25rem;
  border: solid 0.125rem #4170b4;
  background-color: #f5f5f5;
  color: #4170b4;
}
.cover__contact-form {
  position: fixed;
  top: -110%;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  justify-items: center;
  align-items: start;
  gap: 0;
  width: 0;
  height: 0;
  padding: 0rem;
  overflow-y: hidden;
  z-index: 1;
  transition: height 0.3s;
  transition-delay: height 0.3s;
}
.cover__contact-form._active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: auto;
  gap: 1.25rem 0.25rem;
  padding: 1.25rem 0.25rem;
  background: rgba(111, 111, 111, 0.4);
  border: 0.0625rem solid #f5f5f5;
  border-radius: 0.75rem;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  z-index: 3;
}
.cover__contact-form h3 {
  margin: 0.75rem 0 0.5rem 0;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.cover__contact-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 90%;
}
.cover__contact-form form input, .cover__contact-form form textarea {
  width: 100%;
  height: 2em;
  font-size: 1em;
  margin: 0.4em 0 0.8em 0;
  padding: 1em;
  background: rgba(255, 255, 255, 0.6);
  border: 0.0625rem solid #CACACA;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  border-radius: 0.75rem;
  text-transform: none;
  color: #6f6f6f;
}
.cover__contact-form form textarea {
  height: 8em;
}
.cover__contact-form form input[type=submit] {
  height: min-content;
  width: min-content;
  padding: 0.9em 1.5em;
  margin: auto;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  color: #6f6f6f;
  transition: all 0.3s;
}
.cover__contact-form form input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #f5f5f5;
}
.cover__contact-form form label {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
}
.cover__contact-form form label i {
  color: red;
}

.contact-form-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
}
.contact-form-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1875rem;
  height: 1.75rem;
  border-radius: 0.1875rem;
  background-color: #f5f5f5;
}
.contact-form-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.75rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #f5f5f5;
}
@media (min-width: 120em) {
  [class*=__container] {
    padding-left: 0.9375rem;
  }
  [class*=__container] {
    padding-right: 0.9375rem;
  }}
@media (min-width: 20em) and (max-width: 120em) {
  [class*=__container] {
    padding-left: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem );
  }
  [class*=__container] {
    padding-right: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem );
  }}
@media (max-width: 20em) {
  [class*=__container] {
    padding-left: 0.9375rem;
  }
  [class*=__container] {
    padding-right: 0.9375rem;
  }}
@media (min-width: 48rem) {
  .cover__img {
    width: 65%;
    right: 0;
  }
  .cover__content {
    padding-left: 7vw;
  }
  .cover__title {
    font-size: 6vw;
    text-align: left;
    width: 80%;
  }
  .cover__txt {
    width: 40%;
    margin: 2rem 0;
  }
  .cover__button {
    margin: 2% 1.1em 10% 7vw;
  }
  .cover__contact-form._active {
    width: 18.75rem;
    min-width: 26.125rem;
    height: auto;
    padding: 1.25rem 0.5rem;
    gap: 0.5rem;
  }}
@media (min-width: 64rem) {
  .cover__contact-form._active {
    width: 18.75rem;
    height: auto;
    padding: 1.25rem 0.5rem;
    gap: 0.5rem;
  }}

  @charset "UTF-8";/* Generated by vite-plugin-svg-spritemap */
.welcome-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  background-color: #f5f5f5;
}
.welcome-txt__title-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
.welcome-txt__img {
  width: 2.5rem;
  height: 2.5rem;
}
.welcome-txt__txt-title {
  width: min-content;
  font-weight: 400;
  font-size: 2em;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  color: #6f6f6f;
}
.welcome-txt__text-block {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  max-width: 100%;
  color: #6f6f6f;
  margin-top: 1.25rem;
}
.welcome-txt__text-block._view {
  -webkit-line-clamp: unset;
}/* Generated by vite-plugin-svg-spritemap */
.left-side-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: grid;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 3.5rem;
  z-index: 4;
}
.left-side-bar__list {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
}
.left-side-bar__items {
  margin: 0 0.1875rem;
  cursor: pointer;
}
.left-side-bar__link {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(246, 246, 246, 0);
  cursor: pointer;
}
.left-side-bar__svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #6F6F6F;
  cursor: pointer;
}
.left-side-bar__contacts {
  position: fixed;
  padding: 0.5rem;
  position: absolute;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.left-side-bar__contacts._show {
  opacity: 1;
  bottom: 4rem;
}
.left-side-bar__contacts-item {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

.burger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(246, 246, 246, 0);
}
.burger-menu__line {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70%;
  height: 0.25rem;
  background-color: #6F6F6F;
  transition: all 0.3s;
}
.burger-menu__line::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #6F6F6F;
}
.burger-menu__line::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #6F6F6F;
}
.burger-menu._action .burger-menu__line {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 70%;
  height: 0.25rem;
  background-color: #6F6F6F;
  transition: all 0.3s;
}
.burger-menu._action .burger-menu__line::before {
  content: "";
  position: absolute;
  transform: rotate(90deg);
  top: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #6F6F6F;
}
.burger-menu._action .burger-menu__line::after {
  content: "";
  display: none;
  position: absolute;
  top: 0.625rem;
  width: 100%;
  height: 0.25rem;
  background-color: #6F6F6F;
}/* Generated by vite-plugin-svg-spritemap */
.tiles-6x3 {
  display: grid;
  grid-template: repeat(3, 1fr)/repeat(6, 1fr);
  align-items: center;
  justify-items: center;
  margin: 0.25rem;
  gap: 0.25rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 1.25em;
  text-transform: uppercase;
}
.tiles-6x3__tile-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0.125rem 0.125rem 0.1875rem rgba(255, 255, 255, 0.6), inset -0.125rem -0.125rem 0.1875rem rgba(0, 0, 0, 0.6);
  border-radius: 1.3vw;
  mix-blend-mode: overlay;
}
.tiles-6x3__tile {
  position: relative;
  display: grid;
  width: 100%;
  background: #F0F0F0;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 1.3vw;
  filter: brightness(1) saturate(1);
  color: #6F6F6F;
  overflow: hidden;
  transition: all 0.3s;
}
.tiles-6x3__tile p {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 1.45em auto auto 0.9em;
}
.tiles-6x3__tile img {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
}
.tiles-6x3_main:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
  color: #FFFFFF;
  background: #4976B3;
  grid-column: 1/2;
  grid-row: 1/3;
}
.tiles-6x3_main:nth-child(4) {
  grid-column: 4/6;
  grid-row: 1/3;
  font-size: 2vw;
  line-height: 1.25em;
  color: #FFFFFF;
  background: #FD9800;
}
.tiles-6x3_main:nth-child(5) p {
  margin: auto 0.65em 1.45em auto;
}
.tiles-6x3_main:nth-child(8) {
  grid-column: 6/7;
  grid-row: 2/4;
  color: #FFFFFF;
  background: #6F6F6F;
}
.tiles-6x3_main:nth-child(10) {
  grid-column: 2/4;
  grid-row: 3/4;
  color: #FFFFFF;
  background: #B26EAA;
}/* Generated by vite-plugin-svg-spritemap */
.technologies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem 0.75rem 1.5rem 2.25rem;
  gap: 1.25rem;
  background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
}
.technologies__title {
  color: #6F6F6F;
  text-align: center;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
}
.technologies__bloc {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.75rem;
}
.technologies__btn {
  position: relative;
  overflow: hidden;
  display: grid;
  width: auto;
  height: 13.75rem;
  border-radius: 1.25rem;
  background: radial-gradient(3326.32% 83.55% at 88.15% 45%, #FFF 0%, #E5E5E5 100%);
  box-shadow: 0.125rem 0.1875rem 0.375rem 0rem rgba(0, 0, 0, 0.25);
}
.technologies__btn:nth-child(odd) {
  grid-template-columns: 1fr min-content;
  grid-template-rows: 1fr min-content min-content 1fr;
  padding: 0.625rem 5% 0.625rem 9.375rem;
}
.technologies__btn:nth-child(odd) .technologies__cover-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  transition: all 0.3s;
}
.technologies__btn:nth-child(odd) .technologies__function-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(74%, -50%);
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.2s;
}
.technologies__btn:nth-child(odd) .technologies__name {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: left;
  color: #f7931e;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.technologies__btn:nth-child(odd) .technologies__text {
  grid-column: 1/2;
  grid-row: 3/4;
  text-align: left;
  margin-top: 1rem;
  margin-left: 2.5rem;
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.technologies__btn:nth-child(odd) .technologies__icon {
  grid-column: 2/3;
  grid-row: 1/5;
  width: 12.5rem;
  height: 12.5rem;
}
.technologies__btn:nth-child(odd) .technologies__icon img {
  width: 100%;
  height: auto;
}
.technologies__btn:nth-child(odd):hover .technologies__cover-block {
  transform: translateX(0);
}
.technologies__btn:nth-child(odd):hover .technologies__function-txt {
  line-height: 1rem;
  font-size: 1rem;
  opacity: 1;
}
.technologies__btn:nth-child(even) {
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr min-content min-content 1fr;
  padding: 0.625rem 9.375rem 0.625rem 5%;
}
.technologies__btn:nth-child(even) .technologies__cover-block {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%);
  width: auto;
  height: 100%;
  transition: all 0.3s;
}
.technologies__btn:nth-child(even) .technologies__function-txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-74%, -50%);
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.2s;
  z-index: 3;
}
.technologies__btn:nth-child(even) .technologies__name {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: right;
  color: #f7931e;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.technologies__btn:nth-child(even) .technologies__text {
  grid-column: 2/3;
  grid-row: 3/4;
  text-align: right;
  margin-top: 1rem;
  margin-right: 2.5rem;
  color: #6f6f6f;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.technologies__btn:nth-child(even) .technologies__icon {
  grid-column: 1/2;
  grid-row: 1/5;
  width: 12.5rem;
  height: 12.5rem;
}
.technologies__btn:nth-child(even):hover .technologies__cover-block {
  transform: translateX(0);
}
.technologies__btn:nth-child(even):hover .technologies__function-txt {
  line-height: 1rem;
  font-size: 1rem;
  opacity: 1;
}
.technologies__btn__items-nav {
  display: none;
}
.technologies__icon {
  width: 12.5rem;
  max-width: 12.5rem;
  height: auto;
}
.technologies__function-img {
  width: auto;
  height: 100%;
}
.technologies__function-img._bottom {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.page-description {
  width: 100%;
  background: #f5f5f5;
  margin: 0 auto;
}
.page-description__title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  color: #4170b4;
}
.page-description__title h2 {
  font-size: 2em;
  letter-spacing: 0%;
}
.page-description__txt {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  text-align: center;
  padding: 0.5em;
  margin: 0 1.5rem 1.5rem 3.75rem;
  color: #4170b4;
}/* Generated by vite-plugin-svg-spritemap */
.main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(246, 246, 246, 0.6);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(0.625rem);
  z-index: 2;
  transition: all 0.3s;
}
.main-menu._active {
  top: 0;
}
.main-menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.25rem;
}
.main-menu__items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  aspect-ratio: 1/1;
  border: 0.125rem solid #6f6f6f;
  border-radius: 1.25rem;
  cursor: pointer;
}
.main-menu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-menu__svg {
  width: 75%;
  aspect-ratio: 1/1;
  fill: #6f6f6f;
}
.main-menu__content {
  display: none;
}

.group-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  width: 100%;
  height: calc(100svh - 3.5rem);
  top: -110%;
  left: 0;
  z-index: 2;
  background: rgba(245, 245, 245, 0.6);
  backdrop-filter: blur(1.25rem);
  transition: all 0.3s;
  overflow-y: auto;
}
.group-wrapper._show {
  top: 0;
}

.group-block {
  width: auto;
  z-index: 4;
  background: rgba(111, 111, 111, 0.4);
  border: 0.0625rem solid #f5f5f5;
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  margin: auto 0;
  border-radius: 0.75rem;
}
.group-block._contacts {
  z-index: 1;
}

.signboard {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0.75rem;
  gap: 0.75rem;
  grid-column: 1/3;
  min-width: 15.25rem;
  min-height: 3.875rem;
  background: rgba(111, 111, 111, 0.6);
  border: 0.0625rem solid #CACACA;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  border-radius: 0.5rem;
}
.signboard__img {
  width: auto;
  aspect-ratio: 1/1;
  padding: 0.25rem;
  background: #AAAAAA;
  border-radius: 0.5rem;
}
.signboard__svg {
  display: flex;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  fill: #f5f5f5;
}
.signboard__title {
  font-size: 1em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #f5f5f5;
}
.signboard__paragraph {
  font-size: 0.75rem;
  color: #CDCDCD;
  margin-top: 0.25rem;
}

.type-board {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  background: rgba(111, 111, 111, 0.6);
  border: 0.0625rem solid #CACACA;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.type-board:hover {
  background: rgba(111, 111, 111, 0.8);
}
.type-board__img {
  width: auto;
}
.type-board__svg {
  display: flex;
  align-items: center;
  width: 2.25rem;
  max-height: 2.5rem;
  fill: #AAAAAA;
}
.type-board__txt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
}
.type-board__link {
  display: block;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-decoration: none;
  color: #f5f5f5;
  z-index: 1;
}
.type-board__paragraph {
  font-size: 0.75rem;
  color: #f5f5f5;
}

.horizontal-large {
  padding: 0.5rem 0.5rem 0.75rem 0.5rem;
  gap: 0.75rem;
}

.horizontal-mid {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 0.25rem 0.5rem 0.75rem;
  gap: 0.75rem;
  grid-column: 1/3;
}
.horizontal-mid__img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3rem;
  overflow: hidden;
}
.horizontal-mid__svg {
  width: 5.5rem;
  height: 100%;
  aspect-ratio: 2/1;
  fill: #6f6f6f;
}

.horizontal-small {
  padding: 0.5rem 0.75rem;
}
.horizontal-small__paragraph {
  font-size: 0.75rem;
  margin-top: 0;
  color: #f5f5f5;
}

.vertical {
  grid-row: 4/6;
  flex-direction: column;
  padding: 0.75rem;
  gap: 0.75rem;
}
.vertical__svg {
  fill: #f5f5f5;
  max-width: 4.3125rem;
  max-height: 3.9375rem;
}

.textil {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(9, min-content);
  gap: 0.25rem;
  padding: 0.5rem;
}

.type-board-textil:nth-child(2) {
  grid-column: 1/3;
}
.type-board-textil:nth-child(3) {
  grid-column: 1/3;
}
.type-board-textil:nth-child(4) {
  grid-row: 4/6;
}
.type-board-textil:nth-child(5) {
  grid-row: 4/6;
}
.type-board-textil:nth-child(10) {
  grid-column: 1/3;
}
.type-board-textil:nth-child(11) {
  grid-column: 1/3;
}
.type-board-textil:nth-child(12) {
  grid-column: 1/3;
}

.dishes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, min-content);
  gap: 0.25rem;
  padding: 0.5rem;
}

.type-board-dishes:nth-child(2) {
  grid-column: 1/3;
}
.type-board-dishes:nth-child(3) {
  grid-column: 1/2;
}
.type-board-dishes:nth-child(4) {
  grid-column: 1/2;
}
.type-board-dishes:nth-child(5) {
  grid-column: 2/3;
  grid-row: 3/5;
}

.electronics {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, min-content);
  gap: 0.25rem;
  padding: 0.5rem;
}

.type-board-electronics:nth-child(2) {
  grid-column: 1/1;
}
.type-board-electronics:nth-child(3) {
  grid-column: 1/1;
}

.bags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, min-content);
  gap: 0.25rem;
  padding: 0.5rem;
}

.type-board-bags:nth-child(2) {
  grid-column: 1/3;
}
.type-board-bags:nth-child(3) {
  grid-column: 1/3;
}
.type-board-bags:nth-child(4) {
  grid-column: 1/2;
}
.type-board-bags:nth-child(5) {
  grid-column: 2/3;
}

.caps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, min-content);
  gap: 0.25rem;
  padding: 0.5rem;
}

.type-board-caps:nth-child(2) {
  grid-column: 1/3;
}

.pens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, min-content);
  gap: 0.25rem;
  padding: 0.5rem;
}

.type-board-pens:nth-child(2) {
  grid-column: 1/3;
}/* Generated by vite-plugin-svg-spritemap */
.left-side-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: grid;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 3.5rem;
  z-index: 4;
}
.left-side-bar__list {
  display: flex;
  justify-content: space-evenly;
  margin: 0;
}
.left-side-bar__items {
  margin: 0 0.1875rem;
  cursor: pointer;
}
.left-side-bar__link {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(246, 246, 246, 0);
  cursor: pointer;
}
.left-side-bar__svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #6F6F6F;
  cursor: pointer;
}
.left-side-bar__contacts {
  position: fixed;
  padding: 0.5rem;
  position: absolute;
  bottom: -110%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.left-side-bar__contacts._show {
  opacity: 1;
  bottom: 4rem;
}
.left-side-bar__contacts-item {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

.burger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: rgba(246, 246, 246, 0);
}
.burger-menu__line {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70%;
  height: 0.25rem;
  background-color: #6F6F6F;
  transition: all 0.3s;
}
.burger-menu__line::before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #6F6F6F;
}
.burger-menu__line::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #6F6F6F;
}
.burger-menu._action .burger-menu__line {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 70%;
  height: 0.25rem;
  background-color: #6F6F6F;
  transition: all 0.3s;
}
.burger-menu._action .burger-menu__line::before {
  content: "";
  position: absolute;
  transform: rotate(90deg);
  top: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #6F6F6F;
}
.burger-menu._action .burger-menu__line::after {
  content: "";
  display: none;
  position: absolute;
  top: 0.625rem;
  width: 100%;
  height: 0.25rem;
  background-color: #6F6F6F;
}/* Generated by vite-plugin-svg-spritemap */
.search {
  width: 100%;
  height: 2.375rem;
  padding: 0 1em;
}
.search__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: height 0.8s;
}
.search__elements {
  width: 100%;
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  gap: 1em;
  align-items: center;
  padding-left: 1em;
  border: 0.0625rem solid #6f6f6f;
  border-radius: 3.25rem;
}
.search__elements input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 2em;
  width: 1.3em;
  border-radius: 50em;
  background: url(/img/svg-icons/searchCansel.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}
.search__elements input[type=search]:focus::-webkit-search-cancel-button {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.search__input {
  width: 100%;
  height: 1em;
  text-transform: uppercase;
  color: #6f6f6f;
  background: transparent;
}
.search__input::placeholder {
  color: #6f6f6f;
  text-transform: uppercase;
  transition: color 0.8s;
}
.search__icon {
  height: 1.3125rem;
  width: 1.3125rem;
  fill: #6f6f6f;
}
.search__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  overflow: hidden;
  cursor: pointer;
}
.search__close::before, .search__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-color: #6f6f6f;
  border-radius: 0.125rem;
  transition: all 0.3s;
}
.search__close::before {
  transform: rotate(45deg);
}
.search__close::after {
  transform: rotate(-45deg);
}
.search__close._active::before, .search__close._active::after {
  width: 0.125rem;
  height: 1.25rem;
}
.search__results {
  position: fixed;
  top: -110%;
  left: -110%;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  justify-items: center;
  align-items: start;
  gap: 0;
  width: 0;
  height: 0;
  padding: 0rem;
  overflow-y: auto;
  z-index: 1;
  transition: height 0.3s;
  transition-delay: height 0.3s;
}
.search__results._active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 80svh;
  gap: 0.25rem;
  padding: 0.25rem;
  background: rgba(111, 111, 111, 0.8);
  border: 0.0625rem solid #f5f5f5;
  border-radius: 0.75rem;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  z-index: 3;
}
.search__results::-webkit-scrollbar {
  display: none;
}
.search__results-close-btn {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2rem;
  aspect-ratio: 1/1;
  background: transparent;
  transition: all 0.3s;
}
.search__results-close-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 1.75rem;
  width: 0.1875rem;
  border-radius: 0.1875rem;
  background: #f5f5f5;
}
.search__results-close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 0.1875rem;
  width: 1.75rem;
  border-radius: 0.1875rem;
  background: #f5f5f5;
}
.search__results-close-btn:hover {
  transform: scale(0.9);
}
.search__welcome-text, .search__error-text {
  margin-top: 0.75rem;
  line-height: 1.2em;
  text-align: center;
  color: #f5f5f5;
}

.search-card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 22.5rem;
  height: 6.875rem;
  padding: 1em;
  background: rgba(255, 255, 255, 0.6);
  border: 0.0625rem solid #CACACA;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  border-radius: 0.75rem;
  text-transform: none;
  transition: all 0.3s;
}
.search-card:hover {
  background: rgba(255, 255, 255, 0.5);
}
.search-card._transparency {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.search-card picture {
  height: 100%;
}
.search-card img {
  height: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
}
.search-card__content {
  height: 100%;
  width: 100%;
  margin-left: 1em;
  color: #6f6f6f;
  text-align: left;
  overflow: hidden;
}
.search-card__content._non-margin-left {
  margin: 0;
}
.search-card__title {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  text-transform: uppercase;
}
.search-card__art {
  margin: 0.1em 0;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 0.75rem;
}
.search-card__description {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  text-transform: none;
}
.search-card__description._start-message {
  text-align: center;
  color: #fff;
  font-size: 1.5em;
}

.header {
  display: grid;
  grid-template-columns: 3.75rem 1fr 1.875rem;
  grid-template-rows: 2.875rem;
  align-items: center;
  padding: 0 0.5rem;
}
.header__logo {
  display: block;
  width: 3.75rem;
  height: 1.875rem;
}
.header__logo svg {
  width: 3.75rem;
  height: 1.875rem;
}
.header__language {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
.header__language svg {
  width: 1.875rem;
  height: 1.875rem;
}
/* Generated by vite-plugin-svg-spritemap */
.goods-card {
  position: relative;
  height: auto;
  width: 20rem;
  background-color: #fff;
  border: 0.0625rem solid rgba(111, 111, 111, 0.15);
  border-radius: 0.9375rem;
  transition: all 0.3s;
}
.goods-card__img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/4;
  text-align: center;
  overflow: hidden;
}
.goods-card__img img {
  width: 80%;
  max-height: 100%;
  object-fit: cover;
  filter: saturate(1) brightness(1);
  transition: all 0.3s;
}
.goods-card__color-box {
  display: grid;
  justify-items: center;
  position: relative;
  width: 100%;
  height: 3.9375rem;
  margin: 0 auto 0.5em auto;
}
.goods-card__color-items {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 2.5rem);
  justify-content: center;
  width: 18.75rem;
  padding: 3.4375rem 0.25rem 0 0.25rem;
  max-height: 6.6875rem;
  min-height: 6.6875rem;
  gap: 0.5rem;
  border-radius: 0.9375rem 0.9375rem 0 0;
  background: rgba(246, 246, 246, 0.6);
  box-shadow: -0.0625rem -0.0625rem 0.1875rem 0.0625rem rgba(111, 111, 111, 0.25);
  backdrop-filter: blur(0.375rem);
  overflow: hidden;
  transition: max-height 0.6s;
}
.goods-card__color-items._action {
  max-height: 25rem;
  padding-bottom: 0.4375rem;
}
.goods-card__color-items::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
  left: 50%;
  top: 1.25rem;
  transform: translateX(-50%);
  background-color: rgba(111, 111, 111, 0.03);
  box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(111, 111, 111, 0.07), inset 0.0625rem 0.125rem 0.1875rem rgba(111, 111, 111, 0.3), inset -0.0625rem -0.125rem 0.25rem rgba(255, 255, 255, 0.9);
}
.goods-card__color-item {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.goods-card__color-item._action {
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.3s;
}
.goods-card__title {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  color: #6f6f6f;
}
.goods-card__sub-title {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  color: #6f6f6f;
  margin-bottom: 4em;
}
.goods-card__price {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  margin-bottom: 1rem;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #4170b4;
}

/*Цвета продукции*/
.col000 {
  background: linear-gradient(90deg, #ff0000, #f27a22, #ffff00, #00a651, #6dcff6, #0054a6, #662d91);
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col001 {
  background-color: #ffffff;
  color: #000000;
  border: solid 0.0625rem #f5f5f5;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col001-2 {
  background-color: #f1eadc;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col002 {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col002-001 {
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #ffffff, #ffffff), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #b7b3a9;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col002-004 {
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #b7b7b7, #b7b7b7), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col002-006 {
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #ff0000, #ff0000), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col002-016 {
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #ffff00, #ffff00), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #b7b3a9;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col002-026 {
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #0054a6, #0054a6), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col002-023 {
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(to right, #8dc63f, #8dc63f), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col002-2 {
  background-color: #111111;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col003 {
  background-color: #707070;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col003-011 {
  background-image: linear-gradient(to right, #707070, #707070), linear-gradient(to right, #f27a22, #f27a22), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col003-023 {
  background-image: linear-gradient(to right, #707070, #707070), linear-gradient(to right, #8dc63f, #8dc63f), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col003-027 {
  background-image: linear-gradient(to right, #707070, #707070), linear-gradient(to right, #00aeef, #00aeef), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col003-031 {
  background-image: linear-gradient(to right, #707070, #707070), linear-gradient(to right, #662d91, #662d91), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col003-1 {
  background: linear-gradient(90deg, #707070, #ebebeb, #b7b7b7);
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col003-2 {
  background-color: #464646;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col004 {
  background-color: #b7b7b7;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col004-2 {
  background-color: #b7b3a9;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col005 {
  background-color: #ebebeb;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col005-2 {
  background-color: #848680;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col006 {
  background-color: #ff0000;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col006-003 {
  background-image: linear-gradient(to right, #ff0000, #ff0000), linear-gradient(to right, #707070, #707070), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col007 {
  background-color: #980000;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col007-2 {
  background-color: #b10c2f;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col008 {
  background-color: #580606;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col009 {
  background-color: #340505;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col009-2 {
  background-color: #5a2a34;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col010 {
  background-color: #e04e14;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col010-2 {
  background-color: #f08771;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col011 {
  background-color: #f27a22;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col011-004 {
  background-image: linear-gradient(to right, #f27a22, #f27a22), linear-gradient(to right, #b7b7b7, #b7b7b7), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col012 {
  background-color: #f79e1d;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col013 {
  background-color: #dfab73;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col013-2 {
  background-color: #e2c4a3;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col014 {
  background-color: #b5661f;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col014-2 {
  background-color: #504d3c;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col015 {
  background-color: #552f07;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col015-2 {
  background-color: #2f2a25;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col016 {
  background-color: #ffff00;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col016-003 {
  background-image: linear-gradient(to right, #ffff00, #ffff00), linear-gradient(to right, #707070, #707070), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col016-027 {
  background-image: linear-gradient(to right, #ffff00, #ffff00), linear-gradient(to right, #00aeef, #00aeef), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col016-2 {
  background-color: #ffe033;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col017 {
  background-color: #fff568;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col017-2 {
  background-color: #f7ee9a;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col018 {
  background-color: #d1c617;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col018-1 {
  background: linear-gradient(90deg, #8b784a, #c3b288, #8b784a);
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col019 {
  background-color: #f0cb1c;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col020 {
  background-color: #d7ee15;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col021 {
  background-color: #00a651;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col021-2 {
  background-color: #93907f;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col022 {
  background-color: #005826;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col022-004 {
  background-image: linear-gradient(to right, #005826, #005826), linear-gradient(to right, #b7b7b7, #b7b7b7), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col023 {
  background-color: #8dc63f;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col022-2 {
  background-color: #327566;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col023-2 {
  background-color: #6a7655;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col024 {
  background-color: #82ca9c;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col024-2 {
  background-color: #d6d3b4;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col025 {
  background-color: #005952;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col025-2 {
  background-color: #348687;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col026 {
  background-color: #0054a6;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col026-2 {
  background-color: #0062a6;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col026-003 {
  background-image: linear-gradient(to right, #0054a6, #0054a6), linear-gradient(to right, #707070, #707070), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col026-004 {
  background-image: linear-gradient(to right, #0054a6, #0054a6), linear-gradient(to right, #b7b7b7, #b7b7b7), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col026-011 {
  background-image: linear-gradient(to right, #0054a6, #0054a6), linear-gradient(to right, #f27a22, #f27a22), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col026-016 {
  background-image: linear-gradient(to right, #0054a6, #0054a6), linear-gradient(to right, #ffff00, #ffff00), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col026-023 {
  background-image: linear-gradient(to right, #0054a6, #0054a6), linear-gradient(to right, #8dc63f, #8dc63f), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col027 {
  background-color: #00aeef;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col027-2 {
  background-color: #90c6d5;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col028 {
  background-color: #69cff6;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col028-2 {
  background-color: #66dfec;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col029 {
  background-color: #003663;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col029-004 {
  background-image: linear-gradient(to right, #003663, #003663), linear-gradient(to right, #b7b7b7, #b7b7b7), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col029-2 {
  background-color: #3b415c;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col030 {
  background-color: #040445;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col031 {
  background-color: #662d91;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col031-003 {
  background-image: linear-gradient(to right, #662d91, #662d91), linear-gradient(to right, #707070, #707070), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col031-011 {
  background-image: linear-gradient(to right, #662d91, #662d91), linear-gradient(to right, #f27a22, #f27a22), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col031-023 {
  background-image: linear-gradient(to right, #662d91, #662d91), linear-gradient(to right, #8dc63f, #8dc63f), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col031-2 {
  background-color: #5f388e;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col032 {
  background-color: #a186be;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col033 {
  background-color: #4b0049;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col033-2 {
  background-color: #e91b98;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col034 {
  background-color: #ec008c;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col034-003 {
  background-image: linear-gradient(to right, #ec008c, #ec008c), linear-gradient(to right, #707070, #707070), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col034-023 {
  background-image: linear-gradient(to right, #ec008c, #ec008c), linear-gradient(to right, #8dc63f, #8dc63f), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col034-027 {
  background-image: linear-gradient(to right, #ec008c, #ec008c), linear-gradient(to right, #00aeef, #00aeef), url(""); /* image */
  background-repeat: no-repeat; /* same as no-repeat, no-repeat, no-repeat */
  background-position: 0 0, 100% 0, 0 0; /* image position */
  background-size: 50% 100%, 50% 100%, 0% 0%;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col034-2 {
  background-color: #ef5cb3;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
}

.col035 {
  background-color: #f49ac1;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.col035-2 {
  background-color: #ffe1ee;
  color: #000000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5625rem;
  font-weight: normal;
}

.goods {
  width: 100%;
  padding-bottom: 0.75rem;
  background: white;
  overflow: hidden;
}
.goods__title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  margin: 1rem 0;
}
.goods__title h2 {
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: 0%;
  color: #4170b4;
}
.goods__tile {
  display: grid;
  max-width: 90rem;
  margin: auto;
  grid-template-columns: repeat(auto-fill, 20rem);
  justify-content: center;
  gap: 0.25rem;
}/* Generated by vite-plugin-svg-spritemap */
.contacts-form {
  grid-area: f;
  position: relative;
  display: flex;
  justify-content: center;
  justify-self: end;
  width: 85%;
}
.contacts-form._cover-form {
  grid-area: none;
}
.contacts-form._cover-form::after {
  content: "";
  display: none;
}
.contacts-form::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 86%;
  transform: translateY(7%);
  background-color: #fff;
  top: 0;
  right: 0;
}
.contacts-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 80%;
}
.contacts-form input, .contacts-form textarea {
  width: 100%;
  height: 2em;
  padding: 0.5em;
  font-size: 1.2em;
  margin: 0.4em 0 0.8em 0;
  border: 0.0625rem solid #fff;
  border-radius: 1rem;
  color: #6f6f6f;
}
.contacts-form textarea {
  height: 6em;
}
.contacts-form input[type=submit] {
  height: min-content;
  width: min-content;
  padding: 0.9em 1.5em;
  margin: auto;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  background-color: #f7931e;
  color: #fff;
  border-radius: 1rem;
  transition: background-color 0.3s;
}
.contacts-form input[type=submit]:hover {
  background-color: #fbb03b;
}
.contacts-form label {
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
}
.contacts-form label i {
  color: red;
}

.footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "t t" "f i" "w w" "l l";
  background-color: #6f6f6f;
  overflow: hidden;
  width: 100%;
}
.footer p {
  color: #f5f5f5;
}
.footer__title {
  grid-area: t;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5em;
  text-align: center;
  text-transform: uppercase;
  background-color: #6f6f6f;
  color: #fff;
}
.footer__title h2 {
  font-size: 2.1em;
  line-height: normal;
  text-transform: uppercase;
}
.footer__contacts-items {
  grid-area: i;
  display: grid;
  grid-template: "c ct cd" "e et ed" "a at ad" "cm cm cm"/max-content max-content max-content;
  align-items: center;
  width: 85%;
  height: 25rem;
  margin: 0.9375rem auto 0 auto;
  margin-bottom: 0.9375rem;
}
.footer__contacts-items svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #f5f5f5;
}
.footer__contacts-items p {
  font-size: 1.2em;
  white-space: nowrap;
  line-height: normal;
  margin-left: 0.9375rem;
}
.footer__contacts-items ._call {
  grid-area: c;
}
.footer__contacts-items ._call-title {
  grid-area: ct;
}
.footer__contacts-items ._call-description {
  grid-area: cd;
}
.footer__contacts-items ._e-mail {
  grid-area: e;
}
.footer__contacts-items ._e-mail-title {
  grid-area: et;
}
.footer__contacts-items ._e-mail-description {
  grid-area: ed;
}
.footer__contacts-items ._adress {
  grid-area: a;
}
.footer__contacts-items ._adress-title {
  grid-area: at;
}
.footer__contacts-items ._adress-description {
  grid-area: ad;
}
.footer__contacts-media {
  grid-area: cm;
  justify-content: center;
  width: auto;
  margin: auto;
}
.footer__contacts-media a {
  margin: 0.9375rem;
}
.footer__contacts-media svg {
  transform: translateY(0);
}
.footer__whiteLine {
  grid-area: w;
  width: 96%;
  height: 0.0625rem;
  background-color: #f5f5f5;
  margin: 0 auto;
}
.footer__links {
  width: 100%;
  position: relative;
  grid-area: l;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  height: auto;
  overflow-x: auto;
}
.footer__links-items {
  margin: 0.875rem 0.25rem 0.375rem 0.25rem;
  width: auto;
  min-width: 12.5rem;
  color: #f5f5f5;
  font-size: 0.75rem;
}
.footer__links-items li {
  margin: 0;
}
.footer__links-items li ul {
  font-size: 1.2em;
}
.footer__links-items h2 {
  text-transform: uppercase;
  margin: 0.125rem 0 0.5rem 0;
  font-weight: 700;
  text-align: left;
  line-height: 1rem;
  font-size: 0.875rem;
}
.footer__links-items h3 {
  margin: 0.5rem 0 0.25rem 0.625rem;
  text-align: left;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.footer__links-items a p {
  margin: 0.5rem 0 0 1.875rem;
  color: #f5f5f5;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-weight: 400;
  text-align: left;
  word-wrap: brak-word;
  transition: all 0.3s;
}
.footer__links-items a p:hover {
  color: #fbb03b;
}
.footer__links-items a h3 {
  margin: 0.5rem 0 0.25rem 0.625rem;
  text-align: left;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #f5f5f5;
  transition: all 0.3s;
}
.footer__links-items a h3:hover {
  color: #fbb03b;
}/* Generated by vite-plugin-svg-spritemap */
.advantages {
  padding: 1.25rem 0.5rem 1.25rem 0.5rem;
  background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}
.advantages__title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #6f6f6f;
}
.advantages__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.25rem;
  gap: 1rem;
}
.advantages__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 98%;
}
.advantages__svg {
  height: 3.125rem;
  margin-right: 0.75rem;
  margin-top: 1.25rem;
  fill: #4170b4;
}
.advantages__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.advantages h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: left;
  color: #4170b4;
}
.advantages p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  color: #6f6f6f;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */@media (min-width: 23.5rem){
  .welcome-txt {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
  .search {
    width: 15rem;
    padding-left: 1em;
  }
}@media (min-width: 48rem){
  .welcome-txt {
    padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  }
  .welcome-txt__img {
    width: 2rem;
    height: 2rem;
  }
  .main-menu {
    top: auto;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    max-width: 50rem;
    height: auto;
    padding: 0.25rem;
    border-radius: 0.75rem;
    box-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.25);
  }
  .main-menu._active {
    top: auto;
    bottom: 3.75rem;
  }
  .main-menu__list {
    grid-template-columns: repeat(12, 1fr);
  }
  .main-menu__items {
    width: 100%;
    border-radius: 0.75rem;
  }
  .group-wrapper {
    bottom: -110%;
    left: 50%;
    width: auto;
    height: min-content;
    backdrop-filter: none;
    background: rgba(245, 245, 245, 0);
    z-index: 1;
  }
  .group-wrapper._textile-wrapper {
    transform: translateX(-78%);
  }
  .group-wrapper._dishes-wrapper {
    transform: translateX(-119%);
  }
  .group-wrapper._electronics-wrapper {
    transform: translateX(-94.5%);
  }
  .group-wrapper._bags-wrapper {
    transform: translateX(1%);
  }
  .group-wrapper._caps-wrapper {
    transform: translateX(-29.5%);
  }
  .group-wrapper._pens-wrapper {
    transform: translateX(40.5%);
  }
  .group-wrapper._show {
    top: auto;
    bottom: 8.625rem;
  }
  .signboard {
    grid-column: 1/5;
    grid-row: 1/3;
  }
  .signboard._dishes {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .signboard._electronics {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .signboard._bags {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .signboard._caps {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .signboard._pens {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .textil {
    grid-template-columns: repeat(6, min-content);
    grid-template-rows: repeat(7, min-content);
  }
  .type-board-textil:nth-child(2) {
    grid-column: 1/5;
    grid-row: 3/5;
  }
  .type-board-textil:nth-child(3) {
    grid-column: 1/5;
    grid-row: 5/7;
  }
  .type-board-textil:nth-child(4) {
    grid-column: 5/6;
    grid-row: 1/5;
  }
  .type-board-textil:nth-child(5) {
    grid-column: 6/7;
    grid-row: 1/5;
  }
  .type-board-textil:nth-child(10) {
    grid-column: 1/3;
    grid-row: 7/8;
  }
  .type-board-textil:nth-child(11) {
    grid-column: 3/5;
    grid-row: 7/8;
  }
  .type-board-textil:nth-child(12) {
    grid-column: 5/7;
    grid-row: 7/8;
  }
  .search__results._active {
    width: auto;
    min-width: auto;
    height: 75svh;
    top: 5.625rem;
    left: 0.5rem;
    transform: translate(0, 0);
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .advantages__item {
    width: 48%;
  }
}@media (min-width: 64rem){
  .welcome-txt {
    padding: 2.5rem 2.5rem 1rem 2.5rem;
  }
  .welcome-txt__txt-title {
    width: auto;
  }
  .welcome-txt__text-block {
    -webkit-line-clamp: unset;
    padding-left: 3.5rem;
    max-width: 95%;
  }
  .left-side-bar {
    width: 3.75rem;
    height: 100vh;
    justify-content: center;
    align-items: stretch;
    box-shadow: 0.0625rem 0rem 0.25rem rgba(0, 0, 0, 0.25);
  }
  .left-side-bar__list {
    flex-direction: column;
    margin: 10vh 0;
  }
  .left-side-bar__items {
    position: relative;
    margin: 0.1875rem 0;
  }
  .left-side-bar__contacts {
    bottom: auto;
    top: 50%;
    left: -50vw;
    transform: translateY(-50%);
  }
  .left-side-bar__contacts._show {
    bottom: auto;
    left: calc(100% + 1.125rem);
  }
  .tiles-6x3 {
    margin: 0.5rem 0.5rem 0.5rem 4.25rem;
  }
  .tiles-6x3__tile:hover {
    box-shadow: 0.125rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.4);
    filter: brightness(1.05) saturate(1.4);
  }
  .main-menu {
    padding: 0.5rem;
  }
  .main-menu._active {
    top: auto;
    bottom: 0.5rem;
  }
  .main-menu__list {
    gap: 0.5rem;
  }
  .main-menu__items:hover .main-menu__content {
    display: block;
    position: absolute;
    top: -1.625rem;
    background: #6f6f6f;
    color: #f5f5f5;
    border-radius: 0.3125rem;
    text-transform: uppercase;
    font-size: 0.6em;
    padding: 0.25rem;
    z-index: 5;
  }
  .main-menu__items:hover .main-menu__content::before {
    content: "";
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.125rem 0;
    background: #6f6f6f;
  }
  .group-wrapper {
    z-index: 1;
    bottom: -110%;
  }
  .group-wrapper._textile-wrapper {
    transform: translateX(-82.5%);
  }
  .group-wrapper._dishes-wrapper {
    transform: translateX(-125%);
  }
  .group-wrapper._electronics-wrapper {
    transform: translateX(-99.5%);
  }
  .group-wrapper._bags-wrapper {
    transform: translateX(2%);
  }
  .group-wrapper._caps-wrapper {
    transform: translateX(52%);
  }
  .group-wrapper._pens-wrapper {
    transform: translateX(48.5%);
  }
  .group-wrapper._show {
    top: auto;
    bottom: 5.625rem;
  }
  .type-board__link {
    transition: all 0.3s;
  }
  .type-board__link:hover {
    color: #fbb03b;
  }
  .left-side-bar {
    width: 3.75rem;
    height: 100vh;
    justify-content: center;
    align-items: stretch;
    box-shadow: 0.0625rem 0rem 0.25rem rgba(0, 0, 0, 0.25);
  }
  .left-side-bar__list {
    flex-direction: column;
    margin: 10vh 0;
  }
  .left-side-bar__items {
    position: relative;
    margin: 0.1875rem 0;
  }
  .left-side-bar__contacts {
    bottom: auto;
    top: 50%;
    left: -50vw;
    transform: translateY(-50%);
  }
  .left-side-bar__contacts._show {
    bottom: auto;
    left: calc(100% + 1.125rem);
  }
  .search__results._active {
    top: 6.25rem;
    left: max(5rem, 5%);
    transform: translate(0, 0);
    width: auto;
    height: 75svh;
    padding: 0.5rem;
    gap: 0.5rem;
  }
  .header {
    padding: 0 max(5rem, 5%);
  }
  .goods-card:hover {
    box-shadow: 0.125rem 0.1875rem 0.3125rem 0 rgba(111, 111, 111, 0.3);
  }
  .goods-card:hover img {
    width: 82%;
    filter: saturate(1.3) brightness(1.1);
  }
  .goods__tile {
    padding-left: 3.5rem;
  }
  .footer__links {
    margin-left: 3.75rem;
  }
  .advantages__title {
    padding: 1.25rem 0.5rem 1.25rem 3.75rem;
  }
  .advantages__box {
    padding-left: 1.95vw;
    gap: 0.5rem;
  }
  .advantages__item {
    width: 23%;
  }
  .advantages__svg {
    margin-right: 0.5rem;
  }
  .advantages h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .advantages p {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}@media (min-width: 26.625rem){
  .left-side-bar__list {
    margin: 0 5%;
  }
  .left-side-bar__list {
    margin: 0 5%;
  }
  .header {
    grid-template-columns: 6.25rem 1fr 2.5rem;
    grid-template-rows: 6.25rem;
  }
  .header__logo {
    width: 6.25rem;
    height: 3.125rem;
  }
  .header__logo svg {
    width: 6.25rem;
    height: 3.125rem;
  }
  .header__language {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header__language svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}@media (orientation: landscape){
  .burger-menu {
    grid-row: 3/4;
  }
  .burger-menu {
    grid-row: 3/4;
  }
}@media (max-width: 26.625rem){
  .tiles-6x3 {
    grid-template: repeat(6, 1fr)/repeat(3, 1fr);
    font-size: 3vw;
  }
  .tiles-6x3__tile-decor {
    border-radius: 2.5vw;
  }
  .tiles-6x3__tile {
    border-radius: 2.5vw;
  }
  .tiles-6x3__tile p {
    margin: 0.9em auto auto 0.7em;
  }
  .tiles-6x3_main:nth-child(4) {
    grid-column: 1/3;
    grid-row: 4/6;
    font-size: 4vw;
  }
  .tiles-6x3_main:nth-child(5) {
    grid-column: 3/4;
    grid-row: 4/5;
  }
  .tiles-6x3_main:nth-child(5) p {
    margin: auto 0.7em 0.9em auto;
  }
  .tiles-6x3_main:nth-child(8) {
    grid-column: 3/4;
    grid-row: 5/7;
  }
  .goods-card__img img {
    width: 95%;
  }
  .goods-card__img {
    aspect-ratio: 4/5;
  }
  .goods__title h2 {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .footer__contacts-items {
    grid-template: "c cd" "e ed" "a ad" "cm cm"/max-content 100%;
  }
  .footer__contacts-items p {
    white-space: normal;
    font-size: 1em;
  }
  .footer__contacts-items ._call-title {
    display: none;
  }
  .footer__contacts-items ._e-mail-title {
    display: none;
  }
  .footer__contacts-items ._adress-title {
    display: none;
  }
  .footer__links-items {
    min-width: 15.625rem;
  }
}@media (max-width: 41.875rem){
  .tiles-6x3 {
    margin: 0.25rem;
    gap: 0.25rem;
  }
}@media (max-width: 23.4375rem){
  .technologies {
    position: relative;
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
  .technologies__title {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .technologies__bloc {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    gap: 0.5rem;
    padding: 0;
    scroll-behavior: smooth;
  }
  .technologies__bloc::-webkit-scrollbar {
    display: none;
  }
  .technologies__btn {
    flex: 1 0 95%;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    min-height: 35.5rem;
    gap: 0.75rem;
    margin: 0 0 2.75rem 0;
    background: radial-gradient(9955.65% 72.27% at 50% 15.14%, #FFF 0%, #E5E5E5 100%);
    border: solid 0.0625rem #E5E5E5;
    scroll-snap-align: start;
  }
  .technologies__btn:nth-child(odd), .technologies__btn:nth-child(even) {
    grid-template-columns: 1fr min-content 1fr;
    grid-template-rows: min-content min-content 1fr min-content;
    padding: 0.5rem;
  }
  .technologies__btn:nth-child(odd) .technologies__cover-block, .technologies__btn:nth-child(even) .technologies__cover-block {
    position: relative;
    grid-column: 1/4;
    grid-row: 4/5;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 100%;
    transform: translateY(-100%);
    border-radius: 0 0 0.75rem 0.75rem;
    overflow: hidden;
  }
  .technologies__btn:nth-child(odd) .technologies__function-txt, .technologies__btn:nth-child(even) .technologies__function-txt {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.125rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    opacity: 1;
    z-index: 1;
  }
  .technologies__btn:nth-child(odd) .technologies__function-img, .technologies__btn:nth-child(even) .technologies__function-img {
    flex: 1 0 100%;
  }
  .technologies__btn:nth-child(odd) .technologies__name, .technologies__btn:nth-child(even) .technologies__name {
    grid-column: 1/4;
    grid-row: 2/3;
    font-size: 1.25rem;
    text-align: center;
  }
  .technologies__btn:nth-child(odd) .technologies__text, .technologies__btn:nth-child(even) .technologies__text {
    grid-column: 1/4;
    grid-row: 3/4;
    font-size: 0.875rem;
    text-align: center;
    width: 98%;
    margin: 0;
  }
  .technologies__btn:nth-child(odd) .technologies__icon, .technologies__btn:nth-child(even) .technologies__icon {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 25svw;
    min-width: 5rem;
    height: auto;
  }
  .technologies__btn:nth-child(odd):hover .technologies__cover-block, .technologies__btn:nth-child(even):hover .technologies__cover-block {
    transform: translateY(-50%);
  }
  .technologies__btn:nth-child(odd):hover .technologies__function-txt, .technologies__btn:nth-child(even):hover .technologies__function-txt {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .technologies__function-img {
    width: 100%;
    height: auto;
  }
  .technologies__function-img._side {
    display: none;
  }
  .technologies__function-img._bottom {
    display: block;
  }
  .technologies__items-nav {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 2;
  }
  .technologies__items-nav a {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #6f6f6f;
    opacity: 0.7;
    transition: all ease 0.3s;
  }
  .technologies__items-nav a:hover,
  .technologies__items-nav a :focus {
    opacity: 1;
  }
}@media (min-width: 23.5rem) and (max-width: 32.5rem){
  .technologies {
    position: relative;
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
  .technologies__title {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .technologies__bloc {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    gap: 0.5rem;
    padding: 0;
    scroll-behavior: smooth;
  }
  .technologies__bloc::-webkit-scrollbar {
    display: none;
  }
  .technologies__btn {
    flex: 1 0 80%;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    min-height: 35.5rem;
    gap: 0.75rem;
    margin: 0 0 2.75rem 0;
    background: radial-gradient(9955.65% 72.27% at 50% 15.14%, #FFF 0%, #E5E5E5 100%);
    border: solid 0.0625rem #E5E5E5;
    scroll-snap-align: start;
  }
  .technologies__btn:nth-child(odd), .technologies__btn:nth-child(even) {
    grid-template-columns: 1fr min-content 1fr;
    grid-template-rows: min-content min-content 1fr min-content;
    padding: 0.5rem;
  }
  .technologies__btn:nth-child(odd) .technologies__cover-block, .technologies__btn:nth-child(even) .technologies__cover-block {
    position: relative;
    grid-column: 1/4;
    grid-row: 4/5;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 100%;
    transform: translateY(-100%);
    border-radius: 0 0 0.75rem 0.75rem;
    overflow: hidden;
  }
  .technologies__btn:nth-child(odd) .technologies__function-txt, .technologies__btn:nth-child(even) .technologies__function-txt {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.125rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    opacity: 1;
    z-index: 1;
  }
  .technologies__btn:nth-child(odd) .technologies__function-img, .technologies__btn:nth-child(even) .technologies__function-img {
    flex: 1 0 100%;
  }
  .technologies__btn:nth-child(odd) .technologies__name, .technologies__btn:nth-child(even) .technologies__name {
    grid-column: 1/4;
    grid-row: 2/3;
    font-size: 1.25rem;
    text-align: center;
  }
  .technologies__btn:nth-child(odd) .technologies__text, .technologies__btn:nth-child(even) .technologies__text {
    grid-column: 1/4;
    grid-row: 3/4;
    font-size: 0.875rem;
    text-align: center;
    width: 98%;
    margin: 0;
  }
  .technologies__btn:nth-child(odd) .technologies__icon, .technologies__btn:nth-child(even) .technologies__icon {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 25svw;
    min-width: 5rem;
    height: auto;
  }
  .technologies__btn:nth-child(odd):hover .technologies__cover-block, .technologies__btn:nth-child(even):hover .technologies__cover-block {
    transform: translateY(-50%);
  }
  .technologies__btn:nth-child(odd):hover .technologies__function-txt, .technologies__btn:nth-child(even):hover .technologies__function-txt {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .technologies__function-img {
    width: 100%;
    height: auto;
  }
  .technologies__function-img._side {
    display: none;
  }
  .technologies__function-img._bottom {
    display: block;
  }
  .technologies__items-nav {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 2;
  }
  .technologies__items-nav a {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #6f6f6f;
    opacity: 0.7;
    transition: all ease 0.3s;
  }
  .technologies__items-nav a:hover,
  .technologies__items-nav a :focus {
    opacity: 1;
  }
}@media (min-width: 32.5625rem) and (max-width: 48rem){
  .technologies {
    position: relative;
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
  .technologies__title {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .technologies__bloc {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    gap: 0.5rem;
    padding: 0;
    scroll-behavior: smooth;
  }
  .technologies__bloc::-webkit-scrollbar {
    display: none;
  }
  .technologies__btn {
    flex: 1 0 55%;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    min-height: 35.5rem;
    gap: 0.75rem;
    margin: 0 0 2.75rem 0;
    background: radial-gradient(9955.65% 72.27% at 50% 15.14%, #FFF 0%, #E5E5E5 100%);
    border: solid 0.0625rem #E5E5E5;
    scroll-snap-align: start;
  }
  .technologies__btn:nth-child(odd), .technologies__btn:nth-child(even) {
    grid-template-columns: 1fr min-content 1fr;
    grid-template-rows: min-content min-content 1fr min-content;
    padding: 0.5rem;
  }
  .technologies__btn:nth-child(odd) .technologies__cover-block, .technologies__btn:nth-child(even) .technologies__cover-block {
    position: relative;
    grid-column: 1/4;
    grid-row: 4/5;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 100%;
    transform: translateY(-100%);
    border-radius: 0 0 0.75rem 0.75rem;
    overflow: hidden;
  }
  .technologies__btn:nth-child(odd) .technologies__function-txt, .technologies__btn:nth-child(even) .technologies__function-txt {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.125rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    opacity: 1;
    z-index: 1;
  }
  .technologies__btn:nth-child(odd) .technologies__function-img, .technologies__btn:nth-child(even) .technologies__function-img {
    flex: 1 0 100%;
  }
  .technologies__btn:nth-child(odd) .technologies__name, .technologies__btn:nth-child(even) .technologies__name {
    grid-column: 1/4;
    grid-row: 2/3;
    font-size: 1.25rem;
    text-align: center;
  }
  .technologies__btn:nth-child(odd) .technologies__text, .technologies__btn:nth-child(even) .technologies__text {
    grid-column: 1/4;
    grid-row: 3/4;
    font-size: 0.875rem;
    text-align: center;
    width: 98%;
    margin: 0;
  }
  .technologies__btn:nth-child(odd) .technologies__icon, .technologies__btn:nth-child(even) .technologies__icon {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 25svw;
    min-width: 5rem;
    height: auto;
  }
  .technologies__btn:nth-child(odd):hover .technologies__cover-block, .technologies__btn:nth-child(even):hover .technologies__cover-block {
    transform: translateY(-50%);
  }
  .technologies__btn:nth-child(odd):hover .technologies__function-txt, .technologies__btn:nth-child(even):hover .technologies__function-txt {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .technologies__function-img {
    width: 100%;
    height: auto;
  }
  .technologies__function-img._side {
    display: none;
  }
  .technologies__function-img._bottom {
    display: block;
  }
  .technologies__items-nav {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 2;
  }
  .technologies__items-nav a {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #6f6f6f;
    opacity: 0.7;
    transition: all ease 0.3s;
  }
  .technologies__items-nav a:hover,
  .technologies__items-nav a :focus {
    opacity: 1;
  }
}@media (min-width: 48.0625rem) and (max-width: 63.9375rem){
  .technologies {
    position: relative;
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
  .technologies__title {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .technologies__bloc {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    gap: 0.5rem;
    padding: 0;
    scroll-behavior: smooth;
  }
  .technologies__bloc::-webkit-scrollbar {
    display: none;
  }
  .technologies__btn {
    flex: 1 0 40%;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    min-height: 35.5rem;
    gap: 0.75rem;
    margin: 0 0 2.75rem 0;
    background: radial-gradient(9955.65% 72.27% at 50% 15.14%, #FFF 0%, #E5E5E5 100%);
    border: solid 0.0625rem #E5E5E5;
    scroll-snap-align: start;
  }
  .technologies__btn:nth-child(odd), .technologies__btn:nth-child(even) {
    grid-template-columns: 1fr min-content 1fr;
    grid-template-rows: min-content min-content 1fr min-content;
    padding: 0.5rem;
  }
  .technologies__btn:nth-child(odd) .technologies__cover-block, .technologies__btn:nth-child(even) .technologies__cover-block {
    position: relative;
    grid-column: 1/4;
    grid-row: 4/5;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    top: 100%;
    transform: translateY(-100%);
    border-radius: 0 0 0.75rem 0.75rem;
    overflow: hidden;
  }
  .technologies__btn:nth-child(odd) .technologies__function-txt, .technologies__btn:nth-child(even) .technologies__function-txt {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.125rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    opacity: 1;
    z-index: 1;
  }
  .technologies__btn:nth-child(odd) .technologies__function-img, .technologies__btn:nth-child(even) .technologies__function-img {
    flex: 1 0 100%;
  }
  .technologies__btn:nth-child(odd) .technologies__name, .technologies__btn:nth-child(even) .technologies__name {
    grid-column: 1/4;
    grid-row: 2/3;
    font-size: 1.25rem;
    text-align: center;
  }
  .technologies__btn:nth-child(odd) .technologies__text, .technologies__btn:nth-child(even) .technologies__text {
    grid-column: 1/4;
    grid-row: 3/4;
    font-size: 0.875rem;
    text-align: center;
    width: 98%;
    margin: 0;
  }
  .technologies__btn:nth-child(odd) .technologies__icon, .technologies__btn:nth-child(even) .technologies__icon {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 25svw;
    min-width: 5rem;
    height: auto;
  }
  .technologies__btn:nth-child(odd):hover .technologies__cover-block, .technologies__btn:nth-child(even):hover .technologies__cover-block {
    transform: translateY(-50%);
  }
  .technologies__btn:nth-child(odd):hover .technologies__function-txt, .technologies__btn:nth-child(even):hover .technologies__function-txt {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
  .technologies__function-img {
    width: 100%;
    height: auto;
  }
  .technologies__function-img._side {
    display: none;
  }
  .technologies__function-img._bottom {
    display: block;
  }
  .technologies__items-nav {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 2;
  }
  .technologies__items-nav a {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #6f6f6f;
    opacity: 0.7;
    transition: all ease 0.3s;
  }
  .technologies__items-nav a:hover,
  .technologies__items-nav a :focus {
    opacity: 1;
  }
}@media (max-width: 63.9375rem){
  .page-description__txt {
    margin: 0 1.375rem 1.375rem 1.375rem;
  }
}@media (max-width: 26.5625rem){
  .page-description__txt {
    margin: 0 0.75rem 0.75rem 0.75rem;
  }
}@media (max-width: 20rem){
  .page-description__txt {
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
}@media (max-width: 23.5rem){
  .search-card__title {
    font-size: 0.875rem;
  }
}@media (min-width: 64rem) and (max-width: 26.625rem){
  .goods-card:hover img {
    width: 100%;
  }
}@media (min-width: 90rem){
  .goods__tile {
    padding-left: 0;
  }
}@media (max-width: 48rem){
  .contacts-form {
    width: 80%;
    justify-self: center;
  }
  .contacts-form::after {
    display: none;
  }
  .contacts-form input[type=submit] {
    align-self: center;
  }
  .contacts-form label {
    font-size: 1em;
  }
  .footer {
    grid-template-columns: 100%;
    grid-template-areas: "t" "f" "i" "w" "l";
  }
  .footer__contacts-items {
    width: 80%;
    justify-content: center;
  }
  .footer__contacts-items {
    width: 80%;
  }
}@media (max-width: 32.5rem){
  .contacts-form {
    width: 100%;
  }
}@media (max-width: 64.0625rem){
  .footer__contacts-items {
    width: 95%;
  }
}@media (max-width: 80rem){
  .footer__links {
    justify-content: start;
  }
  .footer__links-items {
    min-width: 14.375rem;
  }
}