body, html{
    width: 100% !important;
    
}
.body {
    width: 100% !important;
    background-color: #fff;
}

.body-2 {
    background-color: #000;
}

.btn-up {
    position: fixed;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    display: block;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-container {
width: 100%;
    max-width: 480px;
    height: 100%;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    background-color: #f9f9f9;
    background-image: url("../img/bg.jpg");
    background-position: 0px 0px;
    background-size: cover;
}

.home-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-top-decoration{
    width: 100%;
  
    text-align: center;
}
.home-bottom-decoration{
    width: 100%;
    text-align: center;
}
.image-top-decoration {
    width: 80%;
    height: 100px;
}

.home-msg-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-msg-text {
    font-family: Montserrat, sans-serif;
    color: #b3a197;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

.home-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-logo {
    width: 60%;
}

.home-language-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link {
    font-family: Montserrat, sans-serif;
    color: #b3a197;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.language-separator {
    width: 20px;
}

.text-block {
    color: #b3a197;
    font-size: 19px;
    text-align: center;
}

.sections-main-container {
    position:relative;
    width: 100%;
    min-width:310px;
    max-width: 480px;
    height: 100%;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    background-color: #f9f9f9;
}

.top-image {
    width: 80%;
    height: 100px;
}

.section-image-decoration-wraper {
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
}

.logo {
    width: 100%;
    height: 100px;
}

.section-menu-container {
    padding-bottom: 40px;
}

.brand {
    display: none;
}

.nav-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.section-menu-wrapper {
    background-color: transparent;
}

.nav-menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: #91c4bf;
    font-size: 18px;
    font-weight: 600;
}

.section-description {
    padding: 30px 20px;
    position: relative;
    z-index: 10;
}

.link-wrapper {
    margin-right: auto;
    margin-left: auto;
}

.text-block-2 {
    color: #91c4bf;
    font-size: 13px;
    text-align: center;
}

.title-section {
    padding-top: 20px 0px 0px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.section-item-title-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.title-item {
    font-family: Montserrat, sans-serif;
    color: #4d8f7b;
    font-size: 16px;
    font-weight: 600;
    width: auto;
    padding-right:10px;
}
.title-item-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
   
}
.amount-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.acurrecy-item {
    font-family: Montserrat, sans-serif;
    color: #4d8f7b;
    font-size: 18px;
}

.amount-item {
    max-width: 100px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    color: #4d8f7b;
    font-size: 18px;
}

.paragraph {
    width: 80%;
    color: #659f8d;
    font-size: 14px;
    text-align: justify;
}

.item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-top-image{
    text-align: center;
    padding: 10px 0px 30px;
}
.section-bottom-image{
    text-align: center;
    padding: 10px 0px 30px;
}
.items-wrapper{
    position: relative;
    z-index: 100;
    padding: 15px 20px;
}
.sections-list{
    position: relative;
}
.section-description-wrapper{
    position: relative;
}
.image-decoration{
    position: absolute;
    height: 30%;
    width: 100%;
    top: 0;
    z-index: 1;
}
.footer{
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    background: #f9f9f9;
}
.footer-msg{
    color: #40a69d;
    font-size: 12px;
    font-family: 'Monserrat';
}
.main-msg-footer{
    color: #40a69d;
   
    padding-bottom: 30px;
    font-family: Montserrat, sans-serif;
}
@media screen and (max-width: 479px) {
    .sections-main-container {
        width: 100%;
        min-width:350px;
        max-width: 480px;
    }
    .btn-up {
        position: fixed;
        left: auto;
        top: auto;
        right: 20px;
        bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        height: 70px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}