@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #333333;
}

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

ul,
li,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 36px;
}

li {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

input:not([type=checkbox]),
input:not([type=checkbox]):focus,
textarea,
textarea:focus,
select,
select:focus {
  outline: none !important;
  -webkit-appearance: none;
}

.wrap {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.first-screen {
  width: 100%;
  background-image: url("../img/first.jpg");
}

.home .first-screen {
  height: 865px;
}

.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top .wrap {
  padding: 20px 15px;
}

.header-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-cont-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-cont-item .item__icon {
  width: 18px;
  margin-right: 13px;
}

.header-cont-item .item__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}

.header-cont-item.address {
  margin-right: 50px;
}

.header-cont-item.address .item__icon {
  width: 12px;
}

.header .lang img {
  width: 20px;
}

.header-bottom {
  background-color: #CEB59D;
}

.header-bottom .wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu a {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #40321E;
  padding: 5px;
}

.menu a:hover {
  text-decoration: underline;
}

.menu li {
  margin-right: 40px;
}

.menu li:last-child {
  margin-right: 0;
}

.btn {
  border: 1px solid #40321E;
  border-radius: 4px;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 5px 20px;
}

.btn:hover {
  background-color: #40321E;
  color: #CEB59D;
}

.mobile-btn {
  width: 40px;
  height: 22px;
  cursor: pointer;
  display: none;
}

.mobile-btn .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile-btn .line {
  width: 100%;
  height: 2px;
  background-color: #40321E;
  position: absolute;
  left: 0;
}

.mobile-btn .line.top {
  top: 0;
}

.mobile-btn .line.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-btn .line.bottom {
  bottom: 0;
}

.offer {
  max-width: 635px;
  width: 100%;
  color: #40321E;
  font-weight: 900;
  font-size: 41px;
  line-height: 130%;
  margin-top: 150px;
}

.offer-desc {
  font-weight: 400;
}

.section {
  margin-top: 120px;
}

.section-title {
  font-weight: 900;
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 30px;
}

.products .section-title,
.gallery .section-title {
  padding: 0 15px;
}

.about .wrap {
  position: relative;
}

.about p {
  line-height: 140%;
}

.about-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-bottom-img {
  min-width: 350px;
  margin-left: 30px;
}

.about-bottom p {
  margin-top: 0;
}

.about .leaf-1 {
  width: 170px;
  position: absolute;
  bottom: -120px;
  left: -175px;
}

.about .leaf-2 {
  width: 110px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -125px;
}

.about-info {
  background-image: url("../img/about-info.jpg");
  background-size: cover;
  padding: 120px 0;
  position: relative;
}

.about-info .wrap {
  position: relative;
  z-index: 1;
}

.about-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-info-item {
  max-width: 285px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.about-info-item .inner {
  padding: 10px;
  border: 1px solid #CEB59D;
  border-radius: 4px;
}

.about-info-item .inner .item__content {
  padding: 20px 10px 10px;
  background-color: #CEB59D;
  border-radius: 4px;
}

.about-info-item .inner .item__content img {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto 15px;
}

.about-info-item .inner .item__content .item__text {
  text-align: center;
}

.row__top .about-info-item:first-child .item__text {
  max-width: 103px;
  margin: 0 auto;
}

.row__bottom .about-info-item {
  margin-bottom: 0;
}

.about-info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(19.06%, #40321E), color-stop(59.69%, rgba(64, 50, 30, 0.72)), color-stop(91.46%, #40321E));
  background: -o-linear-gradient(left, #40321E 19.06%, rgba(64, 50, 30, 0.72) 59.69%, #40321E 91.46%);
  background: linear-gradient(90deg, #40321E 19.06%, rgba(64, 50, 30, 0.72) 59.69%, #40321E 91.46%);
  position: absolute;
  top: 0;
  left: 0;
}

.products {
  /* overflow: hidden ;*/
}

.products .wrap {
  position: relative;
  padding: 0;
}

.products .wrap .leaf-3 {
  width: 150px;
  position: absolute;
  top: -100px;
  left: -100px;
}

.products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-item {
  width: 33.3333%;
  height: 350px;
  padding: 15px;
}

.products-item .inner {
  width: 100%;
  height: 100%;
  border: 2px solid #40321E;
  border-radius: 4px;
  color: #40321E;
  position: relative;
  overflow: hidden;
}

.products-item .inner .item__title {
  max-width: 250px;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 10px;
}

.products-item .inner .item__desc {
  font-size: 16px;
  line-height: 140%;
  position: relative;
}

.products-item .inner .item__desc::before {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background-color: #40321E;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.products-item-content {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: -100%;
}

.products-item-content .content__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.products-item-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.section.products {
  margin-top: 0;
  padding-top: 120px;
}

.products-item.hide {
  display: none;
}

.more-btn,
.hide-btn {
  width: 160px;
  margin: 50px auto 0;
}

.hide-btn {
  display: none;
}



.products-item:hover .products-item-content {
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  bottom: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.contacts {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}

.contacts .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.contacts-form {
  max-width: 468px;
  width: 100%;
}

.contacts-form .inner {
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(206, 181, 157, 0.6);
  border-radius: 4px;
}

.contacts-form .form-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 20px;
}

.contacts-content {
  max-width: 468px;
  width: 100%;
  color: #000;
}

.contacts-content .item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 10px;
}

.contacts-content a {
  font-size: 18px;
  line-height: 130%;
  display: block;
}

.contacts-content .item__text {
  font-size: 18px;
  line-height: 130%;
}


.contacts-items .items-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.contacts-items .items-title::before {
  content: '';
  display: block;
  width: 30px;
  height: 23px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 6px;
}

.contacts-items.items__uk .items-title::before {
  background-image: url('../img/flag_uk.png');
  border: 1px solid #000;
  border-radius: 3px;
}

.contacts-items.items__es .items-title::before {
  background-image: url('../img/flag_es.png');
}

.contacts-items .manager__name {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 10px;
}

.contacts-item {
  margin-bottom: 20px;
}


.contacts::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: url("../img/contacts_img.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.contacts::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #CEB59D;
  position: absolute;
  top: 0;
  right: 0;
}

input:not([type=submit]),
textarea {
  width: 100%;
  display: block;
  border: none;
  border-radius: 4px;
  border: 1px solid transparent;
  background-color: #fff;
  padding: 10px 15px;
}

input:not([type=submit]):focus,
textarea:focus {
  border: 1px solid #000;
}

input[type=submit] {
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #CEB59D;
  font-size: 22px;
  line-height: 130%;
  color: #fff;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #E4BD97;
}

.footer {
  width: 100%;
  height: 140px;
  background-color: #40321E;
}

.footer .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
}

.footer a.logo {
  display: block;
  width: 70px;
}

.development {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 15px;
  bottom: 27px;
}

.development-icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
}

.development-title {
  font-size: 10px;
  line-height: 12px;
  text-decoration-line: underline;
  color: #FFFFFF;
}

.product {
  margin-top: 60px;
}

.product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-gallery {
  max-width: 350px;
  min-width: 350px;
  width: 100%;
  margin-right: 30px;
}

.product-img {
  margin-bottom: 20px;
}

.product-info {
  max-width: 540px;
}

.product-title h1 {
  font-weight: 900;
  font-size: 30px;
  line-height: 130%;
  color: #333333;
  margin-bottom: 10px;
}

.product-desc {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 50px;
}


.product-btn {
  width: 250px;
  background-color: #CEB59D;
}

.table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.table .column {
  max-width: 265px;
  width: 100%;
}

.table .column.num {
  max-width: 45px;
}

.table .column.num .value-row,
.table .column.num .headr-row {
  border-left: none;
}

.table .value-row,
.table .head-row {
  padding: 14px;
}

.table .head-row {
  height: 66px;
  font-size: 14px;
  line-height: 130%;
  color: #40321E;
}

.table .value-row {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #333333;
}

.table .value-row:last-child {
  border-bottom: none;
}

.table .value-row.name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: calc(100% - 66px);
  background-color: #fff !important;
}

