@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    background: #F9F7FF;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    color: #222;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}


h3 {
    text-transform: uppercase;
    color: #6E3598;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 22px;

}
@media(max-width: 375px) {
    h3 {
        font-size: 21px;
    }
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

strong {
    font-weight: 700;
}


a {
    /*color: #da763a;*/

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

button {
    outline: 0;
}

.btn-send button {
    background: #E809DA;
    border-radius: 8px;
    color: white;
    padding: 20px 132px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 45px;
}

.btn-send button:hover {
    background: #D509DB;
    color: white;
}

a:hover,
a:active,
a:focus {
    color: #D509DB;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Ubuntu", sans-serif;
}

.heading {
    margin: 0 0 100px 0;
    font-size: 32px;
    line-height: 38px;
    color: #0c3135;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}


/*header*/


header {
    border-bottom: 1px solid #C8C8C8;
    padding: 10px 0;
    background: white;
}
header nav {
    padding-left: 85px;
}
header nav a {
    vertical-align: middle;
}

header ul {

    margin: 5px 0 0 0;
    display: inline-block;
    vertical-align: sub;
}

header ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    height: 100%;
    vertical-align: middle;
}

header ul li a {
    text-transform: uppercase;
    color: #707070;
    font-weight: 600;
    font-size: 12px;
}

header ul li img {
    width: 18px;
}
header a img.home {
    width: 18px;
}

header ul li.phone img {
    width: 14px;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

header ul li.exit img {
    margin: 0 0 0 4px;
}


header a {
    color: #707070;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

header li.phone a {
    color: black;
    font-size: 15px;
    font-weight: 700;
}

header ul.right.show-left {
    position: relative;
    top: -44px;
}

header ul.right li.top-right::before {
    content: "";
    width: 1px;
    height: 23px;
    position: absolute;
    left: -21px;
    top: 0px;
    background: #D6CFCF;
}



/*header ul.right li.top-right.phone::before {*/
/*    top: 2px;*/
/*}*/
header ul li a:hover {
    color: #9909E2;
}

header nav ul li:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    display: block;
    transition: all 0.3s ease;
    bottom: -8%;
}
header ul li:hover::after {
    width: 100%;
    height: 1px;
    background-color: #9909E2;
}


header nav ul.show-nav {
    display: block;
}


header nav ul.show-nav li {
    display: block;
    margin-right: 0;
}



@media (max-width: 1295px) {
    header ul li {
        margin: 0 14px;
    }

    header ul.right li.top-right::before {
        left: -16px;
    }

    header ul {
        margin-left: 0;
    }
}

@media(max-width: 1139px) {
    header nav {
        padding-left: 0;
    }
}
@media (max-width: 1050px) {
    header nav ul li {
        margin: 0 10px;
    }

    header ul li a {
        font-size: 11px;
    }

    header li.phone a {
        font-size: 15px;
    }
}

@media(max-width: 986px) {
    header nav ul {
        display: none;
    }
    header a img.home {
        margin: 0 10px;
    }
    header nav {
        position: relative;
        left: 12px;
        text-align: right;
    }

    header a img.home {
        margin: 7px 0 0 0;
    }

}

@media(max-width: 767px) {
    header nav {
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    header nav.btn-clicked {
        height: auto;
        display: block;
    }

    header ul.right.show-left {
        position: relative;
        top: -41px;
    }

    header ul.right.show-left li.top-right::before {
        top: 39%;
    }

    header ul.right {
        margin: 0;
        height: 100%;
        vertical-align: top;
    }

    header ul li {
        display: inline-flex;
        align-items: center;

    }
    header ul.right li span {
        display: none;
    }
    header a img.home {
        margin: 0 0 1px 0;
    }
    header ul.right li.top-right::before {
        top: 25%;
    }


    header a img.logo-img {
        width: 125px;
    }
    header ul {
        margin-top: 0;
        height: 100%;
    }
    header ul li.exit {
        margin-right: 0;
    }

    header ul.show-nav {
        height: auto;
    }



}

@media(max-width: 505px) {
    header nav.btn-clicked ul.show-nav li {
        text-align: left;
        min-width: 131px;
    }
}

@media(max-width: 440px) {
    header ul.right li.top-right::before {
        top: 15%;
    }
    header nav.btn-clicked {
        margin-top: 5px;
    }
    header ul.show-nav {
        margin-top: 7px;
    }

    header ul.right.show-left {
        top: -43px;
    }
}

@media(max-width: 411px) {
    /*header ul.right li.top-right::before {*/
    /*    top: 0;*/
    /*    height: 100%;*/

    /*}*/
}

@media(max-width: 375px) {
    /*header ul li img {*/
    /*    width: 16px;*/
    /*}*/

    /*header a img.home {*/
    /*    width: 16px;*/
    /*}*/

    /*header ul.right.show-left {*/
    /*    top: -46px;*/
    /*}*/

    header a img.logo-img {
        min-width: 95px;
    }

}


/*main*/

.profile {
    padding: 30px 0;
}


.profile .user-image {
    position: relative;

}

.profile .user-image img.choice-pic {
    border-radius: 100%;
    width: 145px;
    height: 145px;
    border: 10px solid white;
    margin-bottom: 5px;
    position: relative;

}

.profile .user-set h5,
.profile .image-and-info h5.name{
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px 28px;
}

.profile .user-set a.change-profile {
    display: block;
    width: 213px;
    background: #F3EDFB;
    padding: 7px 10px 7px 22px;
    border-radius: 20px;
    color: #707070;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

.profile .user-set a.change-profile img {
    width: 16px;
    margin-left: 10px;
}

.profile .message {
    background: white;
    border: 1px solid #9909E2;
    position: relative;
    padding: 22px 28px 11px 20px;
    border-radius: 11px;
    margin: 43px 0 0 0;
}

.profile .message::before {
    content: "Съобщение от Violeta";
    width: 170px;
    height: 25px;
    padding: 3px 22px;
    border-radius: 30px;
    position: absolute;
    font-size: 12px;
    left: 18px;
    top: -12px;
    background: #9909E2;
    color: white;
    font-family: 'Ubuntu', sans-serif;

}

.profile .message p {
    margin: 0;
    color: #6D3BD1;
    padding-left: 45px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.profile .message img {
    position: absolute;
    top: 0;
    left: 18px;
    width: 29px;
    height: 100%;
}

.profile ul {
    display: flex;
    justify-content: space-between;
}

.profile ul li {
    display: inline-block;
    font-size: 29px;
}

.profile .components {
    background: white;
    margin-top: 15px;
    padding: 5px 12px;
    border-radius: 12px;
    box-shadow: 2px 7px 11px 1px #e7e2f0;
    position: relative;
}


.profile .components .profile-info {
    color: #707070;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 7px;
    font-weight: 600;
    line-height: 19px;
    width: 129px;
}

.profile .components.friend ul li {
    opacity: 0.2;
}

.profile .components.friend ul li.active {
    opacity: 1;
}

.profile .components span {
    color: black;
    font-weight: 800;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 31px;
}

.profile a.change-picture {
    position: absolute;
    bottom: 15%;
    right: 41%;
    z-index: 5;
}

.profile a.change-picture img {
    width: 35px;
    /* position: absolute; */
    border: dotted 1px #9C9C9C;
    border-radius: 100%;
    height: 35px;
    padding: 10px;
    background: white;
    box-shadow: 2px 7px 11px 1px #e7e2f0;

}

.profile a.change-picture:hover img {
    border: dotted 1px #9909E2;
}

.profile .points a.change-picture,
.profile .coins a.change-picture {
    bottom: -18px;
    right: 0;

}


.tooltip-inner {
    background-color: #9909E2 !important;
    border-radius: 20px;
    padding: 2px 8px;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #fff;
}
.tooltip.top {
    background: #9909E2;
}
.tooltip.top .tooltip-arrow {
    background: #9909E2 ;
}
.tooltip.top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: red; /* black */
    border-width: 0 5px 5px;
}

.tooltip.right .tooltip-arrow {
    background: #9909E2;
}

.tooltip.bottom .tooltip-arrow {
    background: #9909E2;
}

.tooltip.left .tooltip-arrow {
    background: #9909E2;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #9909E2;

}


/*.profile .awards ul li:hover:after {*/
/*    content: "Изгряваща звезда";*/
/*    background: #9909E2;*/
/*    color: white;*/
/*    position: absolute;*/
/*    width: 30px;*/
/*    height: 10px;*/
/*    border-radius: 20px;*/
/*}*/

 .modal-content {
    border-radius: 20px;
}

 .modal-header {
    padding: 0;
    border-radius: 20px;

}


@media (max-width: 1198px) {
    .profile a.change-picture {
        right: 28%;

    }
}

@media (max-width: 991px) {
    .profile a.change-picture {
        right: 0;

    }

    .profile .message img {
        left: 4%;
    }
    .profile .components {
        text-align: center;
    }
    .profile .components .profile-info {
        text-align: center;
        width: 100%;
    }

    .profile .components ul {
        justify-content: center;
    }
    .profile .components.awards ul {
        justify-content: space-around;
    }
}

@media(max-width: 768px) {
    .profile .components.friend ul li {
        padding: 0 5px;
    }
}

@media(max-width: 767px) {
    .profile .user-image {
        text-align: center;
    }
    .profile .user-set h5 {
        text-align: center;
        margin-left: 0;
    }
    .profile .user-set a.change-profile {
        margin: 0 auto;
    }

    .profile .user-image a.change-picture  {
        left: 0;
        bottom: 15%;
        margin-left: 106px;
    }
    .profile .components {
        margin-bottom: 16px;
    }
    .profile .message {
        margin-bottom: 13px;
    }

    .profile .components.friend ul li {
        padding: 0 5px;
    }
}
@media(max-width: 375px) {
    .profile .message img {
        left: 5%;
    }
}
@media(max-width: 320px) {
    .profile .message img {
        left: 6%;
    }
}






    /*section slider-offer*/

.slider-offers {
    padding: 24px 0 35px 0;
}

.slider-offers .owl-carousel .offer {
    /*background:url("./assets/images/purple.png"), url("./assets/images/maskBG.png");*/
    background: url("../images/maskBG.png"), url("../images/2.png");
    background-size: cover;
    height: 175px;
    border-radius: 14px;
    text-align: center;
    padding-top: 38px;
    box-shadow: 0px 18px 9px -6px rgb(231 226 240);
}

.slider-offers .owl-carousel .offer.blue {
    background: url("../images/MaskGroup3.png"), url("../images/blue.png");
    background-size: cover;
    padding-top: 30px;
}

.slider-offers .owl-carousel .offer.pink {
    background: url("../images/MaskGroup3.png"), url("../images/pink.png");
    background-size: cover;
}

.slider-offers .owl-carousel .offer.lightblue {
    background: url("../images/MaskGroup3.png"), url("../images/lightblue.png");
    background-size: cover;
}

.slider-offers .owl-carousel .offer.blue h3 {
    margin-top: 12px;
}


.slider-offers .offer img {
    width: 70px;
    margin: auto;
}

.slider-offers .offer h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 23px;
    margin-top: 10px;
}

.slider-offers .owl-carousel {
    position: relative;
}

.slider-offers .owl-carousel .item {
    height: 200px;
}

.slider-offers .owl-carousel .owl-nav button {
    position: absolute;
    right: -4%;
    top: 54px;
    font-size: 35px;
    outline: none;
}

.slider-offers .owl-carousel .owl-nav button.owl-prev {
    left: -4%;
}

.slider-offers .owl-carousel .owl-nav button:hover {
    background: none;
    color: black;
}

.slider-offers .owl-carousel .owl-dots {
    display: none;
}


/*section recent-causes*/


.recent-causes {

}

.recent-causes article {
    background: white;
    border: 1px solid #CBCBCB;
    border-radius: 14px;
    border-top: none;

}

.recent-causes article .article-items {
    padding: 20px 23px
}


.recent-causes article h4 {
    color: #6E3598;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.recent-causes .article-items p {
    margin: 0;
    font-family: 'Ubuntu';
    color: #595965;
    font-size: 17px;
}

.recent-causes .likes {
    border-top: 1px solid #C8C8C8;
    padding: 14px 20px;
}

.recent-causes .likes a.user-image img {
    width: 47px;
    margin-right: 4px;
}

.recent-causes .likes a.user-image {
    position: absolute;
}

.recent-causes .likes a.user-image:hover {
    text-decoration: underline;
}

.recent-causes .likes a {
    color: #6E3598;
    font-weight: 600;
    font-size: 15px;
}

.recent-causes .likes a img {
    display: inline-block;
}

.recent-causes .likes .info-likes {
    text-align: right;
    position: relative;
}

.recent-causes .likes .info-likes::before {
    content: "";
    width: 1px;
    height: 44px;
    position: absolute;
    background: #C8C8C8;
    left: 0;
}
.recent-causes article .image-and-info img {
    transform-origin: 0 0;
    transition: transform 0.50s, visibility .25s ease-in;
}
.recent-causes article .image-and-info img:hover {
    transform: scale(1.02);
}

.recent-causes .likes .img-like a {
    display: block;
}

.recent-causes .likes .img-like a img {
    width: 16px;
}

.recent-causes .likes .img-like a img:hover {

}

.recent-causes .likes .img-like,
.recent-causes .likes .btn-wrap {
    display: inline-block;
    vertical-align: middle;
}

.recent-causes .likes .img-like span,
.news .comment span,
.joke span {
    color: black;
    font-weight: 700;
    font-size: 15px;
    position: relative;
    top: 3px;
}

.recent-causes .likes button {
    border-radius: 8px;
    background: #5309E8;
    color: white;
    padding: 6px 23px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 14px;

}

.recent-causes .likes button:hover {
    background: #6D3BD1;
}


.recent-causes .owl-carousel .owl-nav button {
    position: absolute;
    right: -4%;
    top: 170px;
    font-size: 35px;
    outline: none;
}

.recent-causes .owl-carousel .owl-nav button.owl-prev {
    left: -4%;
}

.recent-causes .owl-carousel .owl-nav button:hover {
    background: none;
    color: black;
}

.recent-causes .owl-carousel .owl-dots {
    display: none;
}



@media(max-width: 1199px) {
    .recent-causes .likes a.user-image {
        font-size: 13px;
    }
}

@media(max-width: 990px) {
    /*.recent-causes article .article-items h4 {*/
    /*    line-height: 22px;*/
    /*    font-size: 13px;*/
    /*}*/
    /*.recent-causes article .article-items p {*/
    /*    font-size: 14px;*/
    /*}*/

    /*.recent-causes .likes .img-like {*/
    /*    margin-bottom: 6px;*/
    /*}*/
    /*.recent-causes .likes .img-like a {*/
    /*    display: inline-block;*/
    /*}*/

    /*.recent-causes .likes .img-like span {*/
    /*    margin-left: 5px;*/
    /*}*/


    .recent-causes .likes .info-likes::before {
        /*height: 63px;*/
    }
}

@media(max-width: 767px) and (min-width: 560px) {
    .recent-causes .likes .user-image img {
        display: block;
        margin: 0 auto;
    }
    .recent-causes .likes .btn-wrap button {
        padding: 6px 18px;
        margin-left: 9px;
        font-size: 13px;

    }
    .recent-causes .likes {
        padding: 14px 20px 28px 20px;
    }
    .recent-causes .likes .info-likes {
        margin-top: 8px;
    }

    .recent-causes .likes .info-likes::before {
        height: 61px;
        left: -17px;
        top: -7px;
    }
}


@media(max-width: 767px) {
    .slider-offers .offer img {
        width: 50px;
    }
    .slider-offers .offer h3 {
        font-size: 19px;
        margin-top: 22px;
    }
}

/*@media(max-width: 450px) {*/
/*    .recent-causes .likes .info-likes::before {*/
/*        height: 35px;*/
/*    }*/
/*}*/

/*@media(max-width: 320px) {*/
/*    .recent-causes .likes .info-likes {*/
/*        text-align: center;*/
/*    }*/

/*    .recent-causes .likes .info-likes::before {*/
/*        height: 62px;*/
/*    }*/
/*}*/
@media (max-width: 414px) {
    .recent-causes .likes a.user-image img {
        display: block;
        margin: 0 auto;
    }
    .recent-causes .likes {
        border-top: 1px solid #C8C8C8;
        padding: 14px 20px 22px 20px;
    }
    .recent-causes .likes .info-likes {
        margin-top: 11px;
    }

    .recent-causes .likes .info-likes::before {
        top: -8px;
        height: 53px;
    }
}

@media(max-width: 375px) {
    .slider-offers .offer h3 {
        font-size: 16px;
    }
    .recent-causes article h4,
    .recent-causes .article-items p {
        font-size: 15px;
    }

}

@media(max-width: 361px) {
    .recent-causes .likes .btn-wrap {
        width: 72px;
    }

    .recent-causes .likes button {
        padding: 6px 18px;
        margin-left: 11px;
        font-size: 13px;
    }
}

@media(max-width: 320px) {
    .recent-causes .likes .info-likes::before {
        height: 64px;
        top: -11px;
    }
}


/*section news*/


.news {
    padding: 50px 0 37px 0;
}

.news .new-comment {
    border-bottom: 1px solid #C8C8C8;
    padding: 35px 15px 35px 15px;

}

.news .new-comment:hover {
    background: white;
    border-radius: 14px;
    box-shadow: 0 5px 9px 2px rgb(231 226 240);
    border: none;
    transition: all .4s;
    border-bottom: 1px solid #F9F7FF;
}


.news p {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
}

.comment {
    display: inline-block;
    position: relative;
    padding: 0 19px;
}

.comment img {
    display: block;
    width: 16px;
}

.news .col-2 {
    text-align: right;
}

.comment::before {
    content: "";
    width: 1px;
    height: 42px;
    position: absolute;
    background: #C8C8C8;
    left: -2px;
    top: -3px;
}

.news .btn-like {
    text-align: right;
}

@media(max-width: 992px) and (min-width: 768px) {
    .news .new-comment .comment {
        padding: 0 10px;
    }
    .news .new-comment {
        padding: 29px 15px 29px 15px;
    }
}



@media(max-width: 767px) {
    .news p {
        font-size: 14px;
    }
    .news .btn-like {
        margin-top: 15px;
        text-align: center;
    }
}

@media(max-width: 574px) {
    .news .new-comment {
        text-align: center;
    }
    .news .new-comment a img.user {
        margin-bottom: 13px;
    }
}


/*section joke*/


.joke {
    padding-bottom: 60px;
}

.joke .joke-comment {
    background: #EFE8FF;
    padding: 23px 15px 23px 28px;
    border-radius: 10px;
}

.joke .joke-comment p {
    margin: 0;
    color: #6D3BD1;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
}



.joke ul li {
    display: inline-block;
    margin-left: 12px;
}

.joke ul li img {
    width: 29px;
}

@media(max-width: 1204px) {
    .joke ul li {
        margin-left: 9px;
    }
}

@media(min-width: 768px) {
    .joke .joke-comment .btn-like {
        text-align: right;
    }
    .joke .joke-comment ul.icons {
        text-align: right;
    }
}

@media(max-width: 767px) {
    .joke .joke-comment p {
        margin-bottom: 13px;
        font-size: 15px;
    }
    .joke .btn-like {
        text-align: right;
    }
}

@media(max-width: 345px) {
    .joke ul li img {
        width: 27px;
    }

    .joke ul li {
        margin-left: 6px;
    }
    .comment {
        padding: 0 16px;
    }
}


/*section the-wheel-of-fortune*/


.the-wheel-of-fortune {

}

.the-wheel-of-fortune .lucky-chance {
    text-align: center;
    background: #AF03FF;
    height: 395px;
    padding-top: 36px;
    border-radius: 10px;
}

.the-wheel-of-fortune .lucky-chance img {
    width: 500px;
}


/*section questionnaire*/


.questionnaire {
    padding: 100px 0 50px 0;
}

.questionnaire .choose {
    background: #9909E2;
    border-radius: 10px;
    padding: 50px 0;
    height: 390px;

}

.questionnaire form {

}

.questionnaire .choose.second {
    background: #5309E8;
}

.questionnaire .choose h4 {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 0 56px 10px 58px;
    text-align: center
}

.questionnaire .choose.second h4 {
    padding: 0 69px 10px 69px;
}

.questionnaire .check {
    position: relative;
}

.questionnaire ul {
    padding: 0;
}

.questionnaire .form-check {
    position: relative;
    color: white;
    border: 1px solid #8608C7;
    width: 80%;
    margin: 13px auto;
    padding: 10px 0 10px 17px;
    border-radius: 7px;
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
}

.questionnaire .form-check:hover {
    background: #8308C2;
}

.questionnaire .form-check:hover .checkmark {
    background: #7307AA;
}

.questionnaire .second .form-check:hover .checkmark {
    background: #4908CC;
}

.questionnaire .second .form-check .checkmark:hover {
    background: #4908CC;
}

.questionnaire .form-check input {
    margin-right: 17px;
}


.questionnaire ul li span {
    position: absolute;
    background: #8608C7;
    width: 19px;
    height: 19px;
    top: 28%;
    left: 4%;
    border-radius: 4px;
    cursor: pointer;
}

.questionnaire .btn-ready {
    text-align: center;
}

.questionnaire .btn-ready button {
    text-transform: uppercase;
    color: white;
    background: #968BAB;
    padding: 12px 65px;
    border: none;
    font-weight: 700;
    font-size: 13px;
    border-radius: 7px;
    outline: none;
    margin-top: 10px;
    position: absolute;
    left: 35%;
    bottom: 12%;
}

.questionnaire .btn-ready button:hover {
    background: #71648B;
}

/*.questionnaire .second input {*/
/*    background: #4908CC;*/
/*    position: relative;*/
/*    border: 1px solid #8608C7;*/
/*    width: 80%;*/
/*    height: 47px;*/
/*    margin: 13px auto;*/
/*    padding: 10px 0 10px 20px;*/
/*    border-radius: 7px;*/

/*}*/
.questionnaire .second input::placeholder {
    color: white;
    font-weight: 100;
}

.questionnaire .second p {
    width: 80%;
    color: white;
    font-size: 15px;
    margin: 24px auto;
    position: relative;
    padding-left: 31px;
}

.questionnaire .second p span {
    position: absolute;
    background: #4908CC;
    width: 19px;
    height: 19px;
    top: 2%;
    left: 0%;
    border-radius: 4px;
    cursor: pointer;
}

.questionnaire .second i {
    display: none;
    position: absolute;
    left: 26%;
    color: white;
    z-index: 1;
    top: 21%;
    font-size: 10px;
}

.questionnaire .second span:hover i {
    display: block;

}


.second .form-check input {
    position: absolute;

}

.checkmark {
    position: absolute;
    top: 26%;
    left: 4%;
    height: 21px;
    width: 21px;
    background-color: #8607C6;
    border-radius: 4px;
}

.second .checkmark {
    position: absolute;
    top: 15%;
    left: -3%;
    height: 21px;
    width: 21px;
    background-color: #4807CB;
    cursor: context-menu;
}

.second .form-check {
    border: none;
    cursor: auto;
    font-weight: 400;

}

.second .form-check:hover {
    background: none;
}

.second .form-check input {
    position: absolute;
    left: -3%;
    top: 22%;

}

.second form .email-control {
    position: relative;
    border: none;
    width: 80%;
    margin: 13px auto;
    padding: 10px 0 10px 17px;
    border-radius: 7px;
    display: block;
    background: #4908CC;
    caret-color: white;
}

.second form .email-control::placeholder {
    opacity: 0.6;
}

/* On mouse-over, add a grey background color */
/*.form-check:hover input ~ .checkmark {*/
/*    background-color: #ccc;*/
/*}*/

/* When the checkbox is checked, add a blue background */
/*.form-check input:checked ~ .checkmark {*/
/*    background-color: #8607C6;*/
/*}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;

}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media(max-width: 1195px) {
    .questionnaire .btn-ready button {
        left: 31%;
    }
}


@media(max-width: 1024px) {
    .questionnaire .btn-ready button {
        left: 31%;
    }

}

@media(max-width: 990px) {
    .questionnaire .btn-ready button {
        left: 23%;
        bottom: 5%;
    }

    .second .form-check input {
        position: absolute;
        left: -3%;
        top: 14%;
    }
    .second .checkmark {
        position: absolute;
        top: 10%;
        left: -5%;
    }

}

@media(max-width: 767px) {
    .questionnaire .btn-ready button {
        left: 32%;
        bottom: 5%;
    }

    .questionnaire .choose.second {
        margin-top: 30px;
    }
}

@media(max-width: 462px) {
    .questionnaire {
        padding-top: 30px;
    }

    .questionnaire .btn-ready button {
        left: 29%;
        bottom: 5%;
    }
}

@media(max-width:375px) {
    .questionnaire .btn-ready button {
        left: 25%;
        bottom: 5%;
    }
}


@media(max-width:332px) {
    .questionnaire .btn-ready button {
        left: 22%;
        bottom: 5%;
    }

    .questionnaire .choose {
        height: 425px;
    }
    .second .checkmark {
        top: 8%;
    }
}

/*footer*/


footer {
    background: #3A3447;
    padding: 40px 0;
    font-family: "Ubuntu", sans-serif;
    opacity: 0.9;
}

footer ul.footer-nav {
    text-align: center;
    border-bottom: 1px solid #504A5B;
    padding-bottom: 30px;
}

footer ul.footer-nav li {
    display: inline-block;
    padding: 0 15px;
}

footer ul.footer-nav li a {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
}

footer ul.footer-nav li a:hover {
    color: white;
    opacity: 0.6;

}

footer .email a {
    color: #fff;
    font-size: 15px;

    font-weight: 500;
}

footer .email {
    margin: 30px 0 20px 0;
}

footer .phone a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

footer .phone a:hover,
footer .email a:hover {
    opacity: 0.6;
}

footer .phone span {
    display: block;
    font-size: 13px;
    font-weight: 100;
    text-align: center;
    color: #A7A7A7;
}

footer .phone img,
footer .email img {
    width: 22px;
    margin-right: 12px;
}

footer .work-time .clock {
    color: #fff;
    position: relative;
    padding: 30px 0 10px 0;
    font-size: 1.1rem;
    margin: 0 0 5px 35px;
}

footer .work-time img {
    position: absolute;
    left: -16%;
    width: 22px;
}

footer .work-time ul li {
    color: white;
    padding-left: 35px;
    line-height: 26px;
}

footer .work-time span {
    display: block;

}

footer .vip span {
    width: 71%;
}

footer .social {
    padding: 30px 0;
}

footer .social ul li {
    display: inline-block;
    padding: 0 8px;
}

footer .social ul li img {
    width: 30px;
}

@media(max-width: 1197px) {
    footer .phone span {
        text-align: right;
    }
}
@media(max-width: 990px) {
    footer .phone span {
        text-align: left;
    }
    footer .work-time img {
        left: -10%;
    }
}

@media(max-width: 767px) {
    footer .work-time img {
        left: -13%;
    }
}

@media(max-width: 573px) {
    footer .work-time img {
        left: -6%;
    }
}

@media(max-width:539px ) {
    footer {
        padding: 20px 0 5px 0;
    }
    footer ul.footer-nav {
        padding-bottom: 20px;
    }

    footer ul.footer-nav li {
        display: block;
        margin-bottom: 5px;
    }
    footer .social {
        text-align: center;
    }
}

@media(max-width: 425px) {
    footer .work-time img {
        left: 13%;
    }
    footer .work-time.vip img {
        left: 22%;
    }

    footer .email,
    footer .phone,
    footer .phone span,
    footer .clock span,
    footer .work-time ul {
        text-align: center;
    }
    footer .work-time .clock {
        margin-left: 0;
    }
    footer .vip span {
        width: 100%;
    }

    footer .work-time ul li {
        padding: 0;
    }
}
@media(max-width: 375px) {
    footer .work-time img {
        left: 8%;
    }
    footer .work-time.vip img {
        left: 18%;
    }
}

@media(max-width: 355px) {
    footer .work-time img {
        left: 5%;
    }
    footer .work-time.vip img {
        left: 16%;
    }
}


@media(max-width: 320px) {
    footer .work-time img {
        left: 1%;
    }
    footer .work-time.vip img {
        left: 13%;
    }
}





/*needmoney page*/


.range {
    padding-bottom: 90px;
}



.main {
    position: relative;
    margin: 64px 0 46px 0;
}

#slider {
    -webkit-appearance: none;
    width: 100%;
    height: 18px;
    outline: none;
    border-radius: 20px;
    border: 1px solid #CFCBDC;
}
.range #slider {
    height: 30px;
    -webkit-appearance: none;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

#selector {
    -webkit-appearance: none;
    height: 104px;
    width: 48px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.selectBtn {
    -webkit-appearance: none;
    position: absolute;
    bottom: -1px;
    height: 33px;
    width: 33px;
    margin-left: 8px;
    border: none;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}
.range .selectBtn {
    -webkit-appearance: none;
    bottom: 0px;
    height: 39px;
    width: 39px;
    margin-left: 5px;

}




#selectValue {
    right: -31%;
    width: 82px;
    font-weight: 500;
    height: 27px;
    position: absolute;
    top: 32px;
    border-radius: 11px;
    text-align: center;
    background: #9909E2;
    color: white;
    padding-top: 3px;
}
.range #selectValue {
    top: 28px;
}

#selector i {
    position: absolute;
    bottom: 36%;
    margin-left: 18px;
    font-size: 19px;
    color: #9909E2;
}

