/*
Theme Name: SMSFinance-Affiliate-Landing 2018
Theme URI: http://smsfinance.ru
Author: Matt Barton
Author URI: http://digitalfinance.com
Version: 1.0

 */

@font-face {
  font-family: "DecimaNovaPro";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/27DBDD_0_0.eot");
  src: url("../fonts/27DBDD_0_0.eot?#iefix") format("embedded-opentype"),
  url("../fonts/27DBDD_0_0.woff") format("woff"),
  url("../fonts/27DBDD_0_0.ttf") format("truetype");
}

@font-face {
  font-family: "DecimaNovaPro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/27DBDD_1_0.eot");
  src: url("../fonts/27DBDD_1_0.eot?#iefix") format("embedded-opentype"),
  url("../fonts/27DBDD_1_0.woff") format("woff"),
  url("../fonts/27DBDD_1_0.ttf") format("truetype");
}

@font-face {
  font-family: DecimaNovaPro;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/27DBDD_0_0.eot);
  src: url(../fonts/27DBDD_0_0.eot?#iefix) format("embedded-opentype"), url(../fonts/27DBDD_0_0.woff) format("woff"), url(../fonts/27DBDD_0_0.ttf) format("truetype")
}

@font-face {
  font-family: DecimaNovaPro;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/27DBDD_1_0.eot);
  src: url(../fonts/27DBDD_1_0.eot?#iefix) format("embedded-opentype"), url(../fonts/27DBDD_1_0.woff) format("woff"), url(../fonts/27DBDD_1_0.ttf) format("truetype")
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/PTSans-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/PTSans-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/PTSans-Italic.ttf) format('truetype');
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .black-well > ul {
    list-style-type: none;
  }
}

html {
  overflow-y: scroll;
}

body {
  font-family: "PT Sans", sans-serif;
}

.btn:hover {
    text-decoration: none !important;
}

h1 {
    color: #00572d;
}

h2 {
  font-family: "DecimaNovaPro", serif;
  font-weight: bold;
  font-size: 30px;
  color: #1a5260;
  margin-bottom: 3rem;
}

.mb-1,
.mb-0 {
    font-family: "DecimaNovaPro", serif;
  font-weight: bold;
  font-size: 30px;
  color: #00572d;
  margin-bottom: 3rem;
}

.text-bold {
    font-weight: bold;
}

h5 {
    font-family: "DecimaNovaPro", serif;
    color: #303a3d;
}

h6 {
    font-family: "DecimaNovaPro", serif;
    color: #303a3d;
}

h2 span {
  color: #a6ce39;
}

h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.p14 {
  font-size: 14px;
}

.p18 {
  font-size: 18px;
}

.grey {
  color: #fff;
}

.dark-blue {
  color: #1a5260;
}

.light-blue {
  color: #a6ce39;
}

.grey-bg {
  background-color: #f2f2f2;
}

.dark-blue-bg {
  background-color: #1a5260;
  color: #fff;
}

.light-blue-bg {
  background-color: #a6ce39;
  color: #fff;
}

.form-check-input:checked {
    background-color: #a6ce39 !important;
    border-color: #a6ce39 !important;
}

.sub-header {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0%, rgb(18 47 23 / 84%) 0%, rgb(211 215 207 / 86%) 100%);
}

.sub-header a:not(.light-blue) {
    color: #fff !important;
}

.sub-header a:hover {
    text-decoration: none;
    color: #1a5260;
}

#logo img {
  width: 175px;
  height: 35px;
}

.about__list ul li::marker {
  color: #00aed1;
  font-size: 1.5em;
}

header a,
footer a,
#simple-footer a {
  color: #fff;
  text-decoration: none;
}

footer, #simple-footer {
    background: #303a3d !important;
}

#simple-footer p {
    text-align: justify;
    font-size: 80%;
    font-weight: 400;
}

.list-group-item {
   font-family: "DecimaNovaPro", serif;
   font-size: 14px;
}

.list-group-item.active {
    background-color: rgba(0, 87, 45, .1);
    border-color: rgba(0, 87, 45, .1);
    color: #00572d;
}

.documents a {
    text-decoration: none;
    color: inherit;
}

.documents__preview {
    color: #00572d;
    font-size: 14px;
}

.documents .disabled {
    text-decoration: none;
    background: #ededed;
}

.documents .disabled h6 {
    color: #979595 !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 87, 45, .1);
    color: #00572d;
}

.accordion-body {
    padding: 1rem .25rem;
}

.accordion-button {
    color: #1a5260;
}

.link {
    color: #a6ce39;
    text-decoration: none;
}

.link:hover {
    color: #a6ce39;
    text-decoration: underline;
}

