* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #D6D6D6;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
  text-decoration: none;
}

p {
  margin: 0;
}

button, input, textarea, select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1800px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.desktop {
  display: block;
}

.site-header {
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header-info {
  display: flex;
  align-items: center;
}

.logo-image {
  width: 352px;
  height: 84px;
  margin-right: 47px;
}

.site-header-description {
  width: 445px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0e0e0e;
}

.site-header-line {
  width: 2px;
  height: 20px;
  background: #fff;
}

.working-hours {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #0e0e0e;
}

.contacts-container {
  display: flex;
  align-items: center;
}

.phone-numbers {
  margin-right: 80px;
}

.contact-number {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #0e0e0e;
}

.contacts-button {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  width: 217px;
  height: 62px;
  background: #00356d;
  transition: background 0.3s ease;
}

.contacts-button:hover {
  background: #08498e;
}

.contacts-button:active {
  background: #012c59;
}

.nav-menu {
  padding-top: 14px;
  padding-bottom: 14px;
  background: #5f5d63;
}

.menu-button {
  display: none;
}

.menu-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-close {
  display: none;
}

.menu-link {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.menu-link-active {
  font-weight: 800;
}

.cards-section {
  padding-top: 2px;
  padding-bottom: 2px;
  background: linear-gradient(121deg, #bebebe 0%, #716d80 46%, #f2f2f2 69%, #b2b0b9 94%);
}

.cards-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 57px;
  padding-bottom: 65px;
  background: #D6D6D6;
  color: #0e0e0e;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease-in-out;
}

.card-item:hover {
  color: #fff;
  background: #00356d;
}

.card-image {
  width: 400px;
  height: 315px;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 25px;
}

.card-title {
  width: 317px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}

.about-us-section {
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: url('about-us-section1920px.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1920px;
}

.about-us-title {
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0e0e0e;
  margin-bottom: 20px;
}

.about-us-content {
  display: grid;
  grid-template-areas: "a a c" "b b c";
  row-gap: 40px;
  column-gap: 100px;
}

.about-us-description-a {
  grid-area: a;
}

.about-us-description-b {
  grid-area: b;
}

.about-us-description {
  width: 940px;
}

.about-us-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 158%;
  letter-spacing: 0.02em;
  color: #0e0e0e;
}

.about-us-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  grid-area: c;
}

.about-us-list-item {
  display: flex;
  align-items: center;
}

.about-us-icon {
  width: 95px;
  height: 95px;
  margin-right: 60px;
}

.about-us-list-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 158%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0e0e0e;
}

.contact {
  position: relative;
  z-index: 3;
  background: #414044;
  padding-top: 32px;
  padding-bottom: 32px;
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  max-width: 1642px;
}

.contact-item {
  margin: 0 auto;
}

.contact-logo {
  width: 299px;
  height: 261px;
}

