

/* Start:/local/templates/dekastroymet/assets/style.css?1777050272161817*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

img {
  display: block;
  user-select: none;
  pointer-events: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
select,
textarea {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background-color: transparent;
  cursor: pointer;
  font-family: 'Cuprum', sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

input {
  border: none;
  background-color: transparent;
}

body {
  font-family: 'Cuprum', sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FAFAFA;
}

main {
  position: relative;
  z-index: 9;
}

section {
  position: relative;
}

.tablet__menu {
  display: none;
}

.tablet__menu.open {
  @media(max-width: 1024px) {
    width: 100%;
    display: block;
    position: fixed;
    top: 130px;
    background-color: #FAFAFA;
    z-index: 19;
  }

  @media(max-width: 768px) {
    top: 97px;
  }
}

.tablet__menu-close {
  margin: 0 0 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-close__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.tablet__menu-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px;
  border-top: 1px solid #D7DADF;
  position: relative;
  min-height: 300px;
  gap: 20px;

  @media(max-width: 768px) {
    flex-direction: column;
    padding: 20px;
    gap: 80px;
  }
}

.tablet__menu-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tablet__sub-menu {
  display: none;
}

.tablet__sub-menu.active {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;

  @media(max-width: 768px) {
    right: 20px;
    left: unset;
    transform: unset;
    align-items: flex-end;
    text-align: right;
  }

  @media(max-width: 360px) {
    max-width: 200px;
  }
}

.tablet__menu-col__link,
.tablet__menu-col__item,
.tablet__menu-link {
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
}

.tablet__menu-col__item.dimmed,
.tablet__menu-col__link.dimmed {
  color: #42434D99;
}

.tablet__menu-col__item.active {
  color: #A90000;
}

.tablet__menu-info__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;

  @media(max-width: 480px) {
    align-items: flex-start;
    width: 100%;
  }
}

.tablet__menu-socials {
  display: none;

  @media(max-width: 768px) {
    display: flex;
    gap: 30px;
  }
}

.tablet__menu-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;

  @media(max-width: 768px) {
    flex-direction: row;
    align-items: flex-end;
  }

  @media(max-width: 480px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.tablet__menu-info__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 10px;

  @media(max-width: 768px) {
    align-items: flex-start;
    text-align: left;
  }
}

.tablet__menu-info__list a {
  font-size: 18px;
  line-height: 110%;
  font-weight: 700;
  color: #42434D;
}

.tablet__menu-btn {
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  color: #A90000;
  border: 1px solid #A90000;
  border-radius: 4px;
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;

  @media(max-width: 480px) {
    width: 100%;
  }
}




.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FAFAFA;
}

.header__wrapper {
  max-width: 1880px;
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto;

  @media(max-width: 767px) {
    padding: 20px;
  }
}

.header__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.header__left {
  max-width: 347px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;

  @media(max-width: 480px) {
    display: none;
  }
}

.header__location {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  position: relative;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.header__location-confirm {
  position: absolute;
  opacity: 0;
  user-select: none;
  pointer-events: none;
  top: calc(100% + 10px);
  left: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 300px;
  padding: 10px;
  background-color: #FAFAFA;
  border-radius: 4px;
  z-index: -1;
  border: 1px solid #42434D50;
  transition: .3s ease-in-out;
}

.header__location-confirm.visible {
  opacity: 1;
  user-select: unset;
  pointer-events: unset;
  z-index: 999;

  @media(max-width: 480px) {
    display: none;
  }
}

.location-confirm__title {
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
}

.location-confirm__btns {
  display: flex;
  gap: 10px;
}

.location-btn__yes,
.location-btn__no {
  width: 95px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  border-radius: 4px;
  transition: .3s ease-in-out;
}

.location-btn__yes {
  background-color: #A90000;
  color: #FAFAFA;
}

.location-btn__yes:hover {
  background-color: #42434D;
}

.location-btn__no {
  border: 1px solid #A90000;
  color: #A90000;
}

.location-btn__no:hover {
  background-color: #A90000;
  color: #FAFAFA;
}

.header__location-value {
  cursor: pointer;
  transition: .3s ease-in-out;
}

.header__location-value:hover {
  color: #A90000;
}

.tablet-header__search {
  display: none;

  @media(max-width: 768px) {
    display: block;
    position: relative;
    margin: 30px 20px;
    width: calc(100% - 40px);
  }
}

.header__search {
  position: relative;
  height: 39px;
  width: 100%;

  @media(max-width: 768px) {
    display: none;
  }
}

.search__label {
  display: block;
  width: 100%;
}

.search__input {
  width: 0;
  transition: .3s ease-in-out;
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  padding: 11px 0;
}

.header__search.active .search__input,
.tablet-header__search.active .search__input {
  width: 100%;
  padding: 11px 10px;
  border: 1px solid #D7DADF;
  border-radius: 4px;
}

.search__btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.header__search.active .search__btn,
.tablet-header__search.active .search__btn {
  right: 10px;
  left: unset;
}


.header__middle {
  max-width: 910px;
  width: 100%;

  @media(max-width: 1440px) {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media(max-width: 480px) {
    width: fit-content;
  }
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  width: 91px;
  height: auto;

  @media(max-width: 1440px) {
    margin: 0 auto;
  }

  @media(max-width: 480px) {
    margin: unset;
  }
}

.header__logo svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.header__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #D7DADF;

  @media(max-width: 1440px) {
    display: none;
  }
}

.header__menu-mobile {
  display: none;

  @media(max-width: 1440px) {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #D7DADF;
  }

  @media(max-width: 1024px) {
    display: none;
  }
}

.header__menu-item {
  position: relative;
}

.header__menu-item__list {
  display: none;
}

.header__menu-item:hover .header__menu-item__list {
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  max-width: 270px;
  width: fit-content;
  background-color: #FAFAFA;
  transform: translateX(-20px);
}

.header__menu-item__title,
.header__menu-link {
  cursor: pointer;
  transition: .3s ease-in-out;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
}

.header__menu-item__title:hover,
.header__menu-link:hover {
  color: #A90000;
}

.header__menu-list__link,
.header__menu-list__link a {
  width: 100%;
  white-space: nowrap;
}

.header__menu-list__link a {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.header__menu-list__link a:hover {
  color: #A90000;
}

.header__right {
  max-width: 347px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}

.header__contacts {
  display: flex;
  gap: 20px;

  @media(max-width: 1024px) {
    display: none;
  }
}

.header__mob-menu {
  display: none;

  @media(max-width: 1024px) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 2px;
    font-size: 18px;
    line-height: 110%;
    font-weight: 700;
    color: #42434D;
    transition: .3s ease-in-out;
  }
}

.header__mob-menu:hover {
  color: #A90000;
}

.header__mob-menu.open {
  color: #A90000;
}

.header__contacts-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header__link {
  font-size: 19px;
  line-height: 100%;
  font-weight: 400;
  color: #42434D;
  transition: .3s ease-in-out;
  white-space: nowrap;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.header__link:hover {
  color: #A90000;
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #A90000;
  color: #A90000;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.header__btn:hover {
  background-color: #A90000;
  color: #FAFAFA;
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 30px;

  @media(max-width: 768px) {
    display: none;
  }
}

.header__socials-item {
  width: 24px;
  height: 24px;
  transition: .3s ease-in-out;

  @media(max-width: 1024px) {
    width: 20px;
    height: 20px;
  }
}

.header__socials-item svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.header__socials-item:hover {
  filter: brightness(70%);
}



























.cookie {
  position: fixed;
  bottom: 30px;
  right: 180px;
  max-width: 750px;
  width: 100%;
  padding: 20px;
  background: #EEEEEECC;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 9;
  transform: translateY(150%);
  transition: .3s ease-in-out;

  @media(max-width: 992px) {
    right: 40px;
    max-width: calc(100% - 80px);
  }

  @media(max-width: 767px) {
    right: 20px;
    max-width: calc(100% - 40px);
    flex-direction: column;
    align-items: flex-start;
  }
}

.cookie.visible {
  transform: translateY(0);
}

.cookie__text {
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
}

.cookie__text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: .3s ease-in-out;
}

.cookie__text a:hover {
  color: #A90000;
}

.cookie__btn {
  width: fit-content;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #FAFAFA;
  background-color: #42434D;
  border-radius: 4px;
  flex-shrink: 0;
  padding: 14px 40px;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.cookie__btn:hover {
  background-color: #A90000;
}





.wrapper {
  max-width: 1880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;

  @media(max-width: 767px) {
    padding: 0 20px;
  }
}

.main {
  background-color: #EEEEEE;
  padding-top: 250px;

  @media(max-width: 1440px) {
    padding-top: 270px;
  }

  @media(max-width: 1024px) {
    padding-top: 220px;
  }

  @media(max-width: 768px) {
    padding-top: 180px;
  }
}

.main__subtitle {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #A90000;
  text-align: center;
  margin-bottom: 20px;
}

.main__title {
  text-align: center;
  font-size: 72px;
  line-height: 90%;
  text-transform: uppercase;
  font-weight: 700;
  color: #42434D;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 58px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
    line-height: 95%;
  }
}

.main__title b {
  color: #42434D80;
}

.main__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;

  @media(max-width: 479px) {
    flex-direction: column;
    align-items: center;
  }
}

.main__btn-red,
.main__btn-bordered {
  width: fit-content;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  border-radius: 4px;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 767px) {
    font-size: 16px;
    width: 200px;
  }
}

.main__btn-red {
  background-color: #A90000;
  color: #FFFFFF;
}

.main__btn-red:hover {
  background-color: #42434D;
}

.main__btn-bordered {
  border: 1px solid #A90000;
  color: #A90000;
}

.main__btn-bordered:hover {
  color: #FFFFFF;
  background-color: #A90000;
}

.main__img {
  width: 100%;
  height: auto;
}

.main__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.about,
.products,
.exclusive,
.advantages,
.we,
.work,
.factory,
.review,
.news,
.sphere,
.vacancy {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.about__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #42434D;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
    text-align: left;
  }
}

.about__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  color: #42434D;
  max-width: 824px;
  width: 100%;
  margin: 0 auto 40px;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  @media(max-width: 767px) {
    font-size: 16px;
    text-align: left;
  }
}

.about__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
  height: 56px;
  border: 1px solid #A90000;
  border-radius: 4px;
  color: #A90000;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  transition: .3s ease-in-out;
  margin: 0 auto 80px;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin: 0 auto 60px;
  }

  @media(max-width: 767px) {
    margin: 0 0 40px;
    font-size: 16px;
  }
}

.about__btn:hover {
  background-color: #A90000;
  color: #FFFFFF;
}

.about__main,
.advantages__main,
.work__main {
  border-top: 1px solid #42434D99;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 60px;

  @media(max-width: 1280px) {
    flex-direction: column;
  }

  @media(max-width: 767px) {
    gap: 40px;
  }
}

.advantages__main {
  @media(max-width: 1280px) {
    gap: 20px;
  }
}

.about__main-title,
.advantages__main-title,
.work__main-title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #A90000;
  padding-top: 20px;

  @media(max-width: 1280px) {
    font-size: 20px;
  }
}

.about__col,
.advantages__col,
.work__col {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;

  @media(max-width: 1600px) {
    max-width: 970px;
    flex-shrink: 0;
  }

  @media(max-width: 1280px) {
    max-width: unset;
    gap: 60px;
  }
}

.about__list,
.advantages__list,
.work__list {
  display: flex;
  flex-direction: column;
  width: 100%;

  @media(max-width: 1280px) {
    border-top: 1px solid #42434D99;
  }
}

.about__item,
.advantages__item,
.work__item {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 20px 0 60px;
  min-height: 144px;
  border-bottom: 1px solid #42434D99;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    padding: 20px 0 40px;
    min-height: 111px;
  }

  @media(max-width: 767px) {
    flex-direction: column;
    min-height: 126px;
    gap: 10px;
  }
}

.about__item:last-child,
.advantages__item:last-child,
.work__item:last-child {
  border-bottom: none;
}

.about__item-value {
  font-size: 46px;
  line-height: 110%;
  font-weight: 700;
  color: #42434D;

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.advantages__item-value {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: #A90000;
}

.advantages__item-title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 20px;
  }

  @media(max-width: 480px) {
    font-size: 18px;
  }
}

.work__item-value {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  text-transform: uppercase;

  @media(max-width: 1280px) {
    font-size: 20px;
  }

  @media(max-width: 480px) {
    font-size: 18px;
  }
}

.work__item-value b {
  font-weight: 400;
  color: #A90000;
}

.about__item-text {
  max-width: 570px;
  width: 100%;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    font-size: 20px;
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: 462px;
  }

  @media(max-width: 768px) {
    max-width: 334px;
  }

  @media(max-width: 767px) {
    max-width: unset;
  }
}

.pc-text {
  @media(max-width: 767px) {
    display: none;
  }
}

.mobile-text {
  display: none;

  @media(max-width: 767px) {
    display: block;
  }
}

.advantages__item-text,
.work__item-text {
  max-width: 570px;
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    font-size: 20px;
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: 432px;
  }

  @media(max-width: 768px) {
    max-width: 334px;
  }

  @media(max-width: 767px) {
    max-width: unset;
  }
}

.work__item-text {
  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.advantages__item-text {
  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.about__item:hover,
.advantages__item:hover,
.work__item:hover {
  background-color: #EEEEEE;
}

.about__item-text b,
.advantages__item-text b,
.work__item-text b {
  font-weight: 400;
  color: #A90000;
}

.advantages__slider-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  gap: 20px;

  @media(max-width: 1280px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.advantages__slider-main {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;

  @media(max-width: 1600px) {
    max-width: 970px;
  }

  @media(max-width: 1280px) {
    max-width: unset;
  }
}

.advantages__slider-main::-webkit-scrollbar {
  display: none;
}

.advantages__slider-item {
  flex: 0 0 auto;
  width: 570px;
  height: 640px;
  scroll-snap-align: start;

  @media(max-width: 1600px) {
    width: 470px;
  }

  @media(max-width: 1280px) {
    height: 500px;
  }

  @media(max-width: 1024px) {
    width: 432px;
  }

  @media(max-width: 768px) {
    height: 400px;
    width: 334px;
  }
}

.advantages__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.advantages__slider-item.advantages__slider-item--big {
  width: 1180px;

  @media(max-width: 1600px) {
    width: 970px;
  }

  @media(max-width: 7680px) {
    width: 668px;
  }
}

.advantages__slider-navigation {
  display: flex;
  gap: 10px;
}

.advantages__slider-prev,
.advantages__slider-next {
  width: 91px;
  height: 91px;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.advantages__slider-prev svg,
.advantages__slider-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.advantages__slider-prev:hover,
.advantages__slider-next:hover {
  filter: brightness(50%);
}

.about__video {
  background-image: url("/local/templates/dekastroymet/assets/image/about-video-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 356px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  justify-content: center;
  cursor: pointer;

  @media(max-width: 1280px) {
    height: 300px;
    gap: 40px;
  }
}

.about__video-text {
  font-family: 'Cuprum', sans-serif;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 20px;
  }
}

.products__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 992px) {
    flex-direction: column;
  }

  @media(max-width: 767px) {
    margin-bottom: 40px;
  }
}

.products__title,
.exclusive__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.products__description {
  max-width: 570px;
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    font-size: 18px;
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: 462px;
  }

  @media(max-width: 992px) {
    max-width: unset;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  @media(max-width: 1280px) {
    gap: 20px;
  }

  @media(max-width: 992px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 480px) {
    display: flex;
    flex-direction: column;
  }
}

.products__item {
  grid-column: span 1;
  height: 356px;
  background-color: #EEEEEE99;
  position: relative;
  overflow: hidden;

  @media(max-width: 1280px) {
    height: 300px;
  }

  @media(max-width: 768px) {
    height: 250px;
  }

  @media(max-width: 480px) {
    height: 230px;
  }
}

.products__item.products__item--big {
  grid-column: span 2;

  @media(max-width: 992px) {
    grid-column: span 1;
  }

  @media(max-width: 767px) {
    grid-column: span 2;
  }
}

.products__item.products__item--red {
  background-color: #A90000;

  @media(max-width: 767px) {
    order: 99;
    grid-column: span 2;
  }
}

.products__item-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 3;

  @media(max-width: 480px) {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
}

.products__item-name {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 26px;
  }

  @media(max-width: 767px) {
    font-size: 20px;
  }
}

.products__item.products__item--red .products__item-name {
  color: #FAFAFA;
}

.products__item-icon {
  transition: .3s ease-in-out;
}

.products__item:hover .products__item-icon {
  transform: translateX(25%);
}

.products__item:hover .products__item-img img {
  transform: scale(1.1);
}

.products__item-img {
  width: 100%;
  height: 100%;
}

.products__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .3s ease-in-out;
}

.exclusive__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 992px) {
    flex-direction: column;
  }

  @media(max-width: 767px) {
    margin-bottom: 40px;
  }
}

.exclusive__header-right {
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: 550px;
    gap: 20px;
  }

  @media(max-width: 1024px) {
    max-width: 462px;
  }

  @media(max-width: 992px) {
    max-width: unset;
  }
}

.exclusive__description {
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.exclusive__navigation {
  display: flex;
  gap: 10px;
}

.exclusive__btn-prev,
.exclusive__btn-next,
.buy__btn-prev,
.buy__btn-next,
.vacancy-btn-prev,
.vacancy-btn-next,
.contacts-btn-prev,
.contacts-btn-next,
.another-btn-prev,
.another-btn-next,
.projects-btn-prev,
.projects-btn-next,
.projects-another-btn-prev,
.projects-another-btn-next,
.sertificat-another-btn-prev,
.equipment-btn-prev,
.equipment-btn-next {
  width: 91px;
  height: 91px;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.exclusive__btn-prev svg,
.exclusive__btn-next svg,
.buy__btn-prev svg,
.buy__btn-next svg,
.vacancy-btn-prev svg,
.vacancy-btn-next svg,
.contacts-btn-prev svg,
.contacts-btn-next svg,
.another-btn-prev svg,
.another-btn-next svg,
.projects-btn-prev svg,
.projects-btn-next svg,
.projects-another-btn-prev svg,
.projects-another-btn-next svg,
.sertificat-another-btn-prev svg,
.equipment-btn-prev svg,
.equipment-btn-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.exclusive__btn-prev:hover,
.exclusive__btn-next:hover,
.buy__btn-prev:hover,
.buy__btn-next:hover,
.vacancy-btn-prev:hover,
.vacancy-btn-next:hover,
.contacts-btn-prev:hover,
.contacts-btn-next:hover,
.another-btn-prev:hover,
.another-btn-next:hover,
.projects-btn-prev:hover,
.projects-btn-next:hover,
.projects-another-btn-prev:hover,
.projects-another-btn-next:hover,
.sertificat-another-btn-prev:hover,
.equipment-btn-prev:hover,
.equipment-btn-next:hover {
  filter: brightness(50%);
}

.exclusive__wrapper {
  max-width: 1880px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;

  @media(max-width: 767px) {
    padding: 0 20px;
  }
}

.exclusive__main {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  margin-bottom: 40px;
  scroll-snap-type: x mandatory;

  @media(max-width: 1280px) {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.exclusive__main::-webkit-scrollbar {
  display: none;
}

.exclusive__item {
  max-width: 573px;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: 462px;
  }

  @media(max-width: 768px) {
    max-width: 334px;
  }

  @media(max-width: 480px) {
    max-width: 100%;
  }
}

.exclusive__item-img {
  width: 100%;
  height: 312px;
  overflow: hidden;

  @media(max-width: 1280px) {
    height: 250px;
  }

  @media(max-width: 768px) {
    height: 200px;
  }
}

.exclusive__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.exclusive__item-info {
  background-image: url("/local/templates/dekastroymet/assets/image/exclusive-item__bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 312px;

  @media(max-width: 1280px) {
    height: 250px;
  }

  @media(max-width: 768px) {
    height: 300px;
  }
}

.exclusive__item-category {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  color: #A90000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.exclusive__item-name {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  margin-bottom: 40px;

  @media(max-width: 1280px) {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.exclusive__item-description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.exclusive__item-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.exclusive__btn-red,
.exclusive__btn-bordered {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  transition: .3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.exclusive__btn-red {
  background-color: #A90000;
  color: #FAFAFA;
}

.exclusive__btn-red:hover {
  background-color: #42434D;
}

.exclusive__btn-bordered {
  border: 1px solid #A90000;
  color: #A90000;
}

.exclusive__btn-bordered:hover {
  background-color: #A90000;
  color: #FAFAFA;
}

.exclusive__btn {
  width: 570px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #42434D;
  border-radius: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  transition: .3s ease-in-out;
  margin: 0 auto;

  @media(max-width: 1600px) {
    width: 470px;
  }

  @media(max-width: 1280px) {
    margin: unset;
    width: 550px;
    font-size: 18px;
  }

  @media(max-width: 1024px) {
    width: 462px;
  }

  @media(max-width: 768px) {
    width: 334px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
    width: 100%;
  }
}

.exclusive__btn:hover {
  color: #A90000;
  border-color: #A90000;
}

.advantages__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  max-width: 940px;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 768px) {
    margin: 0 auto 40px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
    text-align: left;
    margin: 0 0 20px;
  }
}

.advantages__title b {
  color: #A90000;
}

.advantages__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  text-align: center;
  max-width: 760px;
  width: 100%;
  margin: 0 auto 40px;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  @media(max-width: 768px) {
    margin: 0 auto 40px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
    margin: 0 0 20px;
    text-align: left;
  }
}

.advantages__description b {
  color: #A90000;
  font-weight: 400;
}

.advantages__btn {
  margin: 0 auto 80px;
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #A90000;
  border-radius: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #A90000;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin: 0 auto 60px;
  }

  @media(max-width: 480px) {
    margin: 0 0 40px;
    font-size: 16px;
  }
}

.advantages__btn:hover {
  background-color: #A90000;
  color: #FAFAFA;
}

.clients {
  padding: 80px 0;
  background-color: #EEEEEE;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.clients__header {
  max-width: 1880px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px;

  @media(max-width: 1280px) {
    margin: 0 auto 60px;
  }

  @media(max-width: 1024px) {
    flex-direction: column;
  }

  @media(max-width: 767px) {
    padding: 0 20px;
  }

  @media(max-width: 480px) {
    margin: 0 auto 40px;
  }
}

.clients__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.clients__description {
  max-width: 570px;
  width: 100%;
  flex-shrink: 0;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    font-size: 18px;
    max-width: 550px;
  }

  @media(max-width: 992px) {
    max-width: unset;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.clients__wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 80px;

  @media(max-width: 1280px) {
    gap: 60px;
  }

  @media(max-width: 479px) {
    gap: 40px;
  }
}

.clients__row {
  overflow: hidden;
  white-space: nowrap;
}

.clients__track {
  display: flex;
  gap: 20px;
  animation: scroll-right 30s linear infinite;

  @media(max-width: 768px) {
    animation: scroll-right 20s linear infinite;
  }

  @media(max-width: 480px) {
    gap: 0;
  }
}

.clients__row-reverse .clients__track {
  animation: scroll-left 30s linear infinite;

  @media(max-width: 768px) {
    animation: scroll-left 20s linear infinite;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.clients__item {
  width: 277px;
  height: auto;
  flex-shrink: 0;

  @media(max-width: 1280px) {
    width: 155px;
  }

  @media(max-width: 479px) {
    width: 127px;
  }
}

.clients__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.we__title-tablet {
  display: none;

  @media(max-width: 1024px) {
    display: block;
    font-size: 46px;
    line-height: 110%;
    font-weight: 700;
    text-transform: uppercase;
    color: #42434D;
    margin-bottom: 60px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.we__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;

  @media(max-width: 1280px) {
    gap: 20px;
    margin-bottom: 20px;
  }

  @media(max-width: 1024px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 767px) {
    display: flex;
    flex-direction: column;
  }
}

.we__item {
  grid-column: span 1;
  background-color: #EEEEEE;
  padding: 20px;
  height: 356px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  @media(max-width: 1280px) {
    height: 300px;
  }

  @media(max-width: 767px) {
    height: 230px;
  }

  @media(max-width: 480px) {
    height: 300px;
  }
}

.we__item.we__item--big {
  grid-column: span 2;
  background-color: transparent;
  padding: 0;

  @media(max-width: 1024px) {
    display: none;
  }
}

.we__item.we__item--special {
  background-image: url("/local/templates/dekastroymet/assets/image/we-item-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.we__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  max-width: 600px;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.we__item-number {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  color: #A90000;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 20px;
  }
}

.we__item-title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 20px;
  }
}

.we__item-text {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.we__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: fit-content;
}

.we__image-wrapper {
  width: 100%;
  height: 640px;

  @media(max-width: 1280px) {
    height: 500px;
  }

  @media(max-width: 768px) {
    height: 400px;
  }
}

.we__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.we__image-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  color: #FAFAFA;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }

  @media(max-width: 360px) {
    right: 5px;
  }
}

.we__image-text b {
  color: #A90000;
}

.work__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 1024px) {
    flex-direction: column;
  }
}

.work__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.work__description {
  max-width: 570px;
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    font-size: 18px;
    max-width: 550px;
  }

  @media(max-width: 992px) {
    max-width: unset;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.help,
.guarantee {
  padding: 80px 0;
  background-color: #EEEEEE;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.help__content {
  display: flex;
  gap: 40px;

  @media(max-width: 1280px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  @media(max-width: 767px) {
    display: flex;
    flex-direction: column;
  }
}

.help__image {
  max-width: 570px;
  width: 100%;
  height: 640px;

  @media(max-width: 1280px) {
    max-width: unset;
    height: 500px;
  }

  @media(max-width: 992px) {
    height: 380px;
  }

  @media(max-width: 767px) {
    width: 100%;
    height: 300px;
  }
}

.help__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.help__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("/local/templates/dekastroymet/assets/image/help-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 40px;

  @media(max-width: 767px) {
    height: 300px;
    padding: 20px;
  }
}

.help__subtitle {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #A90000;
  margin-bottom: 20px;
}

.help__title {
  max-width: 640px;
  width: 100%;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 1024px) {
    font-size: 26px;
  }
}

.help__text {
  max-width: 640px;
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  margin-bottom: 40px;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.help__btn {
  width: 200px;
  height: 56px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #FAFAFA;
  background-color: #A90000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.help__btn:hover {
  background-color: #42434D;
}

.guarantee__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 992px) {
    flex-direction: column;
  }
}

.guarantee__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 530px;
  width: 100%;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.guarantee__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  max-width: 570px;
  width: 100%;
  color: #42434D;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    font-size: 18px;
    max-width: 550px;
  }

  @media(max-width: 992px) {
    max-width: unset;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.guarantee__main {
  display: flex;
  justify-content: space-between;
  gap: 40px;

  @media(max-width: 640px) {
    gap: 20px;
  }
}

.guarantee__item {
  width: 277px;
  height: auto;
  flex-shrink: 0;

  @media(max-width: 1280px) {
    max-width: 155px;
    width: 100%;
  }

  @media(max-width: 640px) {
    max-width: 127px;
  }
}

.guarantee__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.factory__subtitle {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #A90000;
  margin-bottom: 20px;

  @media(max-width: 767px) {
    text-align: left;
  }
}

.factory__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
    text-align: left;
  }
}

.factory__description {
  max-width: 676px;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  @media(max-width: 767px) {
    text-align: left;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.factory__btn {
  width: 200px;
  height: 56px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #A90000;
  color: #A90000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
  margin: 0 auto 80px;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin: 0 auto 60px;
  }

  @media(max-width: 767px) {
    margin: 0 0 40px;
  }

  @media(max-width: 480px) {
    width: 100%;
  }
}

.factory__btn:hover {
  background-color: #A90000;
  color: #FAFAFA;
}

.factory__main {
  display: flex;
  gap: 40px;
  width: 100%;

  @media(max-width: 1280px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  @media(max-width: 767px) {
    display: flex;
    flex-direction: column-reverse;
  }
}

.factory__video {
  width: 570px;
  height: 356px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background-image: url("/local/templates/dekastroymet/assets/image/factory-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  flex-shrink: 0;

  @media(max-width: 1280px) {
    width: 100%;
    gap: 60px;
    height: 300px;
  }

  @media(max-width: 768px) {
    height: 250px;
  }

  @media(max-width: 767px) {
    height: 230px;
  }
}

.factory__video-text {
  font-family: 'Cuprum', sans-serif;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 20px;
  }
}

.factory__icon {
  @media(max-width: 1280px) {
    width: 77px;
    height: 77px;
  }
}

.factory__icon svg {
  @media(max-width: 1280px) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.factory__img {
  width: 100%;
  height: 356px;
  overflow: hidden;

  @media(max-width: 1280px) {
    height: 300px;
  }

  @media(max-width: 768px) {
    height: 250px;
  }

  @media(max-width: 767px) {
    height: 230px;
  }
}

.factory__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.review__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 1024px) {
    flex-direction: column;
  }
}

.review__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.review__header-right {
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: 550px;
    gap: 20px;
  }

  @media(max-width: 992px) {
    max-width: unset;
  }
}

.review__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.review__navigation {
  display: flex;
  gap: 10px;
}

.review__btn-prev,
.review__btn-next {
  width: 91px;
  height: 91px;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.review__btn-prev svg,
.review__btn-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.review__btn-prev:hover,
.review__btn-next:hover {
  filter: brightness(50%);
}

.review__main {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 40px;
  scroll-snap-type: x mandatory;

  @media(max-width: 1280px) {
    margin-bottom: 20px;
    gap: 20px;
  }
}

.review__main::-webkit-scrollbar {
  display: none;
}

.review__item {
  width: 573px;
  height: 356px;
  background-color: #EEEEEE99;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  scroll-snap-align: start;

  @media(max-width: 1600px) {
    width: 480px;
  }

  @media(max-width: 1280px) {
    width: 550px;
    height: 300px;
  }

  @media(max-width: 1024px) {
    width: 462px;
    height: 280px;
  }

  @media(max-width: 768px) {
    width: 334px;
    height: 250px;
  }

  @media(max-width: 480px) {
    width: 100%;
    height: 300px;
  }
}

.review__item img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.review__btn {
  margin: 0 auto;
  width: 570px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #42434D;
  color: #42434D;
  border-radius: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  transition: .3s ease-in-out;

  @media(max-width: 1600px) {
    width: 480px;
  }

  @media(max-width: 1280px) {
    width: 550px;
    margin: unset;
    font-size: 18px;
  }

  @media(max-width: 1024px) {
    width: 462px;
  }

  @media(max-width: 768px) {
    width: 334px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
    width: 100%;
  }
}

.review__btn:hover {
  color: #A90000;
  border-color: #A90000;
}

.certificate {
  background-image: url("/local/templates/dekastroymet/assets/image/certificate-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;

  @media(max-width: 1280px) {
    height: 500px;
  }
}

.certificate.certificate--mini {
  margin: 60px;

  @media(max-width: 1280px) {
    margin: 40px;
  }

  @media(max-width: 768px) {
    margin: 20px;
  }
}

.certificate__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 920px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.certificate__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  color: #42434D;
  text-transform: uppercase;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.certificate__title b {
  color: #A90000;
}

.certificate__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  margin-bottom: 40px;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin-bottom: 20px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.certificate__btn {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #42434D;
  border-radius: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #FAFAFA;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.certificate__btn:hover {
  background-color: #A90000;
}

.news__title-tablet {
  display: none;

  @media(max-width: 992px) {
    display: block;
    font-size: 46px;
    line-height: 110%;
    font-weight: 700;
    text-transform: uppercase;
    color: #42434D;
    margin-bottom: 60px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
    margin-bottom: 40px;
  }
}

.news__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  @media(max-width: 1440px) {
    gap: 20px;
  }

  @media(max-width: 992px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 767px) {
    display: flex;
    flex-direction: column;
  }
}

.news__item {
  position: relative;
  grid-column: span 1;
  background-color: #EEEEEE;
  height: 356px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;

  @media(max-width: 1280px) {
    height: 388px;
  }

  @media(max-width: 1024px) {
    height: 414px;
    padding: 15px;
  }

  @media(max-width: 992px) {
    height: 380px;
  }

  @media(max-width: 768px) {
    height: 300px;
  }
}

.news__item.news__item--all {
  @media(max-width: 992px) {
    order: 99;
  }
}

.news__item-img {
  width: 297px;
  height: 240px;
  overflow: hidden;

  @media(max-width: 1600px) {
    height: 217px;
  }

  @media(max-width: 1280px) {
    width: 100%;
    height: 157px;
  }

  @media(max-width: 768px) {
    width: 200px;
    height: 150px;
  }
}

.news__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news__item:hover .news__item-icon {
  transform: translateX(30%);
}

.news__item.news__item--big {
  grid-column: span 2;
  background-color: transparent;
  padding: 0;

  @media(max-width: 992px) {
    display: none;
  }
}

.news__item.news__item--double {
  grid-column: span 2;

  @media(max-width: 1280px) {
    grid-column: span 1;
  }
}

.news__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 530px;
  width: 100%;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.news__item.news__item--all .news__item-row {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news__item-text {
  font-size: 30px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #A90000;

  @media(max-width: 1280px) {
    font-size: 26px;
    line-height: 100%;
  }

  @media(max-width: 767px) {
    font-size: 20px;
  }
}

.news__item-icon {
  transition: .3s ease-in-out;

  @media(max-width: 1024px) {
    width: 50px;
    height: 50px;
  }
}

.news__item-icon svg {
  @media(max-width: 1024px) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.news__item-date {
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #A90000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.news__item-name {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.news__item-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;

  @media(max-width: 1280px) {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  @media(max-width: 768px) {
    flex-direction: row;
    align-items: flex-end;
  }
}

.map {
  height: 800px;
  overflow: hidden;

  @media(max-width: 1280px) {
    height: 640px;
  }

  @media(max-width: 1024px) {
    height: fit-content;
  }
}

.map__content-item {
  display: none;
  position: relative;
}

.map__content-item.map__content-item--active {
  display: block;
  padding-top: 100px;

  @media(max-width: 1280px) {
    padding-top: 70px;
  }

  @media(max-width: 1024px) {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.map__content-item__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 800px;
  z-index: 0;

  @media(max-width: 1280px) {
    height: 640px;
  }

  @media(max-width: 1024px) {
    position: relative;
    height: 280px;
  }

  @media(max-width: 480px) {
    height: 300px;
  }
}

.map__content-item__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.map__content-item__info {
  position: relative;
  z-index: 1;
  max-width: 600px;
  width: 100%;
  background-color: #FAFAFA;
  padding: 40px 60px;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: 360px;
    padding: 20px;
  }

  @media(max-width: 1024px) {
    max-width: unset;
    background-color: transparent;
    padding: 0;
  }
}

.map__content-navigation {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.map__content-prev,
.map__content-next {
  width: 91px;
  height: 91px;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.map__content-prev svg,
.map__content-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.map__content-prev:hover,
.map__content-next:hover {
  filter: brightness(50%);
}

.map__info-text__red {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #A90000;
  margin-bottom: 30px;

  @media(max-width: 1280px) {
    margin-bottom: 20px;
  }
}

.map__info-top {
  @media(max-width: 992px) {
    grid-column: span 2;
  }
}

.map__info-main {
  @media(max-width: 1024px) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 60px;
  }

  @media(max-width: 992px) {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  @media(max-width: 480px) {
    display: flex;
    flex-direction: column;
  }
}

.map__info-name {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  margin-bottom: 30px;

  @media(max-width: 1280px) {
    margin-bottom: 20px;
    font-size: 26px;
  }

  @media(max-width: 1024px) {
    margin: 0;
  }
}

.map__info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 700;
  color: #42434D;
  margin-bottom: 40px;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin-bottom: 20px;
  }

  @media(max-width: 1024px) {
    margin: 0;
  }
}

.map__info-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.feedback {
  padding: 80px 0;
  background-color: #EEEEEE;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.feedback__content {
  display: flex;
  flex-direction: column;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.feedback__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  color: #42434D;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
    text-align: left;

  }
}

.feedback__title b {
  color: #A90000;
}

.feedback__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin: 0 auto 20px;
  }

  @media(max-width: 767px) {
    text-align: left;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.feedback__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.form__label {
  width: 100%;
  height: fit-content;
}

.form__input {
  font-family: 'Cuprum', sans-serif;
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  border: 1px solid #D7DADF;
  background-color: #FAFAFA;
  padding: 25px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #42434D99;
}

.form__textarea {
  font-family: 'Cuprum', sans-serif;
  border-radius: 10px;
  border: 1px solid #D7DADF;
  background-color: #FAFAFA;
  padding: 25px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  width: 100%;
  height: 104px;
  resize: none;

  @media(max-width: 1280px) {
    font-size: 18px;
  }
}

.form__btn {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  border-radius: 4px;
  color: #FAFAFA;
  background-color: #42434D;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 767px) {
    width: 100%;
    font-size: 16px;
  }
}

.form__btn:hover {
  background-color: #A90000;
}


.form__check.dialog__check .form__check-text {
  color: #FAFAFA;
}

.form__check.dialog__check .form__check-custom {
  border-color: #FAFAFA;
}

.form__check-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

.form__check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form__check-custom {
  width: 20px;
  height: 20px;
  border: 1px solid #42434D;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.form__check-input:checked+.form__check-custom::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #FAFAFA;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form__check-input:checked+.form__check-custom {
  border-color: #A90000;
  background-color: #A90000;
}

.form__check-text {
  padding-top: 3px;
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
}

.form__check-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: .3s ease-in-out;
}

.form__check-text a:hover {
  color: #A90000;
}

.sphere__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    font-size: 46px;
    margin-bottom: 60px;
    max-width: 600px;
  }

  @media(max-width: 767px) {
    font-size: 33px;
  }
}

.sphere__list {
  display: flex;
  flex-direction: column;
}

.sphere__item {
  padding: 20px 0 40px;
  border-top: 1px solid #42434D99;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sphere__item-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding-bottom: 20px;

  @media(max-width: 1024px) {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.sphere__item-header__left,
.sphere__item-header__list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 10px;
}

.sphere__item-header__right {
  max-width: 1188px;
  width: 100%;
  display: flex;
  justify-content: space-between;

  @media(max-width: 1600px) {
    max-width: 970px;
  }

  @media(max-width: 1280px) {
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: unset;
  }
}

.sphere__item-name {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sphere__item-list__item {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  transition: .3s ease-in-out;
  cursor: pointer;
  width: fit-content;
}

.sphere__item-list__item:hover {
  color: #A90000;
}

.sphere__item-list__item.sphere__item-list__item--active {
  color: #A90000;
}

.sphere__item-name h3 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  margin-bottom: 5px;

  @media(max-width: 1280px) {
    font-size: 26px;
  }
}

.sphere__item-name p {
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D99;
}

.sphere__item-header__right:hover .sphere__item-icon {
  transform: translateX(25%);
}

.sphere__item-icon {
  transition: .3s ease-in-out;
}

.sphere__item-main__content {
  display: none;
  justify-content: space-between;
  width: 100%;
  gap: 20px;

  @media(max-width: 992px) {
    flex-direction: column;
  }
}

.sphere__item-main__content.sphere__item-main__content--active {
  display: flex;
}

.sphere__item-main__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  @media(max-width: 992px) {
    flex-direction: row;
  }
}

.sphere__item-main__left h4 {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #A90000;
  max-width: 400px;

  @media(max-width: 1280px) {
    font-size: 20px;
  }
}

.sphere__item-main__left p {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #A90000;

  @media(max-width: 767px) {
    max-width: 110px;
    width: 100%;
    flex-shrink: 0;
    text-align: right;
  }
}

.sphere__item-img {
  max-width: 1188px;
  width: 100%;
  height: 356px;
  overflow: hidden;

  @media(max-width: 1600px) {
    max-width: 970px;
    flex-shrink: 0;
  }

  @media(max-width: 1280px) {
    max-width: 550px;
  }

  @media(max-width: 992px) {
    max-width: unset;
    height: 280px;
  }
}

.sphere__item-img:hover img {
  transform: scale(1.1);
}

.sphere__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .3s ease-in-out;
}

.sphere__btn {
  width: 570px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #42434D;
  border-radius: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  transition: .3s ease-in-out;
  margin: 20px auto 0;

  @media(max-width: 1600px) {
    width: 466px;
  }

  @media(max-width: 1280px) {
    font-size: 18px;
    width: 550px;
    margin: unset;
  }

  @media(max-width: 1024px) {
    width: 334px;
  }

  @media(max-width: 992px) {
    width: 432px;
  }

  @media(max-width: 767px) {
    width: 100%;
  }
}

.sphere__btn:hover {
  color: #A90000;
  border-color: #A90000;
}



















.footer {
  width: 100%;
  background-color: #EEEEEE;
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1880px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;

  @media(max-width: 767px) {
    padding: 30px 20px;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 200px;
  width: 100%;

  @media(max-width: 768px) {
    gap: 40px;
    flex-direction: column;
  }
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 90px;
  width: 100%;

  @media(max-width: 768px) {
    gap: 40px;
  }

  @media(max-width: 575px) {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.footer__bottom-text {
  max-width: 340px;
  width: 100%;
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D66;

  @media(max-width: 575px) {
    max-width: unset;
  }
}

.footer__bottom-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 270px;
  width: 100%;

  @media(max-width: 575px) {
    align-items: flex-start;
    max-width: unset;
  }
}

.footer__bottom-right p {
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #6E6F7C;
  text-align: right;

  @media(max-width: 575px) {
    text-align: left;
  }
}

.footer__bottom-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;

  @media(max-width: 575px) {
    align-items: flex-start;
  }
}

.footer__bottom-link {
  width: fit-content;
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  transition: .3s ease-in-out;
  text-align: right;

  @media(max-width: 575px) {
    text-align: left;
  }
}

.footer__bottom-link:hover {
  color: #A90000;
}

.footer__top-left {
  max-width: 152px;
  width: 100%;
  display: flex;
  flex-direction: column;

  @media(max-width: 768px) {
    flex-direction: row;
    max-width: unset;
    justify-content: space-between;
  }
}

.footer__logo {
  max-width: 91px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.footer__logo svg,
.footer__partners-logo svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.footer__partners {
  @media(max-width: 768px) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 152px;
  }
}

.footer__partners-logo {
  max-width: 91px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;

  @media(max-width: 768px) {
    margin-bottom: 10px;
  }
}

.footer__partners-text {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 768px) {
    font-size: 16px;
    text-align: right;
    margin-bottom: 10px;
  }
}

.footer__partners-link {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #A90000;
  transition: .3s ease-in-out;
}

.footer__partners-link:hover {
  filter: brightness(50%);
}

.footer__top-main {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;

  @media(max-width: 575px) {
    gap: 20px;
    row-gap: 40px;
  }
}

.footer__col {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 60px;

  @media(max-width: 768px) {
    gap: 40px;
  }

  @media(max-width: 575px) {
    width: calc(50% - 20px);
    gap: 20px;
  }
}

.footer__col:nth-child(2) {
  @media(max-width: 575px) {
    align-items: flex-end;
  }
}

.footer__col:nth-child(2) .footer__col-list {
  @media(max-width: 575px) {
    align-items: flex-end;
  }
}

.footer__col:nth-child(2) .footer__col-list__link {
  @media(max-width: 575px) {
    text-align: right;
  }
}

.footer__col:last-child {
  align-items: flex-end;

  @media(max-width: 575px) {
    align-items: flex-start;
  }
}

.footer__col:last-child .footer__col-list {
  align-items: flex-end;

  @media(max-width: 575px) {
    align-items: flex-start;
  }
}

.footer__col:last-child .footer__col-list__link {
  text-align: right;

  @media(max-width: 575px) {
    text-align: left;
  }
}

.footer__col-title {
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
}

.footer__col-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__col-list__link {
  width: fit-content;
  font-size: 15px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  transition: .3s ease-in-out;
}

.footer__col-list__link:hover {
  color: #A90000;
}






dialog {
  padding: 0;
  max-width: 1440px;
  width: 100%;
  border: none;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.dialog__video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* соотношение 16:9 */
  position: relative;
}

