* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: #f9f9f9;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.wrapper {
  min-width: 100%;
  overflow: hidden;
}

body._lock {
  overflow: hidden;
}

header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}

.header__container {
  align-items: center;
  min-height: 75px;
  position: relative;
}

.header__logo {
  background-color: #fff;
  position: absolute;
  top: 35%;
  left: 40%;
  z-index: 5;
}

.menu__icon {
  display: none;
}

.menu__body {
  padding-top: 15px;
}

.menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.use > a:not(:last-child) {
  margin-right: 14px;
}

body._toutch .menu__list > div {
  display: flex;
  align-items: center;
}

body._toutch .menu__link {
  flex: 1 1 auto;
}

.menu__link {
  font-size: 13px;
  line-height: calc(15.23 / 12 * 100%);
  letter-spacing: 1.4px;
  color: #000;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.menu__link:hover {
  color: #a0a0a0;
}

@media (max-width: 767px) {
  .header__logo {
    left: 35%;
  }
}
@media (max-width: 599px) {
  .header__logo {
    left: 5%;
    top: 25px;
    position: fixed;
  }

  .menu__body::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 75px;
    position: fixed;
    background-color: #fff;
  }

  .menu__icon {
    display: block;
    cursor: pointer;
    top: 22px;
    left: 85%;
    width: 30px;
    height: 18px;
    position: fixed;
    z-index: 5;
  }

  .menu__link {
    color: #fff;
    font-size: 22px;
  }

  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    position: absolute;
    left: 0;
    height: 10%;
    width: 100%;
    background-color: #000;
    transition: all 0.3s ease 0s;
  }

  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }

  .menu__icon::before {
    top: 0;
  }

  .menu__icon::after {
    bottom: 0;
  }

  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }

  .menu__icon._active span {
    transform: scale(0) translate(0, -50%);
  }

  .menu__icon._active::before {
    transform: rotate(45deg) translate(0, -50%);
    top: 50%;
  }

  .menu__icon._active::after {
    transform: rotate(-48deg) translate(0, 50%);
    bottom: 48%;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 100px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }

  .menu__body._active {
    left: 0;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .menu__list .use a {
    display: block;
  }
  .menu__list .use a:first-child {
    margin: 0 0 35px 0;
  }
  .menu__list div:not(:last-child) {
    margin: 35px 0;
  }
}
.main-title__block {
  max-width: 789px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 81px;
}
.main-title__block .heading__title {
  font-size: 43px;
  line-height: calc(58 / 43 * 100%);
  color: #000;
}
.main-title__block .heading__subtitle {
  font-size: 14px;
  line-height: calc(24 / 14 * 100%);
  letter-spacing: 0.8px;
  margin: 23px 0 26px 0;
  color: #a0a0a0;
}
.main-title__block .heading__link {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: calc(21 / 13 * 100%);
  color: #000;
}
.main-title__block .heading__link:hover {
  text-decoration: underline;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.main__doard {
  position: relative;
}

.main__board-hpoto {
  width: 100%;
  height: 100%;
}

.main__board-hpoto img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container__info-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: scale(1) translate(-50%, -50%);
}

.main__board-info {
  display: flex;
  flex-direction: column;
  color: #fff;
  max-width: 699px;
}

.info-box__title {
  margin-bottom: 12px;
  font-size: 43px;
  line-height: calc(46 / 43 * 100%);
}

.info-box__subtitle {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: calc(17.58 / 15 * 100%);
  letter-spacing: 0.8px;
}

.info-box__link {
  font-size: 13px;
  line-height: calc(15.23 / 13 * 100%);
  letter-spacing: 1.4px;
  color: #fff;
}

.info-box__link:hover {
  text-decoration: underline;
}

.design {
  margin: 80px 0 130px 0;
}

.design-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.card:not(:last-child) {
  margin-right: 25px;
}

.design__card {
  flex: 0 1 658px;
  margin-bottom: 48px;
}

.design__card img {
  max-width: 100%;
}

.design__extra {
  display: block;
  text-align: center;
}

.design__extra h3 {
  font-size: 27px;
  line-height: calc(30 / 27 * 100%);
  margin-bottom: 23px;
}
.design__extra .design__link {
  font-size: 13px;
  line-height: calc(15.23 / 13 * 100%);
  letter-spacing: 1.4px;
  color: #000;
}
.design__extra .design__link:hover {
  text-decoration: underline;
}

.made {
  margin: 116px 0 0 0;
}

.made-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.made-title {
  max-width: 777px;
  margin-bottom: 23px;
}
.made-title .heading__title {
  font-size: 33px;
  line-height: calc(36 / 33 * 100%);
}

.made-content__img {
  max-width: 100%;
  max-height: 100%;
}
.made-content__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.make {
  margin: 116px 0 0 0;
}

.made-title {
  margin-bottom: 79px;
}

.make-grid__wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(150px, 1fr));
  grid-template-rows: pepeat(4, fit-content(220px));
  gap: 28px 25px;
}

