@charset "UTF-8";
/*Подключаем шрифты*/
/*&display=swap&subset=cyrillic-ext*/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Обнуляющие стили*/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  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: 16px;
  -ms-text-size-abjust: 100%;
  -moz-text-size-abjust: 100%;
  -webkit-text-size-abjust: 100%;
}

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;
}

/*Адаптивное css свойство*/
body {
  font-family: "Roboto";
  font-weight: 400;
  background-color: #fff;
}

.wrapper {
  min-height: 600px;
}

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

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.header__container {
  max-width: 1395px;
  margin: 0 auto;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 76px;
}
.header__container-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  position: relative;
  z-index: 5;
}
.header__logo {
  width: 100%;
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}
.header__link {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #000;
  line-height: 120%;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.header__link:hover {
  color: burlywood;
}

.menu__icon {
  display: none;
}
.menu__list > li {
  position: relative;
  margin: 0px 12px 0px 12px;
}
.menu__link {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #000;
  line-height: 120%;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.menu__link:hover {
  color: burlywood;
}

body._lock {
  overflow: hidden;
}

@media (min-width: 767px) {
  .header__link {
    padding: 10px 12px;
  }
  .header__container {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 20px;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu__link {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .header__container-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
  .header__link {
    font-size: 24px;
    color: #fff;
  }
  .header__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0px;
  }
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #000;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }
  .menu__icon._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
        -ms-transform: scale(0) translate(0px, -50%);
            transform: scale(0) translate(0px, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0px, -50%);
        -ms-transform: rotate(-45deg) translate(0px, -50%);
            transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu__icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0px, 50%);
        -ms-transform: rotate(45deg) translate(0px, 50%);
            transform: rotate(45deg) translate(0px, 50%);
  }
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 106px 15px 30px 15px;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .menu__body::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 75px;
    background-color: #fff;
    z-index: 2;
  }
  .menu__body._active {
    left: 0;
  }
  .menu__body._active::before {
    position: fixed;
  }
  .menu__list > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px 0px 30px 0px;
  }
  .menu__list > li:last-child {
    margin: 0px 0px 0px 0px;
  }
  .menu__link {
    font-size: 24px;
    color: #fff;
  }
}
.main-section {
  position: relative;
  overflow: hidden;
}
.main-section__content {
  position: relative;
  z-index: 2;
  min-height: calc(380px + 124 * (100vw - 320px) / 1120);
  padding: 70px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-section__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 107%;
  text-align: center;
  color: #fff;
  margin: 0px 0px 12px 0px;
}
@media (max-width: 1370px) {
  .main-section__title {
    font-size: calc(28px + 15 * (100vw - 320px) / 1050);
  }
}
.main-section__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
  line-height: 120%;
  margin: 0px 0px 20px 0px;
}
.main-section__button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 115%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.main-section__button:hover {
  color: burlywood;
}
.main-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.design-inspires__body {
  padding: 80px 0px 40px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.design-inspires__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 135%;
  text-align: center;
  color: #000;
  margin-bottom: 23px;
}
@media (max-width: 1370px) {
  .design-inspires__title {
    font-size: calc(28px + 15 * (100vw - 320px) / 1050);
  }
}
@media (max-width: 1370px) {
  .design-inspires__title {
    margin-bottom: calc(17px + 6 * (100vw - 320px) / 1050);
  }
}
.design-inspires__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #a0a0a0;
  margin-bottom: 26px;
}
@media (max-width: 1370px) {
  .design-inspires__description {
    margin-bottom: calc(20px + 6 * (100vw - 320px) / 1050);
  }
}
.design-inspires__button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 162%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.design-inspires__button:hover {
  color: burlywood;
}

.categories__body {
  padding: 40px 0px 58px 0px;
  display: grid;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(357px, 1fr));
}
@media (max-width: 400px) {
  .categories__body {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}
.categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.categories__container-image {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 67.073% 0px;
  margin-bottom: 48px;
}
@media (max-width: 1370px) {
  .categories__container-image {
    margin-bottom: calc(18px + 30 * (100vw - 320px) / 1050);
  }
}
.categories__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 111%;
  text-align: center;
  color: #000;
  margin-bottom: 9px;
}
@media (max-width: 1370px) {
  .categories__title {
    font-size: calc(24px + 3 * (100vw - 320px) / 1050);
  }
}
@media (max-width: 1370px) {
  .categories__title {
    margin-bottom: calc(0px + 9 * (100vw - 320px) / 1050);
  }
}
.categories__button {
  display: inline-block;
  padding: 14px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.4px;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.categories__button:hover {
  color: burlywood;
}

.featured-products {
  padding: 58px 0px 47.5px 0px;
}
.featured-products__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 109%;
  text-align: center;
  color: #000;
  margin: 0px 0px 16px 0px;
}
@media (max-width: 1370px) {
  .featured-products__title {
    font-size: calc(28px + 5 * (100vw - 320px) / 1050);
  }
}
.featured-products__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #a0a0a0;
  line-height: 120%;
  margin-bottom: 52px;
}
@media (max-width: 1370px) {
  .featured-products__description {
    margin-bottom: calc(40px + 12 * (100vw - 320px) / 1050);
  }
}
.featured-products__body {
  display: grid;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 60px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.featured-products__container-image {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 137.3% 0px;
  margin: 0px 0px 23px 0px;
}
.featured-products__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-products__link {
  display: inline-block;
  cursor: pointer;
}
.featured-products__link:hover > .featured-products__item-title {
  color: burlywood;
}
.featured-products__item-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 162%;
  letter-spacing: 0.7px;
  color: #a0a0a0;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.featured-products__price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0.7px;
  color: #a0a0a0;
}

.decoration {
  width: 100%;
  max-width: 53px;
  margin: 0px auto 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.decoration__item {
  background-color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  height: 7px;
}

.home-office-inspiration {
  padding: 47.5px 0px 58px 0px;
}
.home-office-inspiration__container {
  position: relative;
  overflow: hidden;
}
.home-office-inspiration__content {
  position: relative;
  z-index: 2;
  min-height: calc(380px + 124 * (100vw - 320px) / 1120);
  padding: 70px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-office-inspiration__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 66px;
  line-height: 106%;
  text-align: center;
  color: #fff;
  margin: 0px 0px 14px 0px;
}
@media (max-width: 1370px) {
  .home-office-inspiration__title {
    font-size: calc(26px + 40 * (100vw - 320px) / 1050);
  }
}
.home-office-inspiration__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
  margin: 0px 0px 22px 0px;
}
.home-office-inspiration__button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 115%;
  padding: 8px 0px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.home-office-inspiration__button:hover {
  color: rgb(255, 211, 154);
}
.home-office-inspiration__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.made-the-hard-way {
  padding: 58px 0px 58px 0px;
}
.made-the-hard-way__container {
  max-width: 1082px;
  padding: 0px 15px;
  margin: 0px auto;
}
.made-the-hard-way__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 106%;
  text-align: center;
  color: #000;
  margin: 0px auto 23px auto;
  max-width: 450px;
}
@media (max-width: 1370px) {
  .made-the-hard-way__title {
    font-size: calc(26px + 8 * (100vw - 320px) / 1050);
  }
}
.made-the-hard-way__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #a0a0a0;
  margin: 0px auto 23px auto;
  max-width: 777px;
}
.made-the-hard-way__image {
  display: block;
  width: 100%;
}

