@import "stylesheet.css";
*,
*::before,
*::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

* {
  margin: 0;
  padding: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}

li {
  list-style: none;
}

a,
button {
  cursor: pointer;
}

:root {
  --color-violet-fe: #ede9fe;
  --color-violet-ed: #7c3aed;
  --color-violet-95: #4c1d95;
  --color-blue-e2: #7fc2e2;
}

html {
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", Helvetica, sans-serif;
  color: #111827;
  background-color: #d9e8ef;
}

a {
  color: inherit;
}

html {
  scrollbar-gutter: stable;
}

body {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}
body.--popup {
  overflow: hidden;
}

h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -5px;
  background-color: var(--color-violet-ed);
  width: 90%;
  height: 10px;
  filter: opacity(0.3);
}

.btn {
  background-color: var(--color-violet-ed);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 0 #000000;
  transform: translateY(-4px);
  transition: box-shadow 0.1s, transform 0.1s;
}
.btn:hover, .btn:focus {
  box-shadow: 0 2px 0 #000000;
  transform: translateY(-2px);
}
.btn:active {
  box-shadow: 0 0px 0 #000000;
  transform: translateY(0px);
}

.container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #7fc2e2;
  padding: 20px 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 0;
  }
}
.header.--active {
  opacity: 0.6;
  padding: 5px 0;
}
.header:hover {
  opacity: 1;
}
.header__logo {
  max-width: 150px;
  width: 100%;
}
.header__logo:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .header__logo {
    max-width: 40px;
  }
}
.header__logo img {
  width: auto;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    gap: 10px;
  }
}
.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .header__btns {
    display: none;
  }
}
.header__btns a {
  text-decoration: none;
  padding: 5px 10px;
}
.header__btns a:hover, .header__btns a:focus {
  color: var(--color-violet-ed);
  outline: none;
}
.header__btns a:active {
  color: var(--color-violet-95);
}
.header__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .header__contacts {
    flex-direction: column;
    gap: 4px;
  }
}
.header__contacts a {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
.header__contacts a:hover, .header__contacts a:focus {
  color: var(--color-violet-ed);
  outline: none;
}
.header__contacts a:active {
  color: var(--color-violet-95);
}
.header__lang {
  height: 39px;
  width: 60px;
  height: 40px;
}
.header__lang img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.header__lang:hover > .header__lang-block {
  visibility: visible;
  opacity: 1;
}
.header__lang-btn {
  border: 0;
  background-color: transparent;
}
.header__lang-btn:focus ~ .header__lang-block {
  opacity: 1;
  visibility: visible;
}
.header__lang-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  background-color: var(--color-blue-e2);
  border-radius: 5px;
  box-shadow: 0 0 10px #000000;
  opacity: 0;
  visibility: hidden;
}
.header__lang-block:has(a:focus) {
  opacity: 1;
  visibility: visible;
}
.header .m-menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.header .m-menu__inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #7fc2e2;
  height: 100%;
  max-width: 300px;
  width: 100%;
  z-index: 10;
  position: relative;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.header .m-menu .header__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.header .m-menu__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header .m-menu__close {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 10px;
}
.header .m-menu__close:hover {
  transform: scale(1.2);
}
.header__mobile-btn {
  display: none;
  border: none;
  background: transparent;
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .header__mobile-btn {
    display: block;
  }
}
.header__mobile-btn.--open ~ .m-menu {
  visibility: visible;
  opacity: 1;
}
.header__mobile-btn.--open ~ .m-menu .m-menu__inner {
  transform: translateX(0);
}
.header__link--phone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.front-page {
  position: relative;
  padding-top: 80px;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .front-page {
    height: auto;
  }
}
.front-page__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .front-page__image {
    width: 75%;
    opacity: 0.5;
  }
}
.front-page__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  height: 80vh;
}
@media screen and (max-width: 992px) {
  .front-page__inner {
    justify-content: center;
    height: auto;
    padding: 75px 0;
  }
}
.front-page__title {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .front-page__title {
    margin-left: 20px;
    max-width: 600px;
    width: 100%;
  }
}
.front-page h1 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 0.9;
  position: relative;
}
.front-page h1::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% + 20px);
  background-color: var(--color-violet-ed);
}
@media screen and (max-width: 1200px) {
  .front-page h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .front-page h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .front-page h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.front-page span {
  font-size: 24px;
  font-weight: 700;
  line-height: 0.9;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .front-page span {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .front-page span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .front-page span {
    font-size: 16px;
  }
}
.front-page a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 40px;
}
.front-page__btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.numbers {
  background-color: #ffffff;
  padding: 50px 0;
}
.numbers__text {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  text-wrap: pretty;
}
@media screen and (max-width: 1200px) {
  .numbers__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .numbers__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .numbers__text {
    font-size: 14px;
  }
}
.numbers__inner ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.numbers__inner li {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.numbers__inner li::before {
  position: absolute;
  content: "";
  height: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  background-color: var(--color-violet-ed);
  width: 2px;
}
@media screen and (max-width: 992px) {
  .numbers__inner li::before {
    height: calc(100% + 2px);
  }
}
.numbers__inner li p {
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 1200px) {
  .numbers__inner li p {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .numbers__inner li p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .numbers__inner li p {
    font-size: 16px;
  }
}
.numbers__inner li span {
  font-weight: 300;
  text-transform: uppercase;
}
.numbers__inner li span b {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .numbers__inner li span {
    font-size: 14px;
  }
}

.product {
  padding: 50px 0;
  background-color: #ffffff;
}
.product__list {
  padding: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
  .product__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product__list {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product__list {
    grid-template-columns: 1fr;
  }
}
.product__list li {
  padding: 20px;
  transition: border 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 10px rgba(156, 156, 156, 0.368627451);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .product__list li {
    padding: 10px;
  }
}
.product__list li:hover img {
  filter: grayscale(0);
  transform: scale(1.05);
}
.product__img {
  position: absolute;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
.product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: filter 0.3s, transform 0.3s;
}
.product__description {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8235294118);
  padding: 20px;
  text-align: center;
  min-height: 160px;
  transition: transform 0.3s;
}
@media screen and (max-width: 1200px) {
  .product__description {
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  .product__description {
    min-height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .product__description {
    min-height: 120px;
  }
}
.product__description p {
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  min-height: 60px;
}
@media screen and (max-width: 1200px) {
  .product__description p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .product__description p {
    font-size: 16px;
    min-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product__description p {
    font-size: 14px;
    min-height: 30px;
  }
}
.product__description span {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: pretty;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .product__description span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .product__description span {
    line-height: 1.1;
  }
}
@media screen and (max-width: 480px) {
  .product__description span {
    min-height: 50px;
  }
}

.about {
  padding: 50px 0;
  background-color: #ffffff;
}
.about__description {
  max-width: 75%;
  margin-left: auto;
}
.about__description p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-weight: 300;
}
.about__description p:last-of-type {
  margin-bottom: 0;
}

.brands {
  padding: 50px 0;
  background-color: #ffffff;
}
.brands__list {
  display: flex;
  justify-content: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.brands__list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  filter: grayscale(1);
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .brands__list li {
    width: 80px;
    height: 80px;
  }
}
.brands__list li:hover {
  filter: grayscale(0);
}
.brands__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image {
  width: 100%;
  background-color: #ffffff;
  display: grid;
  gap: 0;
  grid-template-columns: 30% 70%;
}
@media screen and (max-width: 768px) {
  .image {
    grid-template-columns: 50% 50%;
  }
}
@media screen and (max-width: 568px) {
  .image {
    grid-template-columns: 1fr;
  }
}
.image__wrapper {
  width: 100%;
  height: 40vh;
  min-height: 400px;
  max-height: 600px;
  position: relative;
}
.image__wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image__wrapper:last-of-type {
  filter: grayscale(1);
}

.contacts {
  padding: 50px 0;
  position: relative;
}
.contacts:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: #7fc2e2;
}
@media screen and (max-width: 768px) {
  .contacts:before {
    content: none;
  }
}
.contacts__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contacts__inner {
    grid-template-columns: 1fr;
  }
}
.contacts__phone {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.contacts__info th {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 5px;
  font-weight: 300;
  text-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  .contacts__info tr {
    display: flex;
    flex-direction: column;
  }
}
.contacts__info td {
  padding: 5px;
  font-weight: 500;
}
.contacts__info td a {
  text-decoration: none;
}
.contacts__info td a:hover, .contacts__info td a:focus {
  color: var(--color-violet-ed);
  outline: none;
}
.contacts__info td a:active {
  color: var(--color-violet-95);
}
.contacts__form {
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .contacts__form {
    padding-left: 0;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .form {
    margin: 0 auto;
  }
}
.form input {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: transparent;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  transition: all 0.3s;
}
.form input:focus {
  outline: none;
  border: 1px solid var(--color-violet-ed);
}
.form input:-webkit-autofill, .form input:-webkit-autofill:hover, .form input:-webkit-autofill:focus, .form input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #d9e8ef inset !important;
}
.form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: transparent;
  border: 1px solid #8d8d8d;
  transition: border 0.3s;
  border-radius: 5px;
  resize: none;
}
.form textarea:focus {
  outline: none;
  border: 1px solid var(--color-violet-ed);
}
.form button {
  text-transform: uppercase;
}
.form h3 {
  text-transform: uppercase;
}
.form__checkbox {
  display: flex;
  gap: 10px;
  position: relative;
}
.form__checkbox div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  flex-shrink: 0;
  position: relative;
}
.form__checkbox div::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.form__checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0);
}
.form__checkbox input:checked + div::before {
  background-color: #7c3aed;
}
.form__checkbox input:focus + div {
  border: 1px solid #7c3aed;
}
.form__input {
  position: relative;
}
.form__input .error {
  position: absolute;
  bottom: -20px;
  left: 10px;
  color: red;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .form__input .error {
    bottom: -18px;
    font-size: 12px;
  }
}
.form__btn {
  margin-top: 20px;
}
.form__message {
  height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-wrap: pretty;
}

