@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -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: 400; }

/*--------------------*/
/*Colors*/
/*Variables*/
/*Fonts*/
.footer-warning {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #948B92;
  padding: 42px 0px;
  border-bottom: 1px solid #DAD5D5;
  border-top: 1px solid #DAD5D5; }

.footer-copy {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #948B92;
  padding-top: 5px; }

.footer-brokers-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #535353; }

a.footer-links-item.footer-copy:first-child {
  margin-right: 20px; }

.footer-brokers-column {
  margin: 42px 42px 42px 0px;
  /* .footer-brokers-column__header */
  /* .footer-brokers-column__brokers */
  /* .footer-brokers-column__one-broker */ }
  .footer-brokers-column__header {
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .footer-brokers-column__brokers {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-brokers-column__one-broker {
    margin-right: 50px; }

.footer-brokers {
  border-top: 1px solid #DAD5D5;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px; }
  @media (max-width: 460px) {
    .footer-brokers {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    .footer-first {
      border-top: 1px solid #DAD5D5;
      padding-top: 20px;
      width: 100%; } }

a.footer-logo {
  margin-bottom: 42px;
  margin-right: 42px; }

.footer .navbar-nav.flex-row {
  width: auto; }

@media (max-width: 992px) {
  .footer {
    background: none; } }

.posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: 50px;
  max-width: 400px;
  /* .posts__img */
  /* .posts__text */
  /* .posts__title */
  /* .posts__description */
  /* .posts__continue */ }
  .posts__img {
    overflow: hidden;
    /*hide bounds of image */ }
  .posts__img_single {
    display: block;
    /*remove inline-block spaces*/
    width: 100%;
    height: 200px; }
  .posts__text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    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; }
  .posts__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #535353; }
  .posts__description {
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    /* or 169% */
    color: #535353;
    max-height: 100px;
    overflow: hidden;
    text-align: start; }
  .posts__continue {
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    /* dark accent */
    color: #948B92; }

/*.posts a.link-nostyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
} */
/*Colors*/
/*Variables*/
/*Fonts*/
.single_post__h1, .single_post__h2, .single_post__h3, .single_post__h4, .single_post__h5, .single_post__h6 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  color: #535353;
  line-height: 1.2;
  margin-top: 3rem;
  margin-bottom: 1rem; }

.single_post {
  /* .single_post__title */
  /* .single_post__title-img */
  /* .single_post__title-text */
  /* .single_post__h1 */
  /* .single_post__content */ }
  .single_post__title {
    position: relative; }
  .single_post__title-img {
    overflow: hidden; }
  .single_post__img_single {
    display: block;
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover; }
  .single_post__title-text {
    position: absolute;
    bottom: 0;
    padding: 5%;
    background: rgba(246, 246, 246, 0.7);
    border-radius: 2px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 0.08em;
    color: #535353; }
    @media (max-width: 650px) {
      .single_post__title-text {
        font-size: 38px; } }
  .single_post__h1 {
    font-size: 2.75rem; }
  .single_post__h2 {
    font-size: 2.125rem; }
  .single_post__content {
    font-family: Merriweather;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    /* or 150% */
    color: #535353; }
  .single_post__li {
    list-style: inside square; }
  .single_post__p_imp {
    font-style: italic;
    background-color: #F6F6F6; }
  .single_post__img {
    margin: 30px auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 800px; }

.hero {
  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;
  background-image: url(../img/how/hero.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  /* .hero__block */
  /* .hero__h1 */
  /* .hero__h2 */
  /* .hero__button */ }
  .hero__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
    background: rgba(246, 246, 246, 0.7);
    border-radius: 5px; }
  .hero__h1 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: 0.08em;
    color: #535353;
    padding: 0 3.75rem;
    text-align: center;
    margin-top: 5.25rem; }
    @media screen and (min-width: 20rem) {
      .hero__h1 {
        font-size: calc(2rem + 0.5 * ((100vw - 20rem) / 60));
        line-height: calc(2.625rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .hero__h1 {
        font-size: 2rem;
        line-height: 3rem; } }
  .hero__h2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.8125rem;
    /* identical to box height */
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
    color: #535353; }
    @media screen and (min-width: 20rem) {
      .hero__h2 {
        font-size: calc(1.2rem + 0.5 * ((100vw - 20rem) / 60));
        margin-bottom: 1rem; } }
    @media screen and (min-width: 80rem) {
      .hero__h2 {
        font-size: calc(1.375rem * 1.1);
        margin-bottom: 1rem; } }
  .hero__button {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 2.5rem;
    color: #535353;
    text-transform: uppercase;
    background: #FFE82D;
    text-align: center;
    padding: 1rem;
    border-radius: 5px; }
    @media screen and (min-width: 20rem) {
      .hero__button {
        font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 60));
        margin-bottom: calc(2.5rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .hero__button {
        font-size: calc(1.1rem * 1.5);
        margin-bottom: 2.5rem; } }
  .hero__button:hover {
    background-color: #ffb503; }

.how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10%;
  /* .how__h1 */
  /* .how__todos */
  /* .how__todo */
  /* .how__h2 */
  /* .how__body */ }
  .how__h1 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: 0.08em;
    color: #535353;
    text-align: center; }
    @media screen and (min-width: 20rem) {
      .how__h1 {
        font-size: calc(2rem + 0.5 * ((100vw - 20rem) / 60));
        line-height: calc(2.625rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .how__h1 {
        font-size: 2rem;
        line-height: 3rem; } }
  .how__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .how__todos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .how__todo {
    max-width: 242px;
    margin-right: 80px; }
    @media (max-width: 575.98px) {
      .how__todo {
        margin-right: 20px;
        padding-top: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
  .how__last {
    margin-right: 0; }
  .how__img {
    max-width: 150px; }
    @media (max-width: 575.98px) {
      .how__img {
        max-width: 100px; } }
  .how__h2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.8125rem;
    /* identical to box height */
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
    color: #535353;
    font-weight: 600;
    margin-top: 2.5rem;
    white-space: nowrap; }
    @media screen and (min-width: 20rem) {
      .how__h2 {
        font-size: calc(1.2rem + 0.5 * ((100vw - 20rem) / 60));
        margin-bottom: 1rem; } }
    @media screen and (min-width: 80rem) {
      .how__h2 {
        font-size: calc(1.375rem * 1.1);
        margin-bottom: 1rem; } }
  .how__body {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #535353; }
    @media screen and (min-width: 20rem) {
      .how__body {
        font-size: calc(1rem + 0.25 * ((100vw - 20rem) / 60));
        line-height: calc(1.1875rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .how__body {
        font-size: calc(1rem * 1.15);
        line-height: calc(1.1875rem * 1.5); } }

.spread {
  background-color: #F6F6F6;
  margin: 0 auto;
  margin-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 1300px;
  border-radius: 5px;
  /* .spread__text */
  /* .spread__h1 */
  /* .spread__h2 */
  /* .spread__h4 */
  /* .spread__img */ }
  @media (max-width: 575.98px) {
    .spread {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .spread__text {
    margin: 5% 2% 5% 5%;
    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; }
  .spread__h1 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: 0.08em;
    color: #535353; }
    @media screen and (min-width: 20rem) {
      .spread__h1 {
        font-size: calc(2rem + 0.5 * ((100vw - 20rem) / 60));
        line-height: calc(2.625rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .spread__h1 {
        font-size: 2rem;
        line-height: 3rem; } }
  .spread__h2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.8125rem;
    /* identical to box height */
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
    color: #535353;
    font-weight: 600; }
    @media screen and (min-width: 20rem) {
      .spread__h2 {
        font-size: calc(1.2rem + 0.5 * ((100vw - 20rem) / 60));
        margin-bottom: 1rem; } }
    @media screen and (min-width: 80rem) {
      .spread__h2 {
        font-size: calc(1.375rem * 1.1);
        margin-bottom: 1rem; } }
  .spread__h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #535353; }
    @media screen and (min-width: 20rem) {
      .spread__h4 {
        font-size: calc(1rem + 0.25 * ((100vw - 20rem) / 60));
        line-height: calc(1.1875rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .spread__h4 {
        font-size: calc(1rem * 1.15);
        line-height: calc(1.1875rem * 1.5); } }
  .spread__img {
    max-height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    margin: auto; }
    @media screen and (min-width: 80rem) {
      .spread__img {
        max-width: 350px; } }

.rebate-calc {
  background-color: #2986DD;
  margin-bottom: 10%;
  /* .rebate-calc__text */
  /* .rebate-calc__h1 */
  /* .rebate-calc__h2 */
  /* .rebate-calc__calc */ }
  .rebate-calc__text {
    padding: 5% 2% 5% 5%;
    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; }
  .rebate-calc__h1 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: 0.08em;
    color: #535353;
    color: #FFFFFF; }
    @media screen and (min-width: 20rem) {
      .rebate-calc__h1 {
        font-size: calc(2rem + 0.5 * ((100vw - 20rem) / 60));
        line-height: calc(2.625rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .rebate-calc__h1 {
        font-size: 2rem;
        line-height: 3rem; } }
  .rebate-calc__h2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.8125rem;
    /* identical to box height */
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
    color: #535353;
    color: #FFFFFF; }
    @media screen and (min-width: 20rem) {
      .rebate-calc__h2 {
        font-size: calc(1.2rem + 0.5 * ((100vw - 20rem) / 60));
        margin-bottom: 1rem; } }
    @media screen and (min-width: 80rem) {
      .rebate-calc__h2 {
        font-size: calc(1.375rem * 1.1);
        margin-bottom: 1rem; } }
    @media (max-width: 575.98px) {
      .rebate-calc__h2 {
        display: none; } }
  .rebate-calc__body {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.1875rem;
    color: #535353;
    color: #F6F6F6; }
    @media screen and (min-width: 20rem) {
      .rebate-calc__body {
        font-size: calc(1rem + 0.25 * ((100vw - 20rem) / 60));
        line-height: calc(1.1875rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .rebate-calc__body {
        font-size: calc(1rem * 1.15);
        line-height: calc(1.1875rem * 1.5); } }

.our-brockers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10%;
  /* .our-brockers__list */ }

.our-brokers {
  /* .our-brokers__h1 */ }
  .our-brokers__h1 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: 0.08em;
    color: #535353;
    text-align: center; }
    @media screen and (min-width: 20rem) {
      .our-brokers__h1 {
        font-size: calc(2rem + 0.5 * ((100vw - 20rem) / 60));
        line-height: calc(2.625rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .our-brokers__h1 {
        font-size: 2rem;
        line-height: 3rem; } }

.get-payments {
  background-color: #F6F6F6;
  margin: 0 auto;
  margin-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  border-radius: 5px;
  /* .get-payments__img */
  /* .get-payments__text */
  /* .get-payments__h1 */
  /* .get-payments__h2 */ }
  .get-payments__img {
    max-height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    margin: auto; }
  .get-payments__text {
    max-width: 620px;
    padding: 5% 0% 5% 0%; }
  .get-payments__h1 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.625rem;
    letter-spacing: 0.08em;
    color: #535353;
    text-align: center; }
    @media screen and (min-width: 20rem) {
      .get-payments__h1 {
        font-size: calc(2rem + 0.5 * ((100vw - 20rem) / 60));
        line-height: calc(2.625rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .get-payments__h1 {
        font-size: 2rem;
        line-height: 3rem; } }
  .get-payments__h2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 1.8125rem;
    /* identical to box height */
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
    color: #535353;
    padding-bottom: 5%;
    text-align: center; }
    @media screen and (min-width: 20rem) {
      .get-payments__h2 {
        font-size: calc(1.2rem + 0.5 * ((100vw - 20rem) / 60));
        margin-bottom: 1rem; } }
    @media screen and (min-width: 80rem) {
      .get-payments__h2 {
        font-size: calc(1.375rem * 1.1);
        margin-bottom: 1rem; } }
  .get-payments__button {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 2.5rem;
    color: #535353;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    border-radius: 5px; }
    @media screen and (min-width: 20rem) {
      .get-payments__button {
        font-size: calc(1.25rem + 0.5 * ((100vw - 20rem) / 60));
        margin-bottom: calc(2.5rem + 0.5 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .get-payments__button {
        font-size: calc(1.1rem * 1.5);
        margin-bottom: 2.5rem; } }
  .get-payments__link {
    display: block;
    font-size: 1.25rem;
    background: #FFE82D;
    padding: 1rem;
    border-radius: 5px;
    max-width: 250px;
    margin: 0 auto; }
  .get-payments__link:hover {
    background-color: #ffb503; }
