@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
:root {
  --pos: left center;
  --size: 0;
  --inset-top: 0;
  --inset-right: 100%;
  --inset-bottom: 100%;
  --inset-left: 0;
}

@font-face {
  font-family: "Vhiena-Regular";
  font-display: swap;
  src: url("../fonts/Vhiena-Regular.eot") format("eot"), url("../fonts/Vhiena-Regular.woff") format("woff"), url("../fonts/Vhiena-Regular.woff2") format("woff2"), url("../fonts/Vhiena-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  background-color: #ededed;
  counter-reset: heading;
  font-style: normal;
  font-size: 62.5%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  height: 100%;
  color: #737373;
}
@media (max-width: 1024px) {
  html,
  body {
    font-size: 50%;
  }
}

body {
  font-size: 1.4rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:visited {
  vertical-align: middle;
  -text-emphasis-style: none;
}

input,
button,
textarea {
  border: none;
}

a:focus,
a:active,
input:focus,
textarea:focus {
  outline: none;
}

ol,
li {
  list-style: none;
}

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

::selection {
  color: #1ab9ce;
  background-color: #55595c;
  text-shadow: 0 1px 0 #000;
}

::-moz-selection {
  color: #1ab9ce;
  background-color: #55595c;
  text-shadow: 0 1px 0 #000;
}

::-webkit-scrollbar {
  width: 0.9rem;
  padding: 0.031em;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border: 1px solid gray;
  border-radius: 2px;
  background-color: #006775;
  background-image: -webkit-linear-gradient(45deg, #1ab9ce 25%, transparent 25%, transparent 50%, #1ab9ce 50%, #1ab9ce 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #1ab9ce;
  background-image: -webkit-linear-gradient(45deg, #006775 25%, transparent 25%, transparent 50%, #006775 50%, #006775 75%, transparent 75%, transparent);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 1;
  background-image: radial-gradient(circle farthest-corner at center, #fff 0%, #457980 100%);
}

.preloader-remove {
  opacity: 0;
  z-index: -10;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #15c7c7;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #15c7c7;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #15c7c7;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fafafa;
}

[class*=_container] {
  box-sizing: content-box;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}

[class*=grid-] {
  display: grid;
}

[class*=_stretch] {
  position: relative;
  z-index: 0;
  min-height: calc(100vh - 819px);
}

.menu-page > ._collapse:not(._show),
.search-page > ._collapse:not(._show),
.section-filter > ._collapse:not(._show) {
  display: none;
}

.order-catalog__select:not(.itc-select_show) > .itc-select__dropdown,
.show-catalog__select:not(.itc-select_show) > .itc-select__dropdown {
  display: none;
}

@media (max-width: 920px) {
  .menu-page__parent > ._collapse:not(._show),
  .filter__column > ._collapse:not(._show) {
    display: none;
  }
}
.breadcrumbs {
  margin: 10px 0 20px;
  scrollbar-width: none;
}
@media (max-width: 920px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}

._arrow {
  width: 33px;
  height: 29px;
  max-width: 100%;
  outline: none;
  cursor: pointer;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 29 25' style='enable-background:new 0 0 29 25;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23f68038' d='M17.8,21.9c-0.5,1.6-1.9,2.3-3.4,1.7c-0.6-0.2-1.1-0.6-1.6-0.9c-3.3-2.5-6.6-5-10-7.5c-2.1-1.6-2.3-2.7-0.7-4.8%0AC2.5,9.8,3.1,9.4,3.6,9C5.7,7.3,7.9,5.7,10,4.1c1.3-1,2.6-2,4-2.7c2-1,3.7-0.1,4,2c0.2,1.5,0.9,1.8,2.2,1.8c1.8,0,3.7,0.1,5.5,0.3c2,0.2,2.6,1.4,2.4,3.4c-0.2,2.3-0.2,4.7,0.1,7c0.2,1.9-0.4,3.5-2.4,3.6c-2.4,0.2-4.9,0-7.4,0C18.3,20.3,18.1,21.1,17.8,21.9zM13.6,4.5c-3.1,2.3-6.1,4.6-9.2,6.9c-1.1,0.8-1.1,1.2,0,2.1c2.9,2.2,5.8,4.4,8.7,6.6c0.2,0.2,0.4,0.4,0.7,0.5c0.5,0.2,1,0.4,1.5,0.6c0.1-0.6,0.3-1.2,0.3-1.7c0-0.3-0.1-0.6-0.1-0.9c-0.2-1.1,0.3-1.7,1.4-1.7c2.5,0,5.1-0.1,7.6,0.1c1.2,0.1,1.5-0.3,1.5-1.4c0-2.2,0-4.3,0-6.5c0-0.9-0.3-1.2-1.2-1.2c-2.5,0.1-5.1,0-7.6,0c-1.3,0-1.7-0.5-1.7-1.7c0-1,0.1-2,0.2-3.3C14.9,3.5,14.2,4,13.6,4.5z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
@media (max-width: 690.98px) {
  ._arrow {
    width: 23px;
  }
}
@media (min-width: 920.89px) {
  ._arrow:hover {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 29 25' style='enable-background:new 0 0 29 25;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23068292' d='M17.8,21.9c-0.5,1.6-1.9,2.3-3.4,1.7c-0.6-0.2-1.1-0.6-1.6-0.9c-3.3-2.5-6.6-5-10-7.5c-2.1-1.6-2.3-2.7-0.7-4.8%0AC2.5,9.8,3.1,9.4,3.6,9C5.7,7.3,7.9,5.7,10,4.1c1.3-1,2.6-2,4-2.7c2-1,3.7-0.1,4,2c0.2,1.5,0.9,1.8,2.2,1.8c1.8,0,3.7,0.1,5.5,0.3c2,0.2,2.6,1.4,2.4,3.4c-0.2,2.3-0.2,4.7,0.1,7c0.2,1.9-0.4,3.5-2.4,3.6c-2.4,0.2-4.9,0-7.4,0C18.3,20.3,18.1,21.1,17.8,21.9zM13.6,4.5c-3.1,2.3-6.1,4.6-9.2,6.9c-1.1,0.8-1.1,1.2,0,2.1c2.9,2.2,5.8,4.4,8.7,6.6c0.2,0.2,0.4,0.4,0.7,0.5c0.5,0.2,1,0.4,1.5,0.6c0.1-0.6,0.3-1.2,0.3-1.7c0-0.3-0.1-0.6-0.1-0.9c-0.2-1.1,0.3-1.7,1.4-1.7c2.5,0,5.1-0.1,7.6,0.1c1.2,0.1,1.5-0.3,1.5-1.4c0-2.2,0-4.3,0-6.5c0-0.9-0.3-1.2-1.2-1.2c-2.5,0.1-5.1,0-7.6,0c-1.3,0-1.7-0.5-1.7-1.7c0-1,0.1-2,0.2-3.3C14.9,3.5,14.2,4,13.6,4.5z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  }
}

.quantity-remove._disabled {
  opacity: 0.5;
}

._arrow_next {
  transform: rotate(-180deg);
}
@media (min-width: 920.89px) {
  ._arrow_next:hover {
    transform: rotate(-180deg);
  }
}

._card img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
._card a {
  text-decoration: none;
  color: inherit;
}
._card a:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

._greed-card {
  overflow: hidden;
  position: relative;
  display: grid;
}
._greed-card img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
._greed-card > * {
  grid-area: 1/-1;
}

.input {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  color: #333;
}

textarea.input {
  padding: 0 0;
  resize: none;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.checkbox__text {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox__text::before {
  content: "";
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[class*=" _img"] {
  position: relative;
}
[class*=" _img"] img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  vertical-align: middle;
  object-fit: cover;
}

@media (min-width: 920.89px) {
  ._clip-inset:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
    transition: 0.2s linear;
  }
  ._clip-inset:hover:before {
    --size: 135px;
    --inset-top: 0;
    --inset-right: 0;
    --inset-bottom: 0;
    --inset-left: 0;
    clip-path: inset(var(--inset-top) var(--inset-right) var(--inset-bottom) var(--inset-left));
  }
}

@media (min-width: 920.89px) {
  ._clip-circle {
    position: relative;
  }
  ._clip-circle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    clip-path: circle(var(--size) at var(--pos));
    transition: 0.2s linear;
  }
  ._clip-circle:hover:before {
    --size: 135px;
  }
}

.button {
  display: inline-flex;
  padding: 1rem 2rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 5px;
  border: 1px solid #ff7b47;
  background: transparent;
}
.button span {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.2px;
  color: #ff7b47;
}

.cart-buttom {
  display: flex;
}
.cart-buttom__buttom {
  font-size: 1.4rem;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  color: #999999;
}
.cart-buttom__buttom span {
  margin-right: 10px;
  display: flex;
  align-items: center;
  padding: 0 5.8rem 0 1.5rem;
  height: 3.4rem;
  background: #f3f3f3;
}
.cart-buttom__buttom:hover span {
  background-color: #f68038;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}
.cart-buttom__buttom .icon-cart-circle {
  position: absolute;
  right: 0;
}
.cart-buttom__buttom .icon-cart-circle::before {
  background: #fff;
  border-radius: 50%;
  font-size: 5.2rem;
  color: #f68038;
}

._btn {
  font-weight: 400;
  width: 96px;
  height: 35px;
  font-size: 14px;
  border-radius: 2px;
  transition: transform 0.15s;
  transform-style: preserve-3d;
}

._press {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}
._press::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 130, 146, 0.4117647059);
  border-radius: inherit;
  box-shadow: 0 0 0 0px #dadada, 0 0.05em 0 0 #ffe3e2;
  transform: translate3d(0, 0.15em, -1em);
  transition: transform 0.15s, box-shadow 0.15s;
}
._press:hover {
  background: #f68038;
  transform: translate(0, 0.05em);
}
._press:hover::before {
  box-shadow: 0 0 0 2px #dadada, 0 0.05em 0 0 #ffe3e2;
  transform: translate3d(0, 0.05em, -1em);
}
._press:active {
  background: #f68038;
  transform: translate(0em, 0.15em);
}
._press:active::before {
  box-shadow: 0 0 0 1px #dadada, 0 0 #ffe3e2;
  transform: translate3d(0, 0, -1em);
}

.menu-page._open .side-menu span:nth-child(1) {
  transform: scale(1.088) translateY(7px) rotate(135deg);
}
.menu-page._open .side-menu span:nth-child(2) {
  transform: translateX(-60px);
  opacity: 0;
}
.menu-page._open .side-menu span:nth-child(3) {
  transform: scale(1.088) translateY(-6px) rotate(-135deg);
}

.side-wrap {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex: 0 0 36px;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 10px 6px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  background-color: #068292;
}
.side-wrap._open .side-menu span:nth-child(1) {
  transform: scale(1.088) translateY(7px) rotate(135deg);
}
.side-wrap._open .side-menu span:nth-child(2) {
  transform: translateX(-60px);
  opacity: 0;
}
.side-wrap._open .side-menu span:nth-child(3) {
  transform: scale(1.088) translateY(-6px) rotate(-135deg);
}
.side-wrap._open .side-menu > a {
  background-origin: padding-box;
}

.side-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
.side-menu span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  transition: 0.4s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 2px;
  background-color: white;
}
.side-menu span:nth-child(1) {
  top: 0;
}
.side-menu span:nth-child(2) {
  top: 7px;
}
.side-menu span:nth-child(3) {
  top: 14px;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  position: absolute;
}
.header__container {
  padding: 2.3rem 15px;
  display: flex;
  align-items: center;
}
.header__logo {
  padding: 1.3rem 0;
  margin-right: 13.2rem;
  color: #252b42;
  /* h3 */
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem; /* 133.333% */
  letter-spacing: 0.1px;
}
@media (max-width: 690.98px) {
  .header__logo {
    margin-right: 6.6rem;
  }
}

.menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menu__link {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.2px;
}
.menu__link:not(:last-child) {
  margin-right: 2.1rem;
}
.menu__link:hover {
  color: #ff7b47;
}

.page {
  flex: 1 1 100%;
  width: 100%;
}
.page__main-block {
  position: relative;
}
.page__designing {
  padding: 8rem 0;
}
.page__advice {
  padding: 8rem 0;
}
.page__about {
  background: #fff;
  padding: 8rem 0;
}
.page__brands {
  margin-bottom: 2rem;
}
.page__contacts {
  padding-bottom: 6.8rem;
  background: #f3f3f3;
}

.main-block__body {
  padding: 18.4rem 0 19.1rem;
  position: relative;
  z-index: 2;
}
.main-block__buttons {
  white-space: nowrap;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.main-block__button {
  display: flex;
  padding: 1rem 3.6rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.main-block__button:hover {
  box-shadow: 1px 1px 3px 1px #737373;
}
.main-block__button_quote {
  color: #fff;
  border-radius: 3.7rem;
  background: #ff7b47;
}
.main-block__button_learn {
  color: #0d5c63;
  border-radius: 37px;
  border: 1px solid #0d5c63;
}
.main-block__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.main-block__image img {
  object-position: right;
}
@media (max-width: 768.98px) {
  .main-block__image img {
    opacity: 0.5;
  }
}

.cart-block__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: -12.1rem;
  z-index: 3;
}
@media (max-width: 920px) {
  .cart-block__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 690.98px) {
  .cart-block__container {
    grid-template-columns: 1fr;
  }
}
.cart-block__item {
  cursor: pointer;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 3.5rem 4rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  background: #fff;
  /* SHADOW */
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
}
.cart-block__item:nth-child(3) {
  /* SHADOW */
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
}
@media (min-width: 690.98px) and (max-width: 920px) {
  .cart-block__item:nth-child(3) {
    grid-column: -3/-1;
  }
}
.cart-block__item h3 {
  flex: 1 1 100%;
}
.cart-block__item svg {
  fill: #0d5c63;
}
.cart-block__item:hover {
  background: var(--secondary-color-1, #0d5c63);
  fill: #fff;
}
.cart-block__item:hover h3 {
  flex: 1 1 100%;
  color: #fff;
}
.cart-block__item:hover p {
  color: #fff;
}
.cart-block__item:hover svg {
  fill: #fff;
}

.designing__title {
  text-align: center;
  margin-bottom: 5rem;
}
.designing__title > :not(:last-child) {
  margin-bottom: 1rem;
}
.designing__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 920px) {
  .designing__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 490px) {
  .designing__items {
    grid-template-columns: 1fr;
  }
}
.designing__item {
  display: flex;
  width: 100%;
  padding: 3rem 4rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
}

.advice__title {
  text-align: center;
}
.advice__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media (max-width: 920px) {
  .advice__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 490px) {
  .advice__content {
    grid-template-columns: 1fr;
  }
}
.advice__item {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.advice__item img {
  max-width: 100%;
}
.advice__text {
  display: flex;
  width: 100%;
  padding: 3rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  flex: 1 1 100%;
}
.advice__text h5 {
  text-align: left;
}
.advice__text p {
  text-align: justify;
}
@media (max-width: 920px) {
  .advice__text p {
    max-width: 23.1rem;
  }
}

.about-block__title {
  text-align: center;
  margin-bottom: 8rem;
}
.about-block__title h2 {
  margin-bottom: 1rem;
}
.about-block__title p {
  max-width: 47rem;
  margin: 0 auto;
}
.about-block__content {
  display: flex;
  align-items: center;
}
@media (max-width: 920px) {
  .about-block__content {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
@media (min-width: 920.89px) {
  .about-block__video {
    margin-right: 10rem;
    flex: 0 1 63%;
  }
}
@media (min-width: 920.89px) {
  .about-block__info {
    flex: 0 1 37%;
  }
}
@media (max-width: 920px) {
  .about-block__info {
    margin-bottom: 4rem;
  }
}

.video-box__item {
  max-width: 59.7rem;
  width: 100%;
}
.video-box__item video {
  width: 100%;
  height: 100%;
}

.info-block__title {
  margin-bottom: 2rem;
}
.info-block__title > :not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 920px) {
  .info-block__title {
    max-width: 59.7rem;
  }
}
.info-block__item {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: min-content 1fr;
}
.info-block__item > :nth-child(3) {
  grid-column: -2/-1;
}

.brands__items {
  padding: 5rem 0;
  display: grid;
  grid-template-columns: repeat(6, max-content);
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 920px) {
  .brands__items {
    grid-template-columns: repeat(3, auto);
    justify-content: space-evenly;
  }
}
@media (max-width: 375.98px) {
  .brands__items {
    grid-template-columns: repeat(2, max-content);
    justify-content: space-evenly;
  }
}
.brands__image svg {
  max-width: 100%;
}

.form-block__body {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 5rem;
  border-radius: 2px;
  background: #17213c;
}
@media (max-width: 690.98px) {
  .form-block__body {
    width: 100%;
  }
}
@media (max-width: 690.98px) {
  .form-block__body {
    flex-wrap: wrap;
    padding: 3rem 2rem;
  }
}
.form-block__title {
  margin-right: 2rem;
  max-width: 26.6rem;
}
.form-block__title h3 {
  color: #fff;
}
@media (max-width: 690.98px) {
  .form-block__title {
    margin-bottom: 3rem;
  }
}
.form-block__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
  width: 45rem;
  align-items: center;
}
@media (max-width: 690.98px) {
  .form-block__form {
    width: 100%;
  }
}
.form-block__form input {
  padding: 1.5rem 0px 1.5rem 2rem;
  color: #737373;
  font-family: Montserrat;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.2px;
}
.form-block__button {
  width: 11.7rem;
  padding: 1.5rem 2.25rem;
  border-radius: 0px 0.5rem 0.5rem 0px;
  background: #ff7b47;
  color: #fff;
  font-family: Montserrat;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.2px;
}

.contacts-block__cover {
  width: 100%;
  height: 7.7rem;
  background: #252b42;
  margin-top: -5.7rem;
}
.contacts-block__container {
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.contacts-block__title {
  margin-bottom: 8rem;
}
.contacts-block__title > :not(:last-child) {
  margin-bottom: 1rem;
}
.contacts-block__title p {
  margin: 0 auto;
  text-align: center;
  max-width: 47rem;
}
.contacts-block__carts {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(150px, auto));
}
@media (max-width: 690.98px) {
  .contacts-block__carts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacts-block__cart {
  display: flex;
  padding: 5rem 4rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  background: #fff;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
}
.contacts-block__cart:nth-child(2) {
  padding: 8rem 4rem;
  background: #252b42;
  color: #fff;
}
.contacts-block__cart:nth-child(2) .button {
  border: 1px solid #fff;
}
.contacts-block__cart:nth-child(2) .button span {
  color: #fff;
}

.input {
  width: 100%;
  padding: 1.45rem 0 1.45rem 2rem;
  color: #0d5c63;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.2px;
}

h1 {
  white-space: nowrap;
  color: #252b42;
  margin-bottom: 3.5rem;
  /* h1 */
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 8rem; /* 137.931% */
  letter-spacing: 0.2px;
}
@media (max-width: 490px) {
  h1 {
    font-size: 3.8rem;
    line-height: 5rem;
  }
}

h2 {
  color: #252b42;
  /* h2 */
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.7rem; /* 142.5% */
  letter-spacing: 0.2px;
}
@media (max-width: 490px) {
  h2 {
    font-size: 2.8rem;
    line-height: 3.7rem;
  }
}

h3 {
  white-space: nowrap;
  color: #252b42;
  /* h3 */
  font-family: Montserrat;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem; /* 133.333% */
  letter-spacing: 0.1px;
}

h4 {
  white-space: nowrap;
  margin-bottom: 3.5rem;
  /* h4 */
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.2px;
}
@media (max-width: 490px) {
  h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

h5 {
  color: #252b42;
  /* h5 */
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem; /* 150% */
  letter-spacing: 0.1px;
}

p {
  /* paragraph */
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem; /* 142.857% */
  letter-spacing: 0.2px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 15px;
  gap: 2rem;
  background: #fff;
}
.footer__title h3 {
  margin-bottom: 1rem;
  white-space: normal;
}
.footer__main-block {
  background: #17213c;
}
.footer__button {
  white-space: nowrap;
  border-radius: 5px;
  background: #ff7b47;
}
.footer__button span {
  color: #fff;
}
.footer__bottom {
  padding: 2.5rem 0;
}

.main-block__container {
  padding: 5rem 15px;
  display: grid;
  grid-template-columns: repeat(5, minmax(min-content, 1fr));
  gap: 3rem;
}
@media (max-width: 690.98px) {
  .main-block__container {
    grid-template-columns: repeat(3, minmax(min-content, 1fr));
  }
}
@media (max-width: 375.98px) {
  .main-block__container {
    grid-template-columns: repeat(2, minmax(min-content, 1fr));
  }
}
.main-block__column:nth-child(5) li:nth-child(n+2):nth-child(-n+4) {
  display: flex;
  align-items: center;
}
.main-block__column:nth-child(5) li:nth-child(n+2):nth-child(-n+4) svg {
  margin-right: 1rem;
}
@media (max-width: 690.98px) {
  .main-block__column:nth-child(5) {
    grid-column: -3/-1;
  }
}

.menu__list {
  color: #fff;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.menu__list li:not(:last-child) {
  margin-bottom: 2rem;
}

.bottom__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom__container p {
  margin-right: 1.5rem;
}
.bottom__design {
  display: flex;
  align-items: center;
}
.bottom__design svg:not(:last-child) {
  margin-right: 2rem;
}
/*# sourceMappingURL=style.css.map */
