﻿body {
    margin: 0;
    background-color: #F3F5F6;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

img {
    display: block;
}

a {
    text-decoration: none;
    width: fit-content
}

@font-face {
    font-family: 'neuemontreal-medium';
    src: url('../../font/neuemontreal-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'gilroy-medium';
    src: url('../../font/gilroy-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'gilroy-regular';
    src: url('../../font/gilroy-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'gilroy-semibold';
    src: url('../../font/gilroy-semibold.ttf') format('truetype');
}

#hd {
    position: relative;
    width: 100%;
    z-index: 1;
}

#hdCen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 55px 30px 55px;
    box-sizing: border-box;
}

.lg_A {
    height: fit-content;
}

#lg {
    height: 50px;
}

    #lg img {
        width: 100%;
    }

.hdAllRg {
    display: flex;
    align-items: center;
    height: fit-content;
}

.mbMnHd {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

#lgMbl img {
    height: 35px;
}

#lnkCon {
    display: flex;
    align-items: center;
}

.clsCon {
    display: none;
    cursor: pointer;
    font-family: gilroy-semibold;
    font-size: 17px;
    color: #5649B1;
}

.cls {
    display: block;
    width: 15px;
    height: auto;
    margin-left: 10px;
}

.lnk {
    position: relative;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    box-sizing: border-box;
    transition: .3s ease;
    cursor: pointer;
    font-family: gilroy-semibold;
    font-size: 16px;
    color: #190F4C;
}

    .lnk:hover {
        color: #0156FF;
    }

        .lnk:hover .lnkOpnMn {
            display: flex;
        }

.lnkOpnMn {
    position: absolute;
    display: none;
    top: 40px;
    padding: 20px;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 100vw;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    background-color: #fff;
    border-radius: 30px;
    z-index: 1;
}

.lnkOpnMnItm {
    display: flex;
    flex-direction: column;
    width: max-content;
    margin: 0 30px;
}

.lnkOpnMnItmBs {
    font-family: neuemontreal-medium;
    font-size: 20px;
    color: #0156FF;
}

.lnkOpnMnLnk {
    padding: 15px;
    font-family: gilroy-semibold;
    font-size: 16px;
    color: #190F4C;
}

    .lnkOpnMnLnk:hover {
        color: #0156FF;
    }

/*.lnkOpnMnLnk:last-child {
        border: none;
    }*/

.hdMblBtnMobil {
    display: none;
    margin-top: 30px;
}

.hdMblBtn {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 30px;
    border-radius: 100vw;
    background-color: #5649B1;
    font-family: gilroy-semibold;
    font-size: 17px;
    color: #fff;
}

.mnSmCon {
    display: none;
}

.mnSm {
    height: 18px;
    margin-right: 25px;
}

.hdRg {
    display: flex;
    margin-left: 5px;
}

.hdBtn {
    display: flex;
    align-items: center;
    width: max-content;
    height: 50px;
    padding: 0 30px;
    border-radius: 100vw;
    background-color: #5649B1;
    transition: ease .3s;
    font-family: gilroy-semibold;
    font-size: 17px;
    color: #fff;
}

    .hdBtn:hover {
        background-color: #4a38ae;
    }

.hdBtnWhCon {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    padding-bottom: 5px;
}

.hdBtnWh {
    display: flex;
    align-items: center;
    width: max-content;
    height: 50px;
    padding: 0 20px 0 15px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 100vw;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    cursor: pointer;
    transition: ease .3s;
    font-family: gilroy-semibold;
    font-size: 17px;
    color: #5F5F5B;
}

    .hdBtnWh:hover {
        background-color: #F4F4F4;
    }

.hdBtnWhIcn {
    height: calc(100% - 25px);
    margin-right: 10px;
}

.hdBtnWhTwIcn {
    margin-left: 10px;
    height: 8px;
}

.lngCon {
    position: absolute;
    display: none;
    flex-direction: column;
    width: max-content;
    margin-top: 55px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    font-family: gilroy-semibold;
    font-size: 17px;
    color: #5F5F5B;
}

.hdBtnWhCon:hover .lngCon {
    display: flex;
}

.lngCon a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 0;
    transition: ease .3s;
    color: #5F5F5B;
}

    .lngCon a:hover {
        color: #0156FF;
    }

.lngIcn {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    object-fit: cover;
}

#mbBtn {
    display: none;
}

.ft {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 90px;
    background: #fff;
}

.ftAllCen {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 55px;
    box-sizing: border-box;
}