.table .column.num .value-row {
  background-color: #CEB59D;
  font-weight: 400;
}

.table .value-row:nth-child(2n) {
  background-color: #CEB59D;
}

.table {
  border: 1px solid #CEB59D;
  background-color: #fff;
  text-align: center;
}

.table .column,
.table .value-row,
.table .head-row {
  border-left: 1px solid #CEB59D;
  border-bottom: 1px solid #CEB59D;
}

.download-btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 30px;
}

.download-btn {
  width: 160px;
  height: 36px;
  border: 1px solid #40321E;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-btn .btn__icon {
  width: 18px;
  margin-right: 8px;
}

.download-btn .btn__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #40321E;
}

.download-btn.btn:hover {
  background-color: #fff;
}

.mobile-list {
  max-width: 400px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 70px 30px 30px;
  position: fixed;
  top: 0;
  right: -450px;
  z-index: 80;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-list.active {
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-body {
  position: relative;
}

.mobile-close {
  position: absolute;
  top: -50px;
  right: -5px;
}

.mobile-menu {
  padding-top: 30px;
}

.mobile-menu a {
  padding: 5px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.mobile-menu li {
  margin-bottom: 30px;
}

.close {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.close .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.close .inner::before,
.close .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #40321E;
  position: absolute;
  top: 50%;
  left: 0;
}

.close .inner::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.close .inner::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.lang-active {
  width: 35px;
  position: relative;
  cursor: pointer;
}

.lang-active::before {
  content: '';
  display: block;
  width: 9px;
  height: 5px;
  background-image: url('../img/triangle.svg');
  position: absolute;
  right: 0;
  bottom: 8px;
}

.lang-active li:not(.active) {
  display: none;
}

.lang-active li.active {
  position: relative;

}

.lang-active li.active::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.lang {
  position: relative;
}

.lang-switcher {
  width: 85px;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: -50px;
  z-index: 81;
  display: none;
}

.lang-switcher.active {
  display: block;
}

.lang-switcher li {
  display: flex;
  justify-content: center;
}

.product-thumbs {
  display: flex;
  flex-wrap: wrap;
}

.product-thumb {
  width: 33.3333%;
  padding: 0 5px;
}

.product-thumb img {
  border: 1px solid #c3c3c3;
  border-radius: 5px;
}

.table-wrap {
  margin-top: 40px;
}


.table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.table-wrap tbody tr:first-child td {
  font-size: 16px;
}

.table-wrap tr:nth-child(even) td {
  background-color: #CEB59D;
}

.table-wrap tbody tr td {
  font-size: 14px;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 5px;
}

.download-btn-row {
  margin-top: 40px;
  display: flex;
}

#products .download-btn {
  width: 250px;
}

.gallery {
  padding-top: 70px;
}

.gallery .wrap {
  padding: 0;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}

.gallery-desc {
  max-width: 600px;
  width: 100%;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 140%;
  padding: 0 15px;
}

.gallery-desc-text {
  position: relative;
  padding: 15px 30px;
}

.gallery-desc-text::before,
.gallery-desc-text::after {
  content: '';
  display: block;
  height: 100%;
  width: 30px;
  border: 3px solid #000;
  position: absolute;
  top: 0;
}

.gallery-desc-text::before {
  left: 0;
  border-right: 3px solid transparent;
}

.gallery-desc-text::after {
  right: 0;
  border-left: 3px solid transparent;
}









/* adaptive */
@media (max-width: 1600px) {
  .first-screen {
    background-position: center top;
  }
}

@media (max-width: 1500px) {
  .about .leaf-1 {
    width: 100px;
    left: -85px;
  }

  .about .leaf-2 {
    width: 65px;
    right: -55px;
  }
}

@media (max-width: 1360px) {

  .about .leaf-1,
  .about .leaf-2,
  .products .wrap .leaf-3 {
    display: none;
  }

  .products-item-content {
    height: 30%;
    padding: 10px;
    bottom: 0;
  }

  .products-item:hover .products-item-content {
    height: 30%;
  }

  .products-item .inner .item__desc,
  .products-item-btn {
    display: none;
  }
}

@media (max-width: 1110px) {
  .products-item {
    height: 31vw;
  }

  .products .wrap {
    padding: 0;
  }

  .products .section-title {
    padding: 0 15px;
  }

  .products-item .inner .item__title {
    font-size: 20px;
  }

  .contacts-form {
    margin-right: 15px;
  }

  .contacts-content {
    margin-left: 15px;
  }
}

@media (max-width: 950px) {
  body {
    font-size: 18px;
  }

  .header .nav,
  .header .btn.callback {
    display: none;
  }

  .mobile-btn {
    display: block;
  }

  .row__bottom .about-info-item:nth-child(2) .item__text {
    max-width: 100px;
    margin: 0 auto;
  }

  .products-item .inner .item__title {
    font-size: 20px;
  }

  .contacts::before {
    background-size: cover;
  }

  .lang-switcher li {
    margin-bottom: 10px;
  }

  .lang-switcher li:last-child {
    margin-bottom: 0;
  }

  .contacts-item {
    width: 100%;
  }

  .contacts-item.address {
    margin-left: 0;
  }

  .product-desc table {
    width: 100%;
  }

  .product-desc table strong {
    font-size: 14px;
  }

  .product-desc table td {
    width: 50%;
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .about-bottom {
    display: block;
  }

  .about-bottom-img {
    max-width: 400px;
    min-width: 1px;
    margin-left: 0;
  }

  .section {
    margin-top: 70px;
  }

  .section.products {
    padding-top: 0;
    margin-top: 70px;
  }

  .products-item .inner .item__title {
    font-size: 18px;
  }

  .contacts {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media (max-width: 800px) {
  .products-item {
    width: 50%;
    height: 44vw;
  }

  .products-item-content {
    height: 70px;
  }

  .contacts-items .items-title,
  .contacts-items .manager__name {
    font-size: 20px;
  }

  .contacts-items .items-title::before {
    width: 26px;
    height: 19px;
  }
}

@media (max-width: 750px) {
  .about-img {
    height: 175px;
  }

  .about-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .product-row {
    display: block;
  }

  .product-img {
    max-width: 450px;
    min-width: 1px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .table .column.num {
    display: none;
  }

  .table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table .column {
    max-width: 100%;
    width: 33.3333%;
  }

  .table .column.name {
    width: 100%;
  }

  .gallery-item {
    width: 25%;
  }

  .gallery-desc {
    max-width: 100%;
  }

  .gallery-desc-text {
    padding: 0;
  }

  .gallery-desc-text::before,
  .gallery-desc-text::after {
    display: none;
  }
}

@media (max-width: 650px) {
  .header-cont-item.address {
    display: none;
  }

  .offer {
    margin-top: 60px;
    font-size: 30px;
    line-height: 1.5;
  }

  .home .first-screen {
    height: 600px;
  }

  .about-info {
    padding: 50px 0;
  }

  .about-info .row {
    display: block;
  }

  .about-info-item {
    margin: 0 auto 25px !important;
  }

  .contacts {
    padding-top: 50px;
    padding-bottom: 0;
    background-image: url("../img/contacts_img.jpg");
  }

  .contacts .wrap {
    display: block;
    padding: 0;
  }

  .contacts-form {
    margin: 0 auto 50px;
    padding: 0 15px;
  }

  .contacts-content {
    max-width: 100%;
    width: 100vw;
    margin-left: 0;
    background-color: #CEB59D;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts::before,
  .contacts::after {
    display: none;
  }

  .development {
    position: static;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer {
    height: auto;
  }

  .footer .wrap {
    display: block;
  }

  .footer a.logo {
    margin: 0 auto 20px;
  }

  .table .head-row {
    font-size: 12px;
  }

  .table-wrap {
    overflow: auto;
  }

  .table-wrap table {
    width: 610px;
  }
}



@media (max-width: 530px) {
  .table-container {
    overflow-x: auto;
  }

  .table {
    /* width: 496px; */
  }
}

@media (max-width: 500px) {
  .header .logo {
    width: 42px;
  }

  .products-item {
    width: 100%;
    height: 70vw;
  }

  .gallery-item {
    width: 50%;
    margin-bottom: 15px;
  }

  .gallery-item {
    font-size: 15px;
  }

  .gallery-desc {
    font-size: 18px;
  }

}

@media (max-width: 497px) {
  .table .value-row {
    height: 65px;
    font-size: 12px;
    font-weight: 500;
  }
}

@media (max-width: 450px) {
  .offer-desc {
    font-size: 20px;
  }

  .home .first-screen {
    height: 700px;
    background-image: url('../img/first_mobile.jpg');
    background-position: left top;
  }

  .product-desc table tr td:last-child {
    text-align: right;
  }
}

@media (max-width: 400px) {

  .column.size .head-row,
  .column.sort .head-row,
  .column.price .head-row {
    height: 90px;
  }

  .product-gallery {
    min-width: 1px;
  }
}