.btn-outline-primary {
    color: #00572d !important;
    border-color: #00572d !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    border-color: #00572d !important;
    background: #00572d !important;
}

.documents .card:hover {
    cursor: pointer;
    background-color: rgba(0, 87, 45, .1);
    text-decoration: none;
}

.documents .disabled:hover {
    cursor: not-allowed;
    background: #ededed;
    text-decoration: none;
}

.bg-primary {
    background-color: #a6ce39 !important;
}

header a:hover,
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

nav > ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header{
  padding: 0 20px;
}

.header__logo {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 0;
}

.header__phone {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 2;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .header__phone {
    display: inline-flex;
  }
}

.header__actions {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

#kak-rabotaet {
    background: #a6ce39 !important;
}

#kak-polzovatsya {
    display: none !important;
}

#seo {
    display: none !important;
}

#bottom-cta {
    background: #a6ce39 !important;
}

nav > ul > li {
  margin-left: 20px;
}

nav > ul > li:first-child {
  margin-left: 0px;
}

.header__nav__actions-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5; /* bcs slider index is 4 */
  background-color: #e1e1e1;
}

.header__nav__actions-list {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.header__nav__actions-list:first-child {
  margin-top: 8px;
}

.header__nav__actions-list-item {
  display: block;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
}

.header__nav__actions-list-item__anchor {
  display: block;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  color: #a6ce39;
  background: #fff;
}

.header__nav__actions-list-item__anchor:hover {
  color: #0177c1;
  text-decoration-line: none;
}

.header__nav__actions-list-item__anchor:focus {
  outline-color: #0177c1;
}

#hero {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
  position: relative;
}

#hero h1 {
  font-family: "DecimaNovaPro", serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 320px) {
  #hero h1 {
    font-size: 24px;
  }
}

#hero h1 em {
  color: #a6ce39;
  font-style: normal;
}

#hero h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0.5rem;
}

.reason {
  margin-bottom: 1.5rem;
}

.button-container {
  max-width: 270px;
}

.no-wrap {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .button-container {
    max-width: 340px;
  }
}

@media (max-width: 989px) {
  header {
    padding: 10px 0px;
  }

  #hero .black-well {
    background: none;
    color: #1a5260;
    padding: 0px 0px 10px;
    text-align: center;
  }

  .icon-mob {
    margin-top: 20px;
    width: 52px;
    height: 42px;
  }

  .black-well__control {
    border-color: #000 !important;
    color: #000 !important;
  }

  #hero {
    background: none !important;
  }

  #preimushchestva .container {
    padding: 0px;
  }

  #preimushchestva .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  #preimushchestva h3 {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }

  #preimushchestva.p18 {
    font-size: 16px;
  }

  .reasons-wrapper {
    /*background-color: #f2f2f2;*/
  }

  .reason {
    margin-bottom: 0rem;
  }

  #preimushchestva .row.mb-4 {
    margin-bottom: 0px !important;
  }

  #preimushchestva .grey-well {
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  #hero .container {
    width: 100%;
    padding: 5px;
  }
}

@media (min-width: 990px) {
  #logo img {
    width: 175px;
    height: 35px;
  }

  #hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #hero h1 {
    font-size: 48px;
  }

  .black-well h2 {
    font-size: 20px !important;
  }
}


.mobile__slider-item a {
  color: #1a5260 !important;
  text-decoration: none;
  font-size: 20px;
}

.black-well {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  padding: 20px;
  color: #fff;
}

.black-well a {
  color: #fff;
  text-decoration: underline;
}

.grey-well {
  background-color: #f2f2f2;
  border-radius: 6px;
  padding: 20px;
}

.white-well {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}

.calc {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}

.calc-body {
background: #a6ce39;
  padding: 20px;
  color: #fff;
}

@media (max-width: 320px) {
  .calc-body {
    padding: 10px 20px;
  }
}

.calc-footer {
  background-color: #fff;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.calc-input {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 320px) {
  .calc-input {
    margin-bottom: 10px;
  }
}

.calc-input strong {
  font-size: 24px;
  color: #fff;
}

/*
=======================
Main slider
=======================
*/
.without_percentage__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0;
}

.without_percentage__block span {
    display: block;
}

.without_percentage__title {
    font-size: 14px;
    font-weight: 700;
}

.without_percentage__title_num {
    font-size: 29px;
    font-weight: bold;
    line-height: 20px;
}

.without_percentage__block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #4DABCD;
    background: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    margin: 10px 0 0 0;
}

.without_percentage__block a:hover {
    text-decoration: underline;
}

.timer {
    position: absolute;
    top: 50px;
}

