@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}

a:focus,
:focus {
    outline: none;
}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}

.wrapAL {
    align-items: flex-start;
}


/* Класс для кнопки заказать звонок */

.callback-toggle {}


/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

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

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

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    color: #000;
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 1.2;
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.h1,
h1 {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 50px;
    position: relative;
}

.title {
    margin-bottom: 50px;
}

.title .h1,
.title h1 {
    margin-bottom: 10px;
}

.title p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1;
}

.title p span {
    font-weight: 700;
    color: #4c7892;
}

.wrapper {
    padding-top: 155px;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper .container {
    width: 1170px;
}

.wrapLabel {
    position: relative;
    margin-bottom: 0;
}

.wrapLabel span {
    font-weight: 200;
    padding-left: 25px;
    font-size: 13px;
    display: block;
    position: relative;
}

.wrapLabel span a {
    color: #ef5e07;
}

.wrapLabel span:before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
}

.wrapLabel span:after {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #dd6a1c;
    border-radius: 2px;
    opacity: 0;
}

.wrapLabel input:checked+span:after {
    opacity: 1;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}


/*Header*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.topLineH {
    background: #ffff;
}

.wrapTH {
    height: 100px;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo:hover {
    text-decoration: none;
}

.logo .slog {
    padding-left: 20px;
    display: block;
    font-size: 16px;
    color: #000;
}

.logo .slog span {
    font-size: 17px;
    font-weight: 900;
}

.logo .slog .color {
    color: #4b7892;
}

.jobRassia {
    padding-left: 70px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    background: url(../images/russia.png) no-repeat left center;
    height: 40px;
}

.jobRassia span {
    font-weight: 700;
    color: #4b7891;
    display: block;
    line-height: 1;
}

.infoBlock {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.infoBlock .phone {
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.infoBlock .clock {
    padding-left: 25px;
    background: url(../images/iconClock.png) no-repeat left center;
    color: #4c7992;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 18px;
}

.mainWrap>ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.mainWrap>ul>li {
    margin: 0 30px;
    padding: 15px 0;
}

.mainWrap>ul li {
    position: relative;
}

.mainWrap>ul>li>a,
.mainWrap>ul>li>span {
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.mainWrap ul a,
.mainWrap ul span {
    display: block;
    font-size: 24px;
    color: #000;
}

.mainWrap>ul ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 15;
    background: #fff;
}

.mainWrap>ul li:hover>ul {
    display: block;
}

.mainWrap>ul ul a {
    padding: 5px 10px;
    border-bottom: 1px solid #4c7892;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
}

.mainWrap>ul ul li:last-child a {
    border-bottom: none;
}

.mainWrap>ul>li>a:hover {
    color: #fff;
}

.mainWrap ul a:hover {
    color: #4c7892;
}

.mainWrap ul .current>a {
    text-decoration: none;
    font-weight: 700;
}

.botLineH {
    background: #4b7891;
}

.blocksGridCol {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.blockGridC .imgW {
    width: 75px;
    height: 75px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.blockGridC .imgW img {
    max-width: 100%;
}

.blockGridC .title {
    margin-bottom: 20px;
    font-family: 'Raleway';
    font-weight: 900;
    color: #4c7892;
    text-transform: uppercase;
}

.blockGridC .smalltitle {
    font-weight: 300;
    font-family: 'Raleway';
    font-size: 15px;
}

.blockGridC {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.lefttopbannerblock {
    margin-right: 76px;
}


/*End header*/


/*topBannerBlock*/

.topBannerBlock {
    position: relative;
    max-height: 640px;
}