.contact-description {
  width: 371px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.contact-email {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}

.contact-phones {
  margin-bottom: 15px;
}

.contact-phone {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.contact-button {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 20px 30px;
  width: 217px;
  height: 62px;
  background: #00356d;
  transition: background 0.3s ease;
}

.contact-button:hover {
  background: #08498e;
}

.contact-button:active {
  background: #012c59;
}

.footer {
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, #bebebe 0%, #716d80 46%, #f2f2f2 69%, #b2b0b9 94%);
  padding-top: 2px;
}

.footer-text {
  background: #414044;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #d6d6d6;
  padding-top: 13px;
  padding-bottom: 13px;
}

.wrapper {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.tower {
  padding: 30px 0;
}

.tower__wrapper {
  display: flex;
  align-items: center;
}

.tower__icon {
  width: 291px;
  height: 230px;
  margin-right: 40px;
}

.tower__title {
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0E0E0E;
  margin-bottom: 20px;
}

.tower__description {
  width: 1269px;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  color: #0E0E0E;
}

.element {
  padding-bottom: 100px;
}

.element__title {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #00356D;
  margin-bottom: 20px;
}

.element__tower-elements {
  position: relative;
  width: 590px;
  height: 500px;
  background-image: url('img/tower-elements1024.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
  cursor: text;
}

.red {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #CD2B20;
}

.red::before {
  content: '';
  display: block;
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  background-image: url('icon/money.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}

.protection {
  padding-top: 30px;
}

.protection__wrapper {
  display: flex;
  align-items: center;
}

.protection__icon {
  width: 385px;
  height: 332px;
  margin-right: 40px;
}

.protection__title {
  color: #0E0E0E;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.protection__description {
  width: 1175px;
  color: #0E0E0E;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
}

.gallery-protection {
  padding-bottom: 100px;
}

.gallery-protection__title {
  color: #00356D;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gallery-protection__title span {
  display: block;
}

.gallery-protection__image {
  width: 656px;
  height: 430px;
  object-fit: cover;
  margin-bottom: 20px;
}

.platform {
  padding: 30px 0;
}

.platform__wrapper {
  display: flex;
  align-items: center;
}

.platform__icon {
  width: 291px;
  height: 230px;
  margin-right: 40px;
}

.platform__title {
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0E0E0E;
  margin-bottom: 20px;
}

.platform__description {
  width: 1269px;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  color: #0E0E0E;
}

.characteristic {
  padding-bottom: 197px;
}

.characteristic__title {
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #00356D;
  margin-bottom: 20px;
}

.characteristic__list {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.characteristic__table {
  width: 559px;
  height: 355px;
  background-image: url('icon/table.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.characteristic__image {
  width: 418px;
  height: 355px;
  object-fit: cover;
  margin-bottom: 10px;
}

.characteristic__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #0E0E0E;
}

.metal {
  padding: 30px 0;
}

.metal__wrapper {
  display: flex;
  align-items: center;
}

.metal__icon {
  width: 291px;
  height: 230px;
  margin-right: 40px;
}

.metal__title {
  width: 927px;
  color: #0E0E0E;
  font-weight: 700;
  font-size: 70px;
  line-height: 107%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.metal__description {
  width: 1269px;
  color: #0E0E0E;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
}

.metal__description_parts {
  width: 1287px;
}

.portfolio {
  padding-bottom: 50px;
}

.portfolio__title {
  color: #00356D;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.portfolio__gallery {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 20px;
}

.portfolio__image {
  width: 400px;
  height: 300px;
  object-fit: cover;
}

.cutting {
  padding-bottom: 50px;
}

.cutting__text {
  display: flex;
  align-items: center;
}

.cutting__icon {
  width: 330px;
  height: 245px;
  margin-right: 70px;
}

.cutting__title {
  width: 739px;
  color: #00356D;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cutting__title_parts {
  width: auto !important;
}

.cutting__description {
  width: 1311px;
  color: #0E0E0E;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.cutting__description_parts {
  width: 911px;
  margin-bottom: 0px !important;
}

.cutting__text {
  margin-bottom: 20px;
}

.cutting-advantage__title {
  color: #0E0E0E;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cutting-advantage__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 20px;
}

.cutting-advantage__item {
  display: flex;
  align-items: center;
}

.cutting-advantage__icon {
  width: 95px;
  height: 95px;
  margin-right: 40px;
}

.cutting-advantage__name {
  color: #0E0E0E;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.cutting-advantage__description {
  width: 1166px;
  color: #0E0E0E;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
}

.cutting-advantage__gallery {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.cutting-advantage__image {
  width: 400px;
  height: 300px;
  object-fit: cover;
}

.clearing {
  padding-bottom: 100px;
}

.clearing__title {
  color: #00356D;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.clearing__description {
  width: 1311px;
  color: #0E0E0E;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.clearing__description_mb {
  margin-bottom: 0px !important;
}

.clearing-advantage__title {
  color: #0E0E0E;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.clearing-advantage__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 20px;
}

.clearing-advantage__item {
  display: flex;
  align-items: center;
}

.clearing-advantage__icon {
  width: 95px;
  height: 95px;
  margin-right: 40px;
}

.clearing-advantage__name {
  color: #0E0E0E;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.clearing-advantage__description {
  width: 1166px;
  color: #0E0E0E;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
}

.clearing-advantage__gallery {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.clearing-advantage__image {
  width: 418px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}

.clearing-advantage__signature {
  color: #0E0E0E;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.button {
  display: none;
}

.page {
  position: relative;
}

.category {
  position: fixed;
  top: 185px;
  right: 8%;
}

.category__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.category__name {
  display: flex;
  align-items: center;
  color: #0E0E0E;
  font-weight: 400px;
  font-size: 24px;
  line-height: 117%;
  letter-spacing: 0.02em;
}

.category__name_active {
  color: #00356D;
  font-weight: 600;
}

.category__name::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00356D;
  margin-right: 30px;
}

.background {
  position: relative;
  overflow: hidden;
}

.background::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  right: 50%;
  transform: translateX(50%);
  width: 1418px;
  height: 857px;
  background-image: url('icon/background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.background-platform::before {
  top: 150px;
}

.background-tower::before {
  top: 150px;
}

.background-protection::before {
  top: 150px;
}

.background-metal::before {
  top: 150px;
}

.background-home::before {
  top: 50px;
}

.cutting__icon_mobile {
  display: none;
}

.cutting-element__title {
  color: #0E0E0E;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cutting-element__list {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.cutting-element__list_clamp {
  display: grid;
  grid-template-columns: repeat(3, 418px);
  gap: 30px 25px;
}

.cutting-element__item {
  width: 418px;
}

.cutting-element__item_clamp {
}

.cutting-element__icon {
  width: 418px;
  height: 300px;
  margin-bottom: 10px;
}


.cutting-element__name {
  color: #0E0E0E;
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cutting-element__name span {
  display: block;
}

.cutting-element__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  margin-top: 5px;
}

.cutting__text_clamp {
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.cutting__description_clamp {
  width: 1311px;
}

.cutting_parts {
  padding-bottom: 100px;
}

.metal_clamp {
  padding: 30px 0 50px 0;
}

.cutting-advantage__item_wood {
  display: flex;
  align-items: center;
}

.cutting-advantage__item_wood::before {
  content: '';
  display: block;
  width: 31px;
  height: 38px;
  background-image: url('icon/arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 25px;
}

.cutting-advantage__name_wood {
  margin-bottom: 0;
}

.cutting__icon_pin {
  width: 172px;
  height: 322px;
}

.cutting__icon_clamp {
  width: 244px;
  height: 246px;
}

.cutting__icon_cup {
  width: 249px;
  height: 255px;
}

.cutting__icon_wedge {
  width: 255px;
  height: 255px;
  margin-right: 84px;
}

.cutting-advantage__description_wood3x {
  width: 972px;
}

.hovered-image {
  width: 162px;
  height: 128px;
}

.subcategory {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 411px;
  transition: transform 0.3s ease-in-out;
  margin-top: 25px;
}

.hovered-link {
  display: flex;
}

.subcategory-link {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  transition: font-weight 0.3s ease;
}

.contacts {
  padding: 30px 0 50px 0;
}

.contacts__wrapper {
  display: flex;
  align-items: center;
}

.contacts__icon {
  width: 247px;
  height: 195px;
  margin-right: 34px;
}

.contacts__title {
  color: #0E0E0E;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contacts__description {
  width: 1187px;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.contacts__feedback {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.02em;
}

.feedback__title {
  color: #00356D;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.feedback__list {
  display: flex;
  gap: 145px;
}

.feedback__icon {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}

.feedback__name {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.feedback__text {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.feedback__text_address {
  width: 417px;
}

.basement {
  padding: 50px 0 100px 0;
}

.basement__wrapper {
  display: flex;
  gap: 43px;
}

.map {
  width: 100%;
  height: 493px;
  border-radius: 3px;
  overflow: hidden;
}

.forms-block__content {
  width: 500px;
  border-radius: 3px;
  padding: 40px 0;
  background: rgba(0, 53, 109, 0.3);
}


.forms-block__title {
  width: 434px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.forms-block__form {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 315px;
  margin: 0 auto;
}

.forms-block__row {
  display: flex;
  align-items: center;
}

.forms-block__icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.forms-block__input {
  width: 285px;
  height: 36px;
  color: #0E0E0E;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  border-radius: 3px;
  padding: 0 10px;
  background: #D6D6D6;
}

.forms-block__input::placeholder, .forms-block__textarea::placeholder {
  color: #0E0E0E;
}

.forms-block__textarea {
  width: 285px;
  height: 128px;
  color: #0E0E0E;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  border-radius: 3px;
  padding: 10px;
  background: #D6D6D6;
}

.forms-block__wrapper {
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 10px;
}

.forms-block__checkbox {
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #D6D6D6;
}

.forms-block__regulation {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.forms-block__button {
  width: 217px;
  height: 62px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  background-color: #00356D;
  margin-left: 30px;
  transition: background 0.3s ease;
}

.forms-block__button:hover {
  background: #08498e;
}

.forms-block__button:active {
  background: #012c59;
}

.about-us-text-new {
  font-weight: 700;
  margin-top: 40px;
}


.about-us-text-new span {
  font-style: italic;
  font-weight: 600;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
}

.forms-block-modal {
  display: none;
  position: relative;
  z-index: 10;
  width: 600px;
  background-color: #00356D;
  margin: auto;
}

.forms-block__content-modal {
  margin: 0 auto;
}

.forms-block__button-modal {
  width: 285px;
  color: #00356D;
  background-color: #fff;
}

.forms-block__button-modal:hover {
  color: #00356D;
  background-color: #fff;
}

.forms-block__title-modal {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}

.overlay__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 15;
  cursor: pointer;
}

.subcategory-link:hover {
  font-weight: 400;
}

.category__text {
  width: 911px;
}

.forms-block__content_thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 105px 0;
}

.thanks__logo {
  width: 240px;
  height: 208px;
  margin-bottom: 40px;
}

.forms-block__title_thanks {
  margin-bottom: 0;
}