:root {
    --gap: 150px;
    --fingerSize: 40px;
    --gutter: 15px;
    --facebook: #3b5998;
    --twitter: #00aced;
    --linkedin: #007bb5;
    --youtube: #bb0000;
    --pinterest: #cb2027;
    --instagram: #c13584;
    --instagramNew: linear-gradient(#400080, transparent), linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
    --scrollColor: #000;
    --mobileColor: #000000;
    --borderColor: #d6d6d6
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: baseline
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

q, blockquote {
    quotes: none
}

    q::before, q::after, blockquote::before, blockquote::after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

img {
    border: 0
}

img, video {
    max-width: 100%;
    height: auto
}

:focus, a:focus, a:active, a:hover {
    outline: 0
}

::selection {
    color: #fff;
    background: #0A3981
}

::placeholder {
    color: #999
}

button, select, input, label, textarea {
    border-radius: 0;
    appearance: none
}

    button::-ms-clear, select::-ms-clear, input::-ms-clear, label::-ms-clear, textarea::-ms-clear {
        display: none
    }

    button, select, input[type="button"], input[type="radio"], input[type="checkbox"], input[type="reset"], input[type="submit"] {
        cursor: pointer
    }

    input:focus::-webkit-contacts-auto-fill-button {
        opacity: 0
    }

    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
        display: none
    }

@font-face {
    font-family: "Manrope-Light";
    src: url("../dist/font/Manrope-Light.woff2") format("woff2"),url("dist/font/Manrope-Light.woff") format("woff"),url("../dist/font/Manrope-Light.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Manrope-Regular";
    src: url("../dist/font/Manrope-Regular.woff2") format("woff2"),url("../dist/font/Manrope-Regular.woff") format("woff"),url("../dist/font/Manrope-Regular.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Manrope-Medium";
    src: url("../dist/font/Manrope-Medium.woff2") format("woff2"),url("../dist/font/Manrope-Medium.woff") format("woff"),url("../dist/font/Manrope-Medium.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Manrope-SemiBold";
    src: url("../dist/font/Manrope-SemiBold.woff2") format("woff2"),url("../../dist/font/Manrope-SemiBold.woff") format("woff"),url("../dist/font/Manrope-SemiBold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Manrope-Bold";
    src: url("../dist/font/Manrope-Bold.woff2") format("woff2"),url("../dist/font/Manrope-Bold.woff") format("woff"),url("../dist/font/Manrope-Bold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family: "Manrope-ExtraBold";
    src: url("../dist/font/Manrope-ExtraBold.woff2") format("woff2"),url("../dist/font/Manrope-ExtraBold.woff") format("woff"),url("../dist/font/Manrope-ExtraBold.ttf") format("truetype");
    font-display: swap
}

html {
    font-size: 15px;
    text-size-adjust: 100%;
    scroll-behavior: smooth
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    html {
        font-size: .8666666667rem
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    html {
        font-size: .9333333333rem
    }
}

body {
    background-color: #FAFAFA;
    font-size: 1rem;
    font-family: "Manrope-Regular";
    color: #11161F
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    body {
        padding-bottom: 70px
    }
}

body[data-module='error'] .footer_inner_top, body[data-module='error'] .footer_inner_middle, body[data-module='login'] .footer_inner_top, body[data-module='login'] .footer_inner_middle {
    display: none
}

body[data-module='error'] .footer_inner_bottom, body[data-module='login'] .footer_inner_bottom {
    padding-top: 50px
}

body[data-module='user'] .footer, body[data-module='faq'] .footer {
    padding-top: 30px
}

body[data-module='user'] .footer_inner_top, body[data-module='faq'] .footer_inner_top {
    display: none
}

body.mm-ocd-opened .ogi-hamburger-container .ogi-hamburger-line:first-of-type {
    transform: translate(0, 6.272px) rotate(135deg)
}

body.mm-ocd-opened .ogi-hamburger-container .ogi-hamburger-line:last-of-type {
    transform: translate(0, -5.12px) rotate(45deg)
}

body .mm-spn.mm-spn--dark {
    background-color: #0A3981 !important
}

body .mm-navbar a {
    display: flex;
    justify-content: center;
    align-items: center
}

body .fa::before {
    font-size: 20px
}

.mainWidth {
    width: 1240px;
    margin: 0 auto
}

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .mainWidth {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px
    }
}

.maxWidth {
    width: 100%;
    max-width: 1600px;
    min-width: 1240px;
    margin: 0 auto
}

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .maxWidth {
        max-width: 100%;
        min-width: 100%
    }
}

.mobile {
    display: none !important
}

.mobile_container_menu li.active > a, .mobile_container_menu li.active > span {
    color: #295BFF
}

.mobile_container_bottom {
    width: 100%;
    height: 48px;
    background-color: #062452;
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0
}

.mobile_container_bottom_lang {
    width: 100%;
    display: flex;
    justify-content: space-between
}

    .mobile_container_bottom_lang a {
        width: 100% !important;
        padding: 10px !important;
        font-weight: bold;
        text-align: center
    }

        .mobile_container_bottom_lang a::after {
            display: none !important
        }

        .mobile_container_bottom_lang a.active {
            background-color: #0A3981
        }

.mobile_container_bottom_social {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 999
}

    .mobile_container_bottom_social li:not(:last-child) {
        margin-right: 10px
    }

    .mobile_container_bottom_social li::before, .mobile_container_bottom_social li::after {
        display: none !important
    }

    .mobile_container_bottom_social li a {
        width: 35px;
        height: 25px;
        padding: 0;
        display: block
    }

        .mobile_container_bottom_social li a:hover svg * {
            fill: #fff
        }

        .mobile_container_bottom_social li a svg {
            width: 100%;
            height: 100%
        }

            .mobile_container_bottom_social li a svg * {
                fill: #fff;
                transition: .4s
            }

        .mobile_container_bottom_social li a i {
            font-size: 25px
        }

.ogi-hamburger {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    right: -60px;
    top: -15px;
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .ogi-hamburger {
        display: block;
    }
}

@media (hover: hover) {
    .ogi-hamburger:hover .ogi-hamburger-line:before {
        right: calc(100% + 8px)
    }

    .ogi-hamburger:hover .ogi-hamburger-line:after {
        left: 0
    }
}

.ogi-hamburger.active .ogi-hamburger-line:first-of-type {
    transform: translate(0, 5.88px) rotate(135deg)
}

.ogi-hamburger.active .ogi-hamburger-line:last-of-type {
    width: 100%;
    transform: translate(0, -4.8px) rotate(45deg)
}

.ogi-hamburger-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.ogi-hamburger-line {
    width: 100%;
    height: 2px;
    position: relative;
    transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden
}

    .ogi-hamburger-line:last-of-type {
        width: 100%;
        align-self: flex-end
    }

    .ogi-hamburger-line:before, .ogi-hamburger-line:after {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1)
    }

    .ogi-hamburger-line:after {
        background-color: #000;
        left: calc(100% + 8px)
    }

    .ogi-hamburger-line:before {
        right: 0;
        background-color: #000
    }

    .ogi-hamburger-line:nth-child(1):before, .ogi-hamburger-line:nth-child(1):after {
        transition-delay: 0s
    }

    .ogi-hamburger-line:nth-child(2):before, .ogi-hamburger-line:nth-child(2):after {
        transition-delay: .05s
    }

    .ogi-hamburger-line:nth-child(3):before, .ogi-hamburger-line:nth-child(3):after {
        transition-delay: .1s
    }

    .ogi-hamburger-line:nth-child(4):before, .ogi-hamburger-line:nth-child(4):after {
        transition-delay: .15s
    }

    .ogi-hamburger-line:nth-child(5):before, .ogi-hamburger-line:nth-child(5):after {
        transition-delay: .2s
    }

    .ogi-hamburger-line:nth-child(6):before, .ogi-hamburger-line:nth-child(6):after {
        transition-delay: .25s
    }

    .ogi-hamburger-line:nth-child(7):before, .ogi-hamburger-line:nth-child(7):after {
        transition-delay: .3s
    }

    .ogi-hamburger-line:nth-child(8):before, .ogi-hamburger-line:nth-child(8):after {
        transition-delay: .35s
    }

    .ogi-hamburger-line:nth-child(9):before, .ogi-hamburger-line:nth-child(9):after {
        transition-delay: .4s
    }

    .ogi-hamburger-line:nth-child(10):before, .ogi-hamburger-line:nth-child(10):after {
        transition-delay: .45s
    }

    .ogi-hamburger-line:nth-child(11):before, .ogi-hamburger-line:nth-child(11):after {
        transition-delay: .5s
    }

    .ogi-hamburger-line:nth-child(12):before, .ogi-hamburger-line:nth-child(12):after {
        transition-delay: .55s
    }

    .ogi-hamburger-line:nth-child(13):before, .ogi-hamburger-line:nth-child(13):after {
        transition-delay: .6s
    }

    .ogi-hamburger-line:nth-child(14):before, .ogi-hamburger-line:nth-child(14):after {
        transition-delay: .65s
    }

    .ogi-hamburger-line:nth-child(15):before, .ogi-hamburger-line:nth-child(15):after {
        transition-delay: .7s
    }

    .ogi-hamburger-line:nth-child(16):before, .ogi-hamburger-line:nth-child(16):after {
        transition-delay: .75s
    }

    .ogi-hamburger-line:nth-child(17):before, .ogi-hamburger-line:nth-child(17):after {
        transition-delay: .8s
    }

    .ogi-hamburger-line:nth-child(18):before, .ogi-hamburger-line:nth-child(18):after {
        transition-delay: .85s
    }

    .ogi-hamburger-line:nth-child(19):before, .ogi-hamburger-line:nth-child(19):after {
        transition-delay: .9s
    }

    .ogi-hamburger-line:nth-child(20):before, .ogi-hamburger-line:nth-child(20):after {
        transition-delay: .95s
    }

    .ogi-hamburger-line:nth-child(21):before, .ogi-hamburger-line:nth-child(21):after {
        transition-delay: 1s
    }

.hide {
    display: none
}

strong, b {
    font-family: "Manrope-Bold";
    font-weight: 700
}

.siteButton {
    width: 152px;
    height: 50px;
    border: 1px solid #0A3981;
    border-radius: 5px;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .4s;
    font-size: .9333333333rem;
    line-height: 1.4666666667rem;
    font-family: "Manrope-ExtraBold";
    color: #0A3981
}

    .siteButton:hover {
        background-color: #295BFF26
    }

        .siteButton:hover::before {
            border-color: #0A3981
        }

        .siteButton:hover::after {
            right: 12px
        }

        .siteButton:hover span::after {
            clip-path: inset(0 0 0 50%);
            visibility: visible;
            opacity: 1
        }

    .siteButton::before {
        width: 45px;
        height: 100%;
        border-left: 1px solid #295BFF26;
        background-color: #295BFF26;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        transition: .4s
    }

    .siteButton::after {
        width: 20px;
        height: 20px;
        background: url("../dist/images/right-arrow-blue.svg") no-repeat center/contain;
        content: '';
        position: absolute;
        top: 14px;
        right: 11px;
        transition: .4s
    }

    .siteButton span {
        transition: .4s
    }

        .siteButton span::before, .siteButton span::after {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            border-color: transparent;
            border: 2px solid;
            content: "";
            position: absolute;
            top: 11.5px;
            right: 7px;
            transition: .4s;
            visibility: hidden;
            opacity: 0
        }

        .siteButton span::before {
            border-color: transparent;
            clip-path: inset(0 50% 0 0)
        }

        .siteButton span::after {
            border-color: #0A3981;
            clip-path: inset(0 0 0 100%)
        }


.searchTab {
    margin-top: 48px
}

.searchTab_list {
    display: flex;
    justify-content: flex-start
}

    .searchTab_list li {
        height: 48px
    }

        .searchTab_list li.active a {
            background-color: #295BFF !important;
            color: #fff
        }

        .searchTab_list li:nth-child(1) a {
            border-radius: 10px 0 0 0 !important;
            background: #FFFFFF;
            border-right: 1px solid #EBEBEB;
            box-shadow: 0px 0px 60px rgba(0,0,0,0.08)
        }

        .searchTab_list li:nth-child(2) a {
            background: #FFFFFF;
            border-right: 1px solid #EBEBEB;
            box-shadow: 0px 0px 60px rgba(0,0,0,0.08)
        }

        .searchTab_list li:nth-child(3) {
            border-radius: 0 10px 0 0 !important;
            background: #FFFFFF;
            border-right: 1px solid #EBEBEB;
            box-shadow: 0px 0px 60px rgba(0,0,0,0.08)
        }

        .searchTab_list li a {
            height: 100%;
            padding: 0 24px;
            border-radius: inherit;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: .4s;
            font-size: .9333333333rem;
            line-height: 1.4666666667rem;
            font-family: "Manrope-SemiBold";
            color: #636363;
            text-align: center
        }

.searchTab_content {
    height: 95px;
    background-color: #fff;
    border-radius: 0 15px 15px 15px
}

    .searchTab_content:not(.active) {
        display: none
    }

.searchTab_content_form {
    height: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.searchTab_content_form_field {
    height: 30px
}


    .searchTab_content_form_field:nth-child(1) {
        width: 300px;
        padding-left: 25px;
        position: relative
    }

    .searchTab_content_form_field::before {
        width: 25px;
        height: 25px;
        background: url("../dist/images/search.svg") no-repeat center/contain;
        content: '';
        position: absolute;
        top: 0;
        left: 0
    }


    .searchTab_content_form_field input, .searchTab_content_form_field select {
        width: 100%;
        height: 100%;
        background-color: transparent;
        font-size: 1rem;
        line-height: 1rem;
        font-family: "Manrope-Medium";
        color: #545454
    }

    .searchTab_content_form_field.select {
        font-size: 1.0666666667rem;
        line-height: 1.6rem;
        font-family: "Manrope-Medium";
        color: #545454
    }

        .searchTab_content_form_field.select::after {
            width: 10px;
            height: 10px;
            border-top: 2px solid #0A3981;
            border-right: 2px solid #0A3981;
            content: '';
            position: absolute;
            top: 7px;
            right: 0;
            transform: rotate(135deg)
        }

    .searchTab_content_form_field.button {
        width: 180px;
        height: 45px;
        border-radius: 5px;
        background-color: #295BFF
    }

        .searchTab_content_form_field.button button {
            width: 100%;
            height: 100%;
            border-radius: 5px;
            background-color: #295BFF;
            cursor: pointer;
            transition: .4s;
            font-size: 1.0666666667rem;
            line-height: 1.6rem;
            font-family: "Manrope-Bold";
            color: #fff;
            text-align: center
        }

            .searchTab_content_form_field.button button:hover {
                background-color: #0A3981
            }


.select2-selection__rendered {
    font-size: .9rem;
    border: 0px;
    color: #545454 !important;
}

.form-control {
    font-size: 1rem;
    border: 0px solid red;
    padding: .5rem;
}

.select2-container--default, .select2-selection--single {
    padding-left: 0px;
    padding-right: 0px;
    margin: 1px;
}





@media screen and (min-width: 320px) and (max-width: 1239px) {
    .searchTab_content {
        height: initial;
        border-radius: 0 0 15px 15px
    }

    .searchTab_content_form {
        border-radius: 0 0 15px 15px;
        padding: 20px;
        flex-direction: column
    }

    .searchTab_content_form_field {
        width: 100% !important;
        height: 40px;
        border-radius: 5px;
        padding: 0 10px !important;
        background-color: #f1f1f1
    }

        .searchTab_content_form_field.select::before {
            width: 20px;
            height: 20px;
            top: 9px;
            left: initial;
            right: 15px
        }

        .searchTab_content_form_field.select::after {
            top: 13px;
            right: 20px
        }

        .searchTab_content_form_field.button {
            width: 100%;
            padding: 0
        }

        .searchTab_content_form_field:nth-child(1)::before {
            left: initial;
            top: 6px;
            right: 16px
        }

        .searchTab_content_form_field:nth-child(2)::before, .searchTab_content_form_field:nth-child(3)::before {
            display: none
        }

        .searchTab_content_form_field:not(:last-child) {
            margin-bottom: 10px
        }

        .searchTab_content_form_field input, .searchTab_content_form_field select {
            height: 100%
        }
}

.ogi-select {
    border: 1px solid #295BFF;
    border-radius: 8px;
    padding: 12px 48px 12px 16px;
    position: relative
}

    .ogi-select::after {
        width: 10px;
        height: 10px;
        border-right: 2px solid #295BFF;
        border-top: 2px solid #295BFF;
        content: '';
        position: absolute;
        top: calc(50% - 8px);
        right: 20px;
        transform: rotate(135deg)
    }

    .ogi-select select {
        width: 100%;
        height: 100%;
        background-color: transparent;
        font-size: 1rem;
        line-height: 1.5333333333rem;
        font-family: "Manrope-Medium";
        color: #295BFF
    }

.popupContainer {
    width: 90%;
    max-width: 900px;
    border-radius: 16px;
    margin: 0 auto;
    background-color: #fff
}

.popupContainer_top {
    border-bottom: 1px solid #E6E6E6;
    padding: 26px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.popupContainer_top_title {
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.popupContainer_top_close {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #E5EBFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .4s;
    font-size: 1.1333333333rem;
    line-height: 1.6666666667rem;
    font-family: "Manrope-Bold";
    color: #0A3981
}

    .popupContainer_top_close:hover {
        background-color: #295BFF;
        color: #fff
    }

.popupContainer_bottom {
    padding: 24px
}

.popupContainer_bottom_form_inner_field:not(:last-child) {
    margin-bottom: 35px
}

.popupContainer_bottom_form_inner_field label {
    display: block;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F;
    text-align: left
}

.popupContainer_bottom_form_inner_field.select {
    position: relative
}

    .popupContainer_bottom_form_inner_field.select select {
        width: 100%;
        height: 60px;
        margin-top: 15px;
        border: 1px solid #D1D1D1;
        border-radius: 8px;
        padding: 16px;
        font-size: 1rem;
        line-height: 1.5333333333rem;
        font-family: "Manrope-Regular";
        color: #11161F;
        text-align: left
    }

    .popupContainer_bottom_form_inner_field.select::after {
        width: 10px;
        height: 10px;
        border-right: 2px solid #0A3981;
        border-bottom: 2px solid #0A3981;
        content: '';
        position: absolute;
        bottom: 25px;
        right: 20px;
        transform: rotate(45deg)
    }

.popupContainer_bottom_form_inner_field.button {
    display: flex;
    justify-content: flex-end
}

    .popupContainer_bottom_form_inner_field.button button {
        height: 50px;
        border-radius: 6px;
        padding: 10px 24px;
        background-color: #295BFF;
        cursor: pointer;
        transition: .4s;
        font-size: 1rem;
        line-height: 1.5333333333rem;
        font-family: "Manrope-Bold";
        color: #fff;
        text-align: center
    }

        .popupContainer_bottom_form_inner_field.button button:hover {
            background-color: #0A3981
        }

h1 {
    font-size: 1.8rem;
    line-height: 2.2rem
}

h2 {
    font-size: 1.6rem;
    line-height: 2rem
}

h3 {
    font-size: 1.4rem;
    line-height: 1.8rem
}

h4 {
    font-size: 1.2rem;
    line-height: 1.6rem
}

h5 {
    font-size: 1rem;
    line-height: 1.4rem
}

h6 {
    font-size: .8rem;
    line-height: 1.2rem
}

/*
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: var(--gutter)
}*/

.ogi-list li, p {
    font-size: 1.1333333333rem;
    font-family: "Manrope-Regular"
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope-Bold";
    color: #0A3981
}

    h1 + h1, h1 + h2, h2 + h2, h2 + h3, h3 + h3, h3 + h4, h4 + h4, h4 + h5, h5 + h5, h5 + h6 {
        margin-top: var(--gutter)
    }

b {
    font-family: "Manrope-Bold"
}

.mobileBar {
    display: none
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .mobileBar {
        width: 100%;
        z-index: 99;
        position: fixed;
        bottom: 0;
        left: 0;
        display: block
    }

    .mobileBar_list {
        width: 100%;
        border-top: 1px solid var(--borderColor);
        background-color: #fff;
        display: flex;
        justify-content: space-around
    }

        .mobileBar_list li.active a i, .mobileBar_list li.active a span {
            color: #295BFF
        }

        .mobileBar_list li a {
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column
        }

            .mobileBar_list li a i {
                margin-bottom: 10px;
                font-size: 20px;
                text-align: center
            }

            .mobileBar_list li a span {
                display: block;
                font-size: .8rem;
                line-height: 1.2rem;
                font-family: "Manrope-Regular";
                color: #11161F;
                text-align: center
            }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes wave {
    0% {
        transform: translate(-50%, -75%) rotate(0deg)
    }

    100% {
        transform: translate(-50%, -75%) rotate(360deg)
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes ripple {
    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes show-hide {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block
    }

    100% {
        opacity: 1
    }
}

@keyframes topBottom {
    0% {
        top: 2vw
    }

    50% {
        top: 5vw
    }

    100% {
        top: 2vw
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible
    }
}

:root {
    --info-border-color: #d6d6d6
}

.ogi-info {
    margin-bottom: var(--gutter);
    padding: 10px;
    font-size: 1rem;
    line-height: 1.5333333333rem
}

    .ogi-info:not(.ogi-full) {
        margin-right: calc(var(--gutter) - 4px);
        display: inline-block
    }

    .ogi-info:not(.ogi-info-bg) {
        border-left-width: 5px;
        border-style: solid
    }

.ogi-info-border {
    border: 1px solid var(--info-border-color);
    border-radius: 5px
}

.ogi-info-bg {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px
}

    .ogi-info-bg.ogi-info-success {
        border-color: #b5dfb5;
        background-color: #ceeace;
        color: #357935
    }

    .ogi-info-bg.ogi-info-danger {
        border-color: #ebcccc;
        background-color: #f2dede;
        color: #A94449
    }

    .ogi-info-bg.ogi-info-warning {
        border-color: #fae3c4;
        background-color: #fdf3e4;
        color: #c77c11
    }

    .ogi-info-bg.ogi-info-main {
        border-color: #1d6fed;
        background-color: #3e84f0;
        color: #030f22
    }

    .ogi-info-bg.ogi-info-secondary {
        border-color: #a9bdff;
        background-color: #ccd8ff;
        color: #002dc2
    }

.ogi-info-success {
    border-left-color: #5cb85c
}

.ogi-info-danger {
    border-left-color: #d43f3a
}

.ogi-info-main {
    border-left-color: #0A3981
}

.ogi-info-warning {
    border-left-color: #f0ad4e
}

.popup_content {
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 0 2px #fff;
    margin: 0 auto;
    border-radius: 4px;
    text-align: left
}

    .popup_content img {
        max-width: 100%;
        max-height: calc(90vh - 20px);
        margin: 0 auto;
        display: block
    }

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgba(11,11,11,0.9) !important;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    max-height: 90%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    transition: .15s;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 30px;
    height: 30px;
    background: no-repeat center / auto 50%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIzLjMzMSAyMy4zMzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzLjMzMSAyMy4zMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPjxnPjxwYXRoIGQ9Ik0xNi4wNDMsMTEuNjY3TDIyLjYwOSw1LjFjMC45NjMtMC45NjMsMC45NjMtMi41MzksMC0zLjUwMmwtMC44NzUtMC44NzUgICBjLTAuOTYzLTAuOTY0LTIuNTM5LTAuOTY0LTMuNTAyLDBMMTEuNjY2LDcuMjlMNS4wOTksMC43MjNjLTAuOTYyLTAuOTYzLTIuNTM4LTAuOTYzLTMuNTAxLDBMMC43MjIsMS41OTggICBjLTAuOTYyLDAuOTYzLTAuOTYyLDIuNTM5LDAsMy41MDJsNi41NjYsNi41NjZsLTYuNTY2LDYuNTY3Yy0wLjk2MiwwLjk2My0wLjk2MiwyLjUzOSwwLDMuNTAxbDAuODc2LDAuODc1ICAgYzAuOTYzLDAuOTYzLDIuNTM5LDAuOTYzLDMuNTAxLDBsNi41NjctNi41NjVsNi41NjYsNi41NjVjMC45NjMsMC45NjMsMi41MzksMC45NjMsMy41MDIsMGwwLjg3NS0wLjg3NSAgIGMwLjk2My0wLjk2MywwLjk2My0yLjUzOSwwLTMuNTAxTDE2LjA0MywxMS42Njd6IiBmaWxsPSIjRkZGRkZGIi8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
    background-color: #000 !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    text-indent: -9999px;
    position: fixed;
    right: 20px;
    top: 20px;
    opacity: 0.65;
    opacity: 0
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1
    }

.mfp-close-btn-in .mfp-close {
    color: #fff
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    width: 20px;
    height: 40px;
    opacity: 0.65;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:hover {
        opacity: 1
    }

.mfp-arrow-left, .mfp-arrow-right {
    background: no-repeat center / contain;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI5MS44NThweCIgaGVpZ2h0PSI1MTIuMDAxcHgiIHZpZXdCb3g9IjExMC4wNzEgMCAyOTEuODU4IDUxMi4wMDEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTEwLjA3MSAwIDI5MS44NTggNTEyLjAwMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyMC41NzIsMjMwLjY1NEwzNDAuNzI0LDEwLjUwOWMxNC4wMDUtMTQuMDEyLDM2LjcxLTE0LjAxMiw1MC43MDgsMGMxMy45OTgsMTMuOTk4LDEzLjk5OCwzNi43MDMsMCw1MC43TDE5Ni42MzEsMjU2LjAwNGwxOTQuNzk1LDE5NC43ODhjMTMuOTk4LDE0LjAwNSwxMy45OTgsMzYuNzA2LDAsNTAuNzA1Yy0xMy45OTksMTQuMDA1LTM2LjcwMywxNC4wMDUtNTAuNzA3LDBMMTIwLjU2NiwyODEuMzQ5Yy02Ljk5OS03LjAwMy0xMC40OTUtMTYuMTcxLTEwLjQ5NS0yNS4zNDRDMTEwLjA3MSwyNDYuODI4LDExMy41NzMsMjM3LjY1MiwxMjAuNTcyLDIzMC42NTR6Ii8+PC9nPjwvc3ZnPg==)
}

.mfp-arrow-left {
    left: 20px
}

.mfp-arrow-right {
    right: 20px;
    transform: translate(0, -50%) scaleX(-1)
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(90vh - 100px) !important;
    display: block;
    line-height: 0;
    border: 2px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,0.6);
        background: #444
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    top: 100%;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: .35s
}

    .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: .35s
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media all and (max-width: 900px) {
    .mfp-arrow-left {
        transform: scale(0.75) translate(0, -50%)
    }

    .mfp-arrow-right {
        transform: scale(0.75) translate(0, -50%) scaleX(-1)
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media screen and (max-width: 1240px) {
    img.mfp-img {
        border-width: 1px
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    opacity: 0 !important
}

.swiper-slide-active {
    opacity: 1 !important
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: "prev"
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: "next"
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(0.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(0.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(0.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
/*!
 * Mmenu Light v3.0.3
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */

:root {
    --mm-ocd-width: 80%;
    --mm-ocd-min-width: 200px;
    --mm-ocd-max-width: 440px
}

body.mm-ocd-opened {
    overflow-y: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.mm-ocd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    background: transparent;
    -webkit-transition-property: bottom,background-color;
    -o-transition-property: bottom,background-color;
    transition-property: bottom,background-color;
    -webkit-transition-duration: 0s,.3s;
    -o-transition-duration: 0s,.3s;
    transition-duration: 0s,.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: .45s,.15s;
    -o-transition-delay: .45s,.15s;
    transition-delay: .45s,.15s
}

.mm-ocd--open {
    bottom: 0;
    background: rgba(0,0,0,0.25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.mm-ocd__content {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: var(--mm-ocd-width);
    min-width: 200px;
    min-width: var(--mm-ocd-min-width);
    max-width: 440px;
    max-width: var(--mm-ocd-max-width);
    background: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.mm-ocd--left .mm-ocd__content {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-ocd--right .mm-ocd__content {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-ocd--open .mm-ocd__content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-ocd__backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: calc(100% - 80%);
    width: calc(100% - var(--mm-ocd-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-ocd-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-ocd-min-width));
    background: rgba(3,2,1,0)
}

.mm-ocd--left .mm-ocd__backdrop {
    right: 0
}

.mm-ocd--right .mm-ocd__backdrop {
    left: 0
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --mm-spn-item-height: 50px;
    --mm-spn-item-indent: 20px;
    --mm-spn-line-height: 24px
}

.mm-spn {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

    .mm-spn ul {
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        left: 100%;
        bottom: 0;
        z-index: 2;
        width: 130%;
        padding-right: 30%;
        line-height: 24px;
        line-height: var(--mm-spn-line-height);
        overflow: visible;
        overflow-y: auto;
        background: inherit;
        -webkit-transition: left .3s ease 0s;
        -o-transition: left .3s ease 0s;
        transition: left .3s ease 0s;
        cursor: default
    }

        .mm-spn ul:after {
            content: '';
            display: block;
            height: 50px;
            height: var(--mm-spn-item-height)
        }

    .mm-spn > ul {
        left: 0
    }

    .mm-spn ul.mm-spn--open {
        left: 0
    }

    .mm-spn ul.mm-spn--parent {
        left: -30%;
        overflow-y: hidden
    }

    .mm-spn li {
        position: relative;
        background: inherit;
        cursor: pointer
    }

        .mm-spn li:before {
            content: '';
            display: block;
            position: absolute;
            top: 25px;
            top: calc(var(--mm-spn-item-height)/ 2);
            right: 25px;
            right: calc(var(--mm-spn-item-height)/ 2);
            z-index: 0;
            width: 10px;
            height: 10px;
            border-top: 2px solid;
            border-right: 2px solid;
            -webkit-transform: rotate(45deg) translate(0, -50%);
            -ms-transform: rotate(45deg) translate(0, -50%);
            transform: rotate(45deg) translate(0, -50%);
            opacity: .4
        }

        .mm-spn li:after {
            content: '';
            display: block;
            margin-left: 20px;
            margin-left: var(--mm-spn-item-indent);
            border-top: 1px solid;
            opacity: .15
        }

    .mm-spn a, .mm-spn span {
        position: relative;
        z-index: 1;
        padding: 13px 20px;
        padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)
    }

    .mm-spn a {
        background: inherit;
        color: inherit;
        text-decoration: none
    }

        .mm-spn a:not(:last-child) {
            width: calc(100% - 50px);
            width: calc(100% - var(--mm-spn-item-height))
        }

            .mm-spn a:not(:last-child):after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border-right: 1px solid;
                opacity: .15
            }

    .mm-spn span {
        background: 0 0
    }

    .mm-spn.mm-spn--navbar {
        cursor: pointer
    }

        .mm-spn.mm-spn--navbar:before {
            content: '';
            display: block;
            position: absolute;
            top: 25px;
            top: calc(var(--mm-spn-item-height)/ 2);
            left: 20px;
            left: var(--mm-spn-item-indent);
            width: 10px;
            height: 10px;
            margin-top: 2px;
            border-top: 2px solid;
            border-left: 2px solid;
            -webkit-transform: rotate(-45deg) translate(50%, -50%);
            -ms-transform: rotate(-45deg) translate(50%, -50%);
            transform: rotate(-45deg) translate(50%, -50%);
            opacity: .4
        }

        .mm-spn.mm-spn--navbar.mm-spn--main {
            cursor: default
        }

            .mm-spn.mm-spn--navbar.mm-spn--main:before {
                content: none;
                display: none
            }

        .mm-spn.mm-spn--navbar:after {
            content: attr(data-mm-spn-title);
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 50px;
            height: var(--mm-spn-item-height);
            padding: 0 10px !important;
            padding: 0 calc(var(--mm-spn-item-indent) * 2);
            line-height: 50px;
            line-height: var(--mm-spn-item-height);
            text-align: center;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis
        }

        .mm-spn.mm-spn--navbar ul {
            top: 51px;
            top: calc(var(--mm-spn-item-height) + 1px)
        }

            .mm-spn.mm-spn--navbar ul:before {
                content: '';
                display: block;
                position: fixed;
                top: inherit;
                z-index: 2;
                width: 100%;
                border-top: 1px solid currentColor;
                opacity: .15
            }

    .mm-spn.mm-spn--light {
        color: #444;
        background: #f3f3f3
    }

    .mm-spn.mm-spn--dark {
        color: #ddd;
        background: #333
    }

    .mm-spn.mm-spn--vertical {
        overflow-y: auto
    }

        .mm-spn.mm-spn--vertical ul {
            width: 100%;
            padding-right: 0;
            position: static
        }

            .mm-spn.mm-spn--vertical ul ul {
                display: none;
                padding-left: 20px;
                padding-left: var(--mm-spn-item-indent)
            }

                .mm-spn.mm-spn--vertical ul ul:after {
                    height: 25px;
                    height: calc(var(--mm-spn-item-height)/ 2)
                }

            .mm-spn.mm-spn--vertical ul.mm-spn--open {
                display: block
            }

        .mm-spn.mm-spn--vertical li.mm-spn--open:before {
            -webkit-transform: rotate(135deg) translate(-50%, 0);
            -ms-transform: rotate(135deg) translate(-50%, 0);
            transform: rotate(135deg) translate(-50%, 0)
        }

        .mm-spn.mm-spn--vertical ul ul li:last-child:after {
            content: none;
            display: none
        }

.header {
    width: 100%;
    border-bottom: 1px solid #fff;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(209,209,209,0.1);
    position: relative;
    top: 0;
    z-index: 999
}


    .header.sticky {
        position: fixed !important;
    }

.top-menu {
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0px 4px 10px rgba(209, 209, 209, 0.1);
}



.header[data-visible='sticky'] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    transition: 0.4s
}

.header[data-visible='false'] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.4s
}

.header_top {
    height: 50px;
    padding: 0 50px;
    background-color: #0A3981;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header_top_left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header_top_left_phone, .header_top_left_mail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #fff
}

    .header_top_left_phone:hover span, .header_top_left_mail:hover span {
        text-decoration: underline
    }

    .header_top_left_phone i, .header_top_left_mail i {
        font-size: 20px;
        color: #fff
    }

    .header_top_left_phone span, .header_top_left_mail span {
        margin-left: 8px
    }

.header_top_left_phone {
    margin-left: 20px
}

.header_top_right_list {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

    .header_top_right_list li {
        margin-right: 0px !important
    }

        .header_top_right_list li a {
            display: block;
            font-size: 23px;
            list-style: 50px;
            color: #fff;
            transition: .4s
        }

            .header_top_right_list li a:hover {
                transform: translateY(-3px)
            }

            .header_top_right_list li a svg {
                width: 100%;
                height: 100%
            }

                .header_top_right_list li a svg * {
                    fill: #fff;
                    transition: .4s
                }

.header_bottom {
    height: 86px;
    padding: 0 50px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0px 4px 10px rgba(209,209,209,0.1)
}

.header_bottom_inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header_bottom_inner_logo {
    width: 150px;
    height: 50px;
    display: block
}

    .header_bottom_inner_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }



.header_bottom_inner_menu_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .header_bottom_inner_menu_list > li:not(:last-child) {
        margin-right: 40px
    }

    .header_bottom_inner_menu_list > li.active > a::after, .header_bottom_inner_menu_list > li:hover > a::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left
    }

    .header_bottom_inner_menu_list > li > a {
        display: block;
        position: relative;
        font-size: 1.0666666667rem;
        line-height: 1.5333333333rem;
        font-family: "Manrope-Medium";
        color: #11161F;
    }

        .header_bottom_inner_menu_list > li > a::after {
            width: 100%;
            height: 2px;
            background-color: #11161F;
            content: "";
            position: absolute;
            bottom: -3px;
            left: 0;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform .5s
        }


.header_bottom_inner_buttonUser {
    height: 70px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .header_bottom_inner_buttonUser:hover .header_bottom_inner_buttonUser_right {
        background-color: #0039f5
    }

.header_bottom_inner_buttonUser_left {
    height: 100%;
    border-radius: 5px 0 0 5px;
    padding: 10px 20px;
    background-color: #0A3981;
    display: flex;
    align-items: center;
    justify-content: center
}

.header_bottom_inner_buttonUser_left_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff
}

    .header_bottom_inner_buttonUser_left_img img {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
        display: block
    }

.header_bottom_inner_buttonUser_right {
    height: 100%;
    border-radius: 0 5px 0 0;
    padding: 10px 50px 10px 10px;
    background-color: #295BFF;
    position: relative;
    transition: .4s;
    font-size: .8rem;
    line-height: 1rem;
    font-family: "Manrope-Light";
    color: #fff
}

    .header_bottom_inner_buttonUser_right div {
        display: block
    }

        .header_bottom_inner_buttonUser_right div:first-child {
            margin-bottom: 5px;
            display: inline-block;
            font-size: 1rem;
            line-height: 1.1333333333rem;
            font-family: "Manrope-Light";
            color: #fff
        }

    .header_bottom_inner_buttonUser_right::after {
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        right: 20px;
        transform: rotate(45deg)
    }

.header_bottom_inner_buttonUser_dropdown {
    width: calc(100% - 90px);
    border-radius: 0 0 5px 5px;
    background-color: #0A3981;
    position: absolute;
    top: 70px;
    right: 0
}

    .header_bottom_inner_buttonUser_dropdown:not(.active) {
        display: none
    }

.header_bottom_inner_buttonUser_dropdown_list li:last-child {
    border-radius: 0 0 5px 5px;
    background-color: #d43f3a
}

    .header_bottom_inner_buttonUser_dropdown_list li:last-child a:hover {
        background-color: #9f2723
    }

.header_bottom_inner_buttonUser_dropdown_list li.active a, .header_bottom_inner_buttonUser_dropdown_list li:hover a {
    background-color: #295BFF
}

.header_bottom_inner_buttonUser_dropdown_list li a {
    border-radius: inherit;
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    display: block;
    transition: .4s;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Bold";
    color: #fff
}

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .header {
        position: relative !important
    }

    .header_top {
        padding: 0 10px;
        justify-content: center
    }

    .header_top_left_phone, .header_top_left_mail {
        font-size: .8666666667rem;
        line-height: 1.3333333333rem
    }

    .header_top_right {
        display: none
    }

    .header_bottom_inner_logo {
        width: 130px;
        height: 130px;
        margin: 0 auto
    }

    .header_bottom_inner_menu {
        display: none
    }

    .header_bottom_inner_button, .header_bottom_inner_buttonUser {
        display: none
    }
}

.showcase {
    width: 100%;
    /*    margin-top: 137px;
*/ padding: 150px 0;
    background-color: #00000005;
    position: relative
}

    .showcase::after {
        width: 100%;
        height: 100%;
        background: url("../dist/images/istanbul-bg.png") no-repeat bottom center/cover;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: .1;
        transform: scale(-1, 1)
    }

.showcase_inner {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between
}

.showcase_inner_left {
    /*    width: 980px
*/
}

.showcase_inner_left_title {
    display: inline-block;
    font-size: 2.9333333333rem;
    line-height: 3.4666666667rem;
    font-family: "Manrope-ExtraBold";
    color: #11161F
}

    .showcase_inner_left_title span {
        background: linear-gradient(90deg, #305DF3 52.41%, #002AB2 113.39%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .showcase_inner_left_title div {
        margin-top: 10px;
        position: relative;
        font-size: 2.5333333333rem;
        line-height: 3.0666666667rem;
        font-family: "Manrope-Bold";
        color: #11161F
    }

        .showcase_inner_left_title div::after {
            width: 50px;
            height: 50px;
            background: url("../dist/images/lines-ele.svg") no-repeat center/contain;
            content: '';
            position: absolute;
            right: -49px;
            top: -31px
        }

.showcase_inner_left_highlights {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.showcase_inner_left_highlights_title {
    margin-right: 50px;
    position: relative;
    font-size: 1.0666666667rem;
    line-height: 1.8666666667rem;
    font-family: "Manrope-Medium";
    color: #11161F
}

    .showcase_inner_left_highlights_title::after {
        width: 55px;
        height: 40px;
        background: url("../dist/images/lule-arrow.png") no-repeat center/contain;
        content: '';
        position: absolute;
        bottom: -40px;
        right: -50px
    }

.showcase_inner_left_highlights_list {
    display: flex;
    justify-content: flex-start
}

    .showcase_inner_left_highlights_list li:not(:last-child) {
        margin-right: 10px
    }

    .showcase_inner_left_highlights_list li a {
        border-radius: 5px;
        padding: 5px 20px;
        background-color: #F2F5FF;
        display: block;
        transition: .4s;
        font-size: .8rem;
        line-height: 1.8666666667rem;
        font-family: "Manrope-Medium";
        color: #0A3981
    }

        .showcase_inner_left_highlights_list li a i {
            margin-right: 5px
        }

        .showcase_inner_left_highlights_list li a:hover {
            background-color: #295BFF;
            color: #fff
        }

.showcase_inner_right {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: -1
}

.showcase_inner_right_inner {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.showcase_inner_right_inner_left {
    width: 250px
}

.showcase_inner_right_inner_left_img {
    width: 100%
}

    .showcase_inner_right_inner_left_img:first-child {
        height: 130px
    }

    .showcase_inner_right_inner_left_img:last-child {
        height: 400px;
        margin-top: 20px
    }

    .showcase_inner_right_inner_left_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        display: block
    }

.showcase_inner_right_inner_right {
    width: 250px;
    margin-left: 20px
}

.showcase_inner_right_inner_right_img {
    width: 100%;
    height: 450px
}

    .showcase_inner_right_inner_right_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .showcase {
        margin-top: 0;
        padding: 20px 0
    }

    .showcase_inner {
        flex-direction: column
    }

    .showcase_inner_left {
        width: 100%
    }

    .showcase_inner_left_highlights {
        display: none
    }

    .showcase_inner_right {
        width: 100%;
        position: relative;
        top: initial;
        right: initial
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .showcase_inner_left_title {
        font-size: 1.6666666667rem;
        line-height: 2.2rem
    }

        .showcase_inner_left_title div {
            font-size: 1.3333333333rem;
            line-height: 1.8666666667rem
        }

    .showcase_inner_left .searchTab {
        margin-top: 20px
    }

    .showcase_inner_right {
        margin-top: 20px;
        display: none
    }
}

.subContent {
    padding-top: 3rem;
    padding-bottom: 2rem;
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .subContent {
        padding-top: 0
    }
}

.content_features {
    padding: 60px 0
}

.content_features_inner {
    overflow: hidden;
    position: relative
}

.content_features_inner_title {
    margin-bottom: 60px;
    font-size: 3.3333333333rem;
    line-height: 3.8666666667rem;
    font-family: "Manrope-Bold";
    color: #0A3981
}

    .content_features_inner_title span {
        color: #11161F
    }

    .content_features_inner_title div {
        color: #11161F
    }

        .content_features_inner_title div span {
            color: #295BFF !important
        }

.content_features_inner_slider * {
    box-sizing: border-box !important
}

.content_features_inner_slider_wrapper_slide {
    opacity: 1 !important
}

    .content_features_inner_slider_wrapper_slide:hover .content_features_inner_slider_wrapper_slide_top_icon {
        background-color: #0A3981
    }

        .content_features_inner_slider_wrapper_slide:hover .content_features_inner_slider_wrapper_slide_top_icon img {
            filter: brightness(0) invert(1)
        }

    .content_features_inner_slider_wrapper_slide:hover .content_features_inner_slider_wrapper_slide_bottom {
        background-color: #0A3981
    }

        .content_features_inner_slider_wrapper_slide:hover .content_features_inner_slider_wrapper_slide_bottom::before {
            border-style: solid;
            position: absolute;
            content: '';
            border-width: 0 15px 15px 15px;
            border-color: transparent transparent #0A3981 transparent
        }

    .content_features_inner_slider_wrapper_slide:hover .content_features_inner_slider_wrapper_slide_bottom_title {
        color: #fff
    }

.content_features_inner_slider_wrapper_slide_top {
    border: 1px solid #E9F0FF;
    border-radius: 12px 12px 0 0;
    padding: 30px
}

.content_features_inner_slider_wrapper_slide_top_icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #E9F0FF;
    padding: 20px;
    transition: .4s
}

    .content_features_inner_slider_wrapper_slide_top_icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        transition: .4s
    }

.content_features_inner_slider_wrapper_slide_bottom {
    width: 100%;
    height: 80px;
    border-radius: 0 0 12px 12px;
    padding: 15px;
    background-color: #E9F0FF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

    .content_features_inner_slider_wrapper_slide_bottom::before {
        top: -15px;
        transition: .4s;
        border-style: solid;
        position: absolute;
        content: '';
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #E9F0FF transparent
    }

.content_features_inner_slider_wrapper_slide_bottom_title {
    transition: .4s;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-family: "Manrope-Bold";
    color: #0A3981;
    text-align: center
}

.content_features_inner .swiper-button-prev, .content_features_inner .swiper-button-next {
    width: 48px;
    height: 48px;
    background-color: #E5EBFF;
    border-radius: 12px;
    cursor: pointer;
    position: absolute;
    top: 100px;
    right: 0;
    transition: .4s
}

    .content_features_inner .swiper-button-prev::after, .content_features_inner .swiper-button-next::after {
        font-size: 15px;
        font-weight: bolder;
        transition: .4s
    }

    .content_features_inner .swiper-button-prev:hover, .content_features_inner .swiper-button-next:hover {
        background-color: #0A3981
    }

        .content_features_inner .swiper-button-prev:hover::after, .content_features_inner .swiper-button-next:hover::after {
            color: #fff
        }

.content_features_inner .swiper-button-prev {
    right: 60px;
    left: initial
}

.content_features_inner .swiper-button-next {
    right: 0
}

.content_monthly {
    margin-top: 50px
}

.content_monthly_inner_title {
    margin-bottom: 60px;
    font-size: 3.3333333333rem;
    line-height: 3.8666666667rem;
    font-family: "Manrope-Bold";
    color: #0A3981
}

    .content_monthly_inner_title span {
        color: #11161F
    }

    .content_monthly_inner_title div {
        color: #11161F
    }

        .content_monthly_inner_title div span {
            color: #295BFF !important
        }

.content_monthly_inner_list {
    --monthlyList-column: 3;
    --monthlyList-gap: 20px;
    display: grid;
    grid-gap: var(--monthlyList-gap);
    grid-template-columns: repeat(var(--monthlyList-column), minmax(0, 1fr))
}

    .content_monthly_inner_list > li {
        background-color: #fff;
        border-radius: 12px;
        filter: drop-shadow(0px 10px 60px rgba(0,0,0,0.05))
    }

        .content_monthly_inner_list > li > a {
            display: block
        }

            .content_monthly_inner_list > li > a:hover .content_monthly_inner_list_img img {
                transform: scale(1.1)
            }

            .content_monthly_inner_list > li > a:hover .content_monthly_inner_list_bottom_button {
                text-decoration: underline
            }

.content_monthly_inner_list_img {
    width: 100%;
    height: 270px;
    border-radius: 12px 12px 0 0;
    overflow: hidden
}

    .content_monthly_inner_list_img img {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
        display: block;
        transition: .4s;
        transform: scale(1)
    }

.content_monthly_inner_list_bottom {
    border-radius: 0 0 12px 12px;
    padding: 20px;
    background-color: #fff
}

.content_monthly_inner_list_bottom_title {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.6666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.content_monthly_inner_list_bottom_list {
    --monthlyInnerList-column: 3;
    --monthlyInnerList-gap: 10px;
    display: grid;
    grid-gap: var(--monthlyInnerList-gap);
    grid-template-columns: repeat(var(--monthlyInnerList-column), minmax(0, 1fr))
}

    .content_monthly_inner_list_bottom_list li {
        border-radius: 5px;
        padding: 5px 10px;
        background-color: inherit;
        display: inline-block;
        font-size: .8666666667rem;
        line-height: 1.4rem;
        font-family: "Manrope-Regular";
        color: inherit
    }

        .content_monthly_inner_list_bottom_list li i {
            margin-right: 3px
        }

.content_monthly_inner_list_bottom_address {
    margin: 15px 0;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 5px;
    font-size: .8666666667rem;
    line-height: 1.3333333333rem;
    font-family: "Manrope-Regular";
    color: #737373
}

    .content_monthly_inner_list_bottom_address i {
        margin-right: 5px;
        color: #D4D4D4
    }

.content_monthly_inner_list_bottom_button {
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-family: "Manrope-Bold";
    color: #295BFF
}

    .content_monthly_inner_list_bottom_button::after {
        width: 7px;
        height: 7px;
        border-top: 2px solid #295BFF;
        border-right: 2px solid #295BFF;
        content: '';
        position: absolute;
        top: 7px;
        right: 0;
        transform: rotate(45deg)
    }

.content_story {
    margin-top: var(--gap)
}

.content_story_inner {
    position: relative
}

.content_story_inner_slider_wrapper_slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.content_story_inner_slider_wrapper_slide_left {
    width: 400px;
    position: relative
}

    .content_story_inner_slider_wrapper_slide_left::before {
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: linear-gradient(90deg, #295BFF 11.32%, #0A3981 95.28%);
        content: '';
        position: absolute;
        bottom: 100px;
        left: 0;
        z-index: -1;
        animation: pulse 3s infinite
    }

    .content_story_inner_slider_wrapper_slide_left::after {
        width: 600px;
        height: 600px;
        background: url("../dist/images/round-line.svg") no-repeat center/contain;
        content: '';
        position: absolute;
        bottom: 0;
        left: -100px;
        z-index: -2
    }

.content_story_inner_slider_wrapper_slide_left_img {
    width: 100%;
    height: 650px;
    margin: 0 auto
}

    .content_story_inner_slider_wrapper_slide_left_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
        display: block
    }

.content_story_inner_slider_wrapper_slide_right {
    margin-left: 200px;
    padding-bottom: 50px
}

.content_story_inner_slider_wrapper_slide_right_title {
    margin-bottom: 30px;
    font-size: 2.8rem;
    line-height: 3.3333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.content_story_inner_slider_wrapper_slide_right_text {
    max-width: 500px;
    margin-bottom: 20px;
    font-size: 1.1333333333rem;
    line-height: 2rem;
    font-family: "Manrope-Regular";
    color: #16182F
}

.content_story_inner_slider_wrapper_slide_right_name {
    font-size: 1.2rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Bold";
    color: #16182F
}

.content_story_inner_slider_wrapper_slide_right_story {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #16182F
}

.content_story_inner_slider * {
    box-sizing: border-box !important
}

.content_story_inner_slider .swiper-pagination {
    width: 300px;
    position: absolute;
    bottom: 100px;
    left: 670px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.content_story_inner_slider .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #D9D9D9 !important;
    transition: .4s;
    opacity: 1
}

.content_story_inner_slider .swiper-pagination-bullet-active {
    padding: 5px;
    background: linear-gradient(90deg, #011241 11.32%, #295BFF 95.28%),#ED6B37
}

.content_value {
    width: 100%;
    height: 475px;
    margin-top: var(--gap);
    background: url("../dist/images/circle.svg") #011241 no-repeat center/contain;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2
}

.content_value_inner_list {
    --value-column: 4;
    --value-gap: 0;
    display: grid;
    grid-gap: var(--value-gap);
    grid-template-columns: repeat(var(--value-column), minmax(0, 1fr))
}

    .content_value_inner_list li {
        padding: 40px;
        position: relative
    }

        .content_value_inner_list li::after {
            width: 70px;
            height: 70px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: .3
        }

        .content_value_inner_list li:nth-child(even) {
            background-color: #0A3981
        }

        .content_value_inner_list li:nth-child(odd) {
            background-color: #fff
        }

            .content_value_inner_list li:nth-child(odd) .content_value_inner_list_val, .content_value_inner_list li:nth-child(odd) .content_value_inner_list_title {
                color: #0A3981
            }

            .content_value_inner_list li:nth-child(odd) .content_value_inner_list_text {
                color: #787878
            }

        .content_value_inner_list li:nth-child(1)::after {
            background-image: url("../dist/images/val-1.svg")
        }

        .content_value_inner_list li:nth-child(2)::after {
            background-image: url("../dist/images/val-2.svg")
        }

        .content_value_inner_list li:nth-child(3)::after {
            background-image: url("../dist/images/val-3.svg")
        }

        .content_value_inner_list li:nth-child(4)::after {
            background-image: url("../dist/images/val-4.svg")
        }

.content_value_inner_list_val {
    margin-bottom: 5px;
    font-size: 3rem;
    line-height: 3.8666666667rem;
    font-family: "Manrope-Bold";
    color: #fff
}

.content_value_inner_list_title {
    margin-bottom: 5px;
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
    font-family: "Manrope-Bold";
    color: #fff
}

.content_value_inner_list_text {
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #fff
}

.content_foryou {
    margin-top: var(--gap)
}

.content_foryou_inner {
    display: flex;
    justify-content: space-between
}

.content_foryou_inner_left {
    width: 800px
}

    .content_foryou_inner_left img {
        width: 100%;
        object-position: top;
        display: block
    }

.content_foryou_inner_right {
    width: calc(100% - 850px)
}

.content_foryou_inner_right_subTitle {
    margin-bottom: 15px;
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
    font-family: "Manrope-Bold";
    color: #0A3981
}

.content_foryou_inner_right_title {
    margin-bottom: 40px;
    font-size: 3.3333333333rem;
    line-height: 3.8666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.content_foryou_inner_right_text {
    font-size: 1.1333333333rem;
    line-height: 1.6666666667rem;
    font-family: "Manrope-Regular";
    color: #11161F
}

.content_foryou_inner_right_list {
    margin-top: 30px
}

    .content_foryou_inner_right_list li {
        height: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

        .content_foryou_inner_right_list li:not(:last-child) {
            margin-bottom: 30px
        }

.content_foryou_inner_right_list_left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.content_foryou_inner_right_list_left_icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #E5EEFF;
    display: flex;
    justify-content: center;
    align-items: center
}

    .content_foryou_inner_right_list_left_icon i {
        font-size: 20px;
        color: #0A3981
    }

.content_foryou_inner_right_list_left_title {
    max-width: 150px;
    padding-left: 20px;
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.content_foryou_inner_right_list_right {
    height: 50px;
    margin-left: 20px;
    border-left: 1px solid #D5D5D5;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-size: 1.1333333333rem;
    line-height: 1.6666666667rem;
    font-family: "Manrope-Regular";
    color: #787878
}

.content_foryou_inner_right_button {
    margin-top: 50px;
    border-radius: 12px;
    padding: 15px 24px;
    background-color: #295BFF;
    transition: .4s;
    display: inline-block;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-family: "Manrope-Bold";
    color: #fff;
    text-align: center
}

    .content_foryou_inner_right_button:hover {
        background-color: #0A3981
    }

.content_mobileApp {
    margin-top: var(--gap)
}

.content_mobileApp_inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.content_mobileApp_inner_left {
    width: 700px
}

.content_mobileApp_inner_left_title {
    margin-bottom: 40px;
    font-size: 3.3333333333rem;
    line-height: 4.3333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

    .content_mobileApp_inner_left_title span {
        color: #0A3981
    }

.content_mobileApp_inner_left_list {
    display: flex;
    justify-content: flex-start
}

    .content_mobileApp_inner_left_list li:not(:last-child) {
        margin-right: 10px
    }

    .content_mobileApp_inner_left_list li a {
        width: 200px;
        display: block
    }

.content_mobileApp_inner_right {
    width: 400px;
    margin-bottom: -10px;
    position: relative
}

    .content_mobileApp_inner_right::after {
        width: 500px;
        height: 500px;
        background: url("../dist/images/dot.svg") no-repeat center/contain;
        content: '';
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: 0
    }

.content_mobileApp_inner_right_img {
    width: 100%;
    padding-right: 70px
}

    .content_mobileApp_inner_right_img img {
        width: 100%;
        display: block
    }

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .content {
        --gap: 40px
    }

    .content_features {
        padding: 20px 0
    }

    .content_features_inner_title {
        margin-bottom: 20px;
        font-size: 1.4666666667rem;
        line-height: 2rem
    }

    .content_features_inner .swiper-button-prev, .content_features_inner .swiper-button-next {
        display: none
    }

    .content_monthly {
        margin-top: 30px
    }

    .content_monthly_inner_title {
        margin-bottom: 20px;
        font-size: 1.4666666667rem;
        line-height: 2rem
    }

    .content_value {
        background-color: #fff
    }

    .content_value_inner_list li {
        border: 1px solid #d6d6d6
    }

    .content_foryou_inner {
        flex-direction: column
    }

    .content_foryou_inner_left, .content_foryou_inner_right {
        width: 100%
    }

    .content_foryou_inner_right {
        margin-top: 30px;
        padding: 20px
    }

    .content_foryou_inner_right_subTitle {
        margin-bottom: 4px
    }

    .content_foryou_inner_right_title {
        margin-bottom: 20px;
        font-size: 1.4666666667rem;
        line-height: 2rem
    }

    .content_foryou_inner_right_list li {
        width: 100%;
        height: initial;
        flex-direction: column;
        align-items: flex-start
    }

        .content_foryou_inner_right_list li:not(:last-child) {
            margin-bottom: 20px
        }

    .content_foryou_inner_right_list_left {
        width: 100%
    }

    .content_foryou_inner_right_list_left_title {
        width: calc(100% - 55px);
        max-width: 100%
    }

    .content_foryou_inner_right_list_right {
        width: 100%;
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
        border-top: 1px solid var(--borderColor);
        border-left: initial;
        height: initial
    }

    .content_mobileApp_inner {
        flex-direction: column
    }

    .content_mobileApp_inner_left, .content_mobileApp_inner_right {
        width: 100%
    }

    .content_mobileApp_inner_left_title {
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.4666666667rem;
        line-height: 2rem
    }

    .content_mobileApp_inner_left_list {
        justify-content: center
    }

        .content_mobileApp_inner_left_list li a {
            width: 100%
        }

    .content_mobileApp_inner_right {
        margin-top: 30px
    }

        .content_mobileApp_inner_right::after {
            width: 100%;
            height: 100%
        }

    .content_mobileApp_inner_right_img {
        width: 100%;
        max-width: 250px;
        padding-right: 0;
        margin: 0 auto
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .content_monthly_inner_list_bottom_list {
        --monthlyInnerList-column: 2
    }

    .content_value {
        height: initial;
        padding: 20px 0
    }

    .content_value_inner_list {
        --value-column: 1
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .content_monthly_inner_list {
        --monthlyList-column: 1
    }
}

@media screen and (min-width: 480px) and (max-width: 1239px) {
    .content_value {
        height: initial;
        padding: 20px 0
    }

    .content_value_inner_list {
        --value-column: 2;
        --value-gap: 5px
    }

        .content_value_inner_list li {
            padding: 20px
        }

    .content_value_inner_list_val {
        font-size: 2.3333333333rem;
        line-height: 2.8666666667rem
    }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
    .content_monthly_inner_list {
        --monthlyList-column: 2
    }

        .content_monthly_inner_list > li:last-child {
            grid-area: 2/3/2/1
        }
}

.footer {
    margin-top: 0;
    padding-bottom: 50px;
    background-color: #011241;
    position: relative;
    z-index: 2
}

    .footer::after {
        width: 100%;
        height: 80%;
        background: url("../dist/images/footer-bg.png") no-repeat bottom center/contain;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: .1;
        z-index: -1
    }

.footer_inner_top {
    display: flex;
    justify-content: space-between
}

.footer_inner_top_left {
    width: 420px;
    margin-top: -80px
}

    .footer_inner_top_left img {
        width: 100%;
        display: block
    }

.footer_inner_top_right {
    width: calc(100% - 460px);
    margin-top: 50px
}

.footer_inner_top_right_title {
    margin-bottom: 15px;
    font-size: 2rem;
    line-height: 2.5333333333rem;
    font-family: "Manrope-Bold";
    color: #fff
}

.footer_inner_top_right_text {
    font-size: 1.2rem;
    line-height: 1.6666666667rem;
    font-family: "Manrope-Regular";
    color: #fff
}

.footer_inner_top_right_button {
    margin-top: 20px;
    border-radius: 12px;
    padding: 15px 24px;
    background-color: #295BFF;
    transition: .4s;
    display: inline-block;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-family: "Manrope-Bold";
    color: #fff;
    text-align: center
}

    .footer_inner_top_right_button:hover {
        background-color: #0A3981
    }

.footer_inner_middle {
    margin-top: 60px
}

.footer_inner_middle_list {
    --footerTop-column: 6;
    --footerTop-gap: 20px;
    display: grid;
    grid-gap: var(--footerTop-gap);
    grid-template-columns: repeat(var(--footerTop-column), minmax(0, 1fr))
}

    .footer_inner_middle_list li a {
        width: 60%;
        height: 100px;
        margin: 0 auto;
        display: block;
        transition: .4s;
        transform: translateY(0)
    }

        .footer_inner_middle_list li a img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block
        }

        .footer_inner_middle_list li a:hover {
            transform: translateY(-10px)
        }

.footer_inner_bottom {
    margin-top: 60px;
    display: flex;
    justify-content: space-between
}

.footer_inner_bottom_left {
    width: 377px
}

.footer_inner_bottom_left_logo {
    width: 220px;
    height: 80px;
    display: block
}

    .footer_inner_bottom_left_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }

.footer_inner_bottom_left_address {
    margin-top: 20px;
    display: block;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #fff
}

.footer_inner_bottom_left_social {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

    .footer_inner_bottom_left_social li:not(:last-child) {
        margin-right: 10px
    }

    .footer_inner_bottom_left_social li a {
        display: block;
        font-size: 23px;
        list-style: 50px;
        color: #fff;
        transition: .4s
    }

        .footer_inner_bottom_left_social li a:hover {
            transform: translateY(-3px)
        }

        .footer_inner_bottom_left_social li a svg {
            width: 100%;
            height: 100%
        }

            .footer_inner_bottom_left_social li a svg * {
                fill: #fff;
                transition: .4s
            }

.footer_inner_bottom_right {
    width: calc(100% - 377px);
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer_inner_bottom_right_list {
    display: flex;
    justify-content: flex-start
}

    .footer_inner_bottom_right_list > li {
        margin-bottom: 5px;
        font-size: 1.1333333333rem;
        line-height: 1.6666666667rem;
        font-family: "Manrope-Bold";
        color: #fff
    }

        .footer_inner_bottom_right_list > li:not(:last-child) {
            margin-right: 100px
        }

        .footer_inner_bottom_right_list > li > ul.fifty {
            column-count: 2
        }

        .footer_inner_bottom_right_list > li > ul > li:not(:last-child) {
            margin-bottom: 1px
        }

        .footer_inner_bottom_right_list > li > ul > li > a {
            font-size: .9333333333rem;
            line-height: 1.4rem;
            font-family: "Manrope-Regular";
            color: #fff
        }

            .footer_inner_bottom_right_list > li > ul > li > a:hover {
                text-decoration: underline
            }

        .footer_inner_bottom_right_list > li > ul > li > ul {
            padding-left: 10px
        }

            .footer_inner_bottom_right_list > li > ul > li > ul > li > a {
                padding-left: 10px;
                position: relative;
                font-size: .8rem;
                line-height: 1.4rem;
                font-family: "Manrope-Regular";
                color: #fff
            }

                .footer_inner_bottom_right_list > li > ul > li > ul > li > a::before {
                    width: 5px;
                    height: 1px;
                    background-color: #fff;
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0
                }

                .footer_inner_bottom_right_list > li > ul > li > ul > li > a:hover {
                    text-decoration: underline
                }

        .footer_inner_bottom_right_list > li > a {
            margin-bottom: 5px;
            display: block
        }

.footer_inner_bottom_right_aloGsb {
    width: 200px;
    height: 80px;
    margin-left: 50px;
    display: inline-block
}

    .footer_inner_bottom_right_aloGsb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .footer_inner_top {
        flex-direction: column
    }

    .footer_inner_top_left {
        width: 100%;
        max-width: 300px;
        margin: -40px auto 0
    }

    .footer_inner_top_right {
        width: 100%;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .footer_inner_top_right_title, .footer_inner_top_right_text {
        text-align: center
    }

    .footer_inner_middle {
        margin-top: 30px
    }

    .footer_inner_bottom {
        margin-top: 30px;
        flex-direction: column
    }

    .footer_inner_bottom_left, .footer_inner_bottom_right {
        width: 100%
    }

    .footer_inner_bottom_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .footer_inner_bottom_left_address {
        text-align: center
    }

    .footer_inner_bottom_right {
        margin-top: 20px;
        flex-direction: column
    }

    .footer_inner_bottom_right_aloGsb {
        margin: 20px 0 0 0
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .footer_inner_middle_list {
        --footerTop-column: 3
    }
}

.error {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    color: red;
}

.error_title {
    font-size: 2.4rem;
    line-height: 2.9333333333rem;
    font-family: "Manrope-Bold";
    color: #0A3981;
    text-align: center
}

.error_img {
    width: 100%;
    height: 400px;
    margin-top: 50px
}

    .error_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }

.error_btn {
    margin-top: 50px;
    border-radius: 12px;
    padding: 15px 24px 15px 44px;
    background: url("../dist/images/return.svg") #295BFF no-repeat left 15px center/20px 20px;
    transition: .4s;
    display: inline-block;
    transition: .4s;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-family: "Manrope-Bold";
    color: #fff;
    text-align: center
}

    .error_btn:hover {
        background-color: #0A3981
    }

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .error_img {
        height: initial
    }
}

.user {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.user_left {
    width: 380px;
    position: sticky;
    top: 20px
}

.user_left_box {
    width: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff
}

    .user_left_box:not(:last-child) {
        margin-bottom: 24px
    }

.user_left_box_avatar {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.user_left_box_avatar_img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

    .user_left_box_avatar_img img {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
        display: block
    }

.user_left_box_avatar_name {
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F;
    text-align: center
}

.user_left_box_avatar_title {
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: rgba(17,22,31,0.4);
    text-align: center
}

.user_left_box_info {
    margin-top: 24px;
    border-radius: 16px;
    padding: 20px;
    background-color: #F2F7FF
}

    .user_left_box_info li:not(:last-child) {
        margin-bottom: 10px
    }

    .user_left_box_info li.mail a {
        background-image: url("../dist/images/mail.svg")
    }

    .user_left_box_info li.phone a {
        background-image: url("../dist/images/call.svg")
    }

    .user_left_box_info li.address a {
        background-image: url("../dist/images/placeholder.svg");
        text-decoration: initial !important;
        cursor: initial
    }

    .user_left_box_info li a {
        padding-left: 30px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: left top 3px;
        display: block;
        position: relative;
        font-size: 1rem;
        line-height: 1.5333333333rem;
        font-family: "Manrope-Regular";
        color: rgba(84,84,84,0.7)
    }

        .user_left_box_info li a:hover {
            text-decoration: underline
        }

.user_left_box .ogi-info {
    margin-top: 24px;
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .8666666667rem;
    line-height: 1.5333333333rem
}

    .user_left_box .ogi-info i {
        font-size: 20px;
        margin-right: 5px
    }

.user_left_box_membership {
    position: relative
}

.user_left_box_membership_title {
    margin-bottom: 20px;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.user_left_box_membership_options {
    position: absolute;
    top: 0;
    right: 0;
    transition: .4s;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

    .user_left_box_membership_options:hover {
        color: #295BFF
    }

.user_left_box_membership_list li a {
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: .4s
}

    .user_left_box_membership_list li a:hover {
        background-color: #fafafa
    }

.user_left_box_membership_list_logo {
    width: 50px;
    height: 50px
}

    .user_left_box_membership_list_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }

.user_left_box_membership_list_title {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Medium";
    color: #11161F
}

.user_right {
    width: calc(100% - 412px)
}

.user_right_top {
    display: flex;
    justify-content: space-between
}

.user_right_top_list {
    display: flex;
    justify-content: flex-start
}

    .user_right_top_list li:first-child a {
        border-radius: 12px 0 0 0;
        color: #0A3981
    }

    .user_right_top_list li:last-child a {
        border-radius: 0 12px 0 0;
        color: #fff
    }

    .user_right_top_list li.active a {
        background-color: #F2F5FF !important
    }

    .user_right_top_list li a {
        padding: 15px 24px;
        display: block;
        background-color: #295BFF;
        transition: .4s;
        font-size: 1rem;
        line-height: 1.5333333333rem;
        font-family: "Manrope-Medium";
        color: #0A3981
    }

        .user_right_top_list li a:hover {
            background-color: #062452
        }

.user_right_top_arrange {
    height: 50px
}

.user_right_bottom {
    margin-top: 24px
}

.user_right_bottom_list li:not(:last-child) {
    margin-bottom: 20px
}

.user_right_bottom_list li {
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 30px;
    background-color: #fff;
    display: block
}

.user_right_bottom_list_top {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.user_right_bottom_list_top_left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.user_right_bottom_list_top_left_icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #F2F7FF;
    display: flex;
    justify-content: center;
    align-items: center
}

.user_right_bottom_list_top_left_date {
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #11161F
}

.user_right_bottom_list_top_left_title {
    margin-left: 10px;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.user_right_bottom_list_middle, .user_right_bottom_list_middle p {
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #474747
}

.user_right_bottom_list_bottom {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Medium";
    color: #11161F
}

    .user_right_bottom_list_bottom i {
        font-size: 15px;
        line-height: 23px;
        margin-left: 5px
    }

    .user_right_bottom_list_bottom.pending {
        color: #D48A00
    }

    .user_right_bottom_list_bottom.success {
        color: #1DAF00
    }

    .user_right_bottom_list_bottom.danger {
        color: #B3261E
    }

.user_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.user_detail_left {
    width: calc(100% - 412px);
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 0;
    background-color: #fff
}

.user_detail_left_title {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2.1333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.user_detail_right {
    width: 380px
}

.user_detail_right_top {
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff
}

.user_detail_right_top_img {
    width: 100%
}

    .user_detail_right_top_img img {
        width: 100%;
        display: block
    }

.user_detail_right_top_info {
    width: 100%;
    margin-top: 24px;
    border-radius: 6px;
    padding: 18px 51px;
    background-color: #295BFF;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Bold";
    color: #fff;
    text-align: center
}

    .user_detail_right_top_info:hover {
        border: 1px solid #295BFF;
    }



    .user_detail_right_top_info.pending {
        background-color: #D48A00
    }

    .user_detail_right_top_info.success {
        background-color: #1DAF00
    }

    .user_detail_right_top_info.danger {
        background-color: #B3261E
    }

.user_detail_right_bottom {
    margin-top: 24px;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff
}

.user_detail_right_bottom_title {
    margin-bottom: 20px;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.user_detail_right_bottom_address {
    margin-top: 24px;
    border-radius: 16px;
    padding: 20px 20px 20px 50px;
    background: url("../dist/images/placeholder.svg") #F2F7FF no-repeat left 20px top 23px/20px 20px;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #11161F
}

.user_detail_right_bottom_list li a {
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: .4s
}

    .user_detail_right_bottom_list li a:hover {
        background-color: #fafafa
    }

.user_detail_right_bottom_list_logo {
    width: 50px;
    height: 50px
}

    .user_detail_right_bottom_list_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }

.user_detail_right_bottom_list_title {
    width: calc(100% - 50px);
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Medium";
    color: #11161F
}

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .user {
        margin-top: 20px;
        flex-direction: column
    }

    .user_left, .user_right {
        width: 100%
    }

    .user_left {
        position: relative !important;
        top: initial
    }

    .user_right {
        margin-top: 20px
    }

    .user_right_bottom_list_top {
        align-items: flex-start;
        flex-direction: column
    }

    .user_right_bottom_list_top_right {
        margin-top: 10px
    }

    .user_detail {
        flex-direction: column
    }

    .user_detail_left, .user_detail_right {
        width: 100%
    }

    .user_detail_right {
        margin-top: 30px
    }

    .user_detail_right_top_info {
        padding: 18px 20px
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .user_right_top {
        flex-direction: column;
        align-items: flex-start
    }

    .user_right_top_arrange {
        margin-top: 20px
    }
}

.offices {
    margin-bottom: 10px
}

.offices_search {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
}

    .offices_search::after {
        width: 100%;
        height: 100%;
        background: url("../dist/images/istanbul-bg.png") no-repeat center bottom -350px/cover;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: .1;
        transform: scale(-1, 1);
        z-index: -1
    }

.offices_search_inner .searchTab {
    margin-top: 0
}

.offices_bottom {
    margin-top: 40px
}

.offices_bottom_top {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.offices_bottom_top_title {
    font-size: 1.5333333333rem;
    line-height: 2.0666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.offices_bottom_top_result {
    margin-left: 25px;
    margin-top: 5px;
    font-size: 1rem;
    line-height: 2.0666666667rem;
    font-family: "Manrope-Regular";
    color: rgba(0,0,0,0.4)
}

    .offices_bottom_top_result strong {
        color: #000
    }

.offices_list {
    --officesList-column: 3;
    --officesList-gap: 20px;
    display: grid;
    grid-gap: var(--officesList-gap);
    grid-template-columns: repeat(var(--officesList-column), minmax(0, 1fr))
}

    .offices_list > li {
        background-color: #fff;
        border-radius: 12px;
        filter: drop-shadow(0px 10px 60px rgba(0,0,0,0.05))
    }

        .offices_list > li > a {
            display: block
        }

            .offices_list > li > a:hover .offices_list_img img {
                transform: scale(1.1)
            }

            .offices_list > li > a:hover .offices_list_bottom_button {
                text-decoration: underline
            }

.offices_list_img {
    width: 100%;
    height: 270px;
    border-radius: 12px 12px 0 0;
    overflow: hidden
}

    .offices_list_img img {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
        display: block;
        transition: .4s;
        transform: scale(1)
    }

.offices_list_bottom {
    border-radius: 0 0 12px 12px;
    padding: 20px;
    background-color: #fff
}

.offices_list_bottom_title {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.6666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.offices_list_bottom_list {
    --monthlyInnerList-column: 2;
    --monthlyInnerList-gap: 10px;
    display: grid;
    grid-gap: var(--monthlyInnerList-gap);
    grid-template-columns: repeat(var(--monthlyInnerList-column), minmax(0, 1fr))
}

    .offices_list_bottom_list li {
        border-radius: 5px;
        padding: 5px 10px;
        background-color: inherit;
        display: inline-block;
        font-size: .8666666667rem;
        line-height: 1.4rem;
        font-family: "Manrope-Regular";
        color: inherit
    }

        .offices_list_bottom_list li i {
            margin-right: 3px
        }

.offices_list_bottom_address {
    margin: 15px 0;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 5px;
    font-size: .8666666667rem;
    line-height: 1.3333333333rem;
    font-family: "Manrope-Regular";
    color: #737373
}

    .offices_list_bottom_address i {
        margin-right: 5px;
        color: #D4D4D4
    }

.offices_list_bottom_button {
    padding-right: 15px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    font-size: .9333333333rem;
    line-height: 1.3333333333rem;
    font-family: "Manrope-Bold";
    color: #295BFF
}

    .offices_list_bottom_button::after {
        width: 7px;
        height: 7px;
        border-top: 2px solid #295BFF;
        border-right: 2px solid #295BFF;
        content: '';
        position: absolute;
        top: 7px;
        right: 0;
        transform: rotate(45deg)
    }

.offices_banner {
    margin-bottom: 36px;
    padding: 40px 0;
    background-color: #F5F5F5
}

.offices_banner_inner {
    display: flex;
    justify-content: space-between
}

.offices_banner_inner_left {
    width: calc(100% - 250px);
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.offices_banner_inner_left_logo {
    width: 150px;
    height: 150px
}

    .offices_banner_inner_left_logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block
    }

.offices_banner_inner_left_right {
    margin-left: 40px
}

.offices_banner_inner_left_right_title {
    margin-bottom: 6px;
    font-size: 2.1333333333rem;
    line-height: 2.6666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.offices_banner_inner_left_right_address {
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #9E9E9E
}

    .offices_banner_inner_left_right_address i {
        margin-right: 5px
    }

.offices_banner_inner_right {
    width: 220px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.offices_banner_inner_right_list {
    display: flex;
    justify-content: flex-end
}

    .offices_banner_inner_right_list li:not(:last-child) {
        margin-right: 16px
    }

    .offices_banner_inner_right_list li a {
        height: 36px;
        padding: 5px 20px;
        border-radius: 8px;
        background-color: #E5EBFF;
        display: flex;
        align-items: center;
        transition: .4s;
        font-size: 1rem;
        line-height: 1.5333333333rem;
        font-family: "Manrope-Bold";
        color: #0A3981
    }

        .offices_banner_inner_right_list li a i {
            margin-right: 5px
        }

        .offices_banner_inner_right_list li a:hover {
            background-color: #295BFF;
            color: #fff
        }

.offices_detail {
    display: flex;
    justify-content: space-between
}

.offices_detail_left {
    width: calc(100% - 412px)
}

.offices_detail_left_about_title {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2.1333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.offices_detail_left_about_text {
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #11161F
}

.offices_detail_left_resources {
    margin: 40px auto;
    border-top: 1px solid #E2DFEB;
    border-bottom: 1px solid #E2DFEB;
    padding: 20px 0
}

.offices_detail_left_resources_title {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2.1333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.offices_detail_left_resources_list {
    --resources-column: 4;
    --resources-gap: 34px 40px;
    display: grid;
    grid-gap: var(--resources-gap);
    grid-template-columns: repeat(var(--resources-column), minmax(0, 1fr))
}

    .offices_detail_left_resources_list li {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

        .offices_detail_left_resources_list li i {
            width: 30px;
            height: 30px;
            font-size: 32px;
            color: #0A3981
        }

        .offices_detail_left_resources_list li span {
            width: calc(100% - 30px);
            display: block;
            margin-left: 20px;
            font-size: 1rem;
            line-height: 1.5333333333rem;
            font-family: "Manrope-Regular";
            color: #787878
        }

.offices_detail_left_video_title {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2.1333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.offices_detail_left_video_popup {
    width: 100%;
    height: 450px;
    border-radius: 16px;
    display: block;
    position: relative
}

    .offices_detail_left_video_popup:hover::before {
        background-color: #0A3981
    }

.offices_detail_left_video_popup_img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative
}

    .offices_detail_left_video_popup_img img {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
        display: block
    }

.offices_detail_left_video_popup::before {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #295BFF;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: .4s
}

.offices_detail_left_video_popup::after {
    width: 20px;
    height: 20px;
    background: url("../dist/images/play.svg") no-repeat center/contain;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.offices_detail_left_photo {
    margin-top: 40px;
    position: relative
}

.offices_detail_left_photo_title {
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 2.1333333333rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.offices_detail_left_photo_slider_wrapper_slide {
    width: 100%;
    height: 100%;
    border-radius: 16px
}

    .offices_detail_left_photo_slider_wrapper_slide img {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-fit: cover;
        display: block
    }

.offices_detail_left_photo .swiper-button-prev, .offices_detail_left_photo .swiper-button-next {
    width: 48px;
    height: 48px;
    margin-top: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #918E84;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s
}

    .offices_detail_left_photo .swiper-button-prev::after, .offices_detail_left_photo .swiper-button-next::after {
        font-size: 20px;
        color: #fff
    }

    .offices_detail_left_photo .swiper-button-prev:hover, .offices_detail_left_photo .swiper-button-next:hover {
        border-color: #0A3981;
        background-color: #0A3981
    }

.offices_detail_right {
    width: 380px
}

.offices_detail_right_map {
    width: 100%;
    height: 300px;
    border-radius: 16px
}

    .offices_detail_right_map iframe {
        width: 100%;
        height: 100%;
        border-radius: inherit;
        display: block
    }

.offices_detail_right_contact {
    margin-top: 24px;
    border-radius: 16px;
    padding: 50px;
    background-color: #fff
}

.offices_detail_right_contact_title {
    margin-bottom: 20px;
    font-size: 1.1333333333rem;
    line-height: 1.6666666667rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

.offices_detail_right_contact_list li:not(:last-child) {
    margin-bottom: 10px
}

.offices_detail_right_contact_list li.mail a {
    background-image: url("../dist/images/mail.svg")
}

.offices_detail_right_contact_list li.phone a {
    background-image: url("../dist/images/call.svg")
}

.offices_detail_right_contact_list li.address a {
    background-image: url("../dist/images/placeholder.svg");
    text-decoration: initial !important;
    cursor: initial
}

.offices_detail_right_contact_list li a {
    padding-left: 30px;
    display: block;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #525252
}

    .offices_detail_right_contact_list li a:hover {
        text-decoration: underline
    }

.offices_detail_right_social {
    margin-top: 24px;
    display: flex;
    justify-content: space-between
}

    .offices_detail_right_social li a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background-color: #E5EBFF;
        transition: .4s;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .offices_detail_right_social li a:hover {
            background-color: #0A3981
        }

            .offices_detail_right_social li a:hover i {
                color: #fff
            }

        .offices_detail_right_social li a i {
            font-size: 20px;
            color: #0A3981;
            transition: .4s
        }

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .offices {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px
    }

    .offices_search {
        margin-top: 0
    }

    .offices_bottom_top {
        margin-bottom: 30px;
        flex-direction: column
    }

    .offices_banner {
        padding: 20px 0
    }

    .offices_banner_inner {
        flex-direction: column
    }

    .offices_banner_inner_left, .offices_banner_inner_right {
        width: 100%
    }

    .offices_banner_inner_left {
        justify-content: center;
        align-items: center
    }

    .offices_banner_inner_left_logo {
        width: 100px;
        height: 100px
    }

    .offices_banner_inner_left_right {
        margin-left: 10px
    }

    .offices_banner_inner_left_right_title {
        font-size: 1.2rem;
        line-height: 1.6666666667rem
    }

    .offices_banner_inner_right {
        width: 100%;
        margin-top: 20px;
        justify-content: center
    }

    .offices_banner_inner_right_list {
        justify-content: center
    }

    .offices_detail {
        flex-direction: column
    }

    .offices_detail_left, .offices_detail_right {
        width: 100%
    }

    .offices_detail_left_video_popup {
        height: initial
    }

    .offices_detail_right {
        display: flex;
        flex-direction: column-reverse
    }

    .offices_detail_right_contact {
        margin-bottom: 20px;
        padding: 20px
    }

    .offices_detail_right_social {
        justify-content: flex-start
    }

        .offices_detail_right_social li:not(:last-child) {
            margin-right: 10px
        }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .offices_detail_left_resources_list {
        --resources-column: 2
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .offices_detail_left_resources_list {
        --resources-column: 3
    }
}

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .offices_list {
        --officesList-column: 1
    }

    .offices_detail_left_resources_list {
        --resources-column: 2
    }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
    .offices_list {
        --officesList-column: 2
    }
}

.login {
    margin-top: 5px;
    display: flex;
    justify-content: center
}

.login_box {
    width: 500px;
    border-radius: 16px;
    padding: 24px;
    background-color: #fff
}

.login_box_title {
    margin-bottom: 20px;
    font-size: 1.3333333333rem;
    line-height: 1.8666666667rem;
    font-family: "Manrope-Bold";
    color: #0A3981;
    text-align: center
}

.login_box_icon {
    width: 300px;
    margin: 0 auto
}

    .login_box_icon img {
        width: 100%;
        display: block
    }

.login_box_text {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: "Manrope-Regular";
    color: #11161F;
    text-align: center
}

    .login_box_text span {
        margin-right: 3px;
        display: block;
        font-family: "Manrope-Bold";
        color: #1A50FF
    }

        .login_box_text span:first-child {
            width: 21px
        }

.login_box_button {
    margin-top: 20px;
    border-radius: 6px;
    padding: 15px 24px;
    background-color: #E5EBFF;
    transition: .4s;
    display: block;
    transition: .4s;
    font-size: 1.0666666667rem;
    line-height: 1.6rem;
    font-family: "Manrope-Bold";
    color: #0044AB;
    text-align: center
}

    .login_box_button:hover {
        background-color: #0A3981;
        color: #fff
    }

@media screen and (min-width: 320px) and (max-width: 1239px) {
    .login {
        margin-top: 30px
    }

    .login_box {
        width: calc(100% - 40px);
        margin: 0 auto
    }

    .login_box_icon {
        width: 150px
    }

    .login_box_text {
        font-size: .7333333333rem;
        line-height: 1.3333333333rem
    }

        .login_box_text span:first-child {
            width: initial
        }
}

.faq {
    margin-bottom: 90px
}

.faq_top {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

    .faq_top::after {
        width: 100%;
        height: 100%;
        background: url("dist/images/istanbul-bg.png") no-repeat center bottom -350px/cover;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        opacity: .1;
        transform: scale(-1, 1);
        z-index: -1
    }

.faq_top_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.faq_top_inner_title {
    margin-bottom: 24px;
    font-size: 2.6666666667rem;
    line-height: 3.2rem;
    font-family: "Manrope-Bold";
    color: #11161F
}

    .faq_top_inner_title span {
        color: #0A3981
    }

.faq_top_inner_text {
    width: 900px;
    margin: 0 auto;
    font-size: 1.3333333333rem;
    line-height: 2rem;
    font-family: "Manrope-Regular";
    color: #11161F;
    text-align: center
}

.faq_top_inner_search {
    width: 475px;
    margin-top: 48px;
    position: relative
}

    .faq_top_inner_search::before {
        width: 22px;
        height: 22px;
        background: url("../images/search.svg") no-repeat left center/contain;
        content: '';
        position: absolute;
        top: 17px;
        left: 20px
    }

    .faq_top_inner_search input {
        width: 100%;
        height: 56px;
        border: 1px solid #295BFF;
        border-radius: 8px;
        padding: 0 20px 0 62px;
        background-color: #fff
    }

.faq_bottom {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.faq_bottom_left {
    width: 490px
}

.faq_bottom_left_title {
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 2.1333333333rem;
    font-family: "Manrope-Regular";
    color: #0A3981
}

.faq_bottom_left_list li:not(:last-child) {
    margin-bottom: 16px
}

.faq_bottom_left_list li.active a, .faq_bottom_left_list li:hover a {
    background-color: #fff;
    border-color: #BBC0F7
}

.faq_bottom_left_list li a {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 16px;
    background-color: transparent;
    display: block;
    transition: .4s;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.6666666667rem;
    font-family: "Manrope-Regular";
    color: #1E293B
}

    .faq_bottom_left_list li a::after {
        width: 10px;
        height: 10px;
        border-top: 2px solid #295BFF;
        border-right: 2px solid #295BFF;
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        right: 20px;
        transform: rotate(45deg)
    }

.faq_bottom_right {
    width: calc(100% - 526px);
    border-radius: 8px;
    padding: 40px;
    background-color: #fff
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .faq_top_inner_title {
        font-size: 1.3333333333rem;
        line-height: 1.8666666667rem
    }

    .faq_top_inner_text {
        width: 100%;
        font-size: 1.1333333333rem;
        line-height: 1.6666666667rem
    }

    .faq_top_inner_search {
        width: 100%;
        margin-top: 30px;
        max-width: 475px
    }

    .faq_bottom {
        margin-top: 0;
        display: flex;
        flex-direction: column
    }

    .faq_bottom_left, .faq_bottom_right {
        width: 100%
    }

    .faq_bottom_left {
        display: none
    }

    .faq_bottom_right {
        padding: 20px
    }
}


/*Home*/
.select2-container--default .select2-selection--single {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.select2-container--default .select2-dropdown--below {
    border-color: #eeeeee;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.bg-breadcrumb-color {
    background-color: #fff;
    margin-bottom: 3rem;
}

.filepond--drop-label.filepond--drop-label label {
    display: block !important;
}

.filepond-file.filepond--root, .filepond-1.filepond--root {
    background-color: rgba(var(--white), 1) !important;
    border: 2px dashed rgb(var(--dark), 0.2);
    border-radius: var(--app-border-radius);
    overflow: hidden;
    margin-bottom: 0;
}

    .filepond-file.filepond--root .filepond--drop-label, .filepond-1.filepond--root .filepond--drop-label {
        background-color: rgba(var(--white), 1) !important;
        height: 200px;
    }

    .filepond-file.filepond--root .filepond--drop-label, .filepond-1.filepond--root .filepond--drop-label {
        background-color: rgba(var(--white), 1) !important;
        height: 200px;
    }

.disabled, .disabled:focus {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    cursor: not-allowed;
    opacity: 1;
}