.make-grid__item {
  max-width: 100%;
}
.make-grid__item img {
  width: 100%;
  height: auto;
}

.connection {
  margin: 124px 0 39px 0;
}

.heading__title-connection {
  margin-bottom: 44px;
}

.connection-link {
  margin-bottom: 24px;
}
.connection-link .icon-black {
  display: none;
}

.connection-link:hover .icon-white {
  display: none;
}
.connection-link:hover .icon-black {
  display: inline-block;
}

.connection-title,
.connection-subtitle {
  color: #fff;
}

.connection-subtitle {
  margin: 0;
}

footer {
  background-color: #e5e5e5;
  margin-top: 39px;
}
footer .footer-container {
  padding-bottom: 28px;
}

.footer-body {
  display: flex;
  flex-direction: column;
}

.footer-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 84px;
}
.footer-main .footer-body__navigation {
  margin: 77px 23px 0 0;
  flex: 0 1 170px;
  height: 100%;
}
.footer-main .footer-body__navigation .footer-nav {
  max-height: 265px;
}
.footer-main .footer-body__navigation .footer-nav .navigation-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-main .footer-body__navigation .footer-nav .navigation-list .navigation-link a {
  color: #000;
  font-size: 22px;
  line-height: calc(24 / 22 * 100%);
  transition: all 0.3s ease;
}
.footer-main .footer-body__navigation .footer-nav .navigation-list .navigation-link a:hover {
  color: #a0a0a0;
}
.footer-main .footer-body__navigation .footer-nav .navigation-list .navigation-link:not(:last-child) {
  margin-bottom: 16px;
}
.footer-main .footer-body__form {
  margin-top: 77px;
  flex: 0 1 1075px;
}
.footer-main .footer-body__form .form-title {
  font-size: 22px;
  line-height: calc(24 / 22 * 100%);
  color: #000;
  margin-bottom: 23px;
}
.footer-main .footer-body__form .form-sabtitle {
  max-width: 348px;
  font-size: 14px;
  line-height: calc(16.41 / 14 * 100%);
  letter-spacing: 0.8px;
  color: #a0a0a0;
  margin-bottom: 91px;
}
.footer-main .footer-body__form .form-box input {
  background-color: inherit;
  border-bottom: 1px solid #000;
  background-color: inherit;
  width: 320px;
  height: 20px;
}
.footer-main .footer-body__goup {
  flex: 0 0 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  height: 82px;
  transition: all 0.3s ease;
}
.footer-main .footer-body__goup .footer-box__link {
  text-align: center;
}
.footer-main .footer-body__goup .footer-box__link .footer-link {
  color: #fff;
  font-size: 16px;
  line-height: calc(16 / 16 * 100%);
  letter-spacing: 0.8px;
}
.footer-main .footer-body__goup:hover {
  background-color: #a0a0a0;
  border: 10px solid #000;
}
.footer-main .footer-body__goup:hover .footer-box__link {
  background-color: #000;
  width: 80%;
  height: 80%;
}
.footer-main .footer-body__goup:hover .footer-box__link .footer-link {
  position: relative;
  top: 20%;
  left: 0;
  transform: scale(1) translate(0, -20%);
  color: #a0a0a0;
}

.underfoot-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.underfoot-box .footer-under__block {
  flex: 0 1 52%;
}
.underfoot-box .footer-under__block .underfoot-content__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.underfoot-box .footer-under__block .underfoot-content__list a {
  color: #a0a0a0;
  font-size: 13px;
  line-height: calc(15.23 / 13 * 100%);
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
}
.underfoot-box .footer-under__block .underfoot-content__list a:hover {
  color: #000;
}
.underfoot-box .footer-under__block .underfoot-content__list .additional-site {
  color: #000;
  transition: all 0.3s ease;
}
.underfoot-box .footer-under__block .underfoot-content__list .additional-site:hover {
  color: #a0a0a0;
  text-decoration: underline;
}
.underfoot-box .footer-under__block .underfoot-content__list li:not(:last-child) {
  padding-right: 10px;
}