.dialog__video video,
.dialog__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-modal {
  background-image: url("/local/templates/dekastroymet/assets/image/dialog-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
}

.dialog__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog__close button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEEE;
}

.dialog__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 800px;
  height: 100%;
  padding: 40px;

  @media(max-width: 1024px) {
    flex-direction: column;
    gap: 60px;
  }
}

.dialog__form {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dialog__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.dialog__title {
  font-size: 33px;
  line-height: 95%;
  font-weight: 700;
  text-transform: uppercase;
  color: #FAFAFA;
  margin-bottom: 40px;
  text-align: center;

  @media(max-width: 575px) {
    font-size: 30px;
    line-height: 100%;
  }

  @media(max-width: 479px) {
    font-size: 20px;
  }
}

.dialog__label {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.dialog__input {
  width: 100%;
  background-color: #EEEEEE;
  border-radius: 10px;
  padding: 25px;
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
}

.dialog__btn {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A90000;
  border-radius: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #FAFAFA;
  margin-top: 40px;

  @media(max-width: 575px) {
    width: 100%;
  }
}














.breadcrumbs {
  margin-top: 150px;
  padding: 40px 0;
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 80px;
  flex-wrap: nowrap;
  overflow: hidden;

  @media(max-width: 1440px) {
    margin-top: 210px;
  }

  @media(max-width: 1280px) {
    margin-bottom: 60px;
    padding: 20px 0;
  }

  @media(max-width: 1024px) {
    margin-top: 130px;
  }

  @media(max-width: 768px) {
    margin-top: 98px;
    margin-bottom: 0;
  }
}

.breadcrumbs__link,
.breadcrumbs__line,
.breadcrumbs__page {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D99;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  text-overflow: ellipsis;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 480px) {
    font-size: 16px;
  }
}

.breadcrumbs__link {
  transition: .3s ease-in-out;
}

.breadcrumbs__link:hover {
  color: #A90000;
}


.vacancy__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 480px) {
    margin-bottom: 40px;
  }

  @media(max-width: 424px) {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }
}

