@font-face {font-family: 'FuturaPT';font-style: normal;font-weight: bold;src: url('../fonts/FuturaPT-Bold.eot'); /* IE9 Compat Modes */src: local(''),url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff2') format('woff2'),url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.ttf') format('truetype'), url('../fonts/FuturaPT-Bold.svg#Abel') format('svg');}
@font-face {font-family: 'FuturaPT';font-style: normal;font-weight: 500;src: url('../fonts/FuturaPT-Medium.eot');src: local(''),   url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff2') format('woff2'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype'), url('../fonts/FuturaPT-Medium.svg#Abel') format('svg');}

h2 {
    font-size: 20px !important;
    margin: 30px 0 !important;
}

.related_span {
    font-size: 18px;
    font-weight: 700;
}


.new-menu-button {
    display: none;
}
.found_us_new {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 15px;
}
.new_call {
    font-size: 13px;
    font-family: arial,helvetica,sans-serif;
    color: #888;
}
.new_head_phone {
    font-size: 16px;
    font-family: "FuturaPT";
    color: #016699;
    font-weight: 500;
    line-height: 1.2;
    font-weight: 700;
}
#top-head-block {
    display: flex;
}
.logo {
    float: left;
    width: 23%;
}
#mein-menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 0 32px;
}
#mein-menu div {
    width: 100%;
    margin-left: 8%;
}

#mein-menu  ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 4%;
    list-style-type: none;
    padding-left: 0;
}
#mein-menu #menu-main-top-menu a {
    font-size: 14px;
    color: #4a4f55;
    font-weight: 600;
    padding-bottom: 5px;
    text-decoration: none;
}
#mein-menu #menu-main-top-menu .current-menu-item a {
    font-weight: 500;

}
#mein-menu #menu-main-top-menu a:hover {
    color: #196899;
    border-bottom: solid 1px;
}
.logo img {
    width: 100% !important;
}
.new_head_fers{
    position: relative;
    overflow: hidden;
}
#video-ferst{
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  left: 50%;
  z-index: 0;
  position: absolute;
}
.new_head_fers .container{position: relative;}

.new_head_fers:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 75%);
}
.new_head_fers:after{
    content: '';
    display: block;
    background: url(../img/ferst-phone.png) top center no-repeat;
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
}
.head_content .h1 {
    font-family: 'FuturaPT';
    margin-top: 30px;
    font-weight: 700;
    font-size: 60px;
    color: #ffcc00;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    background: transparent;
    width: auto;
}
.head_content .h1 span {
    color: #ffffff;
    text-transform: initial;
}
.head_ferts {
    display: flex;
    justify-content: space-between;
}
.new_ul {
    margin: 10px 0 0 20px;
    padding: 0;
}
.new_ul li {
    font-size: 22px !important;
    font-family: "Verdana";
    color: #fff;
    font-weight: 400;
    line-height: 1.2 !important;
    margin: 20px 0 !important;
}
.new_ul li::marker {
    color: #ffcc00;
}
.new_ul li span {
    font-weight: 700;
}
.new_desc {
    font-size: 25px;
    font-family: "Verdana";
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}
.head_content .h1:after {
    content: '';
    display: block;
    width: 120px;
    height: 4px;
    background: #ffd100;
    margin-top: 20px;
}
.new_tabs ul {
    display: flex;
    list-style: none;
    border-radius: 5px;
    margin: 40px auto 20px;
    padding: 0;
}
.new_tabs ul li {
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    font-size: 20px;
    color: #ffcc00;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    cursor: pointer;
}
.new_tabs ul li.activ {
    background: #ffcc00;
    color: #fff;
    cursor: inherit;
}