.range #selector i {
    bottom: 40%;
}

#progressBar {
    width: 50%;
    height: 19px;
    background: linear-gradient(to right, #9E09E1 0%, #E809DA 100%);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;

}
.range #progressBar {
    height: 30px;
}
/*#selectValue::after {*/
/*    content: "";*/
/*    color: white;*/
/*    border-top: 17px solid #9909E2;*/
/*    border-left: 24px solid #9909E2;*/
/*    border-right: 24px solid #9909E2;*/
/*    position: absolute;*/
/*    bottom: -14px;*/
/*    left: 0;*/
/*}*/




/*.range .range-slider {*/
/*    position: relative;*/
/*    margin: auto;*/
/*    width: 100%;*/
/*    padding: 40px 0;*/

/*}*/

/*.range .range-slider input {*/
/*    width: 100%;*/
/*    border-radius: 15px;*/
/*}*/

/*.range .range-slider span {*/
/*    position: absolute;*/
/*    min-width: 86px;*/
/*    top: -10px;*/
/*    left: 3px;*/
/*    background: #9909E2;*/
/*    text-align: center;*/
/*    color: white;*/
/*    border-radius: 20px;*/
/*}*/

/*.range .range-slider span i {*/
/*    position: absolute;*/
/*    color: #9909E2;*/
/*    bottom: -20px;*/
/*    font-size: 23px;*/

