<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
}

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

a {
  background-color: transparent;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  display: block;
  border-style: none;
}

.container {
  width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

.top-banner {
  /*background: url(../img/back-top-banner.png) no-repeat center center/cover;*/
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-banner .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-banner .wrapper-logo {
  width: 30%;
  padding: 28px 0 136px;
}

.top-banner .wrapper-logo a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-banner .wrapper-logo p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #9E0032;
  padding-top: 18px;
}

.top-banner h2 {
  padding-bottom: 123px;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 66px;
  text-align: center;
  color: #4B4B4B;
}

.top-banner h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 46px;
  text-align: center;
  color: #9E0032;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 82px;
}

.top-banner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  padding-bottom: 12px;
}

.top-banner form p {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  text-transform: lowercase;
  color: #222222;
  width: 35%;
}

.top-banner form p span {
  color: #9E0032;
}

.top-banner form input[type="text"] {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #9E0032;
  padding: 19px 62px;
  border: 1px solid #9E0032;
  background: none;
}

.top-banner form input[type="text"]::-webkit-input-placeholder {
  color: #9E0032;
}

.top-banner form input[type="text"]::-moz-placeholder {
  color: #9E0032;
}

.top-banner form input[type="submit"] {
  font-weight: 300;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #9E0032;
  padding: 6px 86px;
  border: 2px solid #9E0032;
  background: none;
}

.top-banner form input[type="submit"]:hover {
  color: #fff;
  background: #9E0032;
}

.top-banner .p-bottom {
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  color: #585657;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 180px;
  flex-direction: column;
  align-items: flex-end;
}

.top-banner .p-bottom a {
  margin: 3px 0 0 0;
  text-decoration: underline;
  color: #9E0032;;
}

.top-banner .p-bottom a:hover {
  color: #000000;
  transition: all 0.3s;
}

.who-box {
  padding: 89px 0 144px;
}

.who-box .container {
  border-top: 1px solid #9E0032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}

.who-box .container div {
  width: 40%;
  padding-top: 26px;
}

.who-box .container div p {
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9E0032;
  padding-bottom: 126px;
}

.who-box .container div ul li {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #222222;
  padding-bottom: 20px;
}

.who-box .container div ul li span {
  color: #9E0032;
}

.how-box {
  background: #fff;
}

.how-box .how-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9E0032;
  padding-bottom: 28px;
}

.how-box .how-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #9E0032;
  border-bottom: 1px solid #9E0032;
}

.how-box .how-box__top div {
  width: 50%;
  margin: 26px 0;
  padding: 72px 100px 131px 240px;
}

.how-box .how-box__top div h2 {
  font-weight: 400;
  font-size: 52px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #9E0032;
  padding-bottom: 51px;
}

.how-box .how-box__top div p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #222222;
}

.how-box .how-box__top div p span {
  color: #9E0032;
}

.how-box .how-box__top div:nth-child(1) {
  border-right: 1px solid #9E0032;
  padding: 72px 241px 182px 100px;
}

.how-box .how-box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #9E0032;
}

.how-box .how-box__bottom div {
  width: 50%;
  margin: 26px 0;
  padding: 72px 100px 228px 240px;
}

.how-box .how-box__bottom div h2 {
  font-weight: 400;
  font-size: 52px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #9E0032;
  padding-bottom: 51px;
}

.how-box .how-box__bottom div p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #222222;
}

.how-box .how-box__bottom div p span {
  color: #9E0032;
}

.how-box .how-box__bottom div:nth-child(1) {
  border-right: 1px solid #9E0032;
  padding: 72px 241px 152px 100px;
}

.bottom-block {
  background: #fff;
  padding: 130px 0 0;
}

.bottom-block .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9E0032;
  padding-bottom: 158px;
}

.bottom-block h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #9E0032;
  padding-bottom: 87px;
}

.bottom-block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  padding-bottom: 12px;
}

.bottom-block form p {
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  text-transform: lowercase;
  color: #222222;
  width: 35%;
}

