﻿body {
    margin: 0;
    background-color: #FFF7F2;
}

@font-face {
    font-family: 'original-light';
    src: url('../../font/original-light.ttf') format('truetype');
}

@font-face {
    font-family: 'mont-regular';
    src: url('../../font/mont-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'mont-semibold';
    src: url('../../font/mont-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'mont-light';
    src: url('../../font/mont-light.ttf') format('truetype');
}

@font-face {
    font-family: 'mont-book';
    src: url('../../font/mont-book.ttf') format('truetype');
}

@font-face {
    font-family: 'espritstd-medium';
    src: url('../../font/espritstd-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'msgothic';
    src: url('../../font/msgothic.ttf') format('truetype');
}

a {
    text-decoration: none;
}

#hdTp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 35px;
    padding: 0 50px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
    display: none;
}

.hdTpRg {
    display: flex;
}

.hdTpTx {
    margin-left: 15px;
    font-family: titilliumweb-semibold;
    font-size: 12px;
    color: #444444;
}


    .hdTpTx a {
        color: #444444;
    }

#hd {
    position: relative;
    width: 100%;
    z-index: 1;
}

#hdCen {
    display: flex;
    justify-content: space-between;
    max-width: 1580px;
    margin: 0 auto;
    padding: 30px 55px 0 55px;
    box-sizing: border-box;
}

.lg_A {
    height: fit-content;
}

#lg {
    width: 155px;
}

    #lg img {
        display: block;
        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 {
    display: block;
    height: 45px;
}

#lnkCon {
    display: flex;
    align-items: center;
}

.clsCon {
    display: none;
    cursor: pointer;
    font-family: original-light;
    font-size: 17px;
    color: #235897;
}

.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: mont-light;
    font-size: 11px;
    letter-spacing: 2px;
    color: #235897;
}

    .lnk:hover {
        color: #41a8d8;
    }

        .lnk:hover .lnkOpnMn {
            display: flex;
        }

.lnkOpnMn {
    display: none;
    position: absolute;
    flex-direction: column;
    width: max-content;
    top: 30px;
    padding: 15px 30px 50px 30px;
    box-sizing: border-box;
    background-color: #CDF2FF;
    border-radius: 0 0 100vw 100vw;
}

.lnkOpnMnLnk {
    padding: 15px;
    border-bottom: 1px solid #41a8d84d;
    font-family: mont-light;
    font-size: 11px;
    text-align: center;
    letter-spacing: 2px;
    color: #235897;
}

    .lnkOpnMnLnk:last-child {
        border: none;
    }

    .lnkOpnMnLnk:hover {
        color: #41a8d8;
    }

.hdMblBtnMobil {
    display: none;
    margin-top: 30px;
}

.hdMblBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: ease .3s;
    background-color: #CDF2FF;
    font-family: original-light;
    font-size: 17px;
    color: #235897;
}

.mnSmCon {
    display: none;
}

.mnSm {
    height: 15px;
    margin: 0 8px
}

.hdRg {
    display: flex;
    margin-left: 5px;
}

.hdBtn {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #CDF2FF;
    font-family: original-light;
    font-size: 17px;
    color: #235897;
}

    .hdBtn:hover {
        background-color: #FFC0B7;
    }

.lngCon {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.lngBtn {
    display: flex;
    align-items: center;
    height: calc(45px - 2px);
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #235897;
    cursor: pointer;
    font-family: original-light;
    font-size: 17px;
    color: #235897;
}

.hdBtnIcnLng {
    height: 8px;
    margin-left: 8px;
    transition: ease .3s;
}

.lngCon:hover .hdBtnIcnLng {
    transform: rotate(90deg);
    transition: ease .3s;
}

.lngCnt {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 45px;
    border-radius: 5px;
    overflow: hidden;
}

.lngCon:hover .lngCnt {
    display: flex;
}

.lngItm {
    padding: 15px 0 15px 16px;
    box-sizing: border-box;
    background-color: #fff;
    font-family: original-light;
    font-size: 17px;
    color: #235897;
}

    .lngItm:hover {
        color: #F39988;
    }

#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: original-light;
    font-size: 24px;
    line-height: 1.1;
    color: #235897;
}

.ftTpRgTpLn {
    height: 40px;
    margin: 0 24px;
    border-right: 1px solid #C8D5E5;
}

.ftTpRgTpSmlTx {
    font-family: mont-light;
    font-size: 15px;
    color: #235897;
}

.ftTpRgBt {
    display: flex;
    justify-content: end;
}

.ftFrmItm {
    display: flex;
    align-items: end;
    width: 100%;
    margin-right: 40px;
}

.txtFt {
    width: 100%;
    padding: 0 0 5px 0 !important;
    border: none;
    border-bottom: 1px solid #C8D5E5;
    background-color: transparent;
    outline: none;
    font-family: mont-light;
    font-size: 12px;
    color: #235897;
}

.ftFrmEr {
    font-family: WorkSans-Light;
    font-size: 12px;
    color: #ff0000;
}

.ftTpRgBt input::placeholder {
    font-family: mont-light;
    font-size: 12px;
    color: #235897;
}

.ftBtnCon {
    display: flex;
    flex-direction: column;
}

.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: original-light;
    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: original-light;
    font-size: 24px;
    color: #235897;
}

.ftItm a {
    margin: 7px 0;
    font-family: mont-light;
    font-size: 15px;
    color: #235897;
}

.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: original-light;
    font-size: 24px;
    color: #235897;
}