/*}*/

.range-valuee span.value {
    background: none;
    color: black;
    position: absolute;
    font-weight: 700;
    font-size: 17px;
    top: 68%;
}

.range-valuee span.value.max {
    right: 0;
}


input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 13px;
    border-radius: 5px;
    /*background: #D709DC;*/
}

/*ball*/
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    opacity: 0;
    /*height: 25px;*/
    /*width: 25px;*/
    /*border: none;*/
    /*border-radius: 50%;*/
    /*background: white;*/
    /*cursor: pointer;*/
    /*box-shadow: 0 0 2px 0 #555;*/
    /*transition: background .3s ease-in-out;*/
}


/*input[type="range"]::-moz-range-thumb {*/
/*    -webkit-appearance: none;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    border-radius: 50%;*/
/*    background: white;*/
/*    cursor: ew-resize;*/
/*    box-shadow: 0 0 2px 0 #555;*/
/*    transition: background .3s ease-in-out;*/
/*}*/

/*input[type="range"]::-ms-thumb {*/
/*    -webkit-appearance: none;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    border-radius: 50%;*/
/*    background: white;*/
/*    cursor: ew-resize;*/
/*    box-shadow: 0 0 2px 0 #555;*/
/*    transition: background .3s ease-in-out;*/
/*}*/


