* {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}

html,
body {
  height: 100%;
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.02em;
  background-color: #000000;
  color: #ffffff;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #ebff00;
}
img {
  display: block;
  width: 100%;
}
.hidden-desktop {
  display: none;
}
.hidden-mobile {
  display: block;
}
.container {
  padding: 0 10px;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.header__logo {
  height: 40px;
}
.header__logo img {
  height: 100%;
}
.header__burger {
  display: none;
}
.header__nav {
  display: flex;
  justify-content: flex-end;
}
.header__nav-item.-desktop-hide {
  display: none;
}
.header__nav-item.-active {
  color: #ebff00;
}
.header__nav-item {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  line-height: 16px;
  letter-spacing: -0.03em;
}

.main {
  padding: 47px 0 0;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.main.-full {
  min-height: calc(100vh - 172px);
}
.main h1 {
  font-size: 128px;
  line-height: 110px;
  letter-spacing: -0.07em;
  text-align: center;
  margin-bottom: 35px;
}
.main a {
  font-size: 40px;
  line-height: 34.4px;
  letter-spacing: -0.03em;
  text-align: center;
  text-decoration: underline;
  display: block;
  color: #ebff00;
  margin: 54px auto;
  width: max-content;
}
.main a:hover {
  opacity: 0.9;
}
.main__img {
  max-width: 480px;
  width: 100%;
  margin: 0 auto -42px;
}
.main__block {
  margin: 83px auto;
  max-width: 760px;
  box-sizing: border-box;
}
.main__block ol {
  margin: 0;
  padding: 0 0 0 32px;
}
.main__block li {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 64px;
}
.main__block p {
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.02em;
  margin-bottom: 23px;
  margin-left: -32px;
}
.main__block p:first-child {
  margin-top: 40px;
}
.main__block p:last-child {
  margin-bottom: 0;
}
.section {
  background-color: #161616;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.section h2 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.03em;
  min-width: 545px;
  width: 100%;
  margin-right: 70px;
  opacity: 0.8;
}
.section__content {
  display: flex;
  min-height: 600px;
  padding: 10px 14px 122px;
  box-sizing: border-box;
}
.section__text {
  margin-top: 15px;
  margin-right: 20px;
}
.section__text p {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  opacity: 0.8;
}
.section__img {
  width: 100%;
  position: relative;
}
.section__img:before {
  content: "";
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 176px;
  width: 86px;
  right: 40px;
  top: -128px;
}
.section__img.-left-quote:before {
  left: 14px;
  right: auto;
}
.section.-light {
  background-color: #ebff00;
  color: #000000;
  min-height: 600px;
}
.section.-light h2,
.section.-light p {
  opacity: 1;
}
.section.-light .section__content {
  min-height: auto;
  padding-bottom: 46px;
}
.section__small-img {
  max-width: 720px;
  max-height: 332px;
  margin: 0 auto;
}
.section__small-img.-small {
  max-width: 354px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.section-contact {
  padding-bottom: 152px;
}
.section-contact h3 {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.03em;
}
.section-contact a {
  color: #ebff00;
  text-decoration: underline;
}
.section-contact a:hover {
  opacity: 0.9;
}

.footer {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}
.footer__address {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #4b4b4b;
}
.footer__nav {
  display: flex;
}
.footer__nav a {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.07em;
  text-align: right;
  display: block;
  margin-left: 25px;
}

.page-aml-services .main {
  overflow: visible;
}
.page-aml-services .main h1 {
  margin-bottom: 104px;
  position: relative;
  z-index: 1;
}
.page-aml-services .main .main__img {
  max-width: max-content;
  width: calc(100% + 20px);
  margin: 0;
  position: absolute;
  bottom: -326px;
  left: -10px;
  right: -10px;
}
.page-aml-services .main .main__img img {
  width: 100vw;
}
.page-aml-services .section.-light {
  padding-bottom: 224px;
}
.page-aml-services .section.-light .section__small-img {
  max-width: 400px;
  max-height: max-content;
  padding-bottom: 0;
  position: absolute;
  bottom: 28px;
  left: 11%;
}
.page-aml-services .section.-light .section__small-img.-position-left {
  left: 14px;
}

.page-it-services .main {
  overflow: visible;
}
.page-it-services .main h1 {
  margin-bottom: 104px;
  position: relative;
  z-index: 1;
}
.page-it-services .main .main__img {
  max-width: max-content;
  width: 100%;
  margin: 0;
  position: absolute;
  top: -125px;
  left: 105px;
}
.page-it-services .main .main__img img {
  width: 100%;
}
.page-it-services .section.-light .section__content {
  padding-bottom: 0;
}
.page-it-services .section.-light {
  padding-bottom: 0;
}
.page-it-services .section.-light .section__small-img {
  max-width: 624px;
  max-height: max-content;
  padding-bottom: 0;
  margin: 0 0 105px;
}
.page-it-services .section.-light .section__small-img img {
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .hidden-desktop {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
  .header {
    align-items: center;
  }
  .header__logo {
    height: 32px;
    z-index: 100;
    position: relative;
  }
  .header__menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 99;
    padding: 142px 10px 0;
    box-sizing: border-box;
  }
  .header__nav {
    flex-direction: column;
    align-items: flex-end;
  }
  .header__nav-item {
    font-size: 32px;
    line-height: 64px;
    text-align: right;
  }
  .header__nav-item.-desktop-hide {
    display: block;
  }
  .header__burger {
    cursor: pointer;
    display: block;
    width: 28px;
    height: 12px;
    position: relative;
    z-index: 100;
  }
  .header__burger.-active {
    width: 22px;
    height: 22px;
  }
  .header__burger.-active + .header__menu {
    display: block;
  }
  .header__burger::before {
    position: absolute;
    content: "";
    right: 12px;
    bottom: 0;
    height: 28px;
    width: 4px;
    background-color: #fff;
    transform: rotate(90deg);
  }
  .header__burger::after {
    position: absolute;
    content: "";
    right: 12px;
    top: -6px;
    height: 28px;
    width: 4px;
    background-color: #fff;
    transform: rotate(90deg);
  }
  .header__burger.-active::before {
    transform: rotate(-45deg);
    right: 10px;
  }
  .header__burger.-active::after {
    transform: rotate(45deg);
    right: 10px;
  }
  .main {
    padding: 55px 0 0;
  }
  .main.-full {
    min-height: calc(100vh - 222px);
  }
  .main.-full h1 {
    line-height: 57.2px;
  }
  .main.-full a {
    font-size: 24px;
    line-height: 20.64px;
    margin: 40px auto 80px;
  }
  .main h1 {
    font-size: 52px;
    line-height: 44.72px;
    letter-spacing: -0.05em;
    margin-bottom: 26px;
  }
  .main__img {
    max-width: 480px;
    min-width: 245px;
    width: 68%;
    margin: 0 auto 25px;
  }
  .main__block {
    margin: 64px auto;
  }
  .main__block p:first-child {
    margin-top: 16px;
  }

  .section__content {
    display: block;
    min-height: auto;
    padding-bottom: 140px;
  }
  .section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-right: 0;
    max-width: 100%;
    min-width: auto;
  }
  .section__text {
    margin-top: 32px;
    margin-right: 0;
  }
  .section__text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .section__img:before {
    height: 64px;
    width: 32px;
    right: 23px;
    top: -40px;
  }
  .section__img.-left-quote:before {
    right: 23px;
    left: auto;
  }
  .section.-light .section__content {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  .section__small-img {
    max-height: 250px;
  }
  .section__small-img img {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .section__small-img.-small {
    margin: 0 auto;
    max-width: 354px;
    min-width: 266px;
    max-height: 100%;
    width: 68%;
    padding-bottom: 40px;
    padding-top: 16px;
  }
  .section__small-img.-small img {
    margin: 0;
    width: 100%;
  }

  .section-contact {
    padding-top: 6px;
    padding-bottom: 30px;
  }
  .section-contact h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .footer {
    display: block;
  }
  .footer__address {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .footer__nav {
    flex-wrap: wrap;
  }
  .footer__nav a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    text-align: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .page-aml-services .main h1 {
    margin-bottom: 0;
  }
  .page-aml-services .main .main__img {
    min-height: 323px;
    height: 323px;
    margin: 0;
    position: relative;
    bottom: auto;
    overflow: hidden;
  }
  .page-aml-services .main .main__img img {
    object-fit: cover;
    object-position: -120px -110px;
    width: auto;
  }
  .page-aml-services .section.-light {
    padding-bottom: 28px;
  }
  .page-aml-services .section.-light .section__content {
    padding-bottom: 0;
    margin-bottom: 36px;
  }
  .page-aml-services .section.-light .section__small-img {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 50%;
  }
  .page-it-services .main {
    padding-bottom: 60px;
  }
  .page-it-services .main h1 {
    margin-bottom: 72px;
  }
  .page-it-services .main .main__img {
    min-height: auto;
    height: auto;
    max-width: 64%;
    width: 100%;
    min-width: auto;
    margin: 0 auto;
    position: relative;
    bottom: auto;
    overflow: hidden;
    top: auto;
    left: -4px;
  }
  .page-it-services .main .main__img img {
    width: 100%;
  }
  .page-it-services .section__content {
    padding-bottom: 120px;
  }
  .page-it-services .section.-light {
    padding-bottom: 28px;
    min-height: 482px;
  }
  .page-it-services .section.-light .section__content {
    padding-bottom: 0;
    margin-bottom: 72px;
  }
  .page-it-services .section.-light .section__small-img {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 72%;
    min-width: auto;
    margin: 0 auto 50px;
  }
  .page-it-services .section.-light .section__small-img.-small {
    max-width: 58%;
  }
  .page-it-services .section.-light .section__small-img img {
    width: 100%;
  }
}
