

/* Start:/local/templates/evavargentine_redesign/css/font.css?17303752081636*/
@font-face {
    font-family: 'Muller';
    font-weight: 400;
    font-style: normal;
    src: url('/local/templates/evavargentine_redesign/css/fonts/Muller/MullerRegular.woff2');
    url('/local/templates/evavargentine_redesign/css/fonts/Muller/MullerRegular.woff2') format('woff2'),
    font-display: swap;
}

@font-face {
    font-family: 'Muller';
    font-weight: 700;
    font-style: normal;
    src: url('/local/templates/evavargentine_redesign/css/fonts/Muller/MullerBold.woff2');
    url('/local/templates/evavargentine_redesign/css/fonts/Muller/MullerBold.woff2') format('woff2'),
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    src: url('/local/templates/evavargentine_redesign/css/fonts/Montserrat/Montserrat-Regular.woff2');
url('/local/templates/evavargentine_redesign/css/fonts/Muller/Montserrat-Regular.woff2') format('woff2'),
font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    src: url('/local/templates/evavargentine_redesign/css/fonts/Montserrat/Montserrat-Medium.woff2');
url('/local/templates/evavargentine_redesign/css/fonts/Muller/Montserrat-Medium.woff2') format('woff2'),
font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: normal;
    src: url('/local/templates/evavargentine_redesign/css/fonts/Montserrat/Montserrat-Bold.woff2');
url('/local/templates/evavargentine_redesign/css/fonts/Muller/Montserrat-Bold.woff2') format('woff2'),
font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;
    src: url('/local/templates/evavargentine_redesign/css/fonts/Montserrat/Montserrat-SemiBold.woff2');
url('/local/templates/evavargentine_redesign/css/fonts/Muller/Montserrat-SemiBold.woff2') format('woff2'),
font-display: swap;
}
@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: url('/local/templates/evavargentine_redesign/css/fonts/Inter/Inter-SemiBold.woff2');
url('/local/templates/evavargentine_redesign/css/fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
font-display: swap;
}
/* End */


/* Start:/local/templates/evavargentine_redesign/css/main.css?174098160010780*/
:root {
    --color-orange: #FF8159;
    --color-white: #FFF;
    --color-green: #3EA478;
    --color-black: #2C2C2C;
    --max-width: 1720px;
    --background-info: #F9ECE4;
    --background-info-green: #3EA478;
    --color-grey: #7D7D7D;
    --color-footer-grey: #606060;
}


