@font-face {
    font-family: GerberaRegular;
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/gerbera-regular.eot") format('eot'), url("./fonts/gerbera-regular.woff") format('woff'), url("./fonts/gerbera-regular.ttf") format('truetype');
}

body {
    font-family: GerberaRegular, "Segoe UI", "Droid Sans", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
}

.header {
    height: 95px;
    display: flex;
    align-items: center;
    padding: 0 162px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(159, 157, 163, 0.28);;
}

ul {
    list-style-type: none;
}

input:focus-visible {
    outline: none;
}

.itemLiA {
    color: #9F9DA3;
    text-decoration: none;
}

.logo {
    height: 80px;
}

.calcIcons {
    height: 40px;
}

.headerItems {
    display: flex;
    gap: 48px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    mix-blend-mode: multiply;
    flex: none;
    order: 4;
    flex-grow: 0;
}

.mainBlock {
    height: 1112px;
    display: flex;
    justify-content: space-between;
    background-image: url("icons/ru-d@2x.jpeg");
    padding: 0 160px;
    flex-wrap: wrap;
    margin-bottom: 128px;
}

.transferMoney {
    margin-top: 96px;
}

.calculator {
    width: 422px;
    height: fit-content;
    margin: 96px 0;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid rgba(159, 157, 163, 0.28);;
    padding: 48px;
}

.calculatorInputs {
    display: flex;
    flex-direction: column;
}

.title {
    width: 520px;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 0.005em;
}

.titleText {
    margin: 0;
}

.subtitle {
    height: 80px;
    width: 520px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.01em;
}

.images {
    display: flex;
    justify-content: space-between;
}

.imgTitle {
    height: 48px;
    width: 102px;
}

.input {
    height: 63px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    color: #141414;
    display: inline-block;
    padding: 19px 23px;
    font-family: GerberaRegular, Segoe UI, Droid Sans, Roboto, Helvetica, Arial, sans-serif;
    background-color: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
}

.aboutUsers {
    padding: 0 160px;
    margin-bottom: 152px;
}

.aboutUsersTitle {
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    margin: 0 0 16px;
    width: 620px;
}

.aboutUsersSubtitle {
    font-weight: 400;
    font-size: 20px;
    color: #77767A;
    line-height: 32px;
    margin: 0;
}

.calculatorItem {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    line-height: 24px;
    color: #77767A;
}

.calculatorSeparator {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid;
    margin-left: 8px;
    margin-right: 8px;
    color: rgba(159, 157, 163, 0.28);
}

.calculatorItemText {
    white-space: nowrap;
}

.benefitsContainer {
    padding: 0 160px;
}

.benefitsList {
    display: flex;
}

.benefitsTitle {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.01em;
    color: #141414;
    mix-blend-mode: normal;
    margin-bottom: 96px;
    margin-top: 0;
}

.benefitItem {
    width: 320px;
    margin: 0 80px 60px 0;
}

.benefitItem:last-child {
    margin: 0 0 88px 0;
}

.itemDot {
    padding-bottom: 8px;
    margin: 0 30px;
}

.benefitItemTitle {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #141414;
    mix-blend-mode: normal;
}

.benefitItemText {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #77767A;
    mix-blend-mode: normal;
}

.countryContainer {
    padding: 0 160px;
    margin-bottom: 128px;
}

.countryList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(320px, 100% / 3), 1fr));
    max-width: 1000px;
}

.countryTitle {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.01em;
    color: #141414;
    mix-blend-mode: normal;
    margin-bottom: 16px;
}

.countrySubtitle {
    font-weight: 400;
    font-size: 20px;
    color: #77767A;
    line-height: 32px;
    margin: 0;
    margin-bottom: 96px;

}

.countryItem {
    display: flex;
    margin-bottom: 24px;
}

.countryIcon {
    height: 24px;
    weight: 24px;
}

.countryItemTitle {
    margin-top: 4px;
    margin-left: 32px;
    color: #77767A;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.01em;
}

.stepsTitle {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.01em;
    color: #141414;
    mix-blend-mode: normal;
    margin-bottom: 86px;
}

.stepsContainer {
    padding: 0 160px;
    margin-bottom: 128px;
}

.stepsItemTitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
}

.stepsItem {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 24px;
    width: 600px;
}

.navList {
    display: flex;
    align-items: center;
    padding: 0 160px;
    margin-bottom: 38px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9F9DA3;
}

.footerLogo {
    padding: 0 120px;
    margin-bottom: 36px;
}

.footerText {
    color: #9F9DA3;
    margin-bottom: 51px;
    padding: 0 160px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.footerDec {
    text-decoration: underline;
    margin: 0;
    color: #9F9DA3;
}

.footerDecText {
    display: flex;
    margin-bottom: 16px;
}

.footerImg:not(:first-child) {
    margin-left: 55px;
}

.paysystems {
    display: flex;
    margin-bottom: 150px;
    padding: 0 140px;
    align-items: center;
}

.footerDecYear {
    margin: 0;
}

.buttonDown {
    display: block;
    height: 30px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    background: none;
    border: none;
}

.dropdownContent {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    top: -300px;
    transition: all ease 0.4s;
    opacity: 0;
    color: #77767A;
    margin-bottom: 24px;
    margin-top: 24px;
    max-width: 592px;
}

.dropdownCalcText {
    overflow: auto;
    height: 220px;
}

.dropdownCalcContent {
    display: none;
    position: absolute;
    left: -1px;
    border-color: rgba(159, 157, 163, 0.28);
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 8px 8px;
    background: #FFFFFF;
    width: 100%;
    top: 55px;
}

.dropdownText {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
}

.show {
    display: flex;
    opacity: 1;
    top: 20px;
}

.showCalcList {
    display: block !important;
}

.rotateIcon {
    transform: rotate(180deg);
}

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

.inputSend {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #fff;
    border: 1px solid hsla(260, 3%, 63%, .28);
    border-radius: 8px;
    margin-bottom: 49px;
}

.containerLabel {
    text-align: center;
    line-height: 32px;
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.spanText {
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    padding-left: 8px;
    padding-right: 8px;
}

.spanContainer {
    color: #77767a;
    cursor: auto;
    font-size: 16px;
    line-height: 24px;
    max-width: calc(100% - 16px);
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    transition: top .2s;
    white-space: nowrap;
    top: -15px;
    left: 15px;
}

.inputImg {
    width: 24px;
    margin-right: 8px;
}

.calculatorSpan {
    margin-right: 15px;
}

.ddItem {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    margin: 0;
    justify-content: space-between;
}

.ddImg {
    width: 24px;
    height: 24px;
    margin-right: 24px;
}

.calculatorInputSpan {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #77767A;
}

.calculatorP {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #141414;
}

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

@media screen and (max-width: 1410px) {
    .mainBlock {
        padding: 0;
        flex-flow: column;
        align-items: center;
        height: auto;
    }
}

@media screen and (max-width: 1410px) {
    .benefitsList {
        flex-direction: column;
        align-items: center;
    }

    .benefitItem:last-child {
        margin: 0 80px 60px 0;
    }
}