.timer__title {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
}

.timer__title_1 {
    display: none;
    text-transform: uppercase;
}

.timer__block {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #FFFFFF;
    width: 235px;
    text-align: center;
}
.timer__block_item {
    display: flex;
    flex-direction: column;
}
.timer__block_item-digit {
    font-size: 32px;
}
.timer__block_item-label {
    font-size: 21px;
}
.timer__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 52px;
    font-size: 20px;
    font-weight: 700;
    background: #FF4E2C;
    color: #FFFFFF;
    text-decoration: none;
    margin: 10px 0;
    transition-duration: 1s;
    border-radius: 3px
}

.winners {
    position: absolute;
    background: rgba(22, 22, 58, 0.5);
    top: 270px;
    left: 0;
    right: 32%;
    height: 86px;
    padding: 3px 0;
}
.winners__slider-title {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-top: 5px;
}

.winners__slider-items {
    padding: 0 20px;
}

.winners__slider-item {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

@media all and (max-width: 990px) {

    .winners {
        position: unset;
        margin-bottom: 30px;
    }

    .timer__title_1 {
        display: block;
    }
    .timer {
        position: relative;
        top: 0;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 20px 0 50px 0;
    }

    .timer__title {
        color: #05B9E1;
    }
    .timer__block {
        color: #05B9E1;
    }
}

.timer__button:hover {
    background: #c40215;
    text-decoration: none;
    color: #FFFFFF;
}

.lSSlideOuter {
  padding: 0 15px !important;
}

.black-well {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.black-well__control {
  padding: 2px 10px;
  color: white;
  border: 1px solid #fff;
  border-radius: 50%;
}

.black-well__control:hover {
  cursor: pointer;
}


/* ==========================================================================
Buttons
========================================================================== */

.nav__btn {
  background-color: transparent;
  border-radius: 3px;
  padding: 7px 25px 7px 25px;
  border: 1px solid #fff;
  color: #fff;
}

.nav__btn:hover,
.nav__btn:focus {
  background-color: #fff;
  color: #a6ce39;
}

a.btn-cta,
button.btn-cta,
input[type="submit"].btn-cta,
a.btn-green,
button.btn-green,
input[type="submit"].btn-green {
  background-color: #106c3a;
  color: #fff !important;
  border-radius: 3px;
  padding: 7px 25px 7px 25px;
  outline: 0;
}

a.btn-green,
button.btn-green,
input[type="submit"].btn-green {
  background-color: #106c3a;
}

a.btn-green:hover,
button.btn-green:hover,
input[type="submit"].btn-green:hover {
  background-color: #00572d;
}

a.btn-lg,
button.btn-lg,
input[type="submit"].btn-lg {
  padding: 15px 50px 15px 50px;
  font-size: 20px;
}

a.btn-cta:hover,
button.btn-cta:hover,
input[type="submit"].btn-cta:hover {
  background-color: #00572d;
  color: #fff;
}

a.btn-cta:focus,
button.btn-cta:focus,
input[type="submit"].btn-cta:focus {
  color: #fff;
  outline: 0;
}

a.btn-ghost,
button.btn-ghost,
input[type="submit"].btn-ghost {
  background-color: transparent;
  color: #000;
  border-radius: 3px;
  padding: 7px 25px 7px 25px;
  outline: 0;
  border: 1px solid #000;
}

a.btn-ghost:hover,
button.btn-ghost:hover,
input[type="submit"].btn-ghost:hover,
a.btn-ghost:focus,
button.btn-ghost:focus,
input[type="submit"].btn-ghost:focus {
  border-color: #000;
  color: #000 !important;
}

a.btn-ghost:focus,
button.btn-ghost:focus,
input[type="submit"].btn-ghost:focus {
  color: #fff;
  outline: 0;
}

a.btn-ghost.txt-white,
button.btn-ghost.txt-white,
input[type="submit"].btn-ghost.txt-white {
  color: #fff;
  border-color: #fff;
}

.btn-login {
  background-image: url("../img/icon_login.png");
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 27px 25px;
  width: 43px;
  height: 43px;
  padding: 7px !important;
}

.payment-logos {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.payment-logos li {
  padding: 0px 20px 20px 20px;
}

.payment-logos li:first-child {
}

.payment-logos li img {
  height: 68px;
  width: auto;
}

/* ==========================================================================
noUI Sliders
========================================================================== */

.noUi-target {
  border-radius: 6px;
  background-color: transparent;
  height: 12px;
}

.noUi-connect,
.noUi-target {
  box-shadow: none;
  border: none;
}

.noUi-horizontal .noUi-handle {
  cursor: pointer;
}

.noUi-base {
  background-color: #e1e1e1;
  border-radius: 3px;
  height: 6px;
}

.noUi-connect {
  background: #026d35;
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px;
  height: 6px

}

.noUi-horizontal .noUi-handle {
  outline: 0;
  cursor: pointer;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  top: -12px;
  left: -15px;
  background-color: #026d35;
  border: none;
  box-shadow: none;
}

.noUi-handle:after,
.noUi-handle:before {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  top: 10px;
  left: 10px;
}

.noUi-handle:before {
  display: none;
}

.noUi-marker-horizontal.noUi-marker:first-child {
  margin-left: -1px;
}

.noUi-value.noUi-value-horizontal.noUi-value-large {
  color: #fff;
}

.noUi-marker-horizontal.noUi-marker-large {
  background-color: #fff;
  height: 8px;
}

.noUi-marker-large {
  background-color: #fff;
}

.noUi-horizontal.noUi-extended {
  padding-right: 32px;
}

.noUi-horizontal.noUi-extended .noUi-handle {
  left: -1px;
}

.noUi-horizontal.noUi-extended .noUi-origin {
  right: -32px;
}

.noUi-handle {
  box-shadow: none;
  border-color: #ccc;
}

.noUi-handle.noUi-active {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
}

.noUi-haspips {
  margin-bottom: 50px;
}

.lSSlideOuter .lSPager.lSpg {
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #1a5260;
}

.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li a:hover {
  background-color: #a6ce39;
}

.calc-sale {
  color: #fff;
  border-radius: 6px;
  background-color: #ff0606;
  text-align: center;
  padding: 0 7px;
  height: 28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  font-size: 17px;
  line-height: 28px;
  opacity: 1;
  transition: background-color .15s ease-in-out, opacity .15s ease-in-out
}

.calc-sale.hidden {
  opacity: 0;
  transition: background-color .15s ease-in-out, opacity .15s ease-in-out
}

ul.tabs-header {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3rem;
}

.tabs-header li {
  margin: 0px 10px;
  padding: 0px 15px 5px 15px;
  font-size: 22px;
  font-family: "DecimaNovaPro";
  position: relative;
  cursor: pointer;
  color: #888888;
  text-align: center;
}

.tabs-header li.active {
  color: #1a5260;
  border-bottom: 3px solid #a6ce39;
}

.tabs-header li.active span {
  color: #a6ce39;
}

.tabs-header li.active:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #a6ce39 transparent transparent;
}

.tab-body {
  display: none;
}

.tab-body.active {
  display: block;
}

@media (max-width: 990px) {
  ul.tabs-header {
    margin-bottom: 1.5rem;
  }

  .tabs-header li {
    margin: 0px 5px;
    padding: 0px 3px 5px 3px;
  }

}

@media (max-width: 767px) {
  .tabs-header li {
    font-size: 20px;
  }
}

.news-title {
  font-size: 22px;
}

.news-title a {
  color: #1a5260;
}

.calc-count {
  color: #1a5260;
  text-align: center;
  margin-bottom: 13px;
  font-size: 18px;
}

#calc-count {
  color: #a6ce39;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .calc-count {
    font-size: 17px;
  }
}