.footer {
  padding: 10px 0;
  background-color: #111827;
  color: #ffffff;
}
.footer__top {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__logo {
  width: 130px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 40px;
    height: 40px;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__links {
    gap: 20px;
  }
}
.footer__links a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .footer__links a {
    font-size: 14px;
  }
}
.footer__links a:hover, .footer__links a:focus {
  color: var(--color-violet-ed);
  outline: none;
}
.footer__links a:active {
  color: var(--color-violet-95);
}
.footer__bottom {
  padding: 20px;
  border-top: 1px solid #8d8d8d;
  text-align: center;
  font-weight: 300;
}

.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.popup-form.--show {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.popup-form__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup-form .contacts__form {
  padding-left: 0;
}
.popup-form form {
  padding: 0;
  max-width: 100%;
}
.popup-form h3 {
  text-align: center;
  margin-bottom: 10px;
}
.popup-form__inner {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  transition: transform 0.3s ease;
  position: relative;
  max-width: 500px;
  width: 100%;
  background-color: #d9e8ef;
  padding: 40px 20px 20px;
  border-radius: 10px;
  max-height: 640px;
  height: 100%;
  overflow-y: auto;
}
.popup-form__close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 10px;
}
.popup-form__close:hover {
  transform: scale(1.2);
}
.popup-form.--show .popup-form__inner {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */