html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

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

body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01px;
  color: #000;
}
body.body--fixed {
  overflow: hidden;
}

.container {
  width: min(1200px, 100% - 15px) !important;
  margin-inline: auto;
}

.main-content {
  padding: 40px 0;
}

.header__top {
  padding: 20px 0;
}
.header__top-wrapper {
  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;
}
.header__top-wrapper .logo {
  margin-left: 15px;
}
.header__top-buttons {
  margin-right: 20px;
}
.header__top-mobile-menu-btn {
  display: none;
}
.header__bottom {
  background-color: #d3dfd6;
}
.header__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom-link {
  display: block;
  padding: 16px 25px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  background-color: #f16609;
}
.header__bottom-menu-wrapper {
  position: relative;
  margin-left: 8px;
}
.header__bottom-menu-wrapper:hover .header__bottom-menu {
  opacity: 1;
  pointer-events: all;
  translate: 0;
}
.header__bottom-menu-columns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.header__bottom-menu-column {
  width: 275px;
  padding: 0 40px;
}
.header__bottom-menu-column:first-child {
  padding-left: 0;
}
.header__bottom-menu-column:last-child {
  padding-right: 0;
}
.header__bottom-menu-column + .header__bottom-menu-column {
  border-left: 1px solid #e4e1e1;
}
.header__bottom-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  padding: 30px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  translate: 0 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom-menu-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__bottom-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__bottom-menu-item {
  position: relative;
  padding: 12px 0 12px 10px;
}
.header__bottom-menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.header__bottom-menu-item li {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  padding-left: 7px;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom-menu-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.header__bottom-menu-item li:hover {
  background-color: #d3dfd6;
}
.header__bottom-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #d3dfd6;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom-menu-link:hover::after {
  width: 100%;
}
.header__bottom-menu-link {
  position: relative;
  color: #000;
  text-decoration: none;
}
.header__bottom-menu-link:visited {
  color: #000;
}
.header__bottom-menu-wrapper {
  margin-left: 0;
}
.header__bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom .menu__item {
  margin: 0;
}
.header__bottom .menu__item .menu__link {
  padding-left: 26px;
}
.header__bottom .menu__link {
  display: block;
  padding: 20px 14px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom .menu__link:hover {
  background-color: #000;
  color: #FFF;
}
.header__bottom-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header__bottom-link:hover {
  background-color: #000;
}
.header__bottom-mobile-close-btn {
  display: none;
}

@media (max-width: 1230px) {
  .header__bottom .menu__link {
    padding: 15px 10px;
    font-size: 16px;
  }
  .header__bottom-link {
    padding: 11px 20px;
  }
}
@media (max-width: 1050px) {
  .header__top-wrapper .social {
    display: none;
  }
  .header__bottom .menu__link {
    padding: 15px 8px;
    font-size: 14px;
  }
  .header__bottom .menu__item:first-child .menu__link {
    padding-left: 16px;
  }
  .header__bottom-link {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .header__top-wrapper .logo {
    max-width: 200px;
  }
  .header__top-wrapper .search {
    width: 300px;
  }
  .header__top-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__top-mobile-menu-btn {
    position: relative;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    padding: 2px;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .header__top-mobile-menu-btn::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: #d3dfd6;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__top-mobile-menu-btn:hover::before {
    width: 30px;
    height: 30px;
  }
  .header__top-mobile-menu-line {
    height: 3px;
    width: 100%;
    background-color: #000;
  }
  .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 40px;
    -webkit-clip-path: circle(0% at 100% 0);
            clip-path: circle(0% at 100% 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header__bottom.header__bottom--active {
    -webkit-clip-path: circle(150% at 100% 0);
            clip-path: circle(150% at 100% 0);
  }
  .header__bottom.header__bottom--active .header__bottom-mobile-close-line:first-child {
    rotate: 45deg;
  }
  .header__bottom.header__bottom--active .header__bottom-mobile-close-line:last-child {
    rotate: -45deg;
  }
  .header__bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__bottom-wrapper .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__bottom-wrapper .menu__link {
    font-size: 18px;
    padding: 15px;
  }
  .header__bottom-wrapper > .header__bottom-mobile-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .header__bottom-wrapper .header__bottom-menu .header__bottom-menu, .header__bottom-wrapper:hover .header__bottom-menu {
    opacity: 0;
    pointer-events: none;
    translate: 100% 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .header__bottom-wrapper .header__bottom-menu .header__bottom-menu.header__bottom-menu--active, .header__bottom-wrapper:hover .header__bottom-menu.header__bottom-menu--active {
    opacity: 1;
    translate: 0;
    pointer-events: all;
  }
  .header__bottom-mobile-close-btn {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  .header__bottom-mobile-close-btn::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #efefef;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header__bottom-mobile-close-btn:hover::before {
    width: 40px;
    height: 40px;
  }
  .header__bottom-mobile-close-line {
    width: 100%;
    height: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__bottom-mobile-close-line:first-child {
    rotate: 0deg;
    translate: 0 2px;
  }
  .header__bottom-mobile-close-line:last-child {
    rotate: 0deg;
    translate: 0 -1px;
  }
  .header__bottom-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .header__bottom-menu.header__bottom-menu--active {
    opacity: 1;
    translate: 0;
    pointer-events: all;
  }
}
@media (max-width: 750px) {
  .header__top-wrapper .logo {
    max-width: 150px;
  }
  .header__top-wrapper .search {
    width: 250px;
  }
  .header__top-wrapper .search__input {
    padding: 10px 40px 10px 20px;
  }
  .header__top-wrapper .cart__icon {
    width: 30px;
    height: 40px;
  }
  .header__top-mobile-menu-btn {
    width: 25px;
    height: 25px;
  }
  .header__top-mobile-menu-line {
    height: 2px;
  }
  .header__bottom-menu-column {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .header__top-wrapper .search {
    margin-right: 20px;
  }
  .header__bottom-menu-columns-wrapper {
    -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;
    overflow-y: auto;
    height: calc(100vh - 90px);
  }
  .header__bottom-menu-column {
    padding: 0;
    text-align: center;
  }
  .header__bottom-menu-column + .header__bottom-menu-column {
    border-left: none;
  }
  .header__bottom-menu-item {
    padding: 5px 0 5px 0px;
  }
  .header__bottom-menu-item::before {
    display: none;
  }
  .header__bottom-menu-item li {
    padding: 0;
    margin: 0;
  }
  .header__bottom-menu-item li::before {
    display: none;
  }
}
.footer__top {
  background-color: #361655;
}
.footer__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 10px 90px 30px;
}
.footer__top-wrapper .social {
  margin-top: 30px;
  display: inline-block;
}
.footer__top-wrapper .menu {
  list-style: disc;
  padding-left: 20px;
}
.footer__top-wrapper .menu__item + .menu__item {
  margin-top: 2px;
}
.footer__top-wrapper .logo {
  width: 290px;
}
.footer__top-wrapper .newsletter {
  color: #FFF;
}
.footer__top-wrapper .social__list-link {
  background-color: #FFF;
}
.footer__top-wrapper .social__list-link svg {
  fill: #000;
  color: #FFF;
}
.footer__top-wrapper .social__list-link svg, .footer__top-wrapper .social__list-link img {
  max-width: 20px;
  max-height: 20px;
  margin: 0;
}
.footer__top-column + .footer__top-column {
  margin-left: 40px;
}
.footer__top-column {
  margin-left: 70px;
}
.footer__top-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  color: #FFF;
}
.footer__top-address {
  max-width: 150px;
}
.footer__top-address, .footer__top-link, .footer__top-text,
.footer .menu__link {
  font-family: "Barlow Semi Condensed", sans-serif;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
  font-style: normal;
}
.footer .menu__item {
  color: #FFF;
}
.footer__top-address {
  margin: 0 0 25px;
}
.footer__top-text .footer__top-link {
  display: inline;
}
.footer__top-text .footer__top-link + .footer__top-link::before {
  content: "/";
}
.footer__top-link,
.footer .menu__link {
  display: inline-block;
  position: relative;
}
.footer__top-link:visited,
.footer .menu__link:visited {
  color: #FFF;
}
.footer__top-link::after,
.footer .menu__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer__top-link:hover::after,
.footer .menu__link:hover::after {
  width: 100%;
}
.footer__top-logo-wrapper {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 90px;
}
.footer__bottom {
  background-color: #000;
}
.footer__bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px;
}
.footer__bottom-payment-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom-payment-item + .footer__bottom-payment-item {
  margin-left: 10px;
}
.footer__bottom-payment-image {
  width: 60px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 3px;
  margin: 0;
}

@media (max-width: 1200px) {
  .footer__top-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .footer__top-wrapper .menu {
    list-style: none;
    padding-left: 0;
  }
  .footer__top-column {
    -ms-grid-column-align: center;
        justify-self: center;
    text-align: center;
    margin-left: 0;
  }
  .footer__top-address {
    margin: 0 auto 25px;
  }
  .footer__top-column + .footer__top-column {
    margin-left: 0px;
  }
}
@media (max-width: 750px) {
  .footer__top-wrapper {
    grid-gap: 20px;
  }
  .footer__top-wrapper .newsletter {
    width: 250px;
  }
  .footer__top-wrapper .logo {
    width: 200px;
  }
}
@media (max-width: 600px) {
  .footer__top-wrapper {
    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;
  }
  .footer__top-logo-wrapper {
    margin-top: 0;
  }
  .footer__top-column + .footer__top-column {
    margin-top: 20px;
  }
}
.logo {
  max-width: 295px;
  max-height: 55px;
}
.logo__link, .logo__image {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.search {
  width: 405px;
}
.search__form {
  position: relative;
}
.search__input,
.search input[type=search].search__input {
  width: 100%;
  padding: 16px 40px 16px 12px;
  font-size: 16px;
  font-weight: 300;
  background-color: #efefef;
  border: 1px solid #e4e1e1;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search__input::-webkit-input-placeholder, .search input[type=search].search__input::-webkit-input-placeholder {
  font-style: italic;
  color: #878787;
}
.search__input::-moz-placeholder, .search input[type=search].search__input::-moz-placeholder {
  font-style: italic;
  color: #878787;
}
.search__input:-ms-input-placeholder, .search input[type=search].search__input:-ms-input-placeholder {
  font-style: italic;
  color: #878787;
}
.search__input::-ms-input-placeholder, .search input[type=search].search__input::-ms-input-placeholder {
  font-style: italic;
  color: #878787;
}
.search__input::placeholder,
.search input[type=search].search__input::placeholder {
  font-style: italic;
  color: #878787;
}
.search__input:hover,
.search input[type=search].search__input:hover {
  padding-left: 15px;
}
.search__button {
  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;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search__button svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 16px;
}
.search__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #d3dfd6;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search__button:hover::before {
  width: 30px;
  height: 30px;
}
.search__mobile-button {
  display: none;
}

@media (max-width: 600px) {
  .search {
    max-width: 40px;
    margin-left: auto;
  }
  .search__form {
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
  }
  .search__input {
    background-color: #fff;
  }
  .search__button {
    width: 40px;
    height: 40px;
    right: 30px;
    top: 40px;
  }
  .search.search--active .search__form {
    opacity: 1;
    pointer-events: all;
  }
  .search__mobile-button {
    display: block;
    position: relative;
    border: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
  }
  .search__mobile-button svg {
    position: relative;
    width: 25px;
    height: 25px;
    z-index: 1;
  }
  .search__mobile-button::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #d3dfd6;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .search__mobile-button:hover::before {
    width: 30px;
    height: 30px;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social__list-item + .social__list-item {
  margin-left: 8px;
}
.social__list-link {
  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;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #000;
}
.social__list-link svg {
  fill: #FFF;
  color: #000;
}
.social__list-link svg, .social__list-link img {
  max-width: 20px;
  max-height: 20px;
  margin: 0;
}

.cart {
  position: relative;
}
.cart__icon {
  width: 35px;
  height: 48px;
  margin: 0;
}
.cart__link {
  position: relative;
  z-index: 1;
  color: #ee2143;
  text-decoration: none;
}
.cart__link:visited {
  color: #ee2143;
}
.cart__number {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -20%;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #ee2143;
}
.cart::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -30%;
  background-color: #d3dfd6;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart:hover::before {
  width: 40px;
  height: 40px;
}

.main-banner {
  height: calc(100vh - 155px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-banner .container, .main-banner__wrapper {
  height: 100%;
}
.main-banner__wrapper {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.main-banner__content {
  display: inline;
  padding: 45px 30px;
  margin-left: 125px;
  background-color: #d3dfd6;
}
.main-banner__title {
  display: table-caption;
  font-family: quincy-cf, serif;
  font-weight: 900;
  font-size: 86px;
  line-height: 60px;
}
.main-banner__title span:first-child {
  margin-right: 20px;
}
.main-banner__title span:nth-child(2) {
  display: block;
  text-align: right;
}
.main-banner__title span:last-child {
  margin-left: 20px;
}

@media (max-width: 1230px) {
  .main-banner {
    height: calc(100vh - 145px);
  }
  .main-banner__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-banner__content {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .main-banner {
    height: calc(100vh - 92px);
  }
}
@media (max-width: 750px) {
  .main-banner {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 600px) {
  .main-banner {
    height: calc(100vh - 80px);
  }
  .main-banner__content {
    padding: 30px 20px;
  }
  .main-banner__title {
    font-size: 60px;
    line-height: 45px;
  }
}
.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -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;
}
.newsletter__title {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.newsletter__subtitle {
  max-width: 280px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}
.newsletter__form {
  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;
  margin-top: 25px;
  width: 100%;
}
.newsletter__form-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px;
  border: none;
  border-radius: 3px;
}
.newsletter__form-input + .newsletter__form-input {
  margin-top: 10px;
}
.newsletter__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
}
.newsletter__form-checkbox {
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
  border-radius: 2px;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.newsletter__form-button {
  display: inline-block;
  background-color: #f16609;
  padding: 10px 15px;
  margin: 25px auto 0 auto;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newsletter__form-button:hover {
  background-color: #000;
}

.products {
  padding: 40px 0 60px;
}
.products__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px 30px;
  padding: 0 15px;
}
.products__item {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}
.products__item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.products__item:hover .products__item-image {
  scale: 0.95;
}
.products__item-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 270px;
  padding: 20px;
  border: 1px solid #e4e1e1;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.products__item-image {
  max-height: 235px;
  max-width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.products__item-content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px 20px;
  text-align: center;
  background-color: #d3dfd6;
  border-radius: 0 0 5px 5px;
  height: calc(100% - 270px);
}
.products__item-title {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.products__item-descr {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  max-height: 60px;
  overflow: hidden;
}
.products__item-button {
  font-family: "Barlow Semi Condensed", sans-serif;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  background-color: #f16609;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.products__item-button:visited {
  color: #FFF;
}
.products__item-button:hover {
  background-color: #000;
}

@media (max-width: 1150px) {
  .products__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .products__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .products__items {
    display: block;
  }
  .products__item + .products__item,
  .products div + div {
    margin-top: 20px;
  }
}