.vacancy__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 480px) {
    font-size: 33px;
  }
}

.vacancy__navigation {
  width: fit-content;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.vacancy__main {
  display: flex;
  overflow-x: auto;
  gap: 40px;
  scroll-snap-type: x mandatory;

  @media(max-width: 1280px) {
    gap: 20px;
  }
}

.vacancy__main::-webkit-scrollbar {
  display: none;
}

.vacancy__item {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 570px;
  background-color: #EEEEEE;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 60px;

  @media(max-width: 1600px) {
    width: 470px;
  }

  @media(max-width: 1280px) {
    gap: 40px;
    width: 550px;
  }

  @media(max-width: 1024px) {
    width: 460px;
  }

  @media(max-width: 768px) {
    width: 340px;
  }

  @media(max-width: 575px) {
    width: calc(100vw - 40px);
  }
}

.vacancy__item-main {
  display: flex;
  flex-direction: column;
  gap: 30px;

  @media(max-width: 575px) {
    gap: 20px;
  }
}

.vacancy__item-title {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #A90000;

  @media(max-width: 1280px) {
    font-size: 26px;
  }

  @media(max-width: 575px) {
    font-size: 20px;
  }
}

.vacancy__text {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.vacancy__item-btn {
  max-width: 200px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #42434D;
  color: #FAFAFA;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.vacancy__item-btn:hover {
  background-color: #A90000;
}

.docs {
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }
}

.docs__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #42434D;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    font-size: 46px;
    margin-bottom: 60px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
  }
}

