@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
[class*=__container] {
  max-width: 58.75rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: var(--backgroundMainColor);
  color: var(--mainColor);
  font-style: normal;
  overflow: auto;
}
body.active {
  overflow: hidden;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:root {
  --mainColor: #5d5d5d;
  --lightMainColor: #ffffff;
  --backgroundMainColor: #dfdede;
  --backgroundMainLightColor: #ffffff;
  --backgroundLightColor: #f0eeee;
  --hoverBackgroundLightColor: #787878;
  --hoverColor: #85bac2;
  --backgrounMaindButtonColor: #787878;
  --hoverBackgroundMainButtonColor: #a8a7a7;
  --mainButtonColor: #e1e0e0;
  --backgrounFormdButtonColor: #215f6f;
  --hoverBackgroundFormButtonColor: #6bc2ca;
}

:root {
  --mainBorderRadius: 6px;
}

.top-bar__wrapper {
  background-color: var(--backgroundMainLightColor);
}
.top-bar__container {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.top-bar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.top-bar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.top-bar__link {
  border-radius: var(--mainBorderRadius);
  background-color: var(--backgroundLightColor);
  padding: 0.4375rem;
  font-size: 0.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .top-bar__link:hover {
    background-color: var(--hoverBackgroundLightColor);
    color: var(--backgroundLightColor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.top-bar__link.active {
  background-color: var(--hoverBackgroundLightColor);
  color: var(--backgroundLightColor);
}

.header__container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
.top-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 47.99875em) {
  .top-header__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 3.125rem;
}
@media (max-width: 47.99875em) {
  .top-header__logo {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.top-header__logo-text {
  border-radius: 50%;
  background-color: rgb(152, 151, 151);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 4.375rem;
  border: 0.9375rem solid var(--backgroundMainColor);
  -webkit-transform: translateY(-1.5625rem);
      -ms-transform: translateY(-1.5625rem);
          transform: translateY(-1.5625rem);
  color: var(--lightMainColor);
  font-size: 2.5rem;
  text-transform: capitalize;
}
@media (max-width: 47.99875em) {
  .top-header__logo-text {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 1.25rem 1.875rem;
    border: none;
    border-radius: inherit;
    min-width: 100%;
  }
}
.top-header__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 37.5em) {
  .top-header__list {
    grid-template-columns: 1fr;
  }
}
.top-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-header__link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: var(--mainColor);
  border-radius: 50%;
}
@media (any-hover: hover) {
  .top-header__link:hover {
    color: var(--hoverColor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.main-header__button-menu {
  display: none;
}
@media (max-width: 47.99875em) {
  .main-header__button-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--backgrounMaindButtonColor);
    color: var(--mainButtonColor);
    padding: 0.9375rem;
    text-transform: uppercase;
    border-bottom: 0.1875rem solid var(--lightMainColor);
    width: 100%;
  }
  .main-header__button-menu > span {
    overflow: hidden;
    position: relative;
    width: 1.5625rem;
    height: 1.25rem;
  }
  .main-header__button-menu > span::before, .main-header__button-menu > span::after, .main-header__button-menu > span > span {
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background-color: var(--mainButtonColor);
    border-radius: var(--mainBorderRadius);
  }
  .main-header__button-menu > span::before {
    top: 0;
  }
  .main-header__button-menu > span::after {
    bottom: 0;
  }
  .main-header__button-menu > span > span {
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  .main-header__button-menu > span.active::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-header__button-menu > span.active::after {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-header__button-menu > span.active > span {
    top: 50%;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 47.99875em) {
  .main-header__nav {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-header__nav.active {
    visibility: visible;
    max-height: 62.5rem;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.main-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.1875rem solid var(--lightMainColor);
}
.main-header__list > *:not(:last-child) {
  border-right: 0.0625rem solid var(--lightMainColor);
}
@media (max-width: 47.99875em) {
  .main-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .main-header__list > *:not(:last-child) {
    border-right: none;
  }
}
.main-header__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 47.99875em) {
  .main-header__item {
    width: 100%;
  }
}
.main-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--backgrounMaindButtonColor);
  color: var(--mainButtonColor);
  padding: 0.9375rem 0.3125rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 47.99875em) {
  .main-header__link {
    display: block;
  }
}
@media (any-hover: hover) {
  .main-header__link:hover {
    background-color: var(--hoverBackgroundMainButtonColor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.footer {
  padding-bottom: 3.125rem;
}
.footer__grid {
  padding: 2.5rem 1.25rem 1.25rem;
  display: grid;
  background-color: var(--backgrounMaindButtonColor);
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.25rem;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  border-radius: var(--mainBorderRadius);
  position: relative;
}
.footer__grid::before {
  content: "";
  width: calc(100% - 40px);
  height: 0.125rem;
  border-radius: var(--mainBorderRadius);
  background-color: #4a4949;
  position: absolute;
  left: 1.25rem;
  top: 1.875rem;
}
@media (max-width: 40.625em) {
  .footer__grid {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.25rem;
  }
  .footer__grid::before {
    display: none;
  }
}
.footer__block {
  height: 2.5rem;
  width: 100%;
  background-color: var(--backgroundMainLightColor);
  position: relative;
}
.footer__block:nth-child(n+4):nth-child(-n+6)::before {
  content: "";
  width: 100%;
  height: 0.125rem;
  border-radius: var(--mainBorderRadius);
  background-color: #4a4949;
  position: absolute;
  left: 0rem;
  bottom: -0.625rem;
}
@media (max-width: 40.625em) {
  .footer__block:nth-child(n+4):nth-child(-n+6)::before {
    display: none;
  }
}

.product__container {
  padding-bottom: 2.5rem;
}
.product__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25rem;
}
@media (max-width: 40.625em) {
  .product__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 40.625em) {
  .product__grid .block-product-image:nth-child(n+8) {
    display: none;
  }
  .product__grid.active .block-product-image:nth-child(n+8):nth-child(n+8) {
    display: block;
  }
  .product__grid.active ~ .product__button-more {
    display: none;
  }
}
.product__button-more {
  display: none;
}
@media (max-width: 40.625em) {
  .product__button-more {
    padding: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--backgrounFormdButtonColor);
    text-transform: uppercase;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 5px;
  }
}
.block-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
  background-color: var(--backgroundMainLightColor);
  width: 100%;
  height: 100%;
}
.block-product:nth-child(-n+3) {
  grid-column: span 2;
  grid-row: span 2;
  border-radius: var(--mainBorderRadius);
  overflow: hidden;
}
.block-product__image {
  aspect-ratio: 300/300;
}
.block-product__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-product__title {
  font-weight: 700;
  font-size: 1.25rem;
  padding: 0 1.25rem;
}
@media (max-width: 47.99875em) {
  .block-product__title {
    font-size: 1.125rem;
  }
}
.block-product__info-text {
  margin-bottom: 1.25rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
}

.hero__container {
  margin-bottom: 1.875rem;
}
.hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
  background-color: #b7b7b7;
  border-radius: var(--mainBorderRadius);
}
@media (max-width: 47.99875em) {
  .hero__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.hero__formb-block {
  -ms-flex-preferred-size: 21.875rem;
      flex-basis: 21.875rem;
}
@media (max-width: 47.99875em) {
  .hero__formb-block {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}
.hero__info {
  -ms-flex-preferred-size: 17.5rem;
      flex-basis: 17.5rem;
}
@media (max-width: 47.99875em) {
  .hero__info {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.form-block__title {
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 600;
}
.form-block__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.625rem;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.form-block__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.3125rem;
}
.form-block__field:first-child {
  grid-column: span 2;
}
.form-block__field > label {
  text-transform: capitalize;
}
.form-block__field > input {
  border: 0.125rem solid var(--backgrounMaindButtonColor);
  background-color: #fff;
  padding: 0.3125rem 0.625rem;
}
.form-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.form-block__button {
  text-transform: uppercase;
  background-color: var(--backgrounFormdButtonColor);
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--lightMainColor);
  padding: 0.625rem 3.125rem;
  border-radius: var(--mainBorderRadius);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .form-block__button:hover {
    background-color: var(--hoverBackgroundFormButtonColor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 47.99875em) {
  .form-block__button {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.info-hero {
  background-color: var(--backgroundMainLightColor);
  padding: 1.25rem;
  border-radius: var(--mainBorderRadius);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
.info-hero__top-text {
  font-weight: 700;
}
.info-hero__button-more {
  text-transform: uppercase;
  background-color: var(--backgrounFormdButtonColor);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  color: var(--lightMainColor);
  padding: 0.625rem 3.125rem;
  border-radius: var(--mainBorderRadius);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .info-hero__button-more:hover {
    background-color: var(--hoverBackgroundFormButtonColor);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}