.ftCenRgTpTx {
    font-family: mont-light;
    font-size: 15px;
    color: #235897;
}

    .ftCenRgTpTx a {
        color: #235897;
    }

.ftCenRgBt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
}

.ftCenRgBtImg {
    width: 20%;
    margin-right: 20px;
}

    .ftCenRgBtImg:last-child {
        margin-right: 0;
    }

    .ftCenRgBtImg img {
        width: 100%;
    }

.ftCenRgBtTw {
    margin-top: 25px;
    font-family: mont-light;
    font-size: 13px;
    color: #235897;
}

.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: 14px;
    }

.ftCp {
    font-family: mont-light;
    font-size: 13px;
    color: #235897;
}

.ftCp a {
    color: #235897;
}

.rpCpRg {
    display: flex;
    font-family: mont-semibold;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #235897;
}

    .rpCpRg a {
        color: #235897;
    }


/*#ft {*/
/*background-color: #171f35;*/
/*background-color: #000;
}

#ftTp {
    display: flex;
    justify-content: space-around;
    max-width: 1230px;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
}

.ftTpItm {
    width: 40%;
}

.ftTpBs {
    font-family: titilliumweb-regular;
    font-size: 17px;
    color: #fff;
}

.ftTpTx {
    margin-top: 20px;
    font-family: titilliumweb-regular;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

    .ftTpTx a {
        color: #fff;
    }

.ftCntBs {
    margin: 5px 0;
    font-family: titilliumweb-semibold;
    font-size: 15px;
    color: #fff;
}

#ftSmCon {
    display: flex;
    margin: 15px 0 25px 0;
}

.ftSm {
    height: 18px;
    margin-right: 15px;
}

#ftCen {
    display: flex;
    justify-content: space-around;
    max-width: 1230px;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
    border-top: 1px solid #ffffff33;
    border-bottom: 1px solid #ffffff33;
}

.ftLnkBs {
    margin-bottom: 10px;
    font-family: titilliumweb-bold;
    font-size: 16px;
    color: #fff;
}

.ftLnk {
    margin: 10px 0;
    font-family: titilliumweb-regular;
    font-size: 16px;
    color: #ffffff80;
}

#ftBt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1230px;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
}

#cp {
    font-family: titilliumweb-regular;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

    #cp a {
        color: #fff;
    }

.cpBt {
    margin-top: 15px;
    font-family: titilliumweb-regular;
    font-size: 13px;
    text-align: center;
    color: #fff;
}*/

#cntMst {
    display: flex;
    background-color: #fbf5ee;
}

#cntLnkCon {
    display: flex;
    flex-direction: column;
    background-color: #bb1e32;
    transition: ease .3s;
}

.cntLnkHd {
    display: flex;
    background-color: #a11a2c;
    width: max-content;
    min-width: 100%;
    padding: 0 50px 0 50px;
    box-sizing: border-box;
}

.cntLnkHdCnt {
    display: flex;
    align-items: center;
    width: 200px;
    height: 55px;
    font-family: BlockBertholdBold;
    font-size: 16px;
    color: #182025;
}

    .cntLnkHdCnt img {
        height: 25px;
        margin-right: 10px;
    }

.cntLnk {
    display: flex;
    width: max-content;
    min-width: 100%;
    padding: 0 50px 0 50px;
    box-sizing: border-box;
}

    .cntLnk:hover {
        background-color: #a11a2c;
    }

.cntLnkCnt {
    display: flex;
    align-items: center;
    width: 200px;
    height: 55px;
    font-family: BlockBertholdBold;
    font-size: 16px;
    color: #182025;
}

    .cntLnkCnt img {
        height: 25px;
        margin-right: 10px;
    }


.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;
}



#dLoaderCon {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 99999999;
    opacity: 1;
}


    #dLoaderCon div {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #CDF2FF;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        #dLoaderCon div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        #dLoaderCon div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        #dLoaderCon div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        #dLoaderCon div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@media (max-width: 1200px) {
    #mbBtn {
        display: flex;
        align-items: center;
        margin-left: 15px;
        height: calc(45px - 2px);
        padding: 0 10px;
        border-radius: 5px;
        border: 1px solid #235897;
        cursor: pointer;
        font-family: original-light;
        font-size: 17px;
        color: #235897;
    }

    .mbBtnImg {
        display: block;
        width: 20px;
        margin-left: 10px;
    }

    #hdTp {
        display: none;
    }

    #hdCen {
        padding: 30px 15px 0 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 {
        margin: 0;
        padding: 15px 0;
        box-sizing: border-box;
        font-size: 24px;
    }


    .lnk_opn {
        flex-direction: column;
        text-align: center;
    }

    .lnkOpnMn {
        display: flex;
        position: relative;
        width: 100%;
        top: 15px;
        padding: 0;
        box-shadow: none;
        background-color: transparent;
    }

    .lnkOpnMnLnk {
        padding: 15px 0;
        border: none;
        text-align: center;
    }

    .hdMblBtnMobil {
        display: flex;
        flex-direction: column;
    }

    .mnSmCon {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .hdRg {
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    #lg {
        width: 120px;
    }

    .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: 767px) {
    #hdCen {
        height: 100px;
    }
}

@media (max-width: 700px) {
    .lngCon {
        margin-left: 10px;
    }

    #mbBtn {
        margin-left: 10px;
    }

    .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) {
    .hdBtn {
        display: none;
    }

    .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;
    }
}