.ftTp {
    display: flex;
    width: 100%;
}

.ftLg {
    width: 180px;
    margin-right: 80px;
}

.ftTpRg {
    width: 100%;
}

.ftTpRgTp {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ftTpRgTpTx {
    font-family: gilroy-semibold;
    font-size: 24px;
    color: #190F4C;
}

.ftTpRgTpLn {
    height: 40px;
    margin: 0 24px;
    border-right: 1px solid #C8D5E5;
}

.ftTpRgTpSmlTx {
    font-family: gilroy-regular;
    font-size: 15px;
    color: #190F4C;
}

.ftTpRgBt {
    display: flex;
    justify-content: end;
}

.ftFrmItm {
    display: flex;
    align-items: end;
    width: 100%;
    margin-right: 240px;
}

.txtFt {
    width: 100%;
    padding: 0 0 5px 0 !important;
    border: none;
    border-bottom: 1px solid #C8D5E5;
    background-color: transparent;
    outline: none;
    font-family: gilroy-regular;
    font-size: 12px;
    color: #235897;
}

.ftFrmEr {
    font-family: WorkSans-Light;
    font-size: 12px;
    color: #ff0000;
}

.ftTpRgBt input::placeholder {
    font-family: gilroy-regular;
    font-size: 12px;
    color: #235897;
}

.ftBtnCon {
    display: flex;
    flex-direction: column;
}

#ftSmCon {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 50px 0 25px 0;
}

    #ftSmCon a {
        height: 25px;
        margin-right: 15px;
    }

        #ftSmCon a img {
            height: 25px;
            margin-right: 15px;
        }


.btnFt {
    display: flex;
    height: calc(45px - 2px);
    padding: 0 10px;
    border: none;
    border: 1px solid #235897;
    background-color: transparent;
    transition: ease .3s;
    cursor: pointer;
    font-family: gilroy-medium;
    font-size: 17px;
    color: #235897;
}

    .btnFt:hover {
        background-color: #fff;
        transition: ease .3s;
        color: #0C1924;
    }

.ftFrmSnc {
    height: 25px;
    font-family: WorkSans-Light;
    font-size: 12px;
    color: #ff0000;
}

.ftCen {
    display: flex;
    margin-top: 60px;
    padding: 50px 0 70px 0;
    border-top: 1px solid #C8D5E5;
    border-bottom: 1px solid #C8D5E5;
}

