/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  line-height: 1;
  height: 100%;
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
ul,
ol,
li {
  list-style: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "cryptocoins";
  src: url(../fonts/cryptocoins-icons/webcryptocoins.woff2) format('woff2'), url(../fonts/cryptocoins-icons/webcryptocoins.woff) format('woff'), url(../fonts/cryptocoins-icons/webcryptocoins.ttf) format('truetype');
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f4f5f7;
}
.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
[class*="__container"] {
  margin: 0 auto;
}
@media (min-width: 768px) {
  [class*="__container"] {
    width: 750px;
  }
}
@media (min-width: 992px) {
  [class*="__container"] {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  [class*="__container"] {
    width: 1260px;
  }
}
/* Main Menu */
.header {
  height: 90px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 5px 10px 0px #a3abba;
  box-shadow: 0px 5px 10px 0px #a3abba;
}
.header__container {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header__logo {
  display: block;
}
.header__logo img {
  height: 45px;
  width: auto;
}
.header__menu {
  flex: 1 1 auto;
  position: relative;
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu__list {
  margin: 0;
  margin-right: 88px;
}
.menu__list li {
  margin-left: 16px;
  margin-right: 16px;
}
.menu__list li a {
  color: #626e82;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  border: 2px solid transparent;
  padding: 0 7px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.menu__list li:hover a {
  background-color: #030d4b;
  color: white;
}
.main {
  flex: 1 1 auto;
  margin-top: 90px;
}
#main {
  height: 350px;
  background: linear-gradient(to top, #0c2359, #010510);
}
.hero-1 .front-content {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-1 .front-content h1 {
  font-size: 36px;
  margin-bottom: 40px;
}
.hero-1 .front-content p {
  letter-spacing: normal;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 1.33333333;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 50%;
  margin: 0 auto;
}
.hero .background-content .bg-overlay {
  background: linear-gradient(to top, #0c2359, #010510);
}
.wallet {
  margin-top: -75px;
  position: relative;
  z-index: 10;
}
.wallet__container {
  display: flex;
  justify-content: space-between;
}
.wallet__item {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
}
.wallet__text {
  font-size: 14px;
  color: #8a94a4;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
}
.wallet__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.35rem;
  margin-bottom: 1.875rem;
  border: none;
}
.wallet__card.bg-orange {
  box-shadow: 0px 30px 40px 0px rgba(247, 153, 38, 0.15), 0px 15px 40px 0px rgba(248, 155, 42, 0.3) !important;
  background-color: #f89c2c;
}
.wallet__card.bg-lightcoin {
  box-shadow: 0px 30px 40px 0px rgba(62, 101, 161, 0.15), 0px 15px 40px 0px rgba(62, 101, 161, 0.3) !important;
  background-color: #476ca5;
}
.wallet__card.bg-dash {
  box-shadow: 0px 30px 40px 0px rgba(101, 137, 199, 0.15), 0px 15px 40px 0px rgba(101, 137, 199, 0.3) !important;
  background-color: #6e8dc2;
}
.wallet__card.bg-tether {
  box-shadow: 0px 30px 40px 0px rgba(83, 174, 148, 0.15), 0px 15px 40px 0px rgba(83, 174, 148, 0.3) !important;
  background-color: #53ae94;
}
.wallet .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  color: white;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wallet .card-body:before {
  height: 130px;
  overflow: hidden;
  font-family: "cryptocoins";
  font-size: 9rem;
  color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 60px;
  right: 0px;
}
.cc::before {
  font-family: "cryptocoins";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.cc.BTC::before {
  content: "\E02E";
}
.cc.LTC::before {
  content: "\E09B";
}
.cc.DASH::before {
  content: "\E042";
}
.cc.USDT-alt::before {
  content: "\E118";
}
.cc.USDT::before {
  content: "\E119";
}
.wallet__name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.wallet__name .cc {
  font-size: 30px;
}
.cc::before {
  font-family: "cryptocoins";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.wallet__amount {
  font-weight: 300;
  text-align: right;
  font-size: 28px;
  margin-bottom: 1.5rem;
}
.wallet__left {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: right;
  line-height: 1.2;
}
.wallet__balance {
  font-size: 28px;
  margin-bottom: 0.5rem;
  text-align: right;
}
.current-exchange {
  padding-top: 80px;
  padding-bottom: 60px;
}
.current-exchange h3 {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  color: #8a94a4;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 25px;
}
.current-exchange__container {
  display: flex;
  justify-content: space-between;
}
.current-exchange__item {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.875rem;
}
.current-exchange .card-body {
  height: 135px;
  background-color: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  display: flex;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.current-exchange .exchange-value {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.45;
}
.current-exchange .exchange-value div {
  font-size: 26px;
  display: block;
  font-family: 'Lato';
  font-weight: 700;
}
.current-exchange .exchange-rate {
  font-size: 16px;
  font-family: 'Lato';
  position: relative;
  padding-top: 15px;
  min-width: 20%;
  font-weight: 400;
  line-height: 1.45;
}
.current-exchange .exchange-rate:before {
  content: '';
  border: 4px solid transparent;
  position: absolute;
  top: 5px;
  left: 0;
}
.current-exchange .exchange-rate:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 43px;
  height: 3px;
}
.current-exchange .rate-down {
  color: #ff4c2f;
}
.current-exchange .rate-down:before {
  border-top: 5px solid #ff4c2f;
}
.current-exchange .rate-down:after {
  background-image: -moz-linear-gradient(0deg, #ff745d 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, #ff745d 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #ff745d 0%, rgba(255, 255, 255, 0) 100%);
}
.current-exchange .rate-up {
  color: #09e979;
}
.current-exchange .rate-up:before {
  border-bottom: 5px solid #09e979;
}
.current-exchange .rate-up:after {
  background-image: -moz-linear-gradient(0deg, #08dd67 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, #08dd67 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #08dd67 0%, rgba(255, 255, 255, 0) 100%);
}
.about {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about h2 {
  font-family: 'Open Sans';
  font-size: 38px;
  font-weight: 700;
  color: #030d4b;
  text-align: center;
  line-height: 52px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 44px;
}
.about__text {
  column-count: 2;
  column-gap: 30px;
  margin-bottom: 40px;
}
.about__text p {
  font-size: 22px;
  line-height: 26px;
  color: #5A5F6E;
  margin-top: 0;
  margin-bottom: 15px;
}
.swapwallet {
  padding-top: 100px;
}
.swapwallet__container {
  background-color: #030d4b;
  background: radial-gradient(72.07% 164.62% at 68.93% 100%, #020e4b 0%, #020612 100%);
  box-shadow: 0px 12px 32px rgba(2, 14, 75, 0.09);
  border-radius: 10px;
  position: relative;
}
.swapwallet__container::after {
  content: '';
  display: block;
  position: absolute;
  right: 35px;
  bottom: 0;
  background: url("../img/phones.png") no-repeat;
  width: 560px;
  height: 558px;
}
.swapwallet__promo {
  padding: 55px 0 55px 52px;
  width: 50%;
}
.swapwallet__title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  line-height: 52px;
  color: #fff;
  margin-bottom: 32px;
}
.swapwallet__title span {
  text-transform: uppercase;
}
.swapwallet__descr {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #9DAEBD;
  margin-bottom: 48px;
}
.swapwallet__buttons a {
  display: inline-block;
  width: 205px;
  height: 60px;
  margin-right: 35px;
}
.swapwallet__buttons .google-btn {
  position: relative;
  pointer-events: none;
}
.swapwallet__buttons .google-btn span {
  display: block;
  position: absolute;
  width: 205px;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  padding: 6px 15px;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  background: rgba(2, 14, 75, 0.5);
  backdrop-filter: blur(8px);
}
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  margin-top: 40px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer__logo {
  display: block;
}
.footer__logo img {
  height: 52px;
}
.footer__copyright {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #9DAEBD;
}
.footer__socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer__socials li {
  margin-left: 15px;
}
.footer__socials li a {
  font-weight: 300;
  text-align: center;
  color: #9DAEBD;
  transition: all 0.3s ease-in-out;
}
.footer__socials li a:hover {
  color: #030d4b;
}
.footer__socials li a .la {
  font-size: 30px;
}
.footer__socials li a .fab {
  font-size: 24px;
}
.footer__links {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.footer__link {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #9DAEBD;
  transition: all 0.3s ease-in-out;
}
.footer__link:hover {
  color: #030d4b;
}
.lang {
  position: relative;
}
.lang__content {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  min-width: 105px;
  width: 105px;
  -webkit-box-shadow: 0px 5px 10px 0px #a3abba;
  box-shadow: 0px 5px 10px 0px #a3abba;
  border: none;
  line-height: 1;
  border-radius: 0.35rem;
  transition: all 0.2s linear;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
  padding: 0.5rem 0;
}
.lang__btn {
  cursor: pointer;
  border: none;
  font-size: 14px;
  color: #8a94a4;
  font-weight: 400;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(163, 171, 186, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(163, 171, 186, 0.2);
  padding: 0;
  width: 105px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 0.35rem;
}
.lang__btn .btn-icon {
  color: #030d4b;
  font-size: 12px;
  margin-right: 0;
  display: inline-block;
  margin-left: 5px;
}
.lang__btn:hover {
  color: white;
  background-color: #030d4b;
}
.lang__btn:hover .btn-icon {
  color: white;
}
.lang__item {
  font-size: 14px;
  color: #8a94a4;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  display: block;
}
.lang__item:hover {
  color: #030d4b;
}
.show {
  display: block;
  opacity: 1;
  z-index: 100;
}
@media (min-width: 1024px) {
  .menu__body,
  .menu__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.icon__menu {
  display: none;
}
@media (max-width: 1023px) {
  [class*="__container"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .icon__menu {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .icon__menu::before,
  .icon__menu::after,
  .icon__menu span {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background-color: #030d4b;
  }
  .icon__menu::before,
  .icon__menu::after {
    content: '';
  }
  .icon__menu::before {
    top: 0;
  }
  .icon__menu::after {
    bottom: 0;
  }
  .icon__menu span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__body {
    position: fixed;
    top: 90px;
    left: -111%;
    width: 100%;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px #a3abba;
    box-shadow: 0px 5px 10px 0px #a3abba;
    z-index: 10000;
    border-top: rgba(3, 13, 75, 0.5);
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    transition: left 0.3s ease-in-out;
  }
  .menu__body.open {
    left: 0;
  }
  .menu__list {
    padding-left: 0;
    margin-right: 0;
  }
  .menu__list li {
    margin-bottom: 5px;
  }
  .header__lang {
    margin-right: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .hero .front-content .container-mid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-1 .front-content h1 {
    font-size: 24px;
  }
  .hero-1 .front-content.page-enter-animated.show p {
    width: 100%!important;
    font-size: 16px;
  }
  .wallet__container {
    flex-direction: column;
  }
  .wallet__item {
    width: 100%;
  }
  .about {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about h2 {
    font-size: 28px;
    line-height: 1.3;
    width: 100%;
  }
  .about__text {
    column-count: 1;
  }
  .about__text p {
    font-size: 18px;
  }
  .swapwallet {
    padding-top: 0;
  }
  .swapwallet__promo {
    width: 100%;
    padding: 30px;
  }
  .swapwallet__title {
    font-size: 30px;
    line-height: 1.3;
  }
  .swapwallet__descr {
    font-size: 18px;
  }
  .swapwallet__container::after {
    position: unset;
    background-size: 80%;
    background-position: center bottom;
    width: 100%;
    height: 300px;
  }
  .swapwallet__buttons a {
    display: block;
    margin: 15px auto;
  }
  .current-exchange__container {
    flex-direction: column;
  }
  .current-exchange__item {
    width: 100%;
  }
  .footer__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer__links {
    flex-direction: column;
  }
  .footer__link {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.page__header {
  height: 350px;
  background-size: cover;
  display: flex;
  width: 100%;
  align-items: center;
  background: url(../img/bg_page.jpg) no-repeat center;
}
.page__title {
  font-size: 48px;
  font-weight: 700;
  color: #fefefe;
  text-align: center;
  width: 100%;
}
.page .content {
  padding-top: 100px;
  padding-bottom: 50px;
}
.page .content h2 {
  font-size: 1.74rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #464855;
}
.page .content h3 {
  font-size: 18px;
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #464855;
  font-weight: 700;
}
.page .content p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6B6F82;
  text-align: justify;
}
.page .content ul li {
  color: #6B6F82;
  list-style: initial;
}
.page .content ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: #6B6F82;
  text-align: justify;
  list-style: auto;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 36px;
    line-height: 1.3;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
  }
}
