.exchange-calc {
    background-color: #f2f0ed;
    padding: 40px 0;
}

.exchange-calc h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 57px;
}

.exchange-calc form input[type="submit"] {
    display: block;
    margin: 0 auto;
}

.exchange-calc .calculator {
    margin-bottom: 30px;
}

.exchange-calc .calculator .action-type {
    margin-bottom: 1rem;
    background: #F5F4F2;
    border-bottom: 2px solid #7A0035;
}

@media screen and (min-width: 60.063em) {
    .exchange-calc .calculator .action-type {
        max-width: 165px;
        margin: 0;
    }
}

.exchange-calc .calculator .action-type .selectedTxt {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}

.stylish-select .action-type ul.newList a {
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7A0035;
    background: none;
    border: 0;
}

.exchange-calc .calculator .js-actiontype2 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 80px;
    text-transform: uppercase;
    padding: 0 20px;
}

@media screen and (min-width: 60.063em) {
    .exchange-calc .calculator .js-actiontype2 {
        padding: 0;
        text-align: center;
    }
}

.exchange-calc .calculator .select-wrapper1,
.exchange-calc .calculator .select-wrapper2 {
    background: #fff;
    border-bottom: 2px solid #7A0035;
    background: #F5F4F2;
    margin-bottom: 10px;
}

.exchange-calc .calculator .select-wrapper1 {
    margin-bottom: 50px;
}

.exchange-calc .calculator .select-wrapper1 .js-currency1-select,
.exchange-calc .calculator .select-wrapper2 .js-currency2-select {
    display: none;
}

.exchange-calc .calculator .select-wrapper1 [name="currency1-value"],
.exchange-calc .calculator .select-wrapper2 [name="currency2-value"] {
    display: inline-block;
    width: calc(100% - 125px);
    line-height: 80px;
    height: 80px;
    font-size: 50px;
    background: #F5F4F2;
    border: 0;
}

.exchange-calc .calculator .select-wrapper1 .currency1,
.exchange-calc .calculator .select-wrapper2 .currency2 {
    display: inline-block;
    width: 120px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    vertical-align: top;
    background: #F5F4F2;
}

.exchange-calc .calculator .select-wrapper1 .currency1 .selectedTxt,
.exchange-calc .calculator .select-wrapper2 .currency2 .selectedTxt {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 0 30px 0 50px;
}

.exchange-calc .calculator .select-wrapper1 .currency1 .selectedTxt .flag-icon,
.exchange-calc .calculator .select-wrapper2 .currency2 .selectedTxt .flag-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    max-width: 32px;
}

.exchange-calc .calculator .tooltipstered {
    display: inline-block;
    color: #a8a8a8;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 0 5px;
    cursor: pointer;
}

.exchange-calc .calculator .tooltipstered .icon-basic_question {
    font-weight: 600;
}

.exchange-calc .calculator .current-rate {
    font-size: 12px;
    color: #737373;
    font-weight: 700;
}

.stylish-select .action-type .selectedTxt:after,
.stylish-select .currency1 .selectedTxt:after,
.stylish-select .currency2 .selectedTxt:after {
    font-size: 20px;
    color: #7A0035;
}


.stylish-select .SSContainerDivWrapper.currency1 ul.newList a,
.stylish-select .SSContainerDivWrapper.currency2 ul.newList a {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    font-size: 18px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 500;
    color: #7A0035;
    background: none;
    border: 0;
}

.stylish-select .SSContainerDivWrapper.currency1 ul.newList a img,
.stylish-select .SSContainerDivWrapper.currency2 ul.newList a img {
    pointer-events: none;
}

.exchange-calc .circle-banner {
    display: flex;
    margin: 0 auto 30px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #36b27a;
    color: #fff;
}

.exchange-calc .circle-banner .banner-icon {
    max-height: 50px;
    margin-bottom: 10px;
}

.exchange-calc .circle-banner .save-word {
    font-size: 20px;
}

.exchange-calc .circle-banner .saving-wrapper {
    text-align: center;
    max-width: 100%;
    margin: 0 5px;
}

.exchange-calc .circle-banner .saving-rate {
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    max-width: 240px;
    line-height: 1;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
}

.exchange-calc .circle-banner .saving-rate + .currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
}

.exchange-calc .circle-banner .show-more {
    font-size: 12px;
    color: #fff;
}

.exchange-calc .circle-banner .show-more:hover,
.exchange-calc .circle-banner .show-more:focus {
    color: #a3f7d1;
 }
