/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    https://example.com/
 Description:  Дочерняя тема для Twenty Twenty-Five
 Author:       Noname
 Author URI:   https://example.com/
 Template:     twentytwentyfive
 Version:      1.0.0
 Text Domain:  twentytwentyfive-child
*/

body,html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Spartan",sans-serif
}

.exchange-cards {
    justify-content: center;
    flex-wrap: wrap
}

.exchange-cards__single {
    margin-right: 20px;
    margin-bottom: 20px;
    flex-basis: calc((100% - 40px)/3)
}

.exchange-cards__single:nth-child(3n) {
    margin-right: 0
}

.chain-tag {
    padding: 5px 10px;
    border-radius: 5px;
    max-width: 95px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-sub-heading,.chain-tag {
    font-size: 10px;
    font-weight: 500
}

.card-sub-heading {
    color: #3b80f1
}

.card-sub-price {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700
}

.flex {
    display: flex
}

.f-col {
    flex-direction: column
}

.f-center-center {
    align-items: center;
    justify-content: center
}

.f-center-space {
    align-items: center;
    justify-content: space-between
}

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

.f-end-center {
    align-items: flex-end;
    justify-content: center
}

.width-50-auto {
    width: 65%;
    margin: 0 auto
}

.width-45 {
    width: 45%
}

.cursor-p {
    cursor: pointer
}

.blue-tag {
    color: #3b80f1;
    background-color: rgba(235,242,255,.6)
}

.orange-tag {
    color: #f28c29;
    background-color: rgba(242,140,41,.23)
}

.red-tag {
    color: #f25a38;
    background-color: rgba(242,90,56,.2)
}

@media (max-width: 767px) {
    .exchange-cards__single {
        flex-basis:100%;
        margin-right: 0
    }

    .f-mob-flex-col {
        flex-direction: column
    }

    .width-45 {
        width: 100%
    }
}

.sticky-header {
    color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 20px 0;
    border-bottom: 1px #000;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(27,59,104,.15)
}

.sticky-header__logo {
    max-height: 60px;
    cursor: pointer
}

.sticky-header__currency {
    cursor: pointer
}

.sticky-header__currency div {
    margin-right: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #1b3b68
}

.sticky-header__currency svg {
    width: 10px
}

.sticky-header nav {
    max-width: 940px;
    margin: auto;
    position: relative
}

.sticky-header li {
    list-style: none
}

.sticky-header__dropdown {
    position: absolute;
    box-sizing: border-box;
    top: 50px;
    right: 0;
    max-width: 212px;
    width: 212px;
    background: #fff;
    box-shadow: 0 0 10px rgba(27,59,104,.15);
    border-radius: 5px;
    padding: 18px 21px 11px
}

.sticky-header__dropdown .pairs:first-child {
    margin-bottom: 25px
}

.sticky-header__dropdown .flag-code-container {
    flex-wrap: wrap
}

.sticky-header__dropdown .flag-code-container .disableDefault {
    color: #1b3b68;
    text-decoration: none;
    margin-bottom: 19px;
    margin-right: 15px
}

.sticky-header__dropdown .flag-code-container .flag-code {
    width: 67px;
    flex-basis: calc((100% - 30px)/2)
}

.sticky-header__dropdown .flag-code-container .flag-code img {
    width: 25px
}

.sticky-header__dropdown .flag-code-container .flag-code div {
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    margin-left: 5px
}

@media (max-width: 1023px) {
    .sticky-header {
        padding:20px 40px
    }
}

@media (max-width: 767px) {
    .sticky-header {
        padding:20px 15px
    }
}

.section-title {
    line-height: 140%;
    color: #3b80f1;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left
}

.section-content .margin {
    margin-bottom: 19px
}

.section-content .disableDefault {
    color: #1b3b68;
    text-decoration: none;
    margin-bottom: 19px
}

.section-content .section-content__item .flag-code {
    min-width: 67px;
    align-items: center
}

.section-content .section-content__item .flag-code img {
    width: 25px
}

.section-content .section-content__item .flag-code div {
    font-size: 14px;
    font-weight: 500;
    line-height: 125%;
    margin-left: 5px
}

.section-content .section-content__item .arrow-right {
    margin: 0 10px;
    flex-basis: 12px
}

.section-content .section-content__item .arrow-right img {
    width: 10px;
    height: 100%
}

.app {
    text-align: center
}

.currency {
    box-shadow: 0 0 10px 0 rgba(27,59,104,.15);
    padding: 25px;
    transition: box-shadow .3s ease-out
}

.currency:hover {
    box-shadow: 0 0 15px 0 rgba(27,59,104,.3);
    transition: box-shadow .3s ease-in
}

.currency img:first-child {
    height: 25px
}

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

.currency__name {
    color: #1b3b68;
    font-size: 10px
}

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

.currency__code img {
    height: 20px
}

.currency__code span {
    margin-left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #333
}

.currency__result {
    margin: 10px 0;
    text-align: left;
    font-size: 25px;
    line-height: 125%;
    font-weight: 700
}

.currency__one-unit-result {
    font-size: 14px;
    padding: 10px 0;
    color: #1b3b68;
    text-align: left;
    font-weight: 700
}

.currency__rate {
    border: none;
    outline: none;
    font-family: "Spartan",sans-serif;
    display: flex;
    background: none;
    padding: 0
}

.currency__rate div:first-child {
    margin-right: 10px
}

.currency__rate .rise {
    background-color: rgba(4,189,175,.2);
    color: #008275
}

.currency__rate .down {
    background-color: rgba(242,90,56,.2);
    color: #f25a38
}

.currency__rate .neutral {
    background-color: rgba(235,242,255,.6);
    color: #3b80f1
}

.currency__rate .normal {
    padding: 5px;
    text-align: left
}

.currency__market {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 10px
}

.currency__market .rise {
    color: #008275;
    text-align: left
}

.currency__market .down {
    color: #f25a38
}

.currency__market .rates {
    margin-right: 5px;
    font-weight: 700;
    color: #1b3b68
}

.currency__market .rates span {
    margin-right: 5px
}

.currency__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0 5px
}