.docs__main {
  background-color: #FAFAFA;
  padding: 20px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  display: flex;
  flex-direction: column;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.docs__main b {
  font-weight: 700;
}

.contacts {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.contacts__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 575px) {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }
}

.contacts__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
  }
}

.contacts__navigation {
  display: flex;
  flex-shrink: 0;
  width: fit-content;
}

.contacts__main {
  display: flex;
  overflow-x: auto;
  gap: 40px;
  scroll-snap-type: x mandatory;

  @media(max-width: 1280px) {
    gap: 20px;
  }
}

.contacts__main::-webkit-scrollbar {
  display: none;
}

.contacts__item {
  width: 570px;
  flex-shrink: 0;
  background-color: #FAFAFA;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  scroll-snap-align: start;

  @media(max-width: 1600px) {
    width: 470px;
  }

  @media(max-width: 1280px) {
    width: 550px;
  }

  @media(max-width: 1024px) {
    width: 460px;
  }

  @media(max-width: 768px) {
    width: 334px;
    gap: 60px;
  }

  @media(max-width: 575px) {
    width: calc(100vw - 40px);
    gap: 20px;
  }
}

.contacts__item-main {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contacts__item-semititle {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #A90000;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.contacts__item-title {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 26px;
  }

  @media(max-width: 575px) {
    font-size: 20px;
  }
}

.contacts__item-text {
  display: flex;
  flex-direction: column;
  font-size: 19px;
  line-height: 110%;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.contacts__item-text b {
  font-weight: 700;
  margin-bottom: 40px;

  @media(max-width: 1280px) {
    margin-bottom: 20px;
  }
}

.contacts__item-text p {
  font-weight: 400;
  margin-bottom: 10px;
}

.contacts__item-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contacts__item-socials__item {
  width: 24px;
  height: 24px;
  transition: .3s ease-in-out;
}

.contacts__item-socials__item svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.contacts__item-socials__item:hover {
  filter: brightness(50%);
}

.contacts__item-btns {
  display: flex;
  gap: 20px;

  @media(max-width: 768px) {
    flex-direction: column;
  }
}

.contacts__btn-gray,
.contacts__btn-stroke {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  border-radius: 4px;
  transition: .3s ease-in-out;
}

.contacts__btn-gray {
  background-color: #42434D;
  color: #FAFAFA;
}

.contacts__btn-gray:hover {
  background-color: #A90000;
}

.contacts__btn-stroke {
  border: 1px solid #42434D;
  color: #42434D;
}

.contacts__btn-stroke:hover {
  border-color: #A90000;
  color: #A90000;
}

.contacts-map {
  padding: 80px 0;
  background-color: #FAFAFA;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.contacts-map__wrapper {
  width: 100%;
  height: fit-content;

  @media(max-width: 575px) {
    height: 300px;
  }
}

.contacts-map__wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;

  @media(max-width: 575px) {
    height: 100%;
    object-fit: cover;
  }
}

.downloads {
  background-color: #FAFAFA;
  padding-bottom: 80px;

  @media(max-width: 1280px) {
    padding-bottom: 60px;
  }
}

.downloads__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;

  @media(max-width: 1366px) {
    gap: 20px;
  }

  @media(max-width: 1279px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 767px) {
    display: flex;
    flex-direction: column;
  }
}

.download__item {
  padding: 20px;
  background-color: #EEEEEE;
}

.downloads__link {
  background-color: #FAFAFA;
  border: 1px solid #D7DADF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #42434D;
  transition: .3s ease-in-out;
  height: 100%;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.downloads__link:hover {
  color: #A90000;
}

.downloads__link svg {
  width: fit-content;
  flex-shrink: 0;
}

.feedback-big {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.feedback-big__title {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
    text-align: left;
  }
}

.feedback-big__title b {
  font-weight: 700;
  color: #A90000;
}

.feedback-big__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 1200px;
  width: 100%;

  @media(max-width: 1280px) {
    font-size: 18px;
    margin-bottom: 20px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
    text-align: left;
  }
}

.feedback-big__form {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.feedback-big__label {
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
}

.feedback-big__input,
.feedback-big__textarea {
  font-family: 'Cuprum', sans-serif;
  width: 100%;
  border: 1px solid #D7DADF;
  background-color: #FAFAFA;
  padding: 25px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  border-radius: 10px;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.feedback-big__input::placeholder,
.feedback-big__textarea::placeholder {
  color: #42434D99;
}

.feedback-big__textarea {
  height: 104px;
  resize: none;
}

.feedback-big__btn {
  margin: 40px auto 0;
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #42434D;
  color: #FAFAFA;
  border-radius: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
    width: 100%;
  }
}

.feedback-big__btn:hover {
  background-color: #A90000;
}





.review-page {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.review-page__main {
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }
}

.review-page__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 80px;
  color: #42434D;
  max-width: 800px;

  @media(max-width: 1280px) {
    margin: 0 auto 60px;
    font-size: 46px;
  }

  @media(max-width: 575px) {
    margin: 0 0 40px;
    text-align: left;
    font-size: 33px;
  }
}

.review-page__main-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;

  @media(max-width: 1280px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 575px) {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.review-page__text {
  max-width: 570px;
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: 100%;
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.review-page__stats {
  width: 570px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background-color: #A90000;
  padding: 10px;

  @media(max-width: 1600px) {
    width: 470px;
  }

  @media(max-width: 1280px) {
    width: 100%;
    height: 300px;
    gap: 60px;
  }

  @media(max-width: 1024px) {
    height: 280px;
  }

  @media(max-width: 768px) {
    height: 250px;
  }
}

.review-page__stats-text {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #FAFAFA;
  text-align: center;

  @media(max-width: 1280px) {
    font-size: 20px;
  }

  @media(max-width: 575px) {
    font-size: 18px;
  }
}

.review-page__stats-value {
  font-size: 90px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #FAFAFA;

  @media(max-width: 1280px) {
    font-size: 70px;
  }
}

.review-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;

  @media(max-width: 1280px) {
    gap: 20px;
    margin-bottom: 20px;
  }

  @media(max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.review-page__item {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;

  @media(max-width: 1280px) {
    height: 300px;
  }

  @media(max-width: 768px) {
    height: 250px;
  }

  @media(max-width: 575px) {
    height: auto;
  }
}

.review-page__item img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;

  @media(max-width: 575px) {
    width: 100%;
    height: auto;
  }
}

.review-page__pagination {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
  width: fit-content;
}

.review-page__pages {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  color: #A90000;

  @media(max-width: 1280px) {
    font-size: 26px;
  }

  @media(max-width: 575px) {
    font-size: 20px;
  }
}

.review-page-btn-prev,
.review-page-btn-next {
  width: 30px;
  height: fit-content;
  transition: .3s ease-in-out;
  cursor: pointer;
}

.review-page-btn-prev svg,
.review-page-btn-next svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.review-page-btn-prev:hover,
.review-page-btn-next:hover {
  filter: brightness(50%);
}

.feedback-img {
  background-image: url("/local/templates/dekastroymet/assets/image/feedback-img-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 80px 0;

  @media(max-width: 1240px) {
    padding: 60px 0;
  }
}

.feedback-img__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;

  @media(max-width: 992px) {
    flex-direction: column;
    align-items: flex-start;
  }
}

.feedback-img__text {
  max-width: 730px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;

  @media(max-width: 992px) {
    max-width: unset;
  }
}

.feedback-img__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
  }
}

.feedback-img__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.feedback-img__button {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  background-color: #A90000;
  color: #FAFAFA;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.feedback-img__button:hover {
  background-color: #42434D;
}