.topBannerBlock .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.topBannerBlock .name {
    font-size: 40px;
    color: #ffc000;
    line-height: 1;
    font-weight: 700;
    font-family: 'Raleway';
    margin-bottom: 40px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.topBannerBlock {
    position: relative;
    overflow: hidden;
}

.topBannerBlock:before {
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    left: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
}

.topBannerBlock:after {
    position: absolute;
    content: url(../images/decVideoTop.png);
    left: 0;
    bottom: 0;
}

.topBannerBlock .name span {
    color: #4c7892;
}

.topBannerBlock video {
    max-width: 100%;
}

.topBannerBlock .name .boldF {
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff;
    text-transform: initial;
}

.topBannerBlock .name .blackF {
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-shadow: 1px 1px 1px #fff;
}

.topBannerBlock .name span.topSN {
    font-size: 18px;
    color: black;
    text-shadow: 0 0 black;
    text-transform: none;
    font-weight: 500;
    padding-left: 34px;
}


/*.topBannerBlock .name .blackF:before{
    position: absolute;
    z-index: -1;
}*/

.topBannerBlock>img {
    margin-left: calc((100% - 1920px) / 2);
}

.topBannerBlock .callback-toggle {
    font-size: 24px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    color: #000;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #ffc000;
    padding-left: 65px;
    background: url(../images/iconBackMoney.png) no-repeat 17px center, #ffc000;
    transition: all 0.4s;
}


/*.topBannerBlock .callback-toggle:hover{
    background: url(../images/iconBackMoney.png) no-repeat 17px center,#4c7892;
    color: #fff;
    padding-left: 0;
}*/


/*End topBannerBlock*/


/*applyingLoanBlock*/

.applyingLoanBlock {
    padding: 65px 0 35px;
}

.applyingLoanBlock .h1:before,
.applyingLoanBlock h1:before {
    position: absolute;
    width: 120px;
    height: 1px;
    content: '';
    background: linear-gradient(to left, #4c7892, #fff);
    top: calc(50% - 1px);
    right: calc(100% + 55px);
}

.applyingLoanBlock .h1:after,
.applyingLoanBlock h1:after {
    border-radius: 50%;
    position: absolute;
    content: '';
    background: #4c7892;
    width: 25px;
    height: 25px;
    top: calc(50% - 13px);
    right: calc(100% + 30px);
    box-shadow: 0 0 11px 10px rgba(101, 159, 194, 0.35);
}

.wrapAL .formWrap {
    width: 310px;
    background: url(../images/bgForm.png) no-repeat center bottom, #4c7892;
    padding: 45px 17px;
}

.formWrap .nameForm {
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px;
}

.formWrap .nameForm span {
    font-weight: 700;
}

.formWrap .nameForm span.upperCase {
    text-transform: uppercase;
    font-size: 24px;
}

form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 56px;
    width: 100%;
    padding: 0 10px;
}

form input::placeholder {
    opacity: 1;
    color: #fff;
}

form button {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ffc000;
    color: #000;
    border-radius: 5px;
    border: 2px solid #ffc000;
    line-height: 1;
}

.formWrap .orBlock {
    padding-top: 17px;
    text-align: center;
}

.formWrap .orBlock * {
    text-align: center;
    color: #fff;
}

.formWrap .orBlock .or {
    font-size: 17px;
    margin-bottom: 0;
}

.formWrap .orBlock .phone {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
}

.formWrap .orBlock .conf {
    margin-bottom: 0;
    font-size: 18px;
}

.formWrap .orBlock .conf span {
    border-bottom: 3px solid #ffc000;
}

.wrapAL .rightBanks {
    width: calc(100% - 325px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.wrapAL .nucBank {
    height: 140px;
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.nucBank .name {
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
}

.nucBank .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.nucBank .imgW img {
    max-width: 100%;
    max-height: 70px;
}


/*End applyingLoanBlock*/


/*refundMoneyBlock*/

.refundMoneyBlock {
    padding: 35px 0 70px;
}

.wrapBanks {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wrapBanks .imgW {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-right: 25px;
}


/*End refundMoneyBlock*/


/*howWeWorkBlock*/

.howWeWorkBlock {
    padding: 100px 0 50px;
    background: url(../images/stepsBG.jpg) no-repeat;
    background-size: cover;
    min-height: 707px;
}

.hwwWrap {
    align-items: flex-end;
    padding-bottom: 50px;
}

.hwwWrap .leftBlock {
    width: 365px;
}

.hwwWrap .rightBlock {
    width: 600px;
}

.hwwWrap .stepsWrap {
    padding-left: 60px;
    position: relative;
}

.hwwWrap .stepsWrap:before {
    position: absolute;
    left: 0;
    width: 12px;
    border-radius: 6px;
    background: #ffc000;
    content: '';
    top: -15px;
    bottom: -50px;
}

.hwwWrap .nucStep {
    position: relative;
    margin-bottom: 35px;
}

.hwwWrap .nucStep:last-child {
    margin-bottom: 0;
}

.hwwWrap .nucStep p {
    margin-bottom: 0;
}

.hwwWrap .nucStep p span {
    font-weight: 700;
    color: #4e748c;
}

.hwwWrap .nucStep p .callback-toggle {
    text-transform: uppercase;
    text-decoration: underline;
}

.hwwWrap .nucStep .phone {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.hwwWrap .nucStep .num {
    position: absolute;
    left: -74px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #4e748c;
    background: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 900;
}

.hwwWrap .txt {
    background: rgba(255, 255, 255, 0.75);
    padding: 90px 40px 50px;
    font-size: 22px;
    font-style: italic;
    position: relative;
}

.hwwWrap .txt:before {
    position: absolute;
    content: url(../images/txtDec.png);
    left: -40px;
    top: -40px;
}

.hwwWrap .txt span {
    font-weight: 700;
}


/*End howWeWorkBlock*/


/*mapBlock*/

.mapBlock {
    position: relative;
}

.mapBlock .txtBlock {
    position: absolute;
    left: calc((100% - 1140px) / 2);
    top: 80px;
    padding: 40px 35px;
    background: rgba(255, 255, 255, 0.95);
    width: 480px;
}

.mapBlock .name {
    font-size: 48px;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 10px;
}

.mapBlock .name span {
    font-weight: 900;
    color: #4c7892;
}

.mapBlock p {
    font-size: 17px;
    line-height: 1.1;
    margin-bottom: 0;
}

.mapBlock button {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 275px;
    border: none;
    height: 60px;
    background: #ffc000;
    color: #000;
    font-size: 22px;
    font-weight: 400;
    border-radius: 5px;
    transition: all 0.4s;
}

.mapBlock button:hover {
    background: #4c7892;
    color: #fff;
}


/*End mapBlock*/


/*footer*/

footer {
    background: #f4f1f1;
    padding: 25px 0;
}

footer ul a {
    display: block;
    margin-bottom: 10px;
    color: #4b4a4a;
    font-size: 15px;
    line-height: 1;
    text-decoration: underline;
}

footer ul li:last-child a {
    margin-bottom: 0;
}


/*End footer*/


/*modalF*/

.formWrap.callback-modal {
    width: 310px;
    max-width: 310px;
    border-radius: 0;
    background: url(../images/bgForm.png) no-repeat center bottom, #4c7892;
    padding: 45px 17px;
}


/*End modalF*/


/*insidepage*/

.insidepage .wrapper {
    padding-top: 0;
}

.insidepage header {
    position: static;
    border-bottom: 2px solid #4c7892;
    margin-bottom: 30px;
}

.insidepage .item-page {
    padding-bottom: 60px;
}

.insidepage .item-page ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.contentTab.active {
    display: block;
}

.contentTab {
    display: none;
}

section.wrapTabsBlock {
    margin: 80px 0 0 0;
    display: block;
}

.tabsOMB li:before {
    content: '';
    width: 70px;
    position: absolute;
    bottom: -3px;
    background: #ffc000;
    z-index: 111;
    height: 6px;
    border-radius: 30px;
}

.tabsOMB li.active {
    background: #4B7891;
    color: #fff;
    border: 1px solid #4B7891;
}

.tabsOMB li {
    border: 1px solid #4B7891;
    padding: 20px;
    border-radius: 0;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    min-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}

.tabsOMB {
    margin-bottom: 20px;
}

.tabtitle {
    font-size: 24px;
    font-weight: 500;
    color: #4B7891;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    position: relative;
}

.tabtitle:before {
    content: '';
    width: 30px;
    display: block;
    background: #FFC000;
    height: 5px;
    margin-right: 20px;
}

.contentTab .imgW img {
    width: 100%;
    margin: 10px 0 40px;
}

.tabtext {
    padding: 0 50px;
    font-size: 16px;
}

.tabtext p {
    padding-bottom: 20px;
    margin: 0;
}

.tabtext p span {
    font-size: 16px;
    font-weight: 800;
}

.tabsContent {
    margin-top: 40px;
}

.tabtitle:after {
    content: '';
    height: 2px;
    background: #bccdd661;
    width: 100%;
    position: absolute;
    bottom: -10px;
}


/*  */

.formS {
    background: url(../images/formB.png) no-repeat center center;
    padding: 1px 112px;
    color: #fff;
}

section.formBlock {
    margin: 50px 0;
}

.callback-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 25px;
}

.formsTitle:before {
    content: url(../images/titleF.png);
    position: absolute;
    top: 100%;
}

.leftF {
    display: flex;
    align-items: center;
    width: calc(100% - 600px);
}

.formsTitle {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    width: 600px;
    position: relative;
}

.formsTitle span {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
}

.leftF a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.textF {
    font-size: 19px;
    font-weight: 400;
    text-align: right;
}

.logo .imgW img {
    max-width: 100%;
}

.logo .imgW {
    padding-right: 10px;
}

.botLineMF {
    font-size: 12px;
    color: #84A2B4;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.formS form input {
    margin: 0;
    max-width: 290px;
    padding-left: 50px;
}

.formS form button {
    max-width: 260px;
}

.formS form input.f-name {
    background: url(../images/nameF.png) 20px center no-repeat;
}

.formS form input.f-phone {
    background: url(../images/phoneF.png) 20px center no-repeat;
}


/*End insidepage*/


/* --- Media styles --- */

@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:675px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:485px) {}

@media screen and (max-width:425px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}