@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: "MADETommySoft";
  src: url("../fonts/MADETommySoft/MADE_Tommy_Soft_Regular_PERSONAL_USE.eot?") format("eot"), url("../fonts/MADETommySoft/MADE_Tommy_Soft_Regular_PERSONAL_USE.woff") format("woff"), url("../fonts/MADETommySoft/MADE_Tommy_Soft_Regular_PERSONAL_USE.ttf") format("truetype"), url("../fonts/MADETommySoft/MADE_Tommy_Soft_Regular_PERSONAL_USE.svg#MADETommySoft") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wrapper {
  position: relative;
}
@media (max-width: 1300px) {
  .wrapper {
    padding: 0 20px 0;
  }
}

.tribute {
  max-width: 500px;
  margin: 0 auto;
  z-index: 6;
}
.tribute .tribute__link {
  text-align: center;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 500px) {
  .tribute .tribute__link {
    font-size: 25px;
    line-height: 30px;
  }
}

html {
  font-family: "Montserrat";
  overflow: hidden;
}

.background__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(21, 48, 111, 0.55);
  z-index: -2;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #699980;
  background: linear-gradient(149deg, #699980 0%, #7f4d98 38%, #793b9f 72%, #1d5496 100%) no-repeat;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #f10080;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background__man {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
.background__man img {
  max-width: 800px;
  height: auto;
}
@media (max-height: 850px) {
  .background__man img {
    max-width: 600px;
  }
}
@media (max-height: 850px) and (max-width: 768px) {
  .background__man img {
    top: 35%;
    max-width: 500px;
  }
}

.background__vector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.background__vector img {
  width: 1900px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  padding: 87px 0 0 0;
}
@media (max-width: 1100px) {
  .header {
    padding: 30px 0 0 0;
  }
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 100px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__list li {
  margin: 0 0 0 30px;
}
.header__list li:first-child {
  margin: 0;
}

.header__link {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-family: "MADETommySoft";
}

@media (max-width: 768px) {
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 24px;
    z-index: 2;
  }

  .header__burger:before,
.header__burger:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    top: 10px;
    background: #fff;
    height: 4px;
  }

  .header__menu {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f3c7e;
    padding: 57px 30px 0 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
  }

  .header__burger.active:before {
    top: 10px;
    background: #f10080;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger.active:after {
    bottom: 10px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #f10080;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__burger.active span {
    display: none;
  }

  .header__menu.active {
    top: 0;
  }

  .header__list {
    display: block;
  }
  .header__list li {
    margin: 0;
    padding: 20px 0 0 0;
  }
  .header__list li a {
    font-size: 30px;
  }
  .header__list li:first-child {
    padding: 0;
  }
}
.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.mainblock {
  margin: 100px 0 0 0;
}

.mainblock__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainblock__main {
  max-width: 500px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}

.mainblock__subtitle {
  font-size: 34px;
  line-height: 40px;
}

.mainblock__title {
  font-size: 70px;
  width: 500px;
}

.mainblock__buy {
  position: relative;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  z-index: 0;
}
.mainblock__buy img {
  position: absolute;
  top: 5px;
  margin: 0 0 0 10px;
  width: 20px;
}

.mainblock__text-body {
  text-align: right;
  max-width: 400px;
  color: #fff;
}

.mainblock__text-title {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}

.mainblock__text-text {
  margin: 0 0 0 41.5px;
  width: 230px;
  font-size: 20px;
  line-height: 22px;
  font-family: "roboto";
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 45px;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__list li {
  margin: 0 0 0 10px;
}
.footer__list li:first-child {
  margin: 0;
}

.footer__link {
  font-size: 34px;
  color: #fff;
  font-weight: 800;
  line-height: 35px;
}

.footer__media img {
  width: 33px;
}

@media (max-width: 600px) {
  .footer__link {
    font-size: 20px;
  }

  .footer__media img {
    width: 18px;
  }
}
@media (max-width: 768px) {
  .mainblock {
    margin: 40px 0 0 0;
    text-align: center;
  }

  .mainblock__title {
    margin: 0 0 0 -48px;
  }

  .mainblock__body {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  .mainblock__text-body {
    margin: 40px auto 0;
    text-align: center;
  }
  .mainblock__text-body .mainblock__text-text {
    width: 400px;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .mainblock__subtitle {
    font-size: 28px;
  }
  .mainblock__title {
    font-size: 50px;
    max-width: 400px;
    margin: 0;
  }
  .mainblock__buy {
    font-size: 20px;
  }
  .mainblock__buy img {
    top: 2px;
    width: 18px;
  }

  .mainblock__text-body {
    width: 100%;
    text-align: center;
    margin: 40px auto 0;
  }

  .mainblock__text-title {
    font-size: 28px;
    line-height: 33px;
  }
  .mainblock__text-text {
    margin: 0;
  }
}
@media (max-width: 440px) {
  .mainblock {
    width: 300px;
    margin: 40px auto;
  }
  .mainblock__subtitle {
    font-size: 20px;
    width: 300px;
  }
  .mainblock__title {
    font-size: 40px;
    max-width: 400px;
    margin: 0;
    width: 300px;
  }
  .mainblock__buy {
    font-size: 20px;
  }
  .mainblock__buy img {
    top: 2px;
    width: 18px;
  }

  .mainblock__text-body {
    width: 300px;
    width: 100%;
    text-align: center;
    margin: 40px auto 0;
  }
  .mainblock__text-body .mainblock__text-title {
    font-size: 20px;
    line-height: 33px;
  }
  .mainblock__text-body .mainblock__text-text {
    font-size: 16px;
    width: 300px;
  }

  .footer .footer__link {
    font-size: 16px;
  }
}