.feedback-img__form {
  max-width: 570px;
  width: 100%;
  flex-shrink: 0;
  background-color: #FAFAFACC;
  padding: 40px 20px;
  border-radius: 4px;

  @media(max-width: 1280px) {
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: 460px;
  }

  @media(max-width: 992px) {
    max-width: unset;
  }
}

.feedback-img__form-description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 700;
  color: #42434D;
  margin-bottom: 20px;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.feedback-img__form-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feedback-img__label {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
}

.feedback-img__input {
  width: 100%;
  background-color: #EEEEEE;
  border-radius: 5px;
  font-size: 16px;
  padding: 15px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
}

.feedback-img__form-button {
  max-width: 200px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
  background-color: #42434D;
  color: #FAFAFA;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
    max-width: unset;
  }
}

.feedback-img__form-button:hover {
  background-color: #A90000;
}

.faq {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.faq__content {
  border-top: 1px solid #42434D99;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;

  @media(max-width: 1280px) {
    flex-direction: column;
    gap: 40px;
  }

  @media(max-width: 575px) {
    gap: 20px;
  }
}

.faq__wrapper {
  border-top: 1px solid #42434D99;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;

  @media(max-width: 1280px) {
    flex-direction: column;
    gap: 40px;
  }

  @media(max-width: 575px) {
    gap: 20px;
  }
}

.faq__title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #A90000;
  width: fit-content;

  @media(max-width: 1280px) {
    font-size: 20px;
  }
}

.faq__main {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;

  @media(max-width: 1600px) {
    max-width: 1168px;
  }

  @media(max-width: 1280px) {
    max-width: unset;
    gap: 20px;
  }
}



.faq__item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #42434D99;
  padding-top: 20px;
}

.faq__item:first-child {
  border-top: none;
  padding-top: 0;

  @media(max-width: 1280px) {
    border-top: 1px solid #42434D99;
    padding-top: 20px;
  }
}

.faq__item-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  cursor: pointer;
}

.faq__item-title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #42434D;
  transition: .3s ease-in-out;

  @media(max-width: 1280px) {
    font-size: 20px;
  }

  @media(max-width: 575px) {
    font-size: 18px;
  }
}

.faq__item-header:hover .faq__item-title {
  color: #A90000;
}

.faq__item-main,
.page__box-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}


.faq__item.open {
  gap: 20px;

  @media(max-width: 1280px) {
    gap: 10px;
  }
}

.faq__item-main p {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.faq__item-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
}

.faq__item-icon svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.faq__item.open .faq__item-icon {
  transform: rotate(90deg);
}

.catalog__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 80px;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
    margin: 0 auto 60px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
    margin: 0 auto 40px;
  }
}

.catalog-text {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.catalog-text__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;

  @media(max-width: 1280px) {
    gap: 20px;
  }

  @media(max-width: 992px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 575px) {
    display: flex;
    flex-direction: column;
  }
}

.catalog-text__content p {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  max-width: 570px;
  width: 100%;
  flex-shrink: 0;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    font-size: 18px;
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: 460px;
  }

  @media(max-width: 768px) {
    max-width: unset;
  }
}

.catalog-text__content p b {
  font-weight: 400;
  color: #A90000;
}

.catalog-text__img {
  width: 100%;
  height: 640px;

  @media(max-width: 1280px) {
    height: 500px;
  }

  @media(max-width: 575px) {
    height: 450px;
  }

  @media(max-width: 360px) {
    height: 380px;
  }
}

.catalog-text__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-section {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.news-section__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 80px;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
    margin: 0 auto 60px;
  }

  @media(max-width: 575px) {
    text-align: left;
    font-size: 33px;
    margin: 0 0 40px;
  }
}

.news-section__subtitle {
  grid-column: span 1;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #A90000;

  @media(max-width: 1280px) {
    font-size: 20px;
  }

  @media(max-width: 768px) {
    display: none;
  }
}

.mobile__news-section__title {
  display: none;

  @media(max-width: 768px) {
    display: block;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 110%;
    font-weight: 400;
    text-transform: uppercase;
    color: #A90000;
  }
}

.news-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;

  @media(max-width: 1600px) {
    gap: 20px;
  }

  @media(max-width: 1280px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 768px) {
    display: flex;
    flex-direction: column;
  }
}

.articles {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.articles__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #42434D99;
  margin-bottom: 40px;

  @media(max-width: 1280px) {
    margin-bottom: 20px;
    flex-direction: column;
  }
}

.articles__title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #A90000;
  flex-shrink: 0;

  @media(max-width: 1280px) {
    font-size: 20px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.articles__main {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;

  @media(max-width: 1280px) {
    max-width: unset;
  }
}

.articles__item {
  padding: 20px 0;
  border-top: 1px solid #42434D99;
  display: flex;
  justify-content: space-between;
  gap: 80px;

  @media(max-width: 1600px) {
    gap: 40px;
  }

  @media(max-width: 1280px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  @media(max-width: 768px) {
    display: flex;
    flex-direction: column;
  }
}

.articles__item:first-child {
  padding: 0 0 20px 0;
  border: none;

  @media(max-width: 1280px) {
    padding: 20px 0;
    border-top: 1px solid #42434D99;
  }
}

.articles__item-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 570px;
  width: 100%;
  flex-shrink: 0;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: unset;
  }
}

.articles__item-title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 20px;
  }

  @media(max-width: 575px) {
    font-size: 18px;
  }
}

.articles__item-description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.articles__item-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 30px;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 575px) {
    align-items: flex-end;
  }
}

.articles__item-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  transition: .3s ease-in-out;

  @media(max-width: 575px) {
    transform: translateY(50%);
  }
}

.articles__item-icon svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.articles__item-img {
  width: 300px;
  height: 240px;
  background-color: #0000001A;

  @media(max-width: 1280px) {
    height: 180px;
  }

  @media(max-width: 1024px) {
    width: 210px;
    height: 140px;
  }

  @media(max-width: 768px) {
    width: 200px;
    height: 130px;
  }
}

.articles__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.articles__item:hover .articles__item-icon {
  transform: translateX(25%);
}

.news-section__col-text {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  padding: 20px 0;
  margin-bottom: 80px;
}

.another-news {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.another-news__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  gap: 40px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 575px) {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }
}

.another-news__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
  }
}

.another-news__pagination {
  width: fit-content;
  flex-shrink: 0;
  display: flex;
}

.another-news__main {
  display: flex;
  overflow-x: auto;
  gap: 40px;
  scroll-snap-type: x mandatory;

  @media(max-width: 1280px) {
    gap: 20px;
  }
}

.another-news__main::-webkit-scrollbar {
  display: none;
}

.another-news__main .news__item {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 570px;

  @media(max-width: 1600px) {
    width: 470px;
  }

  @media(max-width: 1280px) {
    width: 360px;
  }

  @media(max-width: 1024px) {
    width: 300px;
  }

  @media(max-width: 768px) {
    width: 330px;
  }

  @media(max-width: 575px) {
    width: calc(100vw - 40px);
  }
}

.projects {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.projects__title {
  text-align: center;
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 80px;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
    margin: 0 auto 60px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
    margin: 0 auto 40px;
  }
}

.projects__grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  margin-bottom: 40px;

  @media(max-width: 1600px) {
    gap: 20px;
  }

  @media(max-width: 1280px) {
    margin-bottom: 20px;
  }
}

.projects__item {
  width: calc(33% - 30px);
  flex-shrink: 0;
  position: relative;
  height: 280px;

  @media(max-width: 1600px) {
    width: calc(33% - 10px);
  }

  @media(max-width: 1080px) {
    width: calc(33% - 12px);
  }

  @media(max-width: 992px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 768px) {
    order: 1;
  }

  @media(max-width: 575px) {
    width: 100%;
  }
}

.projects__item.projects__item--double {
  width: calc(67% - 36px);

  @media(max-width: 1600px) {
    width: calc(67% - 15px);
  }

  @media(max-width: 1280px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 1080px) {
    width: calc(50% - 13px);
  }

  @media(max-width: 992px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 575px) {
    width: 100%;
  }
}

.projects__item.projects__item--tablet-double {
  @media(max-width: 1280px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 1080px) {
    width: calc(50% - 13px);
  }

  @media(max-width: 992px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 575px) {
    width: 100%;
  }
}

.projects__filter {
  width: calc(33% - 30px);
  flex-shrink: 0;
  position: relative;
  height: 280px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 20px;
  background-color: #EEEEEE;
  justify-content: center;

  @media(max-width: 1600px) {
    width: calc(33% - 10px);
  }

  @media(max-width: 1280px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 992px) {
    padding: 5px 10px;
    gap: 8px;
  }

  @media(max-width: 768px) {
    order: 0;
    width: 100%;
  }
}

.projects__item-img {
  width: 100%;
  height: 100%;
}

.projects__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.projects__item-info {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;

  @media(max-width: 768px) {
    width: fit-content;
    flex-direction: column;
    height: calc(100% - 20px);
  }

  @media(max-width: 575px) {
    flex-direction: row;
    height: fit-content;
    width: calc(100% - 20px);
  }
}

.projects__item-info__main {
  display: flex;
  flex-direction: column;
}

.projects__item-name {
  font-size: 26px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #FAFAFA;
}

.projects__item-description {
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  color: #FAFAFA;
}

.projects__item-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  transition: .3s ease-in-out;
}

.projects__item:hover .projects__item-icon {
  transform: translateX(25%);
}

.projects__filter-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border: 1px solid #D7DADF;
  background-color: #FAFAFA;
  cursor: pointer;
  font-size: 18px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  transition: .3s ease-in-out;
  border-radius: 4px;

  @media(max-width: 1280px) {
    padding: 10px;
  }

  @media(max-width: 992px) {
    font-size: 16px;
  }

  @media(max-width: 360px) {
    font-size: 14px;
  }
}

.projects__filter-item svg {
  color: #A90000;
  transition: .3s ease-in-out;
}

.projects__filter-item:hover {
  color: #FAFAFA;
  background-color: #A90000;
}

.projects__filter-item:hover svg {
  color: #FAFAFA;
}

.projects-inner {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.projects-inner__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #42434D;
  margin: 0 auto 80px;

  @media(max-width: 1280px) {
    font-size: 46px;
    margin: 0 auto 60px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
    margin: 0 auto 40px;
  }
}

.projects-inner__main {
  display: flex;
  gap: 40px;
  width: 100%;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 767px) {
    display: flex;
    flex-direction: column;
  }
}

.projects-inner__main-img {
  max-width: 1200px;
  width: 100%;
  height: 560px;
  flex-shrink: 0;

  @media(max-width: 1600px) {
    max-width: 970px;
  }

  @media(max-width: 1280px) {
    max-width: unset;
    height: 500px;
  }

  @media(max-width: 1024px) {
    height: 450px;
  }

  @media(max-width: 768px) {
    height: 380px;
  }
}

.projects-inner__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.projects-inner__navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.projects-inner__pagination {
  display: flex;
  justify-content: flex-end;

  @media(max-width: 767px) {
    justify-content: flex-start;
  }
}

.projects-inner__slides {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.projects-inner__slides::-webkit-scrollbar {
  display: none;
}

.projects-slides__item {
  width: 140px;
  height: 140px;
  border-radius: 4px;
  border: 1px solid transparent;
  scroll-snap-align: start;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
}

.projects-slides__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.projects-slides__item.projects-slides__item--active {
  border-color: #42434D;
}

.projects-inner__info {
  display: flex;
  gap: 40px;

  @media(max-width: 1280px) {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 1024px) {
    display: flex;
    flex-direction: column-reverse;
  }
}

.projects-inner__info-description {
  max-width: 1200px;
  width: 100%;
  flex-shrink: 0;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1600px) {
    max-width: 970px;
  }

  @media(max-width: 1280px) {
    font-size: 18px;
    max-width: unset;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.projects-inner__props {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.projects-props__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #D7DADF;
  gap: 20px;
}

.projects-props__item-title {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  flex-shrink: 0;
  color: #42434D;
  width: fit-content;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.projects-props__item-value {
  max-width: 305px;
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  font-weight: 700;
  color: #42434D;
  text-align: right;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.projects-another {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.projects-another__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    margin-bottom: 60px;
  }

  @media(max-width: 992px) {
    flex-direction: column;
  }

  @media(max-width: 575px) {
    margin-bottom: 40px;
  }
}

.projects-another__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  flex-shrink: 0;
  width: fit-content;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
  }
}

.projects-another__header-right {
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: 460px;
  }

  @media(max-width: 992px) {
    max-width: unset;
    gap: 20px;
  }

}

.projects-another__description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.projects-another__pagination {
  display: flex;
  width: fit-content;
}

.projects-another__main,
.projects-another__mains {
  display: flex;
  overflow-x: auto;
  gap: 40px;
  scroll-snap-type: x mandatory;

  @media(max-width: 1280px) {
    gap: 20px;
  }
}

.projects-another__main::-webkit-scrollbar,
.projects-another__mains::-webkit-scrollbar {
  display: none;
}

.projects-another__main .projects__item {
  width: 570px;
  flex-shrink: 0;
  scroll-snap-align: start;

  @media(max-width: 1600px) {
    width: 470px;
  }

  @media(max-width: 1280px) {
    width: 550px;
  }

  @media(max-width: 1024px) {
    width: 460px;
  }

  @media(max-width: 768px) {
    width: 330px;
  }

  @media(max-width: 575px) {
    width: calc(100vw - 40px);
  }
}

.about-main {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.about-main__content {
  display: flex;
  gap: 40px;

  @media(max-width: 1600px) {
    gap: 0;
  }

  @media(max-width: 1480px) {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 1024px) {
    display: flex;
    flex-direction: column-reverse;
  }
}

.about-main__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.about-main__text h1 {
  font-size: 46px;
  text-transform: uppercase;
  line-height: 110%;
  font-weight: 700;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 33px;
  }
}