@media (max-width: 1150px) {
  .footer-main {
    justify-content: space-between;
  }
  .footer-main .footer-body__navigation {
    flex: 0 1 25%;
  }
  .footer-main .footer-body__form {
    flex: 0 1 50%;
  }
}
@media (max-width: 1110px) {
  .make-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 0.5fr));
    grid-template-rows: pepeat(4, fit-content(200px));
    gap: 28px 25px;
  }
}
@media (max-width: 990px) {
  .underfoot-box {
    justify-content: space-around;
  }
  .underfoot-box .footer-under__block {
    flex: 0 1 70%;
  }
}
@media (max-width: 935px) {
  .footer-main .footer-body__navigation {
    flex: 0 1 25%;
  }
  .footer-main .footer-body__form {
    flex: 0 1 30%;
  }
}
@media (max-width: 990px) {
  .info-box__title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .main-title__block {
    margin-bottom: 30px;
  }
  .main-title__block .heading__title {
    font-size: 36px;
  }
  .main-title__block .heading__subtitle {
    margin: 15px 0 19px 0;
  }
  .main-title__block .heading__link {
    font-size: 12px;
  }

  .info-box__title {
    font-size: 28px;
  }

  .info-box__subtitle {
    font-size: 14px;
  }

  .design {
    margin: 50px 0 70px 0;
  }

  .card:not(:last-child) {
    margin-right: 20px;
  }

  .design__card {
    margin-bottom: 37px;
  }

  .design__card img {
    max-width: 100%;
  }

  .design__extra h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .made {
    margin: 50px 0 0 0;
  }

  .make {
    margin-top: 50px;
  }

  .make-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(100px, 0.5fr));
    grid-template-rows: pepeat(4, fit-content(200px));
    gap: 20px 17px;
  }

  .connection {
    margin: 60px 0 0 0;
  }

  .heading__title-connection {
    margin-bottom: 30px;
  }

  .footer {
    margin-top: 15px;
  }

  .footer-main {
    margin-bottom: 40px;
  }
  .footer-main .footer-body__navigation {
    margin-top: 40px;
  }
  .footer-main .footer-body__form {
    margin-top: 40px;
  }

  .underfoot-box {
    justify-content: space-between;
  }
  .underfoot-box .footer-under__block {
    flex: 0 1 100%;
  }
  .underfoot-box .footer-under__block .underfoot-content__list {
    flex-wrap: wrap;
  }
  .underfoot-box .footer-under__block .underfoot-content__list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .main-title__block {
    margin-bottom: 15px;
  }
  .main-title__block .heading__title {
    font-size: 28px;
  }
  .main-title__block .heading__subtitle {
    margin: 12px 0 19px 0;
  }
  .main-title__block .heading__link {
    font-size: 13px;
  }

  .design {
    margin: 20px 0 30px 0;
  }

  .design-content {
    flex-wrap: wrap;
  }

  .design__card {
    margin-bottom: 10px;
  }

  .card:not(:last-child) {
    margin: 0 0 27px 0;
  }

  .design__extra h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .main__board-hpoto img {
    height: 220px;
    opacity: 0.6;
  }

  .container__info-box {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 8px 18px;
    border-radius: 2%;
  }

  .info-box__title {
    font-size: 20px;
    color: #000;
  }

  .info-box__subtitle {
    font-size: 14px;
    color: #000;
  }

  .info-box__link {
    color: #000;
  }

  .made {
    margin: 20px 0 0 0;
  }

  .make {
    margin-top: 50px;
  }

  .make-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 0.5fr));
    grid-template-rows: pepeat(8, fit-content(200px));
    gap: 20px 17px;
  }

  .connection {
    margin: 20px 0 0 0;
  }

  .heading__title-connection {
    margin-bottom: 25px;
  }

  .footer-main {
    margin: 20px 0 25px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-main .footer-body__navigation {
    margin: 0;
  }
  .footer-main .footer-body__navigation .footer-nav .navigation-list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: -5px -15px;
  }
  .footer-main .footer-body__navigation .footer-nav .navigation-list .navigation-link {
    margin: 5px 15px;
  }
  .footer-main .footer-body__form {
    margin: 22px 0 20px 0;
    flex: 0 1 100%;
    text-align: center;
  }
  .footer-main .footer-body__form .form-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .footer-main .footer-body__form .form-sabtitle {
    display: inline-block;
    max-width: 90%;
    margin: 0 0 30px 0;
  }
  .footer-main .footer-body__goup {
    flex: 0 1 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
    min-height: 50px;
  }
  .footer-main .footer-body__goup {
    flex: 1 1 100%;
  }
  .footer-main .footer-body__goup .footer-box__link .footer-link {
    display: flex;
    flex-direction: row;
    flex: 1 1 100%;
  }
  .footer-main .footer-body__goup .footer-box__link .footer-link div:not(:last-child) {
    margin-right: 5px;
  }
  .footer-main .footer-body__goup:hover {
    background-color: #a0a0a0;
    border: 0;
  }
  .footer-main .footer-body__goup:hover .footer-box__link {
    background-color: inherit;
    width: 100%;
    height: 100%;
  }
  .footer-main .footer-body__goup:hover .footer-box__link .footer-link {
    transform: scale(1) translate(0, 0);
    color: #000;
  }
}
@media (max-width: 480px) {
  .info-box {
    padding: 5px 0;
  }

  .main__board-hpoto {
    min-height: 220px;
  }

  .main-title__block .heading__subtitle {
    margin: 12px 0 5px 0;
  }

  .make-grid__wrapper {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-template-rows: pepeat(12, fit-content(220px));
    gap: 15px 5px;
  }

  .container__info-box {
    padding: 0 18px;
    max-width: 100%;
  }

  .connection-link {
    margin-bottom: 10px;
  }

  .underfoot-box {
    justify-content: center;
    align-items: center;
  }
  .underfoot-box .footer-under__block .underfoot-content__list {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .underfoot-box .footer-under__block .underfoot-content__list li {
    margin-bottom: 10px;
  }
}
