.aboutLink {
  color: inherit;
  text-decoration: none;
}
.hElemLink {
  color: inherit;
  text-decoration: none;
}
.headerCatalogLink {
  text-decoration: none;
  color: inherit;
}

/* mystyles */
.butElemLink {
  text-decoration: none;
  color: #fff;
}
.contactsBlock {
  display: flex;
}
.headerContactsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  max-width: 300px;
  border-radius: 5px;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
}
.contactsBlockLinks {
  display: flex;
  flex-direction: column;
}
.contactsImageLink {
  color: #000;
  text-decoration: none;
}
.contactsImageLink:hover {
  cursor: pointer;
  text-decoration: underline;
}
.contactsImageLink:nth-child(2) {
  margin: 0 15px;
}
.contactsHeaderLink {
  color: #000;
  text-decoration: none;

  font-size: 25px;
  text-transform: uppercase;
}
.contactsHeaderLink:hover {
  cursor: pointer;
  text-decoration: underline;
}
.contactsHeaderLink:nth-child(3) {
  margin: 0 15px;
}
.contactsHeaderLink:nth-child(1) {
  margin: 0 15px;
}
.contactsBlockLinksContainer {
  padding: 5px 0;
  display: flex;
}
.contactsImgIcon:nth-child(2) {
  margin: 0 25px;
}
.contactsImgIcon {
  width: 45px;
}
.navContacts__img {
  width: 40px;
  border-radius: 3px;
}
.WTBlink {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.WTBlink:hover {
  cursor: pointer;
  text-decoration: underline;
}
.discount50 {
  position: absolute;
  bottom: 0;
  width: 50px;
}

#nl.home .line2 .e2 .elem {
  font-family: "Blender Pro";
  font-size: 70px;
}

#nl.home .line1 .e2 {
  font-family: "Helvetica";
  font-size: 18px;
}

#nl.home .tags .elem,
#nl.home .line1 .e2 .bot .but {
  transition: all 0.2s 0s;
}