.about-main__text h1 b {
  font-weight: 700;
  color: #A90000;
}

.about-main__btn {
  max-width: 200px;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background-color: #A90000;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease-in-out;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.about-main__btn:hover {
  background-color: #42434D;
}

.about-main__img {
  max-width: 1200px;
  width: 100%;
  flex-shrink: 0;
  height: 600px;

  @media(max-width: 1600px) {
    max-width: 970px;
  }

  @media(max-width: 1480px) {
    height: 480px;
    max-width: unset;
  }

  @media(max-width: 1024px) {
    height: 450px;
  }

  @media(max-width: 768px) {
    height: 380px;
  }

  @media(max-width: 480px) {
    height: 300px;
  }
}

.about-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.we__text-table {
  display: none;

  @media(max-width: 1024px) {
    display: block;
    font-size: 18px;
    line-height: 110%;
    font-weight: 400;
    color: #42434D;
    margin-bottom: 40px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.we__text {
  max-width: 570px;
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 768px) {
    display: none;
  }
}

.we__about-item {
  width: 100%;
  height: 356px;
  background-color: #EEEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 10px;

  @media(max-width: 1280px) {
    gap: 60px;
    height: 300px;
  }
}

.we__about-item p {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 20px;
  }
}

.we__about-item span {
  font-size: 90px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #A90000;
  text-align: center;

  @media(max-width: 1280px) {
    font-size: 70px;
  }
}

.creator {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.creator__content {
  display: flex;
  align-items: center;
  gap: 40px;

  @media(max-width: 1280px) {
    gap: 20px;
  }

  @media(max-width: 992px) {
    flex-direction: column;
    gap: 40px;
  }
}

.creator__img {
  max-width: 570px;
  width: 100%;
  height: 720px;
  flex-shrink: 0;

  @media(max-width: 1600px) {
    max-width: 470px;
    height: 600px;
  }

  @media(max-width: 1280px) {
    max-width: 360px;
    height: 400px;
  }

  @media(max-width: 1024px) {
    max-width: 300px;
  }

  @media(max-width: 992px) {
    max-width: 540px;
    height: 380px;
  }

  @media(max-width: 575px) {
    max-width: unset;
  }
}

.creator__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.creator__text {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  display: flex;
  gap: 20px;

  @media(max-width: 992px) {
    padding: 0;
  }
}

.creator__icon {
  width: fit-content;
  flex-shrink: 0;
}

.creator__text-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 60px;
  font-size: 19px;
  line-height: 110%;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 992px) {
    gap: 40px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.creator__text-main p {
  font-weight: 400;
}

.creator__text-main b {
  font-weight: 700;
}

.video-section {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.video-section__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;

  @media(max-width: 768px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  @media(max-width: 575px) {
    display: flex;
    flex-direction: column;
  }
}

.video-section__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}

.video-section__text-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 570px;
  width: 100%;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 768px) {
    max-width: unset;
  }
}

.video-section__text-main h2 {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
  }
}

.video-section__text-main p {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.video-section__btns {
  display: flex;
  gap: 20px;

  @media(max-width: 768px) {
    flex-direction: column;
    gap: 10px;
  }

  @media(max-width: 575px) {
    flex-direction: row;
  }

  @media(max-width: 480px) {
    flex-direction: column;
  }
}

.video-section__btn-red,
.video-section__btn-stroked {
  width: 200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  border-radius: 4px;
  transition: .3s ease-in-out;
}

.video-section__btn-red {
  background-color: #A90000;
  color: #FAFAFA;
}

.video-section__btn-red:hover {
  background-color: #42434D;
}

.video-section__btn-stroked {
  border: 1px solid #A90000;
  color: #A90000;
}

.video-section__btn-stroked:hover {
  background-color: #A90000;
  color: #FAFAFA;
}

.video-section__video {
  max-width: 570px;
  width: 100%;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: 360px;
  }

  @media(max-width: 1024px) {
    max-width: 300px;
  }

  @media(max-width: 768px) {
    max-width: unset;
  }
}

.video-section__video .about__video {
  width: 100%;
}

.equipment {
  padding: 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.equipment__main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin-bottom: 80px;

  @media(max-width: 1280px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
    gap: 20px;
  }

  @media(max-width: 992px) {
    display: flex;
    flex-direction: column;
  }
}

.equipment__main-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  width: 100%;

  @media(max-width: 992px) {
    max-width: unset;
  }
}

.equipment__main-text h2 {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
  }
}

.equipment__main-text h2 b {
  color: #A90000;
  font-weight: 700;
}

.equipment__main-text p {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  max-width: 570px;
  width: 100%;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 992px) {
    max-width: unset;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.equipment__filter {
  max-width: 570px;
  width: 100%;
  background-color: #EEEEEE;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: unset;
  }
}

.equipment__filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  background-color: #FAFAFA;
  border: 1px solid #D7DADF;
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;
  transition: .3s ease-in-out;
  cursor: pointer;
  border-radius: 4px;
}

.equipment__filter-item svg {
  color: #A90000;
  transition: .3s ease-in-out;
}

.equipment__filter-item:hover {
  color: #FAFAFA;
  background-color: #A90000;
}

.equipment__filter-item:hover svg {
  color: #FAFAFA;
}

.equipment__item {
  display: none;
}

.equipment__item.equipment__item--active {
  display: flex;
  flex-direction: column;
  gap: 80px;

  @media(max-width: 1280px) {
    gap: 60px;
  }

  @media(max-width: 992px) {
    gap: 40px;
  }
}

.equipment__item-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;

  @media(max-width: 992px) {
    flex-direction: column;
  }
}

.equipment__item-name {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 46px;
  }

  @media(max-width: 575px) {
    font-size: 33px;
  }
}

.equipment__item-pagination {
  display: flex;
  width: fit-content;
  flex-shrink: 0;
}

.equipment__item-main {
  display: flex;
  gap: 40px;

  @media(max-width: 1280px) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  @media(max-width: 992px) {
    display: flex;
    flex-direction: column;
  }
}

.equipment__item-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1200px;
  width: 100%;
}

.equipment__item-image-main {
  width: 100%;
  height: 600px;

  @media(max-width: 768px) {
    height: 500px;
  }

  @media(max-width: 575px) {
    height: 380px;
  }
}

.equipment__item-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.equipment__item-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;

  @media(max-width: 992px) {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.equipment__item-gallery::-webkit-scrollbar {
  display: none;
}

.equipment__item-gallery__item {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  flex-shrink: 0;

  @media(max-width: 1280px) {
    width: 60px;
    height: 60px;
  }
}

.equipment__item-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.equipment__item-gallery__item.equipment__item-gallery__item--active {
  border-color: #42434D;
}

.equipment__item-info {
  display: flex;
  flex-direction: column;
  max-width: 570px;
  width: 100%;
  flex-shrink: 0;
  gap: 40px;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: unset;
    gap: 20px;
  }
}

.equipment__item-info__title {
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
  text-transform: uppercase;
  color: #A90000;

  @media(max-width: 1280px) {
    font-size: 20px;
    margin-bottom: 20px;
  }

  @media(max-width: 575px) {
    font-size: 18px;
  }
}

.equipment__item-props {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.equipment__item-props__item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D7DADF;
  font-size: 19px;
  line-height: 110%;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.equipment__item-props__item p {
  font-weight: 400;
  width: fit-content;
  flex-shrink: 0;
}

.equipment__item-props__item span {
  display: block;
  max-width: 330px;
  width: 100%;
  font-weight: 700;
  text-align: right;
}

.equipment__item-description {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  color: #42434D;

  @media(max-width: 1280px) {
    font-size: 18px;
  }

  @media(max-width: 575px) {
    font-size: 16px;
  }
}

.equipment__item-description b {
  font-weight: 400;
  color: #A90000;
}

.tech-document {
  padding: 80px 0;

  @media (max-width: 1280px) {
    padding: 60px 0;
  }
}

.tech-document__title {
  font-size: 58px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  color: #42434D;
  text-align: center;

  @media (max-width: 1280px) {
    font-size: 46px;
  }

  @media (max-width: 575px) {
    font-size: 33px;
  }
}

.tech-document__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 40px;

  @media (max-width: 1600px) {
    margin-top: 60px;
  }

  @media (max-width: 1440px) {
    gap: 20px;
  }

  @media (max-width: 575px) {
    margin-top: 40px;
  }
}

.tech-document__elem {
  width: calc(100%/3 - 80px/3);
  padding: 30px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 160px;

  @media (max-width: 1440px) {
    height: 124px;
    gap: 20px;
    padding: 30px 20px;
    width: calc(100%/3 - 40px/3);
  }

  @media (max-width: 1240px) {
    height: 146px;
    padding: auto 20px;
  }

  @media (max-width: 992px) {
    width: calc(50% - 10px);
  }

  @media (max-width: 575px) {
    width: 100%;
    height: 124px;
  }
}

.tech-document__elem-icon {
  flex-shrink: 0;

  @media (max-width: 1440px) {
    width: 60px;
    height: 60px;
  }
}

.tech-document__elem-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;

  @media (max-width: 1240px) {
    height: auto;
    gap: 20px;
  }
}

.tech-document__elem-main span {
  color: #42434D;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;

  @media (max-width: 1440px) {
    font-size: 20px;
  }
}

.tech-document__elem-main a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.tech-document__elem-main a b {
  color: #A90000;
  font-weight: 700;
  font-size: 19px;
  line-height: 110%;

  @media (max-width: 1440px) {
    font-size: 18px;
  }
}

.document-main__subtitle {
  color: #A90000;
  font-weight: 700;
  font-size: 58px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;

  @media (max-width: 1240px) {
    font-size: 46px;
  }

  @media (max-width: 575px) {
    font-size: 33px;
  }
}

.document-main__title {
  font-weight: 700;
  font-size: 58px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #42434D;

  @media (max-width: 1240px) {
    font-size: 46px;
  }

  @media (max-width: 575px) {
    font-size: 33px;
  }
}

.document-main__text {
  margin-top: 20px;
  max-width: 800px;
  text-align: center;
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;

  @media (max-width: 1240px) {
    font-size: 18px;
  }

  @media (max-width: 575px) {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.faq__item--fix .faq__item-header {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  padding-top: 20px;
  border-top: 1px solid #42434D99;

  @media (max-width: 1700px) {
    max-width: 973px;
  }

  @media (max-width: 1550px) {
    max-width: calc(100% - 410px);
  }

  @media (max-width: 1200px) {
    max-width: inherit;
  }
}

.faq__item--fix {
  border: none !important;
  padding-top: 0 !important;
}

.faq__item-body-img {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  width: 100%;


  @media (max-width: 1700px) {
    max-width: 973px;
  }

  @media (max-width: 1550px) {
    max-width: calc(100% - 410px);
  }

  @media (max-width: 1200px) {
    max-width: calc(100% - 380px);
  }

  @media (max-width: 768px) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 700px) {
    max-width: inherit;
    gap: 20px;
  }
}

.faq__item-body-left p {
  display: inline-block;
  padding-left: 10px;
}

.faq__main--fix {
  max-width: none;
}

.faq__item-body {
  display: flex;
  gap: 20px;
  justify-content: space-between;

  @media (max-width: 700px) {
    flex-direction: column;
  }
}

.faq__title--fix {
  width: 440px !important;
  flex-shrink: 0;
  position: absolute;

  @media (max-width: 1550px) {
    width: 390px !important;
  }

  @media (max-width: 1200px) {
    width: 360px !important;
    position: relative;
    width: auto !important;
  }

  @media (max-width: 768px) {
    position: relative;
    font-size: 18px;
    width: auto !important;
  }
}

.faq__item-body-img a {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width: 700px) {
    width: 100%;
  }
}

.faq__item-body-img a img {
  width: 100%;
  height: auto;
}

.faq__item-body-left {
  width: 440px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;

  @media (max-width: 1550px) {
    width: 390px;
  }

  @media (max-width: 1200px) {
    width: 360px;
  }

  @media (max-width: 700px) {
    width: 100%;
  }
}

.faq__main--fix .faq__item--fix:nth-child(1) .faq__item-header {
  border: none;
  padding-top: 0;


  @media (max-width: 1200px) {
    max-width: inherit;
    border-top: 1px solid #42434D99;
    padding-top: 20px;
  }
}

.faq__wrapper--fix {
  @media (max-width: 768px) {
    gap: 20px;
  }
}

.faq__item-body-left a {
  display: flex;
  align-items: center;
}

.faq__item-body-left a span {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
  text-decoration: underline;
  text-underline-offset: 3px;

  @media (max-width: 1200px) {
    font-size: 18px;
  }

  @media (max-width: 700px) {
    font-size: 16px;
  }
}

.faq__item-body-left a b {
  color: #CFD0D2;
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px;
  white-space: nowrap;

  @media (max-width: 1200px) {
    padding-left: 5px;
  }
}

.document-main {
  padding: 80px 0;

  @media (max-width: 1200px) {
    padding: 60px 0 20px 0;
  }
}

.sertificat-another__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
  color: #A90000;
}

.sertificat-another {
  padding: 80px 0;
}

.projects-another__header-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  @media (max-width: 575px) {
    flex-direction: row;
    width: 100%;
  }
}

.sertificat-another__header-right {
  width: 573px;
  height: 356px;
  background: #A90000;
  display: flex;
  padding-left: 20px;
  padding-bottom: 20px;
  align-items: flex-end;
  padding-right: 20px;

  @media (max-width: 1600px) {
    width: 467px;
  }

  @media (max-width: 1240px) {
    width: 360px;
    height: 300px;
  }

  @media (max-width: 1024px) {
    width: 300px;
    height: 300px;
  }

  @media (max-width: 575px) {
    display: none;
  }
}

.sertificat-another__header-right div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.sertificat-another__header-right div p {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FAFAFA;
  max-width: 155px;

  @media (max-width: 575px) {
    font-size: 20px;
    max-width: 195px;
  }
}