body {
    font-family: 'Montserrat', Arial, sans-serif;
    max-width: 1920px;
    margin: 0 auto;
}
button,
a.btn,
body a{
    font-family: 'Montserrat', Arial, sans-serif;
}
p{
    margin: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img{
    display: block;
    width: 100%;
}
a {
    text-decoration: none;
    font-family: 'Gerbera', Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus-visible {
    outline: none;
}
.mx-wd{
    max-width: var(--max-width);
    margin: 0 auto;
}
.mr-tp-bt{
    margin: 110px 0;
}
.header{
    border-radius: 45px;
    background: var(--color-orange);
}
.header-container{
    padding: 20px 23px 20px 45px;
    margin: 50px 0 40px;
}
.header-title,
.footer-title{
    color: var(--color-white);
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.header-title:before,
.footer-title:before{
    content: url("/local/templates/evavargentine_redesign/css/../images/logo-vector.webp");
    margin-right: 17px;
    width: 2px;
    max-height: 48px;
}
.footer .footer-title:before{
    content: url("/local/templates/evavargentine_redesign/css/../images/logo-vector-footer.webp");
}
.footer .footer-title{
    font-size: 27px;
    color: #656565;
}
.header-logo-wrapper{
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-container-one{
    display: flex;
    align-items: center;
    gap: 47px;
}
.footer-item .header-logo-wrapper{
    gap: 17px;
}
.footer-item .btn-bl{
    margin: 0;
}
.footer-item .btn-bl .btn{
    padding: 16px 22px;
}
.social-links-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.icons-item{
    display: flex;
}
.header-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__menu-list{
    display: flex;
    gap: 15px;
    align-items: center;
}
.header__menu-link{
    color: var(--color-white);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-header{
    color: var(--color-orange);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 22px;
    background: var(--color-white);
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    align-items: center;
    border: none;
    cursor: pointer;
}
.header-container-two{
    display: flex;
    gap: 30px;
    align-items: center;
}

.title-2{
    color: var(--color-white);
    font-family: Muller, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.txt-small{
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
.txt-2{
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.btn{
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    /*width: 155px;*/
    /*height: 44px;*/
    padding: 11px 22px;
    align-items: center;
    flex-shrink: 0;
    border-radius: 22px;
    background: var(--color-orange);
    cursor: pointer;
    border: none;
    justify-content: center;
}
.txt-preview{
    color: var(--color-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.title-3{
    color: var(--color-black);
    font-family: Muller, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 26.4px */
}

.txt-4{
    color: var(--color-black);
    font-family: Muller,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.title-4{
    color: var(--color-black);
    font-family: Muller, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.footer{
    border-radius: 45px;
    background: var(--background-info);
    margin: 0 0 30px 0;
}
.footer.mx-wd{
    margin: 0 auto 30px;
}
.footer-wrapper{
    padding: 45px;
}
.footer-item{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer-item .phone-bl{
    margin: 32px 0 0;
}
.phone-bl{
    display: flex;
    gap: 24px;
}
.info-phone{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.icon-phone > span{
    padding: 16px;
    border-radius: 30px;
    background: #FF8159;
    display: flex;
    justify-content: center;
}
.info-phone .txt-preview,
.footer-item-menu .txt-preview,
.footer-info-wrapper .txt-preview{
    color: var(--color-footer-grey);
    font-weight: 500;
    font-size: 18px;
}
.footer-items{
    display: flex;
    gap: 60px;
}
.footer-item-menu,
.footer-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-info-wrapper{
    max-width: 415px;
}
.footer-item_wrapper-menu{
    margin: 0 0 0 auto;
}
.footer-socials{
    display: flex;
    gap: 20px;
}
.footer-socials-wrapper{
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-socials a{
    display: flex;
    height: fit-content;
}

.footer .footer-item-menu .txt-preview,
.footer .footer-info-wrapper .txt-preview{
    font-weight: 400;
}
.footer-item:first-child{
    min-width: 300px;
}
.menu-btn span{
    width: 24px;
    height: 2px;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    transition: all 0.5s;
    background-color: #ffffff;
}
.menu-btn {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
}
.mobile-menu-btn.menu-btn{
    display: none;
}
.header__menu-item{
    cursor: pointer;
}
.close-mobile-menu{
    display: none;
}
.b24-widget-button-position-bottom-right {
    right: 25px;
    bottom: 25px;
}
.eva_modal_back {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 12999;
    background: rgba(58, 63, 68, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.eva_modal_back.advert {
    display: none;
}
.eva_modal_back.advert.active {
    display: flex;
}
.eva_agreement_modal.advert {
    padding: 0;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
}
.eva_agreement_modal {
    background: #f6f9fa;
}
.eva_agreement_modal.advert img {
    max-width: 100%;
    border-radius: 10px;
    display: block;
}
@media (max-width: 1760px) {
    :root {
        --max-width: 1240px;
    }
    .header-container-one,
    .header-container-two{
        gap: 20px;
    }
    .header-container-two {
        margin: 0 0 0 auto;
    }
    .banner-text-preview {
        margin: 0 0 0 86px;
    }
    .footer-item:first-child{
        min-width: 300px;
    }
    .bank-picture{
        max-width: 860px;
    }
    .footer-socials svg{
        max-width: 34px;
        height: 34px;
    }
}

@media (max-width: 1280px) {
    :root {
        --max-width: 728px;
    }
    .menu-wrapper,
    .social-icons-wrapper{
        display: none;
    }
    .header-btn-wrapper{
        display: flex;
        gap: 20px;
    }
    .mobile-menu-btn.menu-btn{
        display: flex;
    }
    .title-2{
        font-size: 40px;
    }
    .txt-small,
    .txt-2{
        font-size: 14px;
    }
    .btn{
        font-size: 16px;
    }
    .mr-tp-bt{
        margin: 40px 0;
    }
    .footer-items{
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer-item:first-child{
        flex-basis: 100%;
        margin: 0 0 30px;
    }
    .footer-item_wrapper-menu {
        margin: 0;
    }
    .footer-item{
        flex-basis: calc(100% /2 - 10px);
    }
    .footer-socials-wrapper{
        flex-direction: column;
        gap: 20px;
    }
    .header-container{
        margin: 20px 0;
    }

    .menu-wrapper {
        display: block;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        overflow: hidden;
        -webkit-transition: transform ease-in-out 0.3s;
        -moz-transition: transform ease-in-out 0.3s;
        -o-transition: transform ease-in-out 0.3s;
        transition: transform ease-in-out 0.3s;
        -moz-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        transform: translate(100%,0);
        border-radius: 0px 0px 0px 30px;
        background: #FFF;
    }
    .menu-wrapper.active{
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        z-index: 999999;
    }
    .header__menu{
        padding: 30px 20px;
    }
    .header__menu-list{
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }
    .menu-wrapper.active .close-mobile-menu{
        display: flex;
        margin: 0 0 50px;
        justify-content: flex-end;
    }
    .header__menu-link{
        color: var(--color-black);
    }
}

@media (max-width: 768px) {
    :root {
        --max-width: 100%;
    }
    .mx-wd {
        margin: 0 20px;
    }
    .btn-header{
        display: none;
    }
    .title-2 {
        font-size: 32px;
    }
    .mr-tp-bt .title-2{
        text-align: center;
    }
    .header,
    .footer{
        border-radius: 30px;
    }
    .footer.mx-wd {
        margin: 0 20px 20px;
    }
    .footer .footer-title{
        font-size: 24px;
    }
    .footer-wrapper {
        padding: 20px;
    }
    .footer .btn{
        width: 100%;
    }
}
@media (max-width: 480px) {
    .header-container {
        padding: 20px 20px 20px 20px;
    }
}
/* End */
/* /local/templates/evavargentine_redesign/css/font.css?17303752081636 */
/* /local/templates/evavargentine_redesign/css/main.css?174098160010780 */