#nl.home .wpf {
  padding: 1px 0;
}
#nl.home .pbb {
  padding-bottom: 80px;
}
#nl.home .wrapper {
  max-width: 1400px;
}
#nl.home .mss {
  margin-top: 10px;
}
#nl.home .pl {
  margin-top: 60px;
}
#nl.home .line1 {
  gap: 26px;
}
#nl.home .line1 .e1 {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 34px;
  box-sizing: border-box;
  max-width: 436px;
}
#nl.home .line1 .e1 .h {
  font-size: 100px;
  line-height: 0.8;
}
#nl.home .line1 .e1 .img_mob {
  display: none;
}
#nl.home .line1 .e2 {
  position: relative;
  background: url("../images/h0.jpg") no-repeat center center;
  overflow: hidden;
  border-radius: 30px;
  flex-grow: 1;
  padding: 34px;
}
#nl.home .line1 .e2 .min {
  position: absolute;
  top: 34px;
  left: 34px;
  display: flex;
  gap: 8px;
}
#nl.home .line1 .e2 .min span {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #fff;
  border-radius: 9px;
}
#nl.home .line1 .e2 .bot {
  position: absolute;
  bottom: 34px;
  left: 34px;
  right: 34px;
}
#nl.home .line1 .e2 .bot .h {
  line-height: 0.9;
}
#nl.home .line1 .e2 .bot .txt {
  font-size: 14px;
}
#nl.home .line1 .e2 .bot .but {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  background-color: #000;
  padding: 20px 42px 20px 22px;
  border-radius: 10px;
  white-space: nowrap;
  margin-left: 20px;
}
#nl.home .line1 .e2 .bot .but:hover {
  background-color: #0b413b;
}
#nl.home .line2 {
  margin-top: 26px;
  gap: 26px;
}
#nl.home .line2 .img_w {
  border-radius: 30px;
  overflow: hidden;
}
#nl.home .line2 .e1 {
  /* flex-grow: 1; */
}
#nl.home .line2 .e1 .h a {
  margin-top: 15px;
  display: inline-block;
  padding-right: 70px;
  text-decoration: none;
  background: url("./../images/bst.svg") no-repeat center right;
}
#nl.home .line2 .e2 {
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 26px;
  max-width: 686px;
}
#nl.home .line2 .e2 .elem {
  background-color: #0b413b;
  border-radius: 30px;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 25px 30px;
  display: flex;
  align-items: flex-end;
  width: calc(33.3333333333% - 26px);
  letter-spacing: -0.05em;
}
#nl.home .line2 .e2 .elem.w {
  background-color: #fff;
  color: #1e1e1e;
}
#nl.home .line2 .e2 .ev1 {
  width: 100%;
}
#nl.home .hr {
  top: 80px;
  margin-top: 20px;
}
#nl.home .tags .elem {
  display: inline-block;
  cursor: pointer;
  font-size: 19px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background-color: #1e1e1e;
  border-radius: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  text-decoration: none;
}
#nl.home .tags .elem.red {
  background-color: #0b413b;
  color: #fff;
}
#nl.home .tags .elem:hover {
  transform: rotate(-8deg);
  background-color: #0b413b;
  color: #fff;
}
#nl.home .footer:before {
  display: none;
}
@media screen and (max-width: 1400px) {
  #nl.home .line1 .e1 .h {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #nl.home .line1 .e1 {
    padding: 20px;
  }
  #nl.home .line1 .e1 .h {
    font-size: 50px;
  }
  #nl.home .line1 .e2 {
    padding: 20px;
  }
  #nl.home .line1 .e2 .min {
    top: 20px;
    left: 20px;
  }
  #nl.home .line1 .e2 .bot {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  #nl.home .line1 .e2 .bot .but {
    padding-right: 20px;
    font-size: 18px;
  }
  #nl.home .line2 .e1 {
    max-width: 40%;
  }
  #nl.home .line2 .e1 .h {
    padding-right: 22px;
    background-size: 34px;
  }
  #nl.home .line2 .img_w {
    border-radius: 12px;
  }
  #nl.home .line2 .e2 .elem {
    padding: 15px 20px;
    font-size: 26px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 940px) {
  #nl.home .hr {
    display: none;
  }
  #nl.home .pbb {
    padding-bottom: 50px;
  }
  #nl.home .wrapper {
    padding: 0 20px;
  }
  #nl.home .pl {
    margin-top: 20px;
  }
  #nl.home .line1 .e1 {
    flex-grow: 1;
    max-width: none;
    overflow: hidden;
    border-radius: 22px;
  }
  #nl.home .line1 .e1 .h {
    font-size: 74px;
  }
  #nl.home .line1 .e1 .tags {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #nl.home .line1 .e1 .tags .elem {
    font-size: 16px;
    padding: 5px 10px;
    letter-spacing: -0.05em;
  }
  #nl.home .line1 .e1 .img_mob {
    display: block;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }
  #nl.home .line1 .e2 {
    display: none;
  }
  #nl.home .line2 {
    flex-wrap: wrap;
  }
  #nl.home .line2 .e1 {
    width: 100%;
    max-width: none;
  }
  #nl.home .line2 .e1 img {
    width: 100%;
  }
  #nl.home .line2 .e1 .h {
    font-size: 75px;
  }
  #nl.home .line2 .e2 {
    gap: 16px;
    width: 100%;
    max-width: none;
  }
  #nl.home .line2 .e2 .ev1,
  #nl.home .line2 .e2 .ev4 {
    min-height: 80px;
  }
  #nl.home .line2 .e2 .ev2,
  #nl.home .line2 .e2 .ev3 {
    width: calc(50% - 16px);
    min-height: 150px;
  }
  #nl.home .line2 .e2 .elem {
    padding: 15px 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  #nl.home .wrapper {
    padding: 0 10px;
  }
  #nl.home .line2 .e1 .h {
    font-size: 55px;
  }
}