.projects-another__mains .sertificat-page__item {
  width: 573px;
  flex-shrink: 0;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;

  @media (max-width:1600px) {
    width: 467px;
    height: 400px;
  }

  @media (max-width:1240px) {
    width: 360px;
    height: 300px;
  }

  @media (max-width:1024px) {
    width: 300px;
    height: 300px;
  }

  @media (max-width:575px) {
    width: 100%;
    height: 300px;
  }
}

.projects-another__mains .sertificat-page__item img {
  height: 100%;
  width: auto;
}

.projects-another__header--sertificat {

  @media (max-width: 992px) {
    flex-direction: row;
  }
}

.sertificat-another__header-right.sertificat-another__header-right--mobile {
  display: none;

  @media (max-width: 575px) {
    display: flex;
    width: 100%;
    margin-top: 60px;
    height: 230px;
  }
}

.sertificat-another-btn-prev {
  @media (max-width: 575px) {
    margin-top: 20px;
  }
}

.roof {
  padding: 80px 0;

  @media (max-width: 1240px) {
    padding: 60px 0;
  }
}

.roof__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;

  @media (max-width: 992px) {
    gap: 40px;
    flex-direction: column;
  }
}

.roof__headling h2 {
  font-weight: 700;
  font-size: 58px;
  line-height: 110%;
  text-transform: uppercase;
  color: #42434D;

  @media (max-width: 1240px) {
    font-size: 46px;
  }

  @media (max-width: 575px) {
    font-size: 33px;
  }
}