.ftCenLf {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.ftItm {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    box-sizing: border-box;
}

.ftItmBs {
    margin-bottom: 25px;
    font-family: gilroy-semibold;
    font-size: 24px;
    color: #190F4C;
}

.ftItm a {
    margin: 7px 0;
    font-family: gilroy-regular;
    font-size: 15px;
    color: #190F4C;
}

.ftItmLn {
    margin: 0 60px;
    border-left: 1px solid #C8D5E5;
}

.ftCenRg {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.ftCenRgTp {
    display: flex;
    justify-content: space-between;
}

.ftCenRgTpItm {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
}

    .ftCenRgTpItm:last-child {
        padding-right: 0;
    }

.ftCenRgTpBs {
    margin-bottom: 30px;
    font-family: gilroy-semibold;
    font-size: 24px;
    color: #190F4C;
}

.ftCenRgTpTx {
    margin-bottom: 10px;
    font-family: gilroy-regular;
    font-size: 16px;
    color: #190F4C;
}

    .ftCenRgTpTx a {
        color: #190F4C;
    }

.ftCenRgBt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.ftCenRgBtImg {
    width: 20%;
    margin-right: 20px;
}

    .ftCenRgBtImg:last-child {
        margin-right: 0;
    }

    .ftCenRgBtImg img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.ftCenRgBtTw {
    margin-top: 25px;
    font-family: gilroy-regular;
    font-size: 13px;
    line-height: 1.6;
    color: #190F4C;
}

.ftBt {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.ftSm {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}

    .ftSm a {
        margin: 0 20px;
    }

    .ftSm img {
        height: 20px;
    }

.ftCp {
    font-family: gilroy-regular;
    font-size: 13px;
    color: #190F4C;
}

    .ftCp a {
        color: #190F4C;
    }

.rpCpRg {
    display: flex;
    font-family: gilroy-regular;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #190F4C;
}

    .rpCpRg a {
        color: #190F4C;
    }

#cntMst {
    display: flex;
    background-color: #190F4C;
}

.btnSpch {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    right: 25px;
    bottom: 50px;
    border: 3px solid #0E5C96;
    border-radius: 50%;
    background: linear-gradient(48deg, #005377 0%, #009EE3 100%);
    transition: ease .3s;
    cursor: pointer;
    z-index: 1;
}

    .btnSpch:hover {
        background: linear-gradient(48deg, #009EE3 0%, #005377 100%);
        transition: ease .3s;
    }

.btnSpchIcn {
    width: 23px;
}

@media (max-width: 1200px) {
    #mbBtn {
        display: flex;
        align-items: center;
        margin-left: 15px;
        height: calc(50px - 2px);
        padding: 0 20px;
        border-radius: 100vw;
        border: 1px solid #5649B1;
        cursor: pointer;
        font-family: gilroy-semibold;
        font-size: 17px;
        color: #5649B1;
    }

    .mbBtnImg {
        display: block;
        width: 20px;
        margin-left: 10px;
    }

    #hdCen {
        padding: 15px;
    }

    #mbMn::-webkit-scrollbar {
        display: none;
    }

    #mbMn {
        position: fixed;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        top: 0;
        left: -100%;
        padding: 25px 30px;
        box-sizing: border-box;
        z-index: 2;
        background-color: #fff;
        overflow: auto;
        transition: ease .3s;
    }

    #lnkCon {
        flex-direction: column;
        align-items: normal;
        height: auto;
    }

    .mbMnHd {
        display: flex;
    }

    .clsCon {
        display: flex;
    }

    .lnk {
        align-items: start;
        margin: 0;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .lnk_opn {
        flex-direction: column;
        text-align: left;
    }

    .lnkOpnMn {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        top: auto;
        padding: 0;
        box-shadow: none;
        background-color: transparent;
    }

    .lnkOpnMnItm {
        margin: 0 0;
    }

    .lnkOpnMnLnkCnt {
        margin: 15px 0 0 0;
        border: none;
    }

    .lnkOpnMnItmBs {
        margin: 20px 0 5px 0;
    }

    .hdMblBtnMobil {
        display: flex;
        flex-direction: column;
    }

    .mnSmCon {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .hdRg {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    #hd {
        background-color: #fff;
    }

    #lg {
        height: 32px;
    }

    .ftTp {
        flex-direction: column;
    }

    .ftTpRgTp {
        flex-direction: column;
        align-items: normal;
        margin-top: 50px;
    }

    .ftTpRgTpLn {
        display: none;
    }

    .ftTpRgTpSmlTx {
        margin-top: 20px;
    }

    .ftTpRgBt {
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .ftFrmItm {
        width: calc(50% - 40px);
        margin: 0 40px 40px 0;
    }

    .ftBtnCon {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        margin-bottom: 40px;
    }

    .ftFrmSnc {
        height: auto;
        margin-left: 10px;
    }

    .ftCen {
        flex-wrap: wrap;
    }

    .ftCenLf {
        flex-wrap: wrap;
        width: 100%;
    }

    .ftItmLn {
        display: none;
    }

    .ftCenRg {
        width: 100%;
    }

    .ftCenRgTp {
        flex-direction: column;
        margin-top: 70px;
        padding-top: 70px;
        border-top: 1px solid #3D4750;
    }
}

@media (max-width: 700px) {

    .ftBt {
        flex-direction: column;
        align-items: center;
        padding: 80px 0 50px 0;
    }

    .ftCp {
        margin-top: 10px;
    }

    .ftSm {
        position: relative;
        left: auto;
        margin: -90px 0 0 0;
        transform: none;
    }

    .rpCpRg {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 600px) {
    #lg {
        height: 28px;
    }

    .hdBtnWhTx {
        display: none;
    }

    .hdBtn {
        display: none;
    }

    #mbBtn {
        height: 45px;
        margin-left: 0;
        padding: 0 13px;
    }

    .ftLg {
        width: 210px;
        margin-right: 0;
    }

    .ftCenRgBtImg {
        margin-right: 10px;
    }
}

@media (max-width: 450px) {
    .ftAllCen {
        padding: 0 30px;
    }

    .ftTpRgBt {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .ftFrmItm {
        width: 100%;
        margin-right: 0;
    }

    .ftCen {
        flex-wrap: wrap;
    }

    .ftCenLf {
        width: 100%;
    }

    .ftItmLn {
        display: none;
    }

    .ftCenRg {
        width: 100%;
    }

    .ftCenRgTp {
        padding-top: 30px;
        border-top: 1px solid #3D4750;
    }

    .ftCenRgTpItm {
        margin-top: 30px;
    }
}
