.footer {
  background-color: rgba(26, 26, 26, 1);
  position: relative;
  overflow: hidden;
}

.wrapper-paddingFooter {
  padding: 80px 0 80px 0px;
}

@media screen and (max-width: 768px) {
  .wrapper-paddingFooter {
    padding: 40px 0 15px 0px;
  }
}

.footer__block {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  grid-column-gap: 20px;
}

@media screen and (max-width: 1000px) {
  .footer__block {
    grid-template-columns: 0.9fr 0.7fr 0.4fr;
  }
}

@media screen and (max-width: 768px) {
  .footer__block {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}

.block__logo {
  grid-area: 1 / 1 / 2 / 2;
  display: flex;
  flex-direction: column;
  max-width: 350px;
  z-index: 1;
}

.block__logo > a > img {
  width: 157px;
}

@media screen and (max-width: 768px) {
  .block__logo > a > img {
    width: 118px;
  }
}

.logo__politics {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 30px;
}

@media screen and (max-width: 1000px) {
  .logo__politics {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
}

.block__about {
  grid-area: 2 / 1 / 3 / 2;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  padding-top: 110px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .block__about {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .block__about {
    font-size: 14px;
    line-height: 20px;
  }
}

.block__about > span:first-child {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .block__about > span:first-child {
    margin-bottom: 10px;
  }
}

.block__nav {
  grid-area: 1 / 2 / 3 / 3;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1000px) {
  .block__nav {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .block__nav {
    margin-top: 20px;
  }
}

.block__nav > ul {
  list-style-type: none;
  line-height: 25px;
}

.block__nav > ul:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .block__nav > ul:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .block__nav > ul:not(:last-child) {
    margin-bottom: 40px;
  }
}

.block__nav > ul li:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .block__nav > ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.about__developer {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .about__developer {
    font-size: 14px;
    line-height: 20px;
  }
}

.about__developer > a {
  height: 30px;
}

.about__developer > a > img {
  margin-left: 20px;
}

.block__nav > ul > li > a:hover {
  color: rgba(239, 72, 36, 1);
}

.block__contacts {
  grid-area: 1 / 3 / 3 / 4;
  font-family: "Manrope", sans-serif;
  display: flex;
  flex-direction: column;
  margin-left: 80px;
}

@media screen and (max-width: 1000px) {
  .block__contacts {
    margin-left: 30px;
  }
}

@media screen and (max-width: 900px) {
  .block__contacts {
    margin-left: 0px;
  }
}

.contacts__list > li > a {
  font-size: 24px;
  line-height: 25px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .contacts__list > li > a {
    font-size: 20px;
    line-height: 25px;
  }
}

.block__contacts li:first-child {
  margin-bottom: 20px;
}

.block__contacts li:nth-child(2) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .block__contacts li:first-child {
    margin-bottom: 10px;
  }
  .block__contacts li:nth-child(2) {
    margin-bottom: 20px;
  }
}

.block__contacts > span {
  margin: 10px 0 70px 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
}

@media screen and (max-width: 1000px) {
  .block__contacts > span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .block__contacts > span {
    margin: 10px 0 40px 0;
  }
}

.contacts__city {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  font-size: 16px !important;
  background: transparent;
}

.block__contacts > button {
  width: 264px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .block__contacts > button {
    height: 55px;
  }
}

@media screen and (max-width: 380px) {
  .block__contacts > button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .block__logo {
    grid-area: 1 / 1 / 2 / 2;
  }
  .block__about {
    grid-area: 4 / 1 / 5 / 2;
  }
  .block__nav {
    grid-area: 2 / 1 / 3 / 2;
  }
  .block__contacts {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.contacts__list {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .contacts__list {
    margin: 40px 0 20px 0;
  }
}

.decorative-background {
  position: absolute;
  right: 67%;
  bottom: 0;
  height: 100%;
  pointer-events: none;
}

.decorative-background2 {
  display: none;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .decorative-background {
    left: -150px;
  }
}

@media screen and (max-width: 768px) {
  .decorative-background {
    display: none;
  }
  .decorative-background2 {
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
  }
}

.decorative-background3 {
  position: absolute;
  left: 70%;
  top: 280px;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

@media screen and (max-width: 1280px) {
  .decorative-background3 {
    left: 63%;
  }
}

@media screen and (max-width: 1000px) {
  .decorative-background3 {
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .decorative-background3 {
    display: none;
  }
}
