@charset "UTF-8";
/* Reset and base styles  */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  font-family: 'Gilroy', sans-serif;
  font-weight: 600;
  color: #000000; }

input, textarea, button {
  font-family: inherit;
  padding: 0; }

label {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

a {
  text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

body {
  background-color: #17191e; }

legend {
  display: block;
  margin: 0;
  padding: 0;
  border: none; }

.header__wrapper {
  background-color: #17191e; }

.header__container {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet */ }

.header__top {
  /* Tablet */ }
  @media (max-width: 1199px) {
    .header__top {
      background: #101215; } }

.overflow {
  overflow: hidden; }

/* Grid styles */
.container {
  width: 1210px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

/* Utility */
.none {
  display: none !important; }

.img-bg {
  position: absolute;
  top: 0;
  left: 0; }
  .img-bg.clouds {
    -webkit-transform: translate();
            transform: translate(); }
  .img-bg.dollar {
    -webkit-transform: translate(-25%, 1%);
            transform: translate(-25%, 1%);
    z-index: 5; }
  .img-bg.safe {
    -webkit-transform: translate(25%, -13%);
            transform: translate(25%, -13%);
    z-index: 4; }
  .img-bg.money {
    -webkit-transform: translate(17%, 5%);
            transform: translate(17%, 5%);
    z-index: 3; }

.btn {
  width: 155px;
  padding: 13px 22px;
  background: #0066FF;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.28;
  color: #FFFFFF;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  .btn:hover {
    opacity: 0.7; }

.button {
  width: 216px;
  padding: 14px 55px;
  background: #003686;
  border-radius: 13px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .button {
      font-size: 21px;
      line-height: 1.19;
      color: #FFFFFF; } }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 856px;
  /* Mobile-2 */ }
  .card + .card {
    margin-top: 59px; }
  @media (max-width: 991px) {
    .card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 314px; } }

.card__img {
  background: #262A32;
  border-radius: 20.9364px;
  padding: 20px;
  margin-right: 51px;
  width: 100.49px;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .card__img {
      padding: 12px;
      width: 60px;
      margin-right: 0;
      margin-bottom: 14px; }
      .card__img svg {
        width: 30px;
        height: 30px; } }

.card__desc {
  font-family: Gilroy; }

.card__desc-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 1.22;
  color: #0066FF;
  margin-bottom: 12px;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .card__desc-title {
      font-size: 17px;
      line-height: 1.23;
      text-align: center;
      color: #0066FF; } }

.card__desc-text {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.14;
  color: #FFFFFF;
  /* Tablet */ }
  @media (max-width: 991px) {
    .card__desc-text {
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      color: #FFFFFF; } }

.nav-icon {
  width: 32px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.nav-icon__middle {
  position: relative;
  width: 32px;
  height: 3px;
  background: #0066FF;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); }
  .nav-icon__middle::before, .nav-icon__middle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 32px;
    height: 3px;
    background: #0066FF; }
  .nav-icon__middle::before {
    top: -8px; }
  .nav-icon__middle::after {
    top: 8px; }

/* Active state */
.nav-icon.nav-icon--active .nav-icon__middle {
  -webkit-transition: -webkit-transform 0.2s ease-in 0.2s;
  transition: -webkit-transform 0.2s ease-in 0.2s;
  transition: transform 0.2s ease-in 0.2s;
  transition: transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.navigation {
  position: fixed;
  right: 0;
  top: 0px;
  width: 164px;
  height: 100%;
  background: #101215;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  padding-right: 9px;
  padding-left: 9px;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  padding-top: 140px;
  z-index: 9; }

.navigation.nav--active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out; }

.navigation__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: center;
      -ms-flex-pack: center;
          justify-content: center; }

.navigation__link {
  margin-bottom: 20px; }
  .navigation__link a {
    display: block;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
    color: #0066FF; }
  .navigation__link a + a {
    margin-top: 18px; }

.navigation__btn {
  width: 128px;
  height: 33px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #0066FF; }
  .navigation__btn button {
    border: 1px solid #0066FF;
    border-radius: 6px;
    padding: 10px 25px;
    background-color: transparent;
    color: #0066FF;
    cursor: pointer; }

.anchor {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-96%, -89%);
          transform: translate(-96%, -89%);
  display: block;
  width: 60px;
  height: 60px;
  background: #0066FF;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
  opacity: 0;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .anchor {
      width: 52px;
      height: 52px; }
      .anchor img {
        width: 25.4px;
        height: 25.4px; } }

.top {
  background-color: #17191e;
  /* Tablet */
  padding-top: 41px;
  padding-bottom: 41px;
  /* Tablet */
  /* Mobile-2 */ }
  @media (max-width: 1199px) {
    .top {
      background: #101215; } }
  @media (max-width: 1199px) {
    .top {
      padding-right: 19px;
      padding-left: 41px; }
      .top .top__nav {
        display: none; }
      .top .top__block-2 {
        display: none; }
      .top .nav-icon {
        display: block;
        z-index: 10;
        position: absolute;
        content: "";
        right: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0); } }
  @media (max-width: 599px) {
    .top {
      padding-top: 31px;
      padding-bottom: 37px; } }

.top__container {
  max-width: 1210px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .top__container {
      padding-right: 0px;
      padding-left: 0px; } }

.header-2 {
  position: relative;
  overflow: hidden; }
  .header-2 .oval {
    position: absolute;
    content: "";
    display: none;
    /* Mobile-2 */ }
    @media (max-width: 500px) {
      .header-2 .oval {
        display: block;
        width: 837.22px;
        height: 837.22px;
        top: 0;
        right: 0;
        -webkit-transform: translate(-12%, -2%);
                transform: translate(-12%, -2%);
        z-index: -1; } }

.top__wrapper {
  position: relative;
  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; }

.top__block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 96px; }

.top-logo {
  margin-left: 15px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.23;
  color: #FFFFFF;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .top-logo {
      font-size: 20px;
      line-height: 1.25;
      color: #FFFFFF; } }

.top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: -10px; }
  .top__nav a + a {
    margin-left: 47px; }
  .top__nav a {
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in; }
  .top__nav .top__nav-link {
    position: relative; }
    .top__nav .top__nav-link::before {
      display: block;
      position: absolute;
      content: "";
      width: 0;
      height: 2.75px;
      background-color: #0066FF;
      border-radius: 1px;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-transition: width 0.3s ease-in;
      transition: width 0.3s ease-in; }
    .top__nav .top__nav-link:hover::before {
      width: 100%; }
  .top__nav a:hover {
    color: #fff; }

.top__nav-link {
  font-family: Gilroy;
  font-size: 17px;
  line-height: 1.23;
  color: rgba(255, 255, 255, 0.5); }
.top__nav-link.top__nav-link--active {
    color: #fff;
}

.top__nav-link.top__nav-link--active::before {
      position: absolute;
      content: "";
      bottom: 0;
      width: 100%;
      height: 2.75px;
      background-color: #0066FF;
}

.header {
  position: relative;
  overflow: hidden;
  background-color: #17191e;
  padding-top: 43px;
  padding-bottom: 87px;
  z-index: 5;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .header {
      background-color: #101215;
      padding-top: 31px;
      padding-bottom: 120px; } }

.header__top {
  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;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .header__top {
      margin-bottom: 0; }
      .header__top .header__nav {
        display: none; }
      .header__top .header__btn {
        display: none; }
      .header__top .nav-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.nav-icon {
  display: none; }

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header__logo svg {
    margin-right: 15px; }

.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .header__logo-link svg {
      width: 34px;
      height: 28px; } }

.header__title-logo {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.23;
  color: #FFFFFF;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .header__title-logo {
      font-size: 20px;
      line-height: 1,25;
      color: #FFFFFF; } }

.header__nav {
  -ms-flex-item-align: center;
      align-self: center;
  padding-bottom: 10px;
  margin-bottom: -10px; }
  .header__nav a + a {
    margin-left: 47px; }
  .header__nav a {
    -webkit-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in; }
  .header__nav .header__nav-link {
    position: relative; }
    .header__nav .header__nav-link::before {
      display: block;
      position: absolute;
      content: "";
      width: 0;
      height: 2.75px;
      background-color: #0066FF;
      border-radius: 1px;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-transition: width 0.3s ease-in;
      transition: width 0.3s ease-in; }
    .header__nav .header__nav-link:hover::before {
      width: 100%; }
  .header__nav a:hover {
    color: #fff; }

.header__nav-link {
  font-family: Gilroy;
  font-size: 17px;
  line-height: 1.23;
  color: rgba(255, 255, 255, 0.5); }
  .header__nav-link.header__nav-link--active {
    color: #fff; }

.header__info {
  position: relative;
  margin-bottom: 124px;
  margin-top: 250px;
  /* Tablet */ }
  .header__info .btn {
    width: 252px;
    padding: 20px 49px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    /* Tablet */ }
    @media (max-width: 1199px) {
      .header__info .btn {
        width: 194px;
        font-family: Gilroy;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.2;
        text-align: center;
        color: #FFFFFF; } }
  @media (max-width: 1199px) {
    .header__info {
      margin-top: 84px;
      text-align: center;
      margin-bottom: 77px; } }

.header__info-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 1168px;
  height: 779px;
  /* transform: translateY(-120%); */
  -webkit-transform: translate(51%, -20%);
          transform: translate(51%, -20%);
  z-index: -1;
  /* Tablet */ }
  @media (max-width: 1215px) {
    .header__info-img {
      display: none; } }

.header__info-title {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 57px;
  line-height: 1.19;
  color: #FFFFFF;
  margin-bottom: 58px;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .header__info-title {
      font-weight: 600;
      font-size: 26px;
      line-height: 1.22;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 46px; } }

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  padding-bottom: 88px;
  /* Tablet */
  /* Mobile */ }
  @media (max-width: 1199px) {
    .header__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      row-gap: 14px;
      padding-bottom: 123px; } }

.header__card {
  background: #121418;
  border-radius: 25px;
  width: 280px;
  padding-top: 31px;
  padding-bottom: 37px;
  padding-left: 45px;
  padding-right: 66px;
  /* Tablet */ }
  .header__card:nth-last-of-type(-n+2) {
    padding-right: 48px;
    /* Mobile-2 */ }
    @media (max-width: 991px) {
      .header__card:nth-last-of-type(-n+2) {
        padding-right: 23px; } }
  @media (max-width: 599px) {
    .header__card {
      width: 140px;
      padding-top: 17px;
      padding-bottom: 20px;
      padding-left: 25px;
      padding-right: 25px;
      border-radius: 14px; } }

.header__card-img {
  display: inline-block;
  padding: 15px;
  background: #262A32;
  border-radius: 16.2326px;
  margin-bottom: 23px;
  /* Tablet */ }
  @media (max-width: 599px) {
    .header__card-img {
      padding: 8px 9px;
      width: 37px;
      height: 37px;
      margin-bottom: 13px; }
      .header__card-img svg {
        width: 20px;
        height: 20px; } }

.header__card-title {
  font-family: Gilroy;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.19;
  color: #818181; }
  @media (max-width: 599px) {
    .header__card-title {
      font-weight: 500;
      font-size: 11px;
      line-height: 1.27;
      color: #818181; } }

.benefits {
  background-color: #101215;
  padding-top: 80px;
  padding-bottom: 217px;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .benefits {
      padding-top: 62px;
      padding-bottom: 84px; } }

.benefits__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.benefits__title {
  position: relative;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.21;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 130px;
  padding-bottom: 20px;
  /* Tablet */ }
  .benefits__title::after {
    position: absolute;
    content: "";
    background-color: #0066FF;
    border-radius: 4.5px;
    width: 251px;
    height: 6px;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 1199px) {
    .benefits__title {
      font-size: 22px;
      line-height: 1.22;
      color: #FFFFFF;
      margin-bottom: 32px; }
      .benefits__title::after {
        width: 131px;
        height: 3px; } }

.benefits__column {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Tablet */ }
  @media (max-width: 991px) {
    .benefits__column {
      text-align: center; } }

.rate {
  position: relative;
  padding-top: 101px;
  overflow: hidden;
  padding-bottom: 101px;
  background-color: #17191e;
  /* Mobile-2 */ }
  .rate::after {
    content: "";
    position: absolute;
    background-image: url("./../img/money-img/grafik.png");
    left: 0;
    top: 0;
    width: 968px;
    height: 968px; }
  @media (max-width: 1199px) {
    .rate {
      padding-top: 52px; }
      .rate::after {
        width: 0;
        height: 0; } }

.rate__title {
  position: relative;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.21;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 81px;
  padding-bottom: 20px;
  /* Tablet */ }
  .rate__title::after {
    position: absolute;
    content: "";
    background-color: #0066FF;
    border-radius: 4.5px;
    width: 135px;
    height: 6px;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 1199px) {
    .rate__title {
      padding-bottom: 10px;
      font-size: 22px;
      line-height: 1.22; }
      .rate__title::after {
        width: 67px;
        height: 3px; } }

.rate__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .rate__row {
      -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; } }

.rate__package {
  z-index: 3;
  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;
  width: 402px;
  background: #101215;
  border-radius: 31px;
  padding-top: 52px;
  padding-right: 62px;
  padding-left: 57px;
  padding-bottom: 67px;
  font-family: Gilroy;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  color: #FFFFFF;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .rate__package {
      width: 335px;
      padding-top: 44px;
      padding-right: 51px;
      padding-left: 47px;
      padding-bottom: 56px;
      font-size: 21px;
      line-height: 1.19;
      text-align: center;
      color: #FFFFFF; } }
  .rate__package + .rate__package {
    margin-left: 61px;
    /* Mobile-2 */ }
    @media (max-width: 991px) {
      .rate__package + .rate__package {
        margin-left: 0;
        margin-top: 33px; } }

.rate__package-btn {
  margin-bottom: 44px;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .rate__package-btn {
      margin-bottom: 36px; } }

.rate__package-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  /* Mobile-2 */ }
  .rate__package-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 22px; }
  .rate__package-list li:nth-child(-n+2) {
    margin-top: 0px; }
  .rate__package-list span {
    margin-left: 21px; }
  @media (max-width: 991px) {
    .rate__package-list svg {
      width: 40px;
      height: 40px; } }

.rate__package-desc {
  margin-top: 55px;
  font-family: Gilroy;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.19;
  text-align: center;
  color: #FFFFFF;
  /* Mobile-2 */ }
  .rate__package-desc p + p {
    margin-top: 28px; }
  @media (max-width: 991px) {
    .rate__package-desc {
      font-weight: 500;
      font-size: 17px;
      line-height: 21px; } }

.contacts {
  position: relative;
  padding-bottom: 224px;
  overflow: hidden;
  background-color: #17191e;
  padding-top: 60px;
  /* Tablet */ }
  @media (max-width: 1199px) {
    .contacts {
      padding-bottom: 70px;
      padding-top: 0; } }

.test-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contacts__title {
  position: relative;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.21;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 77px;
  padding-bottom: 20px;
  /* Tablet */ }
  .contacts__title::after {
    position: absolute;
    content: "";
    background-color: #0066FF;
    border-radius: 4.5px;
    width: 150px;
    height: 6px;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (max-width: 1199px) {
    .contacts__title {
      padding-bottom: 10px;
      font-size: 22px;
      line-height: 1.22;
      text-transform: uppercase;
      margin-bottom: 54px; }
      .contacts__title::after {
        width: 67px;
        height: 3px; } }

.contacts__wrapper {
  position: relative;
  background: #101215;
  border-radius: 35px;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 46px;
  padding-top: 85px;
  padding-left: 133px;
  padding-right: 133px;
  padding-bottom: 65px;
  /* Tablet */
  /* Mobile-2 */ }
  .contacts__wrapper::after {
    position: absolute;
    content: "";
    background-image: url("./../img/money-img/message.png");
    width: 801px;
    height: 953px;
    top: 0;
    right: 0;
    -webkit-transform: translate(100%, -40%);
            transform: translate(100%, -40%); }
  @media (max-width: 1800px) {
    .contacts__wrapper:after {
      width: 0;
      height: 0; } }
  @media (max-width: 991px) {
    .contacts__wrapper {
      width: 335px;
      padding-top: 37px;
      padding-left: 45px;
      padding-right: 30px;
      padding-bottom: 73px; } }

.contacts__inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
          column-gap: 50px; }

.inner-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .inner-cards:nth-child(-n+2) {
    margin-bottom: 20px; }

.inner-cards__img {
  background: #262A32;
  border-radius: 16px;
  padding: 22px 15px;
  width: 76px;
  height: 76px;
  text-align: center;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .inner-cards__img {
      width: 58px;
      height: 58px;
      padding: 18px 15px; }
      .inner-cards__img svg {
        width: 25px;
        height: 25px; } }

.inner-cards__info {
  margin-left: 17px;
  /* Mobile-2 */ }
  .inner-cards__info h6 {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.26;
    color: #0066FF;
    /* Mobile-2 */ }
    @media (max-width: 991px) {
      .inner-cards__info h6 {
        font-size: 18px;
        line-height: 1.22; } }
  .inner-cards__info a {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    /* Mobile-2 */ }
    @media (max-width: 991px) {
      .inner-cards__info a {
        font-size: 15px;
        line-height: 1.26; } }

.contacts__social {
  -ms-flex-item-align: center;
      align-self: center; }

.contacts__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contacts__social-icons * + * {
    margin-left: 22px;
    /* Mobile-2 */ }
    @media (max-width: 991px) {
      .contacts__social-icons * + * {
        margin-left: 17px; } }

.contacts__social-img {
  background: #0066FF;
  border-radius: 13.1305px;
  opacity: 0.3;
  width: 62px;
  height: 62px;
  padding: 20px 13px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .contacts__social-img {
      width: 48px;
      height: 48px;
      padding: 16px 10px; }
      .contacts__social-img svg {
        width: 28px;
        height: 16px; } }
  .contacts__social-img:hover {
    opacity: 1; }

.contacts__social-info {
  font-family: Gilroy;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.19;
  color: #FFFFFF;
  opacity: 0.3;
  -ms-flex-item-align: center;
      align-self: center;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .contacts__social-info {
      font-size: 16px;
      line-height: 1.25; } }

.wra {
  background: #101215;
  border-radius: 35px;
  width: 980px;
  margin: 0 auto; }

.wra__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 133px;
  padding-right: 133px;
  padding-bottom: 65px;
  padding-top: 85px;
  -webkit-column-gap: 50px;
          column-gap: 50px;
  row-gap: 50px; }

.block__one .in__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }

.block__to .in__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }

.footer {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #14151A;
  /* Mobile-2 */ }
  @media (max-width: 991px) {
    .footer {
      padding-top: 29px;
      padding-bottom: 50px; } }

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* Tablet */
  /* Mobile-2 */ }
  @media (max-width: 1213px) {
    .footer__wrapper {
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 1213px) {
    .footer__wrapper {
      row-gap: 10px; } }

.footer__col-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer__col-1 p {
    margin-left: 15px; }
  .footer__col-1::before {
    position: absolute;
    content: "ООО “ГОСТПЭЙ”";
    bottom: 0;
    left: 0;
    font-size: 18px;
    line-height: 1.22;
    color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(22%, 80%);
            transform: translate(22%, 80%);
    /* Tablet */
    /* Mobile-2 */
    /* Mobile-2 */ }
    @media (max-width: 1199px) {
      .footer__col-1::before {
        -webkit-transform: translate(0%, 400%);
                transform: translate(0%, 400%); } }
    @media (max-width: 991px) {
      .footer__col-1::before {
        font-size: 16px; } }
    @media (max-width: 1213px) {
      .footer__col-1::before {
        -webkit-transform: translate(0%, 453%);
                transform: translate(0%, 453%); } }
  .footer__col-1 svg {
    opacity: 0.3; }

.footer__title-logo {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.23;
  color: #FFFFFF;
  opacity: 0.3;
  /* Mobile-2 */ }
  @media (max-width: 599px) {
    .footer__title-logo {
      font-size: 17px;
      line-height: 1,29;
      text-align: center;
      color: #FFFFFF; } }

.bloc-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__links-list {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* Tablet */ }
  .footer__links-list a {
    font-size: 19px;
    line-height: 1.21;
    color: #FFFFFF;
    opacity: 0.3;
    margin-left: 57px; }
  .footer__links-list li + li {
    margin-top: 9px; }
  .footer__links-list a:hover {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 1; }
  @media (max-width: 1213px) {
    .footer__links-list {
      display: none; } }

.footer__designed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  /* Mobile-2 */
  /* Tablet */ }
  .footer__designed p {
    margin-left: 7px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-style: italic;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.21;
    color: rgba(255, 255, 255, 0.3);
    /* Tablet */ }
  @media (max-width: 599px) {
    .footer__designed p {
      font-size: 15px;
      line-height: 1.26; }
    .footer__designed img {
      width: 39.72px;
      height: 34.24px; } }

/* Tablet */
@media (max-width: 1199px) {
  .container {
    width: 900px; } }
/* Mobile */
@media (max-width: 899px) {
  .container {
    width: 600px; } }
/* Mobile XS */
@media (max-width: 599px) {
  .container {
    width: 320px; } }

/*# sourceMappingURL=main.css.map */