@media screen and (max-width: 350px) {
  .calc-count {
    font-size: 16px;
  }
}

.loan-repayment-display {
  font-size: 24px;
  color: #fff;
}

.calc-footer {
  padding: 10px 0px;
}

.loan-detail-label {
  font-size: 11px;
}

.loan-detail-value {
  font-size: 14px;
  font-weight: 700;
}

a.btn-white,
button.btn-white,
input[type=submit].btn-white {
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  padding: 7px 10px;
  outline: 0;
  font-size: 15px;
}

a.btn-white:hover,
button.btn-white:hover,
input[type=submit].btn-white:hover {
  background-color: #fff;
  color: #000
}

a.btn-white:focus,
button.btn-white:focus,
input[type=submit].btn-white:focus {
  color: #000;
  outline: 0
}

@media (max-width: 1200px) and (min-width: 991px) {
  a.main-button, button.main-button, input[type="submit"].main-button {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  nav > ul > li {
    margin-left: 10px;
  }
}

@media (max-width: 435px) {
  #logo img {
    width: 116px;
    height: auto;
  }
}

@media (max-width: 400px) {
  a.main-button, button.main-button, input[type="submit"].main-button {
    padding: 15px;
  }

  nav > ul > li {
    margin-left: 5px;
  }
}

@media (max-width: 400px) {
  a.main-button, button.main-button, input[type="submit"].main-button {
    font-size: 16px;
  }

  .login-text {
    display: none;
  }
}