.bottom-block form p span {
  color: #9E0032;
}

.bottom-block form input[type="text"] {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #9E0032;
  padding: 19px 62px;
  border: 1px solid #9E0032;
  background: none;
}

.bottom-block form input[type="submit"] {
  font-weight: 300;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #9E0032;
  padding: 6px 86px;
  border: 1px solid #9E0032;
  background: none;
}

.bottom-block form input[type="submit"]:hover {
  color: #fff;
  background: #9E0032;
}

.bottom-block .p-bottom {
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  color: #585657;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 180px;
  flex-direction: column;
  align-items: flex-end;
}

.bottom-block .p-bottom a {
  margin: 3px 0 0 0;
  text-decoration: underline;
  color: #9E0032;;
}

.bottom-block .p-bottom a:hover {
  color: #000000;
  transition: all 0.3s;
}

footer {
  background: #fff;
  padding: 140px 0 70px;
}

footer .container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container a:nth-child(2) {
  font-weight: 400;
  font-size: 32px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #9E0032;
  padding: 52px 0 20px;
}

footer .container a:nth-child(3) {
  font-weight: 400;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  color: #9E0032;
}

footer .container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  color: #585657;
  padding-top: 100px;
}

.send-title {
  font-weight: 400;
  font-size: 3em;
  line-height: 46px;
  text-align: center;
  color: #9E0032;
  padding: 150px 0 50px 0;
}

.send-back {
  text-align: center;
}

.send-back a {
  font-weight: 400;
  font-size: 2em;
  line-height: 46px;
  text-align: center;
  color: black;
  padding: 20px 0;
}

@media (max-width: 1530px) {
  .container {
    width: 1024px;
  }
  .top-banner h2 {
    font-size: 26px;
    line-height: 55px;
  }
  .top-banner h1 {
    font-size: 34px;
  }
  .top-banner form, .bottom-block form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-banner form p, .bottom-block form p {
    width: 100%;
    padding-bottom: 50px;
  }
  .how-box .how-box__top div:nth-child(1), .how-box .how-box__bottom div:nth-child(1) {
    padding: 72px 60px 182px;
  }
  .how-box .how-box__top div, .how-box .how-box__bottom div {
    padding: 72px 60px 131px;
  }
  .who-box .container div:nth-child(2) {
    margin-right: 20px;
  }
  .bottom-block h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 425px;
  }
  .top-banner .wrapper-logo {
    width: 50%;
  }
  .top-banner .wrapper-logo p {
    font-size: 12px;
  }
  .top-banner h2 {
    font-size: 20px;
    line-height: 35px;
  }
  .top-banner h1 {
    font-size: 26px;
  }
  .top-banner form, .bottom-block form, .who-box .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .how-box .how-box__top div h2, .how-box .how-box__bottom div h2 {
    font-size: 26px;
  }
  .how-box .how-box__top div:nth-child(1), .how-box .how-box__bottom div:nth-child(1), .how-box .how-box__top div, .how-box .how-box__bottom div {
    padding: 40px 10px 80px;
  }
  .who-box .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .who-box .container div {
    width: 100%;
  }
  .bottom-block .p-bottom, .top-banner .p-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-banner form p, .bottom-block form p {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  .container {
    width: 300px;
  }
  .top-banner form, .bottom-block form, .who-box {
    width: 100%;
  }
  .top-banner form input[type="text"] {
    padding: 19px 0px;
  }
  .how-box .how-box__top, .how-box .how-box__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .how-box .how-box__top div, .how-box .how-box__bottom div {
    width: 100%;
    border: 0 !important;
  }
  .bottom-block h2 {
    font-size: 20px;
  }
  .how-box .how-box__top div:nth-child(1), .how-box .how-box__bottom div:nth-child(1), .how-box .how-box__top div, .how-box .how-box__bottom div {
    padding: 40px 0 80px;
  }
  .bottom-block form input[type="text"] {  
    padding: 19px 40px;
  }
}</pre></body></html>