.currency__tags div {
    margin: 0 10px 10px 0
}

.currency__trade-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px
}

.currency__trade-date span {
    color: #1b3b68;
    font-size: 10px;
    font-weight: 500
}

.currency__street {
    margin-top: 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(235,242,255,.6)
}

.currency__street__container {
    padding: 5px
}

.currency__official {
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
    background-color: rgba(27,59,104,.05)
}

.currency__official .card-sub-heading {
    margin-top: 5px
}

.currency__you-buy {
    margin-top: 25px
}

.currency__you-get {
    margin-bottom: 10px
}

.blue-title {
    color: #3b80f1;
    text-align: left
}

.tag-title {
    font-weight: 500;
    font-size: 10px;
    line-height: 125%
}

.subrate {
    margin-top: 10px
}

.subrate,.subrate .subrate-row {
    display: flex;
    flex-direction: column
}

.subrate .subrate-row {
    align-items: flex-start;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 10px;
    padding: 10px;
    border-radius: 5px
}

.subrate .subrate-row__container {
    margin-bottom: 15px
}

.subrate .subrate-row__container .payment-method {
    margin-left: 10px
}

.subrate .subrate-row__images {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.subrate .subrate-row__images img {
    height: 20px;
    width: 35px
}

.subrate .subrate-row__rates {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.subrate .subrate-row__rates span {
    margin-right: 5px
}

.subrate .subrate-row .currency-value {
    font-size: 14px;
    font-weight: 700
}

.subrate .subrate-row__tag {
    border: none;
    outline: none;
    font-family: "Spartan",sans-serif;
    color: #fff;
    font-size: 10px;
    padding: 4px 6px 2px;
    border-radius: 5px
}

.no-rate {
    color: #f25a38
}

.not-enough-offer {
    font-weight: 500;
    font-size: 10px;
    line-height: 135%;
    color: #f25a38;
    margin-top: 20px;
    text-align: left
}

.no-rate-container {
    margin: 60px 0 40px
}

.red-sell-box {
    background-color: rgba(242,90,56,.2)
}

.green-buy-box {
    background-color: rgba(4,189,175,.2)
}

.greater-arrow {
    margin: 0 5px
}

.bitcoin-container {
    max-width: 940px;
    margin: 0 auto;
    font-size: 14px;
    color: #1b3b68
}

.rate-info {
    margin-top: 30px;
    font-size: 14px;
    color: #1b3b68
}

.title-button-container {
    margin: 30px auto 50px
}

.one-bitcoin {
    border: none;
    outline: none;
    font-family: "Spartan",sans-serif;
    display: flex;
    padding: 15px 30px;
    align-items: center;
    border-radius: 100px;
    background-color: #ebf2ff;
    margin: 0 auto
}

.one-bitcoin__currency {
    color: #1b3b68;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400
}

.one-bitcoin img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    .bitcoin-container {
        margin:0 10px
    }
}

.colour-highlight {
    color: #f28c29
}

.exchange-container {
    padding: 100px 0 80px;
    max-width: 940px;
    margin: 0 auto
}

.exchange-container__title {
    width: 75%;
    font-size: 38px;
    color: #1b3b68;
    line-height: 50px;
    margin: 20px auto 100px;
    font-weight: 700
}

.exchanger {
    padding: 20px;
    margin: 0 10px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

.margin-auto {
    margin: auto
}

.margin-l-a {
    margin-left: auto
}

.margin-r-a {
    margin-right: auto
}

.exchanger-header {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.exchanger-header .two {
    flex-basis: 78px;
    justify-self: center;
    align-self: center
}

.exchanger-header .five,.exchanger-header .four,.exchanger-header .one,.exchanger-header .three {
    flex-basis: calc((100% - 78px)/2)
}

.rate-filter {
    width: 100%
}

.rate-filter__title {
    font-weight: 500;
    margin: 30px 0 10px;
    color: #3b80f1;
    font-size: 14px
}

.rate-filter__checkbox {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.rate-filter__checkbox span {
    font-size: 14px;
    padding: 0 20px 0 0;
    color: #1b3b68
}

.rate-filter__input {
    display: flex;
    justify-content: center;
    width: 100%
}

.rate-filter__using {
    text-align: left;
    margin-left: 14px
}

.result-button button {
    margin-top: 30px;
    border: none;
    outline: none;
    font-family: "Spartan",sans-serif;
    width: 200px;
    padding: 9px 15px;
    border-radius: 5px;
    height: 50px;
    background-color: #04bdaf;
    color: #fff;
    cursor: pointer
}

.result-button button:active,.result-button button:hover {
    box-shadow: 0 0 3px 0 rgba(27,59,104,.8)
}

.result-button button:disabled {
    cursor: not-allowed;
    background-color: #ccc;
    color: #666;
    opacity: .6
}

.result-button button:disabled:hover {
    box-shadow: none
}

.switch-image {
    cursor: pointer
}

@media (max-width: 767px) {
    .exchanger {
        margin:0 0 50px
    }

    .exchange-container {
        padding: 50px 10px
    }

    .exchange-container__title {
        width: 100%
    }

    .exchanger-header {
        flex-direction: column
    }

    .exchanger-header__item {
        width: 100%;
        flex-basis: 100
    }

    .exchanger-header .two {
        flex-basis: 68px;
        order: 3
    }

    .exchanger-header .one {
        order: 1
    }

    .exchanger-header .three {
        order: 4
    }

    .exchanger-header .four {
        order: 2
    }

    .exchanger-header .five {
        order: 5
    }

    .rate-filter__checkbox {
        flex-direction: column;
        align-items: flex-start
    }

    .rate-filter .market-checkbox {
        margin-bottom: 10px
    }

    .switch-image {
        margin: 20px 0
    }
}

.dropdown-menu {
    background: #ebf2ff;
    position: absolute;
    z-index: 1;
    width: 100%;
    border-radius: 0 0 8px 8px;
    max-height: 275px;
    overflow: auto
}

.dropdown-container {
    width: 100%;
    position: relative
}

.dropdown-container .input-title {
    background: #ebf2ff;
    border-radius: 8px;
    display: flex
}

.dropdown-container .input-title .input-container {
    display: flex;
    flex-direction: column;
    flex-basis: 75%;
    padding: 4px
}

.dropdown-container .input-title .input-container span {
    color: #3b80f1;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left
}

.dropdown-container .input-title .input-container input {
    border: 1px #000;
    background-color: hsla(0,0%,100%,0);
    display: block;
    width: 100%;
    outline: none;
    padding: 8px 12px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-family: "Spartan",sans-serif;
    font-weight: 400
}

.dropdown-container .input-title .input-container input::-webkit-input-placeholder {
    font-family: "Spartan",sans-serif;
    color: #999
}

.dropdown-container .input-title .input-container input:-ms-input-placeholder {
    font-family: "Spartan",sans-serif;
    color: #999
}

.dropdown-container .input-title .input-container input::-ms-input-placeholder {
    font-family: "Spartan",sans-serif;
    color: #999
}

.dropdown-container .input-title .input-container input::placeholder {
    font-family: "Spartan",sans-serif;
    color: #999
}

.dropdown-container .input-title .dropdown-button {
    flex-basis: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.dropdown-container .input-title .dropdown-button .flag-icon {
    height: 25px;
    margin-right: 10px
}

.dropdown-container .input-title .dropdown-button:active {
    background-color: rgba(4,189,175,.2)
}

.arrow-down-icon {
    width: 10px;
    height: 6px;
    margin-left: auto;
    margin-right: 20px
}

@media (max-width: 767px) {
    .dropdown-container {
        width:100%
    }

    .dropdown-container .input-title .dropdown-button {
        justify-content: flex-end
    }

    .dropdown-container .input-title .dropdown-button .flag-icon {
        margin-right: 15px
    }

    .dropdown-container .arrow-down-icon {
        margin-left: 0
    }
}

.dropdown-inside .title {
    text-align: right;
    font-size: 14px;
    color: #3b80f1;
    padding: 14px
}

.row {
    padding: 14px;
    border-bottom: 1px solid #c5d9ff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: left
}

.row:active,.row:hover {
    background-color: #dbe7ff
}

.row__flag {
    height: 20px;
    width: 30px
}

.row__code {
    margin: 0 15px;
    font-weight: 700
}

.row__currency {
    font-weight: 400
}

.usd-rate-container {
    padding: 104px 0;
    max-width: 940px;
    margin: 0 auto
}

.usd-rate-container__title {
    width: 75%;
    color: #1b3b68;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 auto 50px
}

.usd-rate-container .update-time {
    color: #333;
    font-size: 10px;
    margin-bottom: 10px
}

.usd-rate-container .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto
}

.usd-rate-container .image-container img {
    height: 36px;
    margin: 0 30px
}

.result-title {
    margin-bottom: 15px;
    color: #3b80f1;
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.payment-method-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 40px
}

.color-orange {
    color: #f28c29
}

.color-green {
    color: #04bdaf
}

.exchange-cards {
    display: flex
}

.title-button-container .rate-info {
    font-weight: 16px
}

.loading-cards {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(27,59,104,.15);
    height: 260px;
    margin-right: 20px;
    flex-basis: calc((100% - 60px)/3)
}

.loading-cards:nth-child(3n) {
    margin-right: 0
}

.loadingDiv {
    padding: 20px
}

.loadingDiv__small {
    width: 100%;
    height: 10px;
    margin-top: 10px
}

.loadingDiv__big {
    width: 100%;
    height: 60px;
    margin-top: 10px
}

.shimmer {
    background: #f6f7f8;
    background-image: linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    display: inline-block;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

@media (max-width: 767px) {
    .usd-rate-container {
        padding:50px 10px
    }

    .usd-rate-container .image-container {
        flex-direction: column
    }

    .payment-method-container {
        width: 80%
    }

    .trade-option-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }
}

.header-section {
    margin: 100px 0 60px
}

.header-section__title1 {
    line-height: 140%;
    color: #3b80f1;
    font-size: 14px;
    margin-bottom: 29px
}

.header-section__title2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    color: #1b3b68
}

.header-section__title2 span {
    color: #04bdaf
}

.input-section-container {
    align-items: center;
    width: 100%;
    display: flex;
    margin: 30px auto 75px;
    width: 630px;
    flex-wrap: wrap;
    justify-content: space-between
}

.input-section-container__buying,.input-section-container__selling {
    flex-basis: calc((100% - 30px)/2)
}

.input-section-container__buying .input,.input-section-container__selling .input {
    margin-bottom: 25px
}

.input-section-container .label {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #3b80f1;
    margin-bottom: 12px
}

.price-section {
    font-size: 25px;
    line-height: 125%;
    font-weight: 500;
    color: #1b3b68
}

.price-section .price {
    margin-bottom: 30px
}

.price-section .price__flag {
    width: 32px
}

.price-section .price__flag img {
    width: 100%
}

.price-section .price__price {
    margin: 0 5px 0 10px
}

.price-section .price__code {
    font-weight: 700
}

.price-section .price__error {
    font-size: 10px;
    color: #f25a38;
    line-height: 125%;
    margin-top: 7px
}

.price-section .not-available {
    max-width: 214px;
    background-color: rgba(242,90,56,.2);
    padding: 10px 14px;
    margin: 0 auto -30px;
    box-sizing: border-box;
    border-radius: 5px
}

.description-section {
    margin: 45px auto 80px;
    color: #1b3b68;
    max-width: 616px
}

.description-section__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px
}

.description-section__content {
    font-size: 14px;
    line-height: 135%;
    font-weight: 500
}

@media (max-width: 767px) {
    .input-section-container {
        flex-direction:column;
        width: 100%
    }

    .input-section-container__buying,.input-section-container__selling {
        width: 100%;
        flex-basis: 100%
    }

    .input-section-container__buying:first-child,.input-section-container__selling:first-child {
        margin-bottom: 25px
    }

    .price-section {
        font-size: 16px
    }
}

.input-disable-container {
    height: 56px;
    align-items: center;
    padding: 14px;
    background-color: #eee;
    border-radius: 6px;
    box-sizing: border-box
}

.input-disable-container .flag {
    margin-right: 10px;
    width: 32px
}

.input-disable-container .flag img {
    width: 100%
}

.input-disable-container .code {
    font-size: 14px;
    font-weight: 500;
    color: #969696
}

.box {
    margin: -43px auto 0;
    width: 422px
}

.box svg {
    width: 100%
}

.diagram-container .diagram {
    justify-content: center;
    margin-top: -43px
}

.diagram-container .diagram .flag {
    min-width: 70px;
    width: 70px;
    height: 70px;
    z-index: 1
}

.diagram-container .diagram .flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.diagram-container .diagram .curve {
    margin-left: -14px;
    margin-right: -14px;
    display: flex;
    flex-direction: column
}

.diagram-container .diagram .curve .label {
    font-size: 10px;
    font-weight: 500;
    line-height: 125%
}

.diagram-container .diagram .buy {
    margin-top: -5px;
    justify-content: flex-start
}

.diagram-container .diagram .buy .label {
    color: #04bdaf
}

.diagram-container .diagram .sell {
    justify-content: flex-end;
    margin-bottom: -5px
}

.diagram-container .diagram .sell .label {
    color: #f25a38
}

@media (max-width: 767px) {
    .box {
        margin:-55px auto 0;
        width: 340px
    }

    .diagram-container .diagram .flag {
        min-width: 45px;
        width: 45px;
        height: 45px
    }
}

.secondary-footer {
    padding-bottom: 110px;
    max-width: 940px;
    margin: 0 auto
}

.secondary-footer__title {
    font-size: 20px;
    color: #f25a38;
    font-weight: 500;
    margin-bottom: 66px;
    text-align: center
}

.secondary-footer__content__left,.secondary-footer__content__right {
    text-align: left
}

.secondary-footer__content__left {
    flex-basis: 48.5%;
    color: #1b3b68;
    font-size: 30px;
    font-weight: 700
}

.secondary-footer__content__right {
    color: #1b3b68;
    flex-basis: 46.7%
}

.secondary-footer__content__right img {
    min-width: 90px;
    height: 90px;
    margin-right: 23px
}

.secondary-footer__content__right .item:not(:last-child) {
    margin-bottom: 33px
}

.line-height {
    line-height: 140%
}

.font-1 {
    font-size: 20px;
    font-weight: 500
}

@media (max-width: 767px) {
    .secondary-footer {
        padding:50px 22px
    }

    .secondary-footer__content__left {
        font-size: 20px;
        margin-bottom: 20px
    }

    .secondary-footer__content__right {
        margin-bottom: 20px
    }

    .font-1 {
        font-size: 16px
    }
}

.tertiary-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    height: 583px;
    position: relative
}

.tertiary-footer__content {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 424px;
    text-align: center
}

.tertiary-footer__content .text {
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    color: #1b3b68;
    margin-bottom: 24px
}

.tertiary-footer__content .button {
    background-color: #04bdaf;
    width: 200px;
    padding: 11px 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer
}

@media (max-width: 767px) {
    .tertiary-footer {
        height:585px;
        background-position-x: -378px;
        background-size: auto
    }

    .tertiary-footer__content {
        width: 330px
    }

    .tertiary-footer__content .text {
        font-size: 20px
    }
}

.footer {
    padding: 60px 0 40px;
    max-width: 940px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end
}

.footer__left {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 25%
}

.footer__left .logo {
    height: 50px;
    margin-right: auto
}

.footer__left .tagline {
    color: #1b3b68;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    line-height: 20px
}

.footer .middle {
    margin-right: 90px
}

.footer__right {
    display: flex;
    flex-direction: column;
    color: #1b3b68;
    font-size: 14px
}

.footer__right .title {
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 700
}

.footer__right .currency-flag {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.footer__right .currency-flag img {
    margin: 0 15px 3px 0;
    height: 15px
}

.footer__right .currency-flag:hover {
    text-decoration: underline;
    cursor: pointer
}

@media (max-width: 767px) {
    .footer {
        padding:40px 20px;
        flex-direction: column
    }

    .footer__left {
        max-width: 50%
    }

    .footer__left .tagline {
        width: 100%
    }

    .footer__right .title {
        margin: 20px 0
    }
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
header{
    border-bottom: 1px #000;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(27, 59, 104, .15);
}

.wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-8165f36a.wp-block-group-is-layout-flex {
    padding: 0 !important;
}
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;

}
@media only screen and (min-width: 768px){
    .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{
        margin: 0 auto !important;
    }
}
.dropdown-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-title {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px 12px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-title .input-container span,
.input-title .input-container input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
}

.dropdown-button {
    margin-left: 8px;
}

.currency-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    list-style: none;
    margin: 0;
    padding: 4px 0;
    z-index: 1000;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.currency-list li {
    padding: 8px 12px;
    cursor: pointer;
}
.currency-list li:hover {
    background: #f5f5f5;
}


.input-title.open .arrow-down-icon {
    transform: rotate(180deg);
}
.secondary-footer {
    padding-bottom: 0;
    max-width: 940px;
    margin: 0 auto;
}
.wp-block-site-tagline{
    color: #1b3b68;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    line-height: 20px;
    display: block;
    max-width: 210px;
}

span.wp-block-navigation-item__label{
    line-height: 140%;
    color: #3b80f1;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}
a:hover span.wp-block-navigation-item__label{
    text-decoration: none !important;
    border-bottom: none !important;
    cursor: default;
}
a span.wp-block-navigation-item__label:hover{
    text-decoration: none !important;
    border-bottom: none !important;
}
a:where(:not(.wp-element-button)){
    text-decoration: none !important;
    border-bottom: none !important;
}