.new_tabs ul li:nth-child(1) {
    border-radius: 5px 0 0 5px;
}
.new_tabs ul li:nth-child(2) {
    border-radius: 0 5px 5px 0;
}
.question_block {
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    border: 2px solid #ffcc00;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: inherit;
}
.activ .question_block {
    border: 2px solid #fff;
}
.tooltip {
    position: relative;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    display: none;
    left: 30px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    display: block;
}
.new_mobile{display: none;}
.new_step {
    margin: 0 auto;
    max-width: 375px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.new_step_name {
    font-size: 40px;
    font-family: "FuturaPT";
    color: #ffcc00;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(46 61 98 / 21%);
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #fff;
}
.new_step_desc {
    font-size: 16px;
    font-family: "Verdana";
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.new_steps{margin-top: 30px;}
.new_title {
    font-size: 50px;
    font-family: "FuturaPT";
    color: #000;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}
.new_uslovia {
    max-width: 375px;
    width: 100%;
    font-size: 16px;
    font-family: "Verdana";
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.new_uslovia_img {
    transition: all .2s ease;
    background: #f7f7f7;
    border-radius: 50%;
    width: 114px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.new_uslovias {
    display: flex;
    justify-content: space-between;
}
.new_gray {
    background: #fff;
    padding: 40px 0;
    margin: 40px 0;
    position: relative;

  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}



.new_gray:before {
content: '';
width: 96%;
height: 10px;
position: absolute;
bottom: -10px;
left: 2%;
background: #f2f3f5;
  box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);

}
.new_gray:after {
content: '';
width: 92%;
height: 10px;
position: absolute;
bottom: -20px;
left: 4%;
background: #f4f4f7;
}

#how-popup-container {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
    z-index: 9999999;
}
.how-to-repay {
    width: 90%;
    max-width: 500px;
    height: auto;
    padding: 3%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 99999999;
    color: #000;
    top: 10%;
}
.how-text {
    text-align: center;
    font-size: 30px;
    padding: 10px 0 30px;
}
.how-desc p {
    font-size: 18px;
}
#close-popup {
    width: 20px;
    height: 20px;
    background: url(../img/close.svg) no-repeat center;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}
.logo_mobile{display: none;}


.head_content h1.h1 {
    margin-bottom: 0;
}

.head_content h1.h1:after {
    display: none;
}

.head_content .h1-span {
    margin-top: 0 !important;
}

.square {
  margin: 0;
  counter-reset: li;
  list-style: none;
  background:#E8E8E8;
  padding: 10px;
}
.square li {
  position: relative;
  margin: 0 0 10px 2em;
  padding: 4px 8px;
  border-top: 2px solid #787A77;
  transition: .3s linear;
}
.square li:last-child {margin-bottom: 0;}
.square li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  border-top: 2px solid #787A77;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: #787A77;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}
.square li:hover {border-top: 2px solid #389F70;}
.square li:hover:before {
  border: 2px solid #389F70;
  background: #98EABA;
}

.rectangle {
    counter-reset: li !important; 
    list-style: none !important; 
    font: 14px "Trebuchet MS", "Lucida Sans";
    padding: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.rectangle li {
    width: 50%;
    padding-left: 30px;
}

.rectangle a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    background: #D3D4DA;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
    }
.rectangle li:before {
    display: none !important;
}
.rectangle a:hover {background: #DCDDE1;}       
.rectangle a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #9097A2;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}
.rectangle a:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}
.rectangle a:hover:after {
    left: -.5em;
    border-left-color: #9097A2;
}

.yarpp-related ul {
    margin-top: 20px;
}



.faq-wrapper {
    margin: 60px 0 25px;
    padding: 1px 20px 14px;
    background: #fff;
}

.faq-wrapper h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px !important;
    color: #333;
}
dl {
    line-height: 170%;
    margin-bottom: 20px;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
.faqs dt {
    font-weight: 700;
    background: #d3d4da;
    position: relative;
    padding: 20px 14px;
    margin: 15px 0;
    border-radius: 4px;
}

.faqs dt span::after{
    content: "+";
    position: absolute;
    right: 20px;
}

.faqs dt.special span:after {
    content: "-";
}

.faqs > div:first-child dd {
    display: block;
}
.faqs dd {
    padding: 0 0 15px 7px;
}
.faqs .hover {
    cursor: pointer;
}

.credit_item {
  width: 25%;
  margin-bottom: 20px;
}

.credit_block {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 30px 30px 0;
    background: #fff;
}

.credit_ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.credit_li {
  margin-bottom: 8px;
}

.credit_zagolovok {
    font-size: 18px;
    font-weight: bold;
}

.credit_li a {
  color: #7e8595;
  text-decoration: none;
  font-size: 16px;
}

.credit_li a:hover {
  color: #29b6f6;
}



/*                                                             MEDIA                                                      */







@media (max-width: 1150px){
    #video-ferst{display: none;}
.new_head_fers{
    background: url(../img/Layer3.jpg) center no-repeat;
}
}
@media (max-width: 991px){
    #mein-menu{display: none;}
    .head_content .h1{
  font-size: 40px;}
  .logo_mobile{display: block;}
  .logo_pc{display: none;}
  header {
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 0 15px;
    background: #fff;
}
.news_headers header>.container {
    display: flex;
    flex-direction: row-reverse!important;
    justify-content: space-between;
    width: 100%;
}
.new_call {
    display: none;
}
.new-menu-button {
    padding: 6px;
    border: none;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgb(46 61 98 / 16%);
    position: relative;
    z-index: 99999;
    display: block;
}
.new-menu-button .line {
    display: block;
    width: 22px;
    height: 3px;
    background-color: #ffcc00;
    transition: .2s;
}
.menu-button__line-2 {
    margin-top: 4px;
    margin-bottom: 4px;
}
header .logo {
    width: auto;
}
.new_head_phone {
    font-weight: 500;
    text-decoration: none;
}
.found_us_new {
    align-items: flex-end;
    margin-top: 0;
    flex: 1;
    margin-right: 10px;
}
.new-menu-button.active {
    height: 32px;
}
.new-menu-button.active .menu-button__line-1 {
    transform: rotate(45deg);
}
.new-menu-button.active .menu-button__line-3 {
    transform: rotate(135deg);
    margin-top: -2px;
}
.new-menu-button.active .menu-button__line-2 {
    display: none;
}
#mein-menu.active {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
    overflow-y: auto;
    width: 100%;
    height: 100VH;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    background-color: #fff;
    padding: 20px 20px 36px;
}
#mein-menu div {
    margin: 0;
}
#menu-main-top-menu {
    flex-direction: column;
}
#mein-menu #menu-main-top-menu a {
    font-size: 18px;
    color: #4a4f55;
    font-weight: 600;
    padding-bottom: 5px;
    margin: 15px 0;
    display: block;
}
}
@media (max-width: 768px){
    .head_ferts{flex-direction: column;}
    .new_head_fers{
        background: #fff;
    }
    .new_pc{display: none;}
    .new_mobile{display: block;}
    .new_ul li,
    .new_desc{color: #000;font-size: 23px;}
    .new_desc span{color: #ffcc00;}
    .new_head_fers:before,
    .new_head_fers:after,
    .head_content .h1:after{content: none;}
    .head_content .h1 span{color: #000;}
    .head_content .h1{margin-bottom: 0;}
    .new_tabs ul{margin: 10px 0;}
    .new_uslovias{flex-direction: column;}
    .new_uslovia{flex-direction: row;margin-bottom: 20px;}
    .new_uslovia_img{margin: 0 20px 0;}
    .new_tabs ul li:nth-child(2) .tooltip .tooltiptext {
        width: 200px;
        right: 20px;
        left: auto;
    }
    .new_ul li{font-size: 16px!important;}
    .post_zaimy img {
        width: 100%;
        height: auto;
    }

    .credit_item {
      width: 50%;
      padding: 0 10px;
    }

}
@media (max-width: 480px){
.new_tabs ul li {
    width: 50%;
    font-size: 15px;
}
.question_block{margin-left: 5px;}
.tooltip .tooltiptext{width: 160px;}
.new_uslovia_img{width: 90px;height: 90px;}
}

.js-button-up.button-up {
    position: fixed;
    z-index: 1000;
    background: #ffd200;
    width: 50px;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    bottom: 30px;
    right: 31px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s linear 0s;
}

.js-button-up.button-up.active{
    opacity: 1;
}

.js-button-up .icon {
    -webkit-transition: opacity .3s linear 0s;
    transition: opacity .3s linear 0s;
    max-width: 50%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.js-button-up .icon svg {
    fill: #fff;
}

.js-button-up .icon-hover {
    transition: opacity .3s linear 0s;
    max-width: 50%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}

.js-button-up .icon-hover svg {
    fill:#000;
}

@media screen and (max-width: 700px){
    /*LightGallery*/
    .js-button-up .icon-hover svg {
        fill:#fff;
    }
}

.js-button-up.button-up:hover .icon-hover {
    opacity: 1;
}