.gallery {
  padding: 58px 0px 61px 0px;
}
.gallery__head {
  margin: 0px 0px 79px 0px;
}
@media (max-width: 1370px) {
  .gallery__head {
    margin: 0px 0px calc(40px + 39 * (100vw - 320px) / 1050) 0px;
  }
}
.gallery__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 106%;
  text-align: center;
  color: #000;
  margin: 0px auto 23px auto;
  max-width: 450px;
}
@media (max-width: 1370px) {
  .gallery__title {
    font-size: calc(26px + 8 * (100vw - 320px) / 1050);
  }
}
.gallery__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #a0a0a0;
  max-width: 789px;
  margin: 0px auto;
}
.gallery__body {
  display: grid;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.gallery__item {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 133.28% 0px;
}
.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.join-us {
  padding: 61px 0px 60px 0px;
}
.join-us__container {
  max-width: 450px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.join-us__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 106%;
  text-align: center;
  color: #000;
  margin-bottom: 44px;
}
@media (max-width: 1370px) {
  .join-us__title {
    font-size: calc(26px + 8 * (100vw - 320px) / 1050);
  }
}
@media (max-width: 1370px) {
  .join-us__title {
    margin-bottom: calc(28px + 16 * (100vw - 320px) / 1050);
  }
}
.join-us__button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 162%;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.join-us__button:hover {
  color: burlywood;
}

.design-inspires-two {
  padding: 60px 0px 39px 0px;
}
.design-inspires-two__body {
  background-color: #9aa8b1;
  padding: 70px 0px;
  min-height: 404px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.design-inspires-two__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1049px;
          flex: 0 1 1049px;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 24px;
}
@media (max-width: 1370px) {
  .design-inspires-two__content {
    row-gap: calc(12px + 12 * (100vw - 320px) / 1050);
  }
}
.design-inspires-two__image {
  width: 40px;
}
.design-inspires-two__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 135%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1370px) {
  .design-inspires-two__title {
    font-size: calc(28px + 15 * (100vw - 320px) / 1050);
  }
}
.design-inspires-two__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
}

.footer {
  background-color: #f9f9f9;
}
.footer__container {
  max-width: 1370px;
  padding: 0px 15px;
  margin: 0 auto;
}
.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin: 0px 0px 56px 0px;
}
@media (max-width: 767px) {
  .footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0px 0px 30px 0px;
  }
}
.footer__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 159px;
          flex: 0 1 159px;
  padding: 77px 0px 0px 0px;
}
@media (max-width: 767px) {
  .footer__list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 60px 0px 0px 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 479px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__item {
  margin: 0px 0px 16px 0px;
}
.footer__item:last-child {
  margin: 0px 0px 0px 0px;
}
.footer__link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 109%;
  color: #000;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.footer__link:hover {
  color: burlywood;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 20px;
  }
}
.footer__container-go-up {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer__container-go-up {
    width: 100%;
  }
}
.footer__button-go-up {
  background-color: #000;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 22px 30px 28px 30px;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.footer__button-go-up:hover {
  background-color: burlywood;
}
@media (max-width: 767px) {
  .footer__button-go-up {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__bottom {
  padding: 20px 0px 20px 0px;
}
.newsletter {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 344.52px;
          flex: 0 1 344.52px;
  padding: 77px 0px 0px 0px;
}
@media (max-width: 767px) {
  .newsletter {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 60px 0px 0px 0px;
  }
}
.newsletter__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 109%;
  color: #000;
  margin: 0px 0px 23px 0px;
}
.newsletter__description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #a0a0a0;
  line-height: 115%;
  margin: 0px 0px 91.5px 0px;
}
@media (max-width: 767px) {
  .newsletter__description {
    margin: 0px 0px 40px 0px;
  }
}
.newsletter__line {
  width: 100%;
  max-width: 316.8px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 767px) {
  .newsletter__line {
    max-width: none;
  }
}

.list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 41px;
     -moz-column-gap: 41px;
          column-gap: 41px;
  row-gap: 0px;
}
@media (max-width: 767px) {
  .list-bottom {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-bottom__link {
  display: block;
  padding: 8px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.8px;
  color: #707a7f;
  line-height: 115%;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.list-bottom__link_active, .list-bottom__link:hover {
  color: #000;
}