.roof__headling p {
  max-width: 575px;
  width: 100%;
  font-size: 19px;
  line-height: 110%;
  color: #42434D;
  margin-top: 20px;

  @media (max-width: 1240px) {
    font-size: 18px;
    max-width: 550px;
  }

  @media (max-width: 992px) {
    max-width: inherit;
  }

  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.roof__content .projects__filter {
  height: auto;

  @media (max-width: 992px) {
    width: 100%;
  }
}

.roof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 160px;

  @media (max-width: 1240px) {
    gap: 20px;
    margin-top: 120px;
  }

  @media (max-width: 1140px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (max-width: 479px) {
    grid-template-columns: repeat(1, 1fr);

  }
}

.roof__grid.roof__grid--bigs {
  @media (max-width: 640px) {
    grid-template-columns: repeat(1, 1fr);

  }
}

.roof__grid .exclusive__item-name {
  margin-bottom: 20px;

  @media (max-width: 1240px) {
    font-size: 26px;
    margin-bottom: 10px;
  }

  @media (max-width: 575px) {
    font-size: 20px;
  }
}

.projects-inner__headling {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 40px;


  @media (max-width: 1280px) {
    gap: 20px;
    margin-bottom: 60px;
  }

  @media (max-width: 768px) {
    flex-direction: column;
  }

  @media (max-width: 575px) {
    margin-bottom: 40px;
  }
}

.projects-inner__headling h2 {
  font-weight: 700;
  font-size: 58px;
  line-height: 110%;
  text-transform: uppercase;
  color: #42434D;

  @media (max-width: 1280px) {
    width: calc(50% - 10px);
  }

  @media (max-width: 1240px) {
    font-size: 46px;
  }

  @media (max-width: 768px) {
    width: 100%;
  }

  @media (max-width: 575px) {
    font-size: 33px;
  }
}

.projects-inner__headling p {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
  max-width: 560px;
  width: 100%;

  @media (max-width: 1280px) {
    width: calc(50% - 10px);
    max-width: inherit;
  }

  @media (max-width: 768px) {
    width: 100%;
  }

  @media (max-width: 575px) {
    font-size: 16px;
  }
}

p.projects-inner__headling-text {
  width: calc(100% - 1240px);
  max-width: inherit;

  @media (max-width: 1600px) {
    width: calc(100% - 1010px);
    max-width: inherit;
  }

  @media (max-width: 1280px) {
    width: calc(50% - 10px);
    max-width: inherit;
  }

  @media (max-width: 768px) {
    width: 100%;
  }

  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.roof__grid .exclusive__item-info {
  @media (max-width: 1280px) {
    height: 280px;
  }

  @media (max-width: 480px) {
    height: 230px;
  }
}

.roof__grid--big .exclusive__item-info {
  @media (max-width: 1280px) {
    height: 280px;
  }

  @media (max-width: 768px) {
    height: 350px;
  }

  @media (max-width: 479px) {
    height: 250px;
  }

  @media (max-width: 359px) {
    height: 280px;
  }
}

.roof__grid--big .roof__grid--bigs .exclusive__item-info {

  @media (max-width:640px) {
    height: 250px;
  }

  @media (max-width: 359px) {
    height: 280px;
  }
}

.roof__grid .exclusive__item-description {
  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.roof__grid .exclusive__btn-red,
.roof__grid .exclusive__btn-bordered {
  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.projects-inner__main.projects-inner__main--min {
  margin-bottom: 0px;
}

.roof__tittle {
  font-weight: 700;
  font-size: 58px;
  line-height: 110%;
  text-transform: uppercase;
  color: #42434D;
  text-align: center;
  margin-bottom: 80px;

  @media (max-width: 1240px) {
    font-size: 46px;
    margin-bottom: 60px;
  }

  @media (max-width: 768px) {
    width: 100%;
  }

  @media (max-width: 575px) {
    font-size: 33px;
  }
}

.roof__grid.roof__grid--nomargin {
  margin-top: 0;
}

.news__title-red {
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #A90000;
}

.news__item-name-big {
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #42434D;
  font-weight: 400;

  @media (max-width: 992px) {
    font-size: 20px;
  }

  @media (max-width: 575px) {
    font-size: 18px;
  }
}

.news__item-sheet .news__item-img {
  width: 262px;

  @media (max-width: 1600px) {
    width: 208px;
  }

  @media (max-width: 1440px) {
    width: 100%;
    height: 160px;
  }

  @media (max-width: 768px) {
    width: calc(50% - 10px);
    height: 200px;
    flex-shrink: 0;
  }
}

.news__item-sheet .news__item-bottom {
  align-items: flex-start;

  @media (max-width: 1440px) {
    flex-direction: column;
    gap: 10px;
    height: 100%;
    margin-top: 20px;
  }

  @media (max-width: 768px) {
    flex-direction: row;
    gap: 10px;
    height: 200px;
    margin-top: 20px;
  }
}

.news__item-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.news__item-box span {
  font-size: 15px;
  line-height: 110%;
  color: #A90000;
}

.news__title-red--mobile {
  display: none;

  @media (max-width: 992px) {
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
  }

  @media (max-width: 575px) {
    font-size: 18px;
  }
}

.news__item-sheet {
  @media (max-width: 768px) {
    height: 280px;
    padding: 20px;
  }
}

.exclusive__item--center {
  @media (max-width: 640px) {
    width: 100%;
    max-width: initial;
  }
}

.exclusive__item--center .exclusive__item-name {
  text-align: center;
}

.exclusive__item--center .exclusive__item-description {
  text-align: center;
}

.advantages--nomargin {
  padding-top: 0;

  @media (max-width: 768px) {
    padding-top: 60px;
  }
}

.advantages__slider-wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 720px;

  @media (max-width: 1600px) {
    height: 640px;
  }

  @media (max-width: 1240px) {
    height: 500px;
  }

  @media (max-width: 767px) {
    height: auto;
  }
}

.advantages__slider-wrapper-left p {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
  max-width: 573px;
  width: 100%;

  @media (max-width: 1240px) {
    font-size: 18px;
  }

  @media (max-width: 767px) {
    max-width: inherit;
  }

  @media (max-width: 576px) {
    font-size: 16px;
  }
}

.advantages__slider-main--steel a {
  width: calc(100% - 60px);
  height: 720px;

  @media (max-width: 1600px) {
    height: 640px;
  }

  @media (max-width: 1240px) {
    height: 500px;
  }

  @media (max-width: 767px) {
    width: 100%;
  }

  @media (max-width: 576px) {
    height: 400px;
  }
}

.advantages__slider-wrapper--steel {

  @media (max-width: 1280px) {
    flex-direction: row;
  }

  @media (max-width: 767px) {
    flex-direction: column;
    position: relative;
    padding-bottom: 110px;
  }
}

.advantages__slider-wrapper--steel .advantages__slider-navigation {
  @media (max-width: 767px) {
    position: absolute;
    left: 0;
    bottom: 0px;
  }
}

.advantages--nomargin .news-section__title {
  @media (max-width: 575px) {
    text-align: center;
  }
}

.details-modal {
  max-width: 1480px;
  padding: 10px;
  background: #FAFAFA;

  @media (max-width: 1560px) {
    max-width: inherit;
    width: calc(100% - 80px);
  }

  @media (max-width: 575px) {
    width: calc(100% - 40px);
  }

  @media (max-width: 480px) {
    width: calc(100% - 20px);
  }
}

.details-modal .dialog__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 80px;
  height: 80px;

  @media (max-width: 768px) {
    top: -10px;
  }

  @media (max-width: 575px) {
    top: -10px;
    right: -10px;
  }
}

.details__content-flex {
  display: flex;
  gap: 20px;
  margin-top: 20px;

  @media (max-width: 992px) {
    flex-direction: column;
  }
}

.details__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
  color: #42434D;

  @media (max-width: 1240px) {
    font-size: 26px;
  }

  @media (max-width: 768px) {
    width: calc(100% - 90px)
  }

  @media (max-width: 575px) {
    font-size: 20px;
  }
}

.details__img {
  max-width: 570px;
  width: 100%;
  height: auto;

  @media (max-width: 992px) {
    max-width: inherit;
    width: calc(100% - 80px)
  }

  @media (max-width: 575px) {
    max-width: inherit;
    width: calc(100% - 40px)
  }
}

.details__img a {
  width: 100%;
}

.details__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.details__discription {
  max-width: 570px;
  width: 100%;

  @media (max-width: 992px) {
    max-width: inherit;
    width: calc(100% - 80px)
  }

  @media (max-width: 575px) {
    max-width: inherit;
    width: calc(100% - 40px)
  }
}

.details__headling {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #A90000;
  margin-bottom: 40px;

  @media (max-width: 1240px) {
    font-size: 20px;
  }

  @media (max-width: 575px) {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.details__item {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D7DADF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.details__item span {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
  flex-shrink: 0;

  @media (max-width: 1240px) {
    font-size: 18px;
  }

  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.details__item p {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
  font-weight: 700;
  text-align: right;

  @media (max-width: 1240px) {
    font-size: 18px;
  }

  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.details__discription-text {
  margin-top: 40px;
  font-weight: 400;
  font-size: 19px;
  line-height: 110%;
  color: #42434D;

  @media (max-width: 1240px) {
    font-size: 18px;
  }

  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.details__discription-btn {
  margin-top: 40px;
  display: flex;
  gap: 10px;

  @media (max-width: 575px) {
    flex-direction: column;
  }
}


.details__discription-btn a {
  min-width: 200px;

  @media (max-width: 575px) {
    width: 100%;
  }
}

.exclusive__header-right--min {
  max-width: inherit;
  width: fit-content;
}


.buy__main {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  margin-bottom: 40px;
  scroll-snap-type: x mandatory;

  @media(max-width: 1280px) {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.buy__main::-webkit-scrollbar {
  display: none;
}

.buy__item {
  max-width: 573px;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;

  @media(max-width: 1600px) {
    max-width: 470px;
  }

  @media(max-width: 1280px) {
    max-width: 550px;
  }

  @media(max-width: 1024px) {
    max-width: 462px;
  }

  @media(max-width: 768px) {
    max-width: 334px;
  }

  @media(max-width: 480px) {
    max-width: 100%;
  }
}

.buy__item .exclusive__item-name {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.buy__item .exclusive__item-description {
  text-align: center;
}

.exclusive__btn-grey {
  font-size: 19px;
  line-height: 110%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 56px;
  transition: .3s ease-in-out;
  border-radius: 4px;
  cursor: pointer;
  color: #FAFAFA;
  background: #42434D;
}

.exclusive__btn-grey:hover {
  background-color: #A90000;
}

.page {
  padding: 0px 0 80px 0;

  @media(max-width: 1280px) {
    padding: 60px 0;
  }
}

.page__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;


  @media(max-width: 1440px) {
    gap: 20px;
  }

  @media(max-width: 575px) {
    flex-direction: column;
  }
}

.page__title {
  font-weight: 700;
  font-size: 58px;
  line-height: 110%;
  text-transform: uppercase;
  color: #42434D;
  width: calc((100%/3 + 40px - 40px/2)*2);

  @media(max-width: 1440px) {
    width: calc(50% - 10px);
    font-size: 46px;
  }

  @media(max-width: 575px) {
    width: 100%;
    font-size: 33px;
  }
}

.page__discription {
  font-size: 19px;
  line-height: 110%;
  color: #42434D;
  width: calc(100%/3 + 20px - 40px/2);
  display: block;

  @media(max-width: 1440px) {
    width: calc(50% - 10px);
    font-size: 18px;
  }

  @media(max-width: 575px) {
    width: 100%;
    font-size: 16px;
  }
}

.page__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  margin-top: 80px;


  @media(max-width: 1440px) {
    gap: 20px;
    margin-top: 60px;
  }

  @media(max-width: 992px) {
    flex-direction: column;
    gap: 40px;
  }

  @media(max-width: 575px) {
    margin-top: 40px;
  }
}

.page__content-img {
  width: calc((100%/3 + 40px - 40px/2)*2);

  @media(max-width: 1440px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 992px) {
    width: 100%;
  }
}

.page__content-text {
  width: calc(100%/3 + 20px - 40px/2);

  @media(max-width: 1440px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 992px) {
    width: 100%;
  }
}

.page__content-text .details__item {
  gap: 50px;
  align-items: flex-start;

  @media (max-width: 480px) {
    gap: 20px;
  }
}

.details__item-link {
  display: inline;
  text-align: right;
}

.details__item-link svg {
  margin-bottom: -5px;

  @media (max-width: 480px) {
    margin-bottom: 15px;
  }
}

.details__item-link p {
  display: inline;
  text-align: right;
  width: auto;
  min-height: 20px;
}

.details__item-link b {
  font-size: 16px;
  color: #42434D;
  line-height: 20px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;

  @media (max-width: 480px) {
    width: 80px;
    display: inline-block;
  }
}

.details__item-link i {
  color: #CFD0D2;
  font-size: 16px;
  line-height: 110%;
  font-style: normal;
}

.page__tab {
  margin-top: 80px;
  display: flex;
  gap: 40px;


  @media(max-width: 1440px) {
    gap: 20px;
    margin-top: 60px;
  }

  @media(max-width: 992px) {
    flex-direction: column;
    gap: 10px;
  }
}

.page__tab-item {
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #42434D;
  padding-bottom: 5px;
  width: calc(100%/3 - 80px/3);
  border-bottom: 1px solid #42434D;
  transition: .3s;
  cursor: pointer;

  @media(max-width: 1440px) {
    width: calc(100%/3 - 40px/3);
  }

  @media(max-width: 992px) {
    width: 100%;
    font-size: 20px;
  }

  @media (max-width: 575px) {
    font-size: 18px;
  }
}

.page__tab-item.active {
  background: #EEEEEE;
  color: #A90000;
}

.page__wrap {
  margin-top: 40px;
}

.page__box {
  width: 100%;
}

.page__box-item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;


  @media(max-width: 1440px) {
    gap: 20px;
  }

  @media(max-width: 992px) {
    flex-direction: column;
  }
}

.page__box-item.hidden {
  display: none;
}

.page__box-big {
  width: calc((100%/3 + 40px - 40px/2)*2);

  @media(max-width: 1440px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 992px) {
    width: 100%;
  }
}

.page__box-big--bg {
  background: #EEEEEE;
  padding: 20px;
}

.page__box-small {
  width: calc(100%/3 + 20px - 40px/2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;

  @media(max-width: 1440px) {
    width: calc(50% - 10px);
  }

  @media(max-width: 992px) {
    width: 100%;
  }
}

.page__text-cost {
  font-weight: 400;
  font-size: 19px;
  line-height: 110%;
  color: #42434D;

  @media(max-width: 1440px) {
    font-size: 18px;
  }
}

.page__text-cost b {
  font-weight: 400;
  color: #A90000;
}

.page__box-weight {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.page__box-weight span {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;

  @media(max-width: 1440px) {
    font-size: 18px;
  }
}

.page__box-weight p {
  color: #42434D;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;

  @media(max-width: 1440px) {
    font-size: 26px;
  }
}

.page__box-total {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.page__box-total span {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;

  @media(max-width: 1440px) {
    font-size: 18px;
  }
}

.page__box-total p {
  color: #A90000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;

  @media(max-width: 1440px) {
    font-size: 26px;
  }
}

.page__box-small .main__btns {
  margin-top: 40px;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 0;

  @media(max-width: 992px) {
    margin-top: 20px;
  }
}

.page__box-small .main__btn-bordered {
  max-width: 200px;
  width: 100%;
  padding: 14px;
}

.page__box-small .main__btn-red {
  padding: 14px;
}

.page__box-acc-body span {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
}

.page__box-acc-body-wrap {
  background: #FAFAFA;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.page__box-elem input {
  width: 100%;
  background: #FAFAFA;
  height: 48px;
  border: 1px solid #D7DADF;
  padding-left: 20px;
  outline: none;
  box-shadow: none;
  padding-right: 50px;
  pointer-events: none;
  border-radius: 5px;
  color: #A90000;
  font-size: 19px;
  cursor: pointer;

  @media(max-width: 1440px) {
    font-size: 18px;
  }
}

.page__box-elem input.page__box-inp {
  pointer-events: inherit;
}

.page__box-acc-head {
  position: relative;
  cursor: pointer;
}

.page__box-acc-head svg {
  position: absolute;
  right: 21px;
  top: 20px;
  transition: .3s;
}

.page__box-acc-head svg path {
  transition: .3s;
}

.open .page__box-acc-head svg {
  transform: rotate(180deg);
}

.open .page__box-acc-head svg path {
  stroke: #A90000;
}

.page__box-name {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 110%;
  color: #42434D;

  @media(max-width: 1440px) {
    font-size: 18px;
  }
}

.page__box-list {
  display: flex;
  gap: 40px;

  @media(max-width: 1440px) {
    flex-direction: column;
    gap: 10px;
  }
}

.page__box-list-item {
  width: calc(50% - 20px);
  display: flex;
  gap: 40px;
  flex-direction: column;

  @media(max-width: 1440px) {
    width: 100%;
    gap: 10px;
  }
}

.page__box-acc-body-color {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  cursor: pointer;
}

.page__box-acc-body-color i {
  font-style: normal;
  color: #42434D;
  font-size: 19px;
  flex-shrink: 0;

}

.page__box-acc-body-color-elem {
  width: calc(100% - 83px);
  height: 30px;
}

.__color-1014 {
  background: #DED09F;
}

.__color-1015 {
  background: #EADEBD;
}

.__color-3005 {
  background: #5E2028;
}

.__color-5005 {
  background: #154889;
}

.__color-5021 {
  background: #07737A;
}

.__color-6002 {
  background: #276235;
}

.__color-6005 {
  background: #0F4336;
}

.__color-7004 {
  background: #9EA0A1;
}

.__color-7024 {
  background: #474A50;
}

.__color-8017 {
  background: #44322D;
}

.__color-9002 {
  background: #DDDED4;
}

.__color-9003 {
  background: #F4F8F4;
}

.__color-9006 {
  background: #A5A8A6;
}

.__color-9007 {
  background: #8F8F8C;
}

.__color-9010 {
  background: #F7F9EF;
}

.__color-9011 {
  background: #292C2F;
}

.__color-9012 {
  background: #F7F5E0;
}

.__color-9017 {
  background: #2A2D2F;
}

.__color-9018 {
  background: #CFD3CD;
}

.page__box-acc-head-color {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 200px;
  height: 30px;
  display: none;
  z-index: 2;
  pointer-events: none;

  @media(max-width: 575px) {
    width: 150px;
  }

  @media(max-width: 480px) {
    width: 100px;
  }
}

.page__box-acc-head-color.active {
  display: block;
}

.page__box-btn {
  padding-top: 53px;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #A90000;
  margin-left: auto;
  cursor: pointer;

  @media (max-width: 1440px) {
    padding-top: 10px;
    font-size: 20px;
  }

  @media(max-width: 575px) {
    font-size: 18px;
  }
}

.page__box-item--add {
  margin-top: 40px;
}

.page__box-item--add .page__box-small {
  justify-content: flex-end;
}

.page__box-item .main__btns.hidden,
.page__box-item .page__box-btn.hidden {
  display: none;
}

.page__text-cost.hidden {
  display: none;
}

.page__box-weight--margin {
  margin-top: 40px;
}

.page__box {
  display: none;
}

.page__box.active {
  display: block;
}

.page__box-small-tittle {
  font-weight: 400;
  font-size: 24px;
  line-height: 110%;
  text-transform: uppercase;
  color: #42434D;

  @media(max-width: 1440px) {
    font-size: 20px;
  }

  @media(max-width: 575px) {
    font-size: 18px;
  }
}

.page__box-small-link {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 20px;
}

.page__box-small-link b {
  font-weight: 400;
  color: #42434D;
  font-size: 16px;
  line-height: 110%;
}

.page__box-small-link i {
  font-style: normal;
  font-size: 16px;
  line-height: 110%;
  color: #CFD0D2;
}

.page__box-big-pal {
  display: grid;
  grid-template-columns: repeat(5, 1fr);

  @media(max-width: 575px) {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page__box-pal-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
}

.page__box-pal-item div {
  height: 48px;
  width: 42%;
  min-width: 50px;
}

.page__box-pal-item span {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;

  @media(max-width: 1440px) {
    font-size: 18px;
  }

  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.page__box-small-top ul {
  padding-left: 20px;
  margin-top: 20px;
}

.page__box-small-top li {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
  margin-bottom: 5px;

  @media(max-width: 1440px) {
    font-size: 18px;
  }

  @media (max-width: 575px) {
    font-size: 16px;
  }
}

.page__box-delivery h3 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 100%;
  color: #42434D;

  @media(max-width: 1440px) {
    font-size: 20px;
  }

  @media (max-width: 575px) {
    font-size: 18px;
  }
}

.page__box-delivery h3:nth-child(1) {
  color: #A90000;
}

.page__box-delivery p {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #42434D;
  font-size: 19px;
  line-height: 110%;

  @media(max-width: 1440px) {
    font-size: 18px;
  }

  @media(max-width: 992px) {
    margin-bottom: 20px;
  }
}

.page__box-delivery ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page__box-delivery ul li {
  color: #42434D;
  font-size: 19px;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 5px;

  @media(max-width: 1440px) {
    font-size: 18px;
  }
}

.page__content-img .projects-inner__main {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  height: 100%;
  gap: 10px;

  @media (max-width: 1280px) {
    display: flex;
  }
}

.page__content-img .projects-inner__pagination {
  display: none;
}

.page__content-img .projects-inner__main-img {
  max-width: initial;
  height: auto;
}

.page__content-img .projects-slides__item {
  width: 80px;
  height: 80px;
  background: #D8DEEB;

  @media(max-width: 1440px) {
    width: 60px;
    height: 52px;
  }
}

.page__box-small-bottom .main__btn-red,
.page__box-small-bottom .main__btn-bordered {
  @media(max-width: 575px) {
    width: 100%;
    max-width: initial;
  }
}
/* End */


/* Start:/local/templates/dekastroymet/assets/custom.css?17797018221971*/
.docs__main a {
    color: #A90000;
}
.docs__main span {
    color: #A90000;
}

.feedback-img__input {
    font-family: 'Cuprum', sans-serif;
}
.feedback-img__textarea {
    font-family: 'Cuprum', sans-serif;
    width: 100%;
    background-color: #EEEEEE;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px;
    line-height: 110%;
    font-weight: 400;
    color: #42434D;
    height: 66px;
    resize: none;
}

.header__right {
    gap: 24px;
}
.header__socials-item {
    width: 30px;
    height: 30px;
}

.menu__socials-item {
    width: 24px;
    height: 24px;
    transition: .3s ease-in-out;
}
.menu__socials-item:hover {
    filter: brightness(70%);
}
.menu__socials-item svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.document-main {
    @media (max-width: 1200px) {
        padding: 30px 0 0 0;
    }
    @media (min-width: 769px) {
        padding: 0;
    }
}

@media (min-width: 769px) {
    .news-section,
    .advantages.news-detail {
        padding-top: 0;
    }
}

@media(max-width: 1280px) {
    .news__item:last-of-type {
        grid-column: span 2;
    }
}

.review-page-btn-prev,
.review-page-btn-next {
    cursor: default;
}

.news-section__col-text p {
    margin: 15px 0;
}
.news-section__col-text p:first-of-type {
    margin-top: 0;
}
.news-section__col-text p:last-of-type {
    margin-bottom: 0;
}
.news-section__col-text ul,
.news-section__col-text ol {
    list-style: disc;
    list-style-position: inside;
}
.news-section__col-text ul p,
.news-section__col-text ol p {
    display: inline-block;
}
.news-section__col-text h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.news-section__col-text h3,
.news-section__col-text ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.news-section__col-text table td {
    border: 1px solid #42434D;
    padding: 5px;
}

/* End */


/* Start:/local/templates/dekastroymet/components/ammina/regions.selector/header_location/style.css?17770718223435*/
.bam-regions-popup {
  display: none;
  position: absolute;
}
.bam-regions-popup .bam-regions-popup-window {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    z-index: 1800;
    position: fixed;
    max-width: 90%;
    max-height: 90%;
    width: 800px;
    height: 400px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
    .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-title {
      font-weight: bold;
      display: block;
      border-bottom: 1px dotted #cccccc;
      padding: 0 0 10px 0;
      margin: 0 0 10px 0;
      font-size: 16px;
      position: relative; }
      .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-title h3 {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: bold; }
      .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-title .bam-regions-popup-close {
        background-image: url(/local/templates/dekastroymet/components/ammina/regions.selector/header_location/images/close.svg);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 16px;
        background-size: contain; }
    .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-search {
      width: 100%;
      padding: 10px; }
    .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list {
      display: block;
      overflow: auto;
      max-height: 100%;
      margin-top: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-content: flex-start; }
      .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
        padding: 5px 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
        @media (max-width: 991.98px) {
          .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%; } }
        @media (max-width: 575.98px) {
          .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
        .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link span {
          display: block;
          font-size: 0.9em;
          color: #888888; }
        .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link strong {
          color: #94002b; }
        .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link.bam-regions-popup-content-item-link-current {
          font-weight: bold; }

.bam-regions-popupbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #777777;
  opacity: 0.7;
  z-index: 1000; }

/* End */


/* Start:/local/templates/dekastroymet/components/reds/feedback.form/contact_us_shortened_form/style.css?1777460713310*/
.antibot-field {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    font-size: 0;
    padding: 0;
}

.dialog__title.success {
    color: #4cdf96;
}

.dialog__label.error input,
.dialog__label.error textarea {
    background-color: #ffa6a6;
}

/* End */
/* /local/templates/dekastroymet/assets/style.css?1777050272161817 */
/* /local/templates/dekastroymet/assets/custom.css?17797018221971 */
/* /local/templates/dekastroymet/components/ammina/regions.selector/header_location/style.css?17770718223435 */
/* /local/templates/dekastroymet/components/reds/feedback.form/contact_us_shortened_form/style.css?1777460713310 */