/*input[type=range]::-webkit-slider-runnable-track {*/
/*    -webkit-appearance: none;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    background: transparent;*/
/*}*/


/*input[type=range]::-moz-range-track {*/
/*    -webkit-appearance: none;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    background: red;*/
/*}*/

/*input[type="range"]::-ms-track {*/
/*    -webkit-appearance: none;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    background: red;*/
/*}*/


.range form.personal {
    padding: 30px 0 44px 0;
}

form.personal input {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #E5E0EF;
    border-radius: 8px;
}

.range .loan-money p {
    color: #6b6b6b;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.5;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    text-align: center;
}

.range .picture-choose {
    border: 1px solid #E5E0EF;
    border-radius: 6px;
    padding: 20px 18px;
    text-align: center;
}
.range .picture-choose img {
    margin-bottom: 11px;
    height: 32px;
}



.range .picture-choose h5 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 13px;
    padding: 0 10px;
}
.range .picture-choose p {
    font-size: 10px;
    margin: 10px auto 0 auto;
    color: #9e9e9e;
}

.picture-choose input[type="file"] {
    color: transparent;
}


.form-group {
    width: 122px;
    background-color: transparent;
    position: relative;
    margin: 0 auto;
    height: 31px;

}

.range .form-group.three {
    margin-top: 37px;
}
/*.form-group.three {*/
/*    margin-top: 35px;*/
/*}*/

input[type='file'] {
    width: 90px;
    height: 25px;
    opacity: 0;
    background: none;
    background-image: none;
    border: none;
    outline: none;
}

/* #val {
    width: 400px;
    height:25px;
    position: absolute;
    top: 0;
    left: 0;
    font-size:13px;
    line-height: 25px;
    text-indent: 10px;
    pointer-events: none;
} */
.buttons {
    cursor: pointer;
    display: block;
    width: 126px;
    background-color: white;
    height: 33px;
    color: #5309E8;
    position: absolute;
    border: 1px solid #E5E0EF;
    left: 0;
    top: 0;
    /* font-family: 'Montserrat'; */
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 33px;
    text-align: center;
    -webkit-transition: 500ms all;
    -moz-transition: 500ms all;
    transition: 500ms all;
    border-radius: 8px;
}

.buttons:hover {

    border: 1px solid #5309E8;
}

.customform-control {
    display: block;
    width: 395px;
    padding-top: 2px;
    padding-left: 2px;
    height: 22px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #71706f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 0px !important;
}


.range p.amount {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-top: 55px;
    text-align: right;

}

.range p.amount span {
    color: #9909E2;
    font-size: 31px;
    font-weight: 700;
    margin-left: 4px;
}


/*@media(min-width: 577px) and (max-width: 990px) {*/
/*    .range .picture-choose form .form-group.three {*/
/*        margin-top: 35px;*/
/*    }*/
/*}*/

@media(max-width: 1200px) and (min-width: 992px) {
    .range .picture-choose p {
        width: 116px;
    }
}

@media(max-width: 1011px) and (min-width: 992px) {
    .range #selectValue {
        right: -8%;
        width: 67px;
        top: 28px;

    }
}
@media(max-width: 575px) {
    .range .picture-choose form .three {
        margin-top: 0;
    }
}

@media(max-width: 990px) {
    .btn-send button {
        padding: 20px 110px;
    }

}


@media(max-width: 588px) {
    .range .selectBtn {
        min-width: 40px;
        min-height: 40px;
        top: 64px;
        left: -12px;
    }

    .range #selectValue {
        right: -72%;
        width: 60px;
        padding: 5px 0;
        font-size: 12px;

    }
    .range #selector i {
        left: -11px;
        bottom: 41%;
    }


    .range-valuee span.value.max {
        right: 8px;
    }

    .range #selector {
        width: 23px;
    }
}


@media(max-width: 767px) {
    .range .range-slider span {
        left: -20px;
    }
    .range .range-slider span i {
        left: 21%;
    }

    .range .picture-choose {
        margin-bottom: 30px;
    }
    .range p.amount {
        text-align: center;
        margin-top: 0;
    }
    .range .btn-send {
        text-align: center;
    }

    .range .btn-send button {
        margin-top: 7px;
    }
    .range {
        padding-bottom: 68px;
    }
    form.personal.iban {
        padding-bottom: 0;
    }
}
@media(max-width: 574px) {
    .range .picture-choose {
        margin-bottom: 15px;
    }
}


@media(max-width: 375px) {
    .btn-send button {
        padding: 19px 90px;
    }

}

@media(max-width: 320px) {
    #selector i {
        bottom: 37%;
    }
}



/*exchange-of-money page*/


.exchange-rate {
    padding: 10px 0 90px 0;
}

.exchange-values {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.exchange-rate .exchange-values p {
    margin: 0 11px 0 0;
    font-family: 'Montserrat';
    color: black;
    font-weight: 600;
}

.exchange-values img {
    margin: 0 8px 0 14px;
}

.exchange-values span {
    color: black;
    font-weight: 700;
}

.exchange-values span.equal {
    margin: 0 1px 0 12px;
}


.savings {
    border: 1px solid #E5E0EF;
    border-radius: 8px;
    text-align: center;
    padding: 34px 0 32px 0;

}

.savings h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.savings ul {
    display: flex;
    justify-content: space-evenly;

}

.savings.points ul {
    height: 62px;
    align-items: center;
}

.savings ul li {
    display: flex;
    align-items: flex-end;

}

.exchange-rate .savings ul li img {


}
/*.exchange-rate .savings {*/
/*    padding: 34px 30px 10px 30px;*/
/*}*/

.savings span {
    color: black;
    font-weight: 700;
    font-size: 47px;
    display: block;
    margin-top: 10px;
    margin: 10px 0 15px 0;
}

.savings span::first-letter {
    margin-right: 12px;
}

/*@media (min-width: 1100px) {*/
/*    .savings {*/
/*        padding: 34px 30px 32px 30px;*/
/*    }*/
/*}*/
.exchange-rate .savings {
    padding: 34px 30px 10px 30px;
}
/*@media(min-width: 990px) {*/
/*    .exchange-rate .savings {*/
/*        padding: 34px 30px 10px 30px;*/
/*    }*/
/*}*/

.exchange-rate .image-arrow {
    text-align: center;
    padding-top: 54px;
}

.exchange-rate .image-arrow img {
    margin-bottom: 25px;
}

.exchange-rate .btn-confirm {
    text-align: center;
}

.exchange-rate .btn-confirm button {
    background: #E809DA;
    border-radius: 8px;
    color: white;
    padding: 20px 132px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

.exchange-rate .btn-confirm button:hover {
    background: #D509DB;
}

@media(max-width: 990px) and (min-width: 768px) {
    .exchange-rate .savings {
        padding: 34px 10px 10px 10px;
    }

    .exchange-rate .savings.points ul li:last-child img {
        display: none;
    }
    .exchange-rate .savings h4 {
        font-size: 16px;
    }

}
@media(max-width: 767px) {

    .exchange-rate .image-arrow {
        padding: 28px 0 5px 0;
    }
    .exchange-rate .image-arrow img {
        width: 70px;
        transform: rotate(90deg);
        margin-left: 0;
    }

    .exchange-rate {
        padding: 20px 0 65px 0;
    }
}



@media(max-width: 425px) {
    .exchange-rate .btn-confirm button {
        padding: 0;
        width: 80%;
        height: 65px;
    }
    .exchange-rate .savings {
        padding: 24px 0 5px 0;
    }
}

@media(max-width: 350px) {
    .exchange-values {
        display: block;
        text-align: center;
    }
    .exchange-rate .exchange-values p {
        margin-bottom: 10px;
        display: block;
    }
}

@media(max-width: 320px) {

    .exchange-rate .savings.points ul li:last-child img {
        display: none;
    }
}


/*win-money page*/


.win-offer {
    padding: 10px 0 55px 0;
}

.win-offer h3 {
    color: black;
}

.win-offer .offer {
    text-align: center;

}

.win-offer .offer p {
    margin-bottom: 30px;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .win-offer .offer p {
        padding: 0 200px;
    }
}


.slider-full {
    padding-bottom: 40px;
}

.slider-full article {
    background: url("../images/MaskGroup2.png"), url("../images/purple2.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 485px;
    margin: 75px 10px 0 10px;
    border-radius: 56px
}



.slider-full article img.image-talk {
    height: 8rem;
    margin: -4rem auto 0rem;
    display: block;
}

.slider-full img.person-image  {

    position: absolute;
    right: 10px;
    border-radius: 56px;
    bottom: 0;
    max-height: 101%;
    width: inherit;
}


.slider-full article .slider-info {
    margin-top: 82px;
    text-align: center;
}

.slider-full article p {
    color: white;
    width: 303px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 30px;

}


.slider-full article p.name {
    margin: 0;
    font-size: 17px;
    line-height: 26px;
    width: 100%;

}
.slider-full article p.normal-hide {
    display: none;
}
@media(min-width: 1700px) {
    .slider-full article p.normal-hide {
        display: block;
    }
}

.slider-full article span {
    color: white;
    font-size: 17px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.slider-full .owl-carousel .owl-item {
    opacity: 0.2;
}

.slider-full .owl-carousel .owl-item.active {
    opacity: 1;
}

.slider-full .owl-carousel .owl-nav {
    display: none;
}

.slider-full .owl-carousel .owl-dots {
    padding: 25px 0;
}

.slider-full .owl-carousel .owl-dots button {
    margin: 0 5px;
    position: relative;
    outline: none;
}

.slider-full .owl-carousel .owl-dots button.active {
    top: 8px;
}


.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
}

.slider-full .owl-carousel .owl-dots button.active span {
    background: white;
    border: 2px solid #5309E8;
    padding: 9px;
    border-radius: 34px;
}

.slider-full .owl-carousel .owl-dots button.active::after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #E809DA;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}
@media(min-width: 1500px) {
    /*.slider-full .image-person img {*/
    /*    width: 100%;*/
    /*    position: relative;*/
    /*    top: 0px;*/
    /*    left: 0px;*/
    /*}*/
    .slider-full article {
        height: 100%;
        padding: 32px;
    }

    .slider-full article p {
        color: white;
        font-size: 29px;
        line-height: 42px;
        width: 540px;
    }
    .slider-full article p.name {
        font-size: 28px;
        margin-bottom: 12px;

    }
    .slider-full article span {
        font-size: 25px;
    }
}


@media (max-width: 1366px) {
    .slider-full article {
        height: 421px;
    }

    .slider-full .image-person img {
        bottom: -44px;
    }
}



@media (max-width: 1044px) {
    .slider-full article .slider-info {
        margin-top: 48px;
        padding-left: 15px;
    }
    .slider-full article {
        height: 387px;
    }
}

@media (max-width: 735px) and (min-width: 700px) {
    .slider-full article span {
        margin-left: 17px;
    }
    .slider-full article p.name {
        margin-left: 9px;
    }
}

@media(max-width: 812px) {
    .slider-full article p {
        font-size: 17px;
    }
}
@media(max-width: 680px) {
    .slider-full article p {

        line-height: 26px;
        margin-bottom: 25px;
        width: 237px;
        font-size: 15px;
    }
    .slider-full article {
        position: relative;
    }
    .slider-full img.person-image {
        right: 0px;
    }
    .slider-full article .slider-info {
        margin-top: 24px;
    }
    .slider-full article p {

    }
}

@media(max-width: 650px) {


    .slider-full article {
        height: 304px;
    }

    .slider-full article img.image-talk {
        height: 5rem;
        margin: -3rem auto 0rem;
    }



}

@media(max-width: 626px) {
    .slider-full .image-person img {
        bottom: -18px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
        padding-bottom: 10px;
    }
}

@media(max-width: 575px) {
    .slider-full img.person-image {
        display: none;
    }
    .slider-full article .slider-info {
        padding-left: 0;
    }
    .slider-full article p {
        width: 100%;
        padding: 0 41px;
    }
    .slider-full article {
        padding-bottom: 35px;
        height: 100%;
    }

}

@media(max-width: 506px) {
    .slider-full .image-person img {
        bottom: -39px;
    }
    .slider-full article .slider-info {
        margin-top: 27px;
    }

    .slider-full article p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .win-offer {
        padding: 55px 0 4px 0;
    }
}

@media(max-width: 457px) {



    .slider-full article .slider-info {
        margin-top: 18px;
    }
    .slider-full article p {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .slider-full article span {
        font-size: 13px;
    }


}



@media(max-width: 407px) {
    .slider-full .image-person img {
        bottom: -15px;
    }
    .slider-full article p {
        padding: 0 20px;
    }
}

@media(max-width: 375px) {
    .win-offer .offer h3 {
        font-size: 21px;
    }
}

@media(max-width: 358px) {


    .slider-full article img.image-talk {
        height: 4rem;
        margin: -3rem auto 0rem;
    }

    .slider-full article p {
        font-size: 13px;
        margin-bottom: 15px;
        line-height: 24px;
    }

    .slider-full .image-person img {
        bottom: -30px;
    }

    .slider-full article span {
        font-size: 13px;
    }



    .slider-full article span {
        font-size: 13px;
    }
}

@media(max-width: 320px) {
    .slider-full article p.name {
        font-size: 15px;
    }
}

/*giving-back-money page*/


.react-person {
    padding: 16px 0 50px 0;
}

.react-person h3 {
    text-align: center;
    color: black;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 28px;
}




.react-person article {
    display: inline-block;
    background: white;
    border: 1px solid #E0DDEB;
    border-radius: 20px;
    /* width: 155px; */
    /* height: 175px; */
    width: 90%;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
}

.react-person article:hover {
    background: lavenderblush;;
}

.react-person article img {
    max-width: 86px;
    max-height: 86px;
    margin-bottom: 13px;
}

.react-person article span {
    display: block;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.react-person .btn-send {
    text-align: center;
}

.react-person .btn-send button {
    margin: 35px 0 40px 0;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .react-person article span {
        font-weight: 500;
        font-size: 14px;
    }
}

@media(max-width: 767px){
    .react-person h3 {
        font-size: 21px;
    }

    .react-person article img {
        width: 70px;
        height: 70px;
    }

    /*.react-person article {*/
    /*    width: 140px;*/
    /*    height: 155px;*/
    /*}*/

    .react-person article span {
        font-weight: 500;
        font-size: 14px;
    }


}

@media(max-width: 511px) {
    /*.react-person article {*/
    /*    width: 118px;*/
    /*    height: 130px;*/

    /*}*/

    .react-person article img {
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 445px) {
    .react-person article span {
        font-size: 12px;
    }

    .react-person ul li {
        width: 109px;
        height: 116px;
    }

    .react-person article img {
        width: 38px;
        height: 38px;
    }

    .react-person h3 {
        font-size: 16px;
    }

    .react-person {
        padding: 40px 0 28px 0;
    }
}

@media(max-width: 419px) {
    /*.react-person article {*/
    /*    width: 94px;*/
    /*    height: 107px;*/
    /*}*/

    .react-person article img {
        width: 30px;
        height: 30px;
    }

    .react-person article span {
        font-size: 11px;
    }

}

@media(max-width: 352px) {
    .react-person article {
        margin: 0;
        min-width: 94px;
    }
}

@media(max-width: 320px) {


    .react-person h3 {
        font-size: 14px;
        line-height: 23px;
    }
}


/*giving-back-money-2 page */


.giving-info {
    padding-top: 20px;
}

.giving-info .savings {
    border: 1px solid #E0DDEB;
    padding: 22px 10px 0 10px;
    height: 155px;
    border-radius: 20px;
}

.giving-info .savings.zero {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.giving-info .savings.zero span {
    margin-bottom: 8px;
}

.giving-info h3 {
    /*color: black;*/
    /*font-weight: 700;*/
    /*font-size: 27px;*/
    /*text-align: center;*/
    /*width: 76%;*/
    /*margin: 0 auto;*/

    color: black;
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    /* width: 84%; */
    /* margin: 0 auto; */
    text-transform: none;
    padding: 0 31px;
    margin: 0;
    line-height: 26px;
}
.giving-info .info {
    border-radius: 10px;
    margin-bottom: 44px;
}

.giving-info .info.bribe {
    margin-top: 62px;
    width: 94%;
    margin-left: auto;
}
.giving-info .for-us {
    /*background: #EFE8FF;*/
    /*padding: 25px 0 23px 0;*/
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/

    background: #EFE8FF;
    padding: 30px 0 30px 0;

    width: 115%;
    border-radius: 10px;
}
.giving-info .you-want {
    background: white;
    padding: 30px 0 24px 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 7px 11px 3px #e7e2f0
}
.giving-info .you-want:before {
    /*content: "";*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*position: absolute;*/
    /*background: white;*/
    /*bottom: -16px;*/
    /*border-bottom: 1px solid #DCD5EC;*/
    /*border-right: 1px solid #DCD5EC;*/
    /*left: 50%;*/
    /*transform: rotate(45deg);*/
    /*!* margin-top: -15px; *!*/
    /*margin-left: -15px;*/


    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: white;
    left: 0;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -15px;
    margin-left: -15px;

}


.giving-info p {
    /*color: #9909e2;*/
    /*font-weight: 500;*/
    /*width: 64%;*/
    /*text-align: center;*/
    /*line-height: 26px;*/
    /*font-size: 17px;*/
    /*margin: 0 auto;*/

    color: #9909e2;
    font-weight: 500;
    width: 89%;
     text-align: left;
    line-height: 27px;
    font-size: 17px;
    margin: 0;
    padding: 0 38px;
}

.giving-info .range-and-gold {
    border-bottom: 1px solid #D8D5E3;
    padding-bottom: 47px;
}


.giving-info #slider {
    -webkit-appearance: none;
    width: 100%;
    height: 18px;
    outline: none;
    border-radius: 20px;
    border: 1px solid #CFCBDC;
}

.giving-info #slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 3;
    position: relative;
}

.giving-info #selector {
    height: 104px;
    width: 48px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.giving-info .selectBtn {
    position: absolute;
    bottom: -1px;
    height: 33px;
    width: 33px;
    margin-left: 8px;
    border: none;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}



.giving-info #selectValue {
    height: 22px;
    position: absolute;
    border-radius: 11px;
    text-align: center;
    background: none;
    color: #707070;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    left: 0;
    top: -43px;
}


/*.giving-info #selector i {*/
/*    position: absolute;*/
/*    bottom: 36%;*/
/*    margin-left: 18px;*/
/*    font-size: 19px;*/
/*    color: #9909E2;*/
/*}*/

.giving-info #progressBar {
    width: 50%;
    height: 18px;
    background: linear-gradient(to right, #9E09E1 29%, #E809DA 100%);
    border-radius: 20px;
    position: absolute;
    border: 1px solid #CFCBDC;
    top: 0;
    left: 0;

}






.giving-info .savings span {
    color: black;
    font-weight: 700;
    font-size: 35px;
    display: block;
    margin-top: 8px;
}

.giving-info .range-slider span {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;

}

.giving-info .range-valuee span.value {
    top: 33px;
}

.giving-info .exchange-gold-amount span.golds {
    font-weight: 600;
    font-size: 15px;
    display: block;
    margin: 22px 0px 38px 0;
}


.giving-info form {
    padding: 22px 0 70px 0;
}

.giving-info form .form-groupp {
    padding: 13px 0;
}

.giving-info form .label-groupp {
    text-align: right;
}
.giving-info form .label-groupp label {
    font-family: 'Ubuntu', sans-serif;
    color: #231F20;
    font-weight: 500;
    font-size: 16px;
}

.giving-info form  input {
    padding: 24px 18px;
    border-radius: 8px;
    background: #EEEBF8;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 15px;
    outline: none;
}
.giving-info form  input,
.giving-info form  .label-groupp {
    margin-bottom: 25px;
}

.giving-info form  input.enable {
    background: white;
    border: 1px solid #E5E0EF;
}

.giving-info form span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #595965;
    margin-bottom: 25px;
}
.giving-info form span.principal {
    display: initial;
}

.giving-info form .btn-send {
    text-align: center;
    margin-bottom: 20px;
}

.giving-info form .btn-send button {
    background: #5309E8;
    margin-top: 18px;
}

.giving-info form .btn-send button:hover {
    background: #6D3BD1;
}

.giving-info form .conditions {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #595965;
    margin-bottom: 20px;
}

.giving-info form .conditions a {
    color: #6D3BD1;
    font-weight: 400;
}

.giving-info form .conditions a:hover {
    text-decoration: underline;
}
@media(max-width: 990px) {
    .giving-info h3 {
        margin-bottom: 0;

    }
    .giving-info .range-slider {
        margin: 35px 0;
    }

}



@media(max-width: 768px) {
    .giving-info p {
        font-size: 15px;
    }


    .giving-info h3 {
        font-size: 18px;
    }
}
@media(max-width: 767px) {
    .giving-info h3 {
        width: 90%;
    }
    .giving-info .for-us p {
        width: 90%;
    }


}

@media(max-width: 588px) {
    .giving-info .selectBtn {
        position: absolute;
        bottom: 3px;
        height: 22px;
        width: 22px;
        margin-left: 0;
    }

    .giving-info #selector {
        height: 104px;
        width: 28px;
        position: absolute;
        bottom: 1px;
    }

    /*.giving-info #selectValue {*/
    /*    right: 12%;*/
    /*    width: 66px;*/
    /*    height: 22px;*/
    /*    position: absolute;*/
    /*    top: 37px;*/
    /*}*/
    .giving-info .range-valuee span.value {
        top: 26px;
    }

}




@media(max-width: 575px) {
    .giving-info form .label-groupp {
        text-align: center;
    }

    .giving-info form input, .giving-info form .label-groupp {
        margin-bottom: 13px;
    }

    .giving-info form input.form-control {
        margin-bottom: 30px;
    }

    .giving-info form .btn-send button {
        margin-top: 5px;
    }

    .giving-info form {
        padding: 22px 0 45px 0;
    }
}
@media(max-width: 554px) {
    .giving-info .exchange-gold-amount span.golds {
        font-size: 12px;
    }
}

@media(max-width: 450px) {
    .giving-info .savings.points img {
        max-width: 78%;

    }

    .giving-info .savings span {
        font-size: 30px;
    }
    .giving-info .exchange-gold-amount .golds {
        position: absolute;
        left: 0
    }
    .giving-info .exchange-gold-amount .image-arrow img {
        position: absolute;
        left: 0;
        bottom: 21%;
    }

    .giving-info form .label-groupp label {
        font-size: 14px;
    }
}

@media(max-width: 375px) {
    .giving-info p {
        font-size: 14px;
    }

    .giving-info h3 {
        color: black;
        font-weight: 700;
        font-size: 14px;
    }

}

@media(max-width: 320px) {
    .giving-info form span {
        font-size: 13px;
    }
}





/*my-money page*/


/*.money-limit input[type="range"] {*/
/*    background: #D709DC;*/
/*}*/

.money-limit h4 {
    color: black;
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 20px 0;
}

.money-limit form {
    margin-bottom: 58px;
}

.money-limit form.progress-limit {
    margin-bottom: 23px;
}

/*.money-limit form input[type="range"] {*/
/*    height: 51px;*/
/*    border-radius: 40px;*/
/*}*/

/*.money-limit form input[type="range"]::-webkit-slider-thumb {*/
/*    width: 55px;*/
/*    height: 55px;*/
/*}*/

.money-limit form .range-group span.limit {
    color: #707070;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
}

/*.money-limit form .range-group {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.money-limit form .range-group output {*/
/*    text-align: right;*/
/*    background: transparent;*/
/*    color: black;*/
/*    font-weight: 700;*/
/*    font-size: 17px;*/
/*}*/

/*.money-limit form .range-group span {*/
/*    text-align: right;*/
/*    border: none;*/
/*    padding-left: 6px;*/
/*    background: transparent;*/
/*    color: black;*/
/*    font-weight: 700;*/
/*    font-size: 17px;*/
/*}*/

.money-limit form .progress-group {
    position: relative;
    margin-bottom: 15px;
}

.money-limit  span.amount.text {
    color: #707070;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 76px;
    display: block;
    margin-top: 7px;
    text-align: left;

}

.money-limit span.amount {
    border: none;
    background: transparent;
    color: black;
    font-weight: 700;
    font-size: 22px;
    display: block;
    width: 99px;
    margin-top: 7px;
    text-align: right;


}

.money-limit form .progress-group span.amount-text {
    width: 70px;
}

.money-limit form .progress-group .progress {

    height: 50px;
    border-radius: 100px;
    border: 1px solid #CFCBDC;
}
.money-limit form .progress-group .progress .progress-bar {
    background: #E809DA;
    background: linear-gradient(to right, #9E09E1 29%, #E809DA 100%);
}


.money-limit h5 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 16px;
}

.money-limit table {

    width: 100%;
}

.money-limit table tr {
    text-align: center;
}

.money-limit table tr td {
    border: 1px solid #C6C2D4;
    padding: 10px 0;
    font-weight: 400;
    background: white;
    font-family: 'Ubuntu', sans-serif;
    color: #918F8F;
    font-size: 16px;

}

.money-limit table tr th {
    font-family: 'Ubuntu', sans-serif;
    color: #5D5D5D;
    font-weight: 500;
    font-size: 10px;
    padding-bottom: 5px;
}
/*.money-limit table tr th.weekend {*/
/*    color: #E809DA;*/
/*}*/

.money-limit table tr td.active {
    background: #E809DA;
    color: white;
}

.money-limit div.month {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #5D5D5D;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 500;
}

.money-limit table  td.weekend {
    background-color: #f7f7f7;
}

.money-limit input.amount {
    display: block;
    text-align: center;
    margin: 74px auto 0 auto;
    width: 316px;
    height: 109px;
    font-size: 40px;
    font-weight: 700;
    background: #EEEBF8;
    border-radius: 17px;
    border: 1px solid #E0DDEB;
}

.money-limit input.amount::placeholder {
    color: black;
}

.money-limit .btn-send button {

    width: 100%;
    padding: 0;
    height: 70px;
}

.money-limit .btn-send button.blue {
    background: #5309E8;
}

.money-limit .btn-send button.blue:hover {
    background: #6D3BD1;
}

.money-limit .document-info {
    border-bottom: 1px solid #D8D5E3;
    padding: 58px 0 23px 0;
}

.money-limit .document-info .contract {
    display: inline-block;
    font-weight: 500;
}

.money-limit .document-info .contract.date {
    margin-right: 145px;
}

.money-limit .document-info .contract.document {
    float: right;
}
.money-limit .document-info .contract.document ul {
    text-align: right;
}

.money-limit .document-info .contract span {
    display: block;
    font-weight: 600;
    color: black;
    font-size: 15px;
    margin-top: 3px;
}

.money-limit .document-info .contract ul li {
    display: inline-block;
}

.money-limit .document-info .contract ul li img {
    width: 22px;
    margin: 4px 5px 0 0;
}


.coins-and-points {
    padding: 55px 0 81px 0;
}

.coins-and-points .savings {
    border-radius: 20px;
}

.coins-and-points .savings .btn-points button {
    background: #968BAB;
    color: white;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    width: 80%;
    border-radius: 8px;
    height: 55px;
}

.coins-and-points .savings .btn-points button:hover {
    background: #71648B;
}

@media(max-width: 1200px) and (min-width: 992px) {
    .money-limit h5.debt {
        width: 334px;
        margin: 0 auto;
    }
}


@media(max-width: 991px) and (min-width: 768px) {
    .money-limit .btn-send button {
        font-size: 12px;
    }
}

@media(max-width: 990px) {
    /*.money-limit form .progress-group .progress {*/
    /*    width: 71%;*/
    /*}*/

}

@media(max-width: 767px) {
    .money-limit .document-info {
        padding-top: 45px;
    }

    .money-limit  span.amount {
        width: 100%;
    }
    .money-limit form .progress-group .progress {
        width: 100%;
        margin: 8px 0;
    }
    .money-limit form .progress-group span {
        position: static;
    }

    .money-limit h5.debt {
        margin: 35px 0 0 0;
    }

    .money-limit input.amount {
        margin: 34px auto 0 auto;
    }


    .money-limit .document-info .contract.date {
        margin-right: 39px;
    }

    .coins-and-points .savings.points {
        margin-bottom: 30px;
    }


}

@media(max-width: 575px) {
    .money-limit .btn-send button.pink {
        margin-top: 25px;
    }
}

@media(max-width: 484px) {
    .money-limit h4 {
        font-size: 19px;
    }
}

@media(max-width: 450px) {
    .money-limit .document-info .contract.document {
        display: block;
        float: none;
        text-align: center;
        margin-top: 15px;

    }
    .money-limit .document-info .contract.document ul {
        text-align: center;
    }
    .money-limit .document-info .contract.number {
        float: right;
    }
    .money-limit .document-info .contract span {
        text-align: center;
    }
}

@media(max-width: 425px) {
    .money-limit input.amount {
        width: 288px;
        height: 93px;
        font-size: 33px;
    }


    .money-limit .document-info .contract.document {
        display: block;
        float: none;
        text-align: center;
        margin-top: 25px;
    }
    .money-limit .document-info .contract.number {
        float: right;
    }

    .money-limit .document-info .contract.date {
        margin-right: 0;
    }

    .coins-and-points {
        padding: 55px 0;
    }
}
@media(max-width: 361px) {
    .money-limit h4 {
        font-size: 16px;
    }
}

@media(max-width: 320px) {
    .coins-and-points .savings.points ul li img {
        width: 25px;
    }
    .coins-and-points .savings span {
        font-size: 39px;
    }
    .coins-and-points .savings .btn-points button {
        font-size: 13px;
    }
}




/*avatar*/


.avatar {
    padding: 50px 0;
}


.avatar-choice {
    background: white;
    padding: 35px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 3px 0px #e7e2f0;
}

.avatar-choice h4 {
    text-align: center;
    color: #2C0F65;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.avatar-choice ul {
    text-align: center;
    display: inline-block;
}

.avatar-choice ul li {
    display: inline-block;
    padding: 0 2px;
}

.avatar-choice ul li a {

}


.avatar-choice ul li.change-picture {
    position: relative;
    border: 1px dotted #848181;
    border-radius: 100%;
    padding: 16px 0px;
    top: 6px;
    width: 72px;
    height: 72px;
    box-shadow: 0px 0px 2px 5px #f9f8ff;

}

.avatar-choice ul li.change-picture a {
    font-size: 10px;
    text-align: center;
    position: relative;
    color: #8F8F8F;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin: 0px auto 0 auto;
    cursor: pointer;

}

.avatar-choice ul li.change-picture label {
    cursor: pointer;
}

.avatar-choice ul li a img {
    padding: 0;
    margin: 0;
    min-width: 11px;
    height: 74px;

}

.modal .avatar-choice ul li.change-picture img {
    width: 12px;
    display: block;
    position: absolute;
    left: 42%;
    z-index: 20;
    bottom: -100%;
    opacity: 1;
}

.avatar-choice ul li.change-picture span {
    display: inline-block;
    width: 90%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    top: 10px;

}

.avatar-choice ul li a img {
    opacity: 0.2;
}

.avatar-choice ul li.active a img {
    opacity: 1;
}
.avatar-choice ul li.active.clicked a img {
    border: 1px solid blue;
    border-radius: 49px;
}

.avatar-choice .btn-save {
    text-align: center;
}

.avatar-choice .btn-save button {
    background: #968BAB;
    border: none;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 36px;
    border-radius: 7px;
    margin-top: 23px;
}

::-webkit-slider-thumb {
    -webkit-appearance: none;
}

::-webkit-slider-runnable-track {
    -webkit-appearance: none;
}

::-moz-range-thumb {
    -webkit-appearance: none;
    opacity: 0;
}
::-moz-range-track {
    -webkit-appearance: none;
    opacity: 0;
}
::-moz-range-progress {
    -webkit-appearance: none;
    opacity: 0;
}








/*page my-butler*/



.my-butler {
    padding: 16px 0 50px 0;
}

.my-butler .top-info-butler {
    text-align: center;
}

.my-butler .top-info-butler h3 {
    text-align: center;
    color: black;
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 28px;
}

.my-butler .top-info-butler p {
    color: #231F20;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.my-butler .top-info-butler input {
    border: 1px solid #E5E0EF;
    width: 141px;
    margin: 0 auto;
    padding: 23px 17px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    color: #595965;

}


.my-butler .info-details {
    margin-top: 27px;
}

.my-butler .info-details h5 {
    color: #231F20;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
}
.my-butler .info-details h5.category,
.my-butler .info-details h5.budget {
    padding-left: 17px;
}
.my-butler .info-details h5.spent {
    text-align: right;
    padding-right: 17px;
}

.my-butler .category-info {
    background: white;
    padding: 18px 17px 18px 17px;
    border-radius: 10px;
}

.my-butler .category-info .logo-and-info img {
    display: inline-block;
    width: 66px;
    margin-top: -29px;
}

.my-butler .category-info .logo-and-info .category-name {
    display: inline-block;
}

.my-butler .category-info .input-set {
    height: 100%;
    display: flex;
    align-items: center;
}