@font-face {

    font-family: "Cera Pro";

    src: url("/fonts/CeraPro/CeraPro-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body {
    height: 100%;
    font-family: 'Cera Pro', sans-serif;
    color: #0D263F;

}

a {
    text-decoration: none !important;
    color: initial !important;

}
.link-send-benefit-cafe{
    color: white!important;
}

#root {
    height: 100%;
}

.global {
    /*padding: 10px;*/


}

@media screen and (min-width: 400px) {


}

@media screen and (min-width: 480px) {

}

@media screen and (max-width: 768px) {
}

.h-60 {
    height: 60px;
    min-height: 60px;
}

.h-90 {
    height: 90px;
    min-height: 90px;
}

.h-150 {
    height: 150px;
    min-height: 150px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 130px;
    position: fixed;
    bottom: 0;
    background-color: #FFFFFF;
    width: 100%;
    max-width: 670px;


}

.menu .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: medium;
    margin-bottom: 15px;
    margin-top: 10px;


}

.menu .item div {
    min-height: 27px;


}

.global {
    /*padding: 10px;*/
    background-color: #FFFFFF;
    /*background-color: #d9d9d9;*/
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
    max-width: 670px;
}

.home .hello {
    height: 20%;
    background-color: #0D263F;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    position: relative;
}

.home .title-point {
    font-size: 16px;
}

.home .icon-left {
    padding-left: 10px;
    padding-right: 5px;
}

.home .icon-right {
    padding-left: 5px;
    padding-right: 10px;
}

.home .hello .change-city {

    background-color: green;

    width: 90%;
    height: 60px;
    position: absolute;
    bottom: -30px;
    border-radius: 9px;
    background: linear-gradient(90deg, #e5e3e3 0%, #e5e3e3 100%);
    box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    align-items: center;
    justify-content: space-around;

}

.header {
    margin-top: 28px;
}

.home .hello .title {
    color: #FFFFFF;
    font-family: Cera Pro;
    font-size: x-large;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-top: 15px;
}

.home .hello span {

    font-weight: 700;

}

.home .hello .hello-block {

    justify-content: space-between;
    align-items: center;

}

.home .adv {
    height: 40px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    /*justify-content: center;*/
    padding: 15px;
    padding-top: 50px;


}

.home .adv::-webkit-scrollbar {
    display: none;
}

.home .adv .rectangle {
    margin-bottom: 15px;
    margin-right: 15px;

}

.home .adv .rectangle .image {
    background-repeat: no-repeat;
    background-size: contain;

}

.home .mess img {
    width: 30px;
    height: 30px;

}

.home .adv .image {
    width: 100px;
    height: 100px;
    border: #E52138 2px solid;
    border-radius: 14px;
    min-width: 100px;


}

.home .adv .title {
    margin-top: 5px;
    text-align: center;
    font-size: 15px;

}

.home .body_block_record_and_history {
    height: 20%;
    background-color: #FFFFFF ;
    padding: 15px;
    padding-bottom: 30px;
}

.home .body_block_record_and_history .block_record_and_history {
    height: 100%;

}

.home .body_block_record_and_history .onlineRecord {
    width: 50%;

}

.home .body_block_record_and_history .title {

    font-size: larger;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;

}


.home .no-record {
    border-radius: 9px;
    background: #e5e3e3;
    width: 100%;
    height: 87%;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;

}

.home .no-record .image {
    width: 60%;

}

.home .no-record .image img {
    width: 100%;

}

.home .no-record .text {

    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
}


.home .body_block_record_and_history .onlineRecord .btn_block {
    /*border: #E52138 2px solid;*/
    border-radius: 9px;
    background: #d9d9d9;
    background: linear-gradient(90deg, #e5e3e3 0%, #d9d9d9 100%);
    box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    margin-bottom: 5px;
    height: 48%;
    display: flex;
    align-items: center;

}

.home .body_block_record_and_history .onlineRecord .btn_block .image {
    width: 35px;
    display: flex;
    justify-content: center;
}

.home .body_block_record_and_history .onlineRecord .btn_block .image img {
    padding-left: 15px;
}


.home .body_block_record_and_history .onlineRecord .btn_block .title {
    padding-left: 15px;
    font-weight: 400;
}

.home .body_block_record_and_history .history {
    width: 50%;
}

.home .body_block_record_and_history .history .btn_block {
    background: linear-gradient(90deg, #E40136 0%, #E4016E 100%);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    margin-left: 10px;
    margin-bottom: 5px;
    height: 100%;
    display: flex;
    align-items: center;

}

.home .body_block_record_and_history .history .btn_block .image {
    width: 30%;
    display: flex;
    justify-content: center;
}

.home .body_block_record_and_history .history .btn_block img {
    width: 70%;

}

.home .body_block_record_and_history .history .btn_block .title {
    width: 70%;
    color: #FFFFFF;
    font-size: medium;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;


}


.home .franshiza {
    width: 100%;
    padding: 15px;

}

.home .franshiza img {
    width: 100%;
    border-radius: 9px;
    border: #d9d9d9 1px solid;
}

.home .stock {
    width: 100%;
    padding: 15px;

}

.home .stock img {
    width: 100%;
    border-radius: 9px;
    border: #d9d9d9 1px solid;
}

.home .changePointBlock {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;


}

.home .changePoint {
    max-width: 670px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50vh;
    background: rgba(13, 38, 63, 0.9);
    border-radius: 20px 20px 0 0;
    color: #FFFFFF;
    padding: 15px;

}

/*.home .fullScreen{*/
/*    height: 100vh;*/
/*    position: absolute;*/
/*    z-index: 100;*/
/*}*/
.start {

    padding: 15px;
    padding-top: 40px;
}

.start .top-block {
    background-position: center;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    background-image: url("/img/start-image.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;

}

.start .rectangle {
    width: 100px;
    height: 100px;
    background: linear-gradient(90deg, #E4026C 100%, #E4023C 100%);
    border-radius: 9px;
    color: #FFFFFF;
    align-items: center;
    display: flex;
    text-align: center;
    font-family: Cera Pro;
    font-size: medium;
    font-weight: 700;
    line-height: 20px;
    justify-content: center


}

.start .rectangle span {
    font-family: Cera Pro;
    font-size: medium;
    font-weight: 700;
    /*line-height: 35px;*/
    align-items: center;
    text-align: center;
    justify-content: center


}

.start .title {
    font-family: Cera Pro;
    font-size: medium;
    font-weight: 700;
    /*line-height: 45px;*/
    letter-spacing: 0px;
    text-align: center;
    color: #0D263F;
    margin-top: 20px;


}

.btn-active {
    font-family: Cera Pro;
    font-size: medium;
    font-weight: 700;
    line-height: 22px;
    max-width: 330px;
    text-align: center;
    width: 80%;
    height: 58px;
    padding: 18px 16px 18px 16px;
    border-radius: 100px;
    gap: 10px;
    background: #E40040;
    color: #FFFFFF;
    margin: 20px auto;


}

.btn-no-active {
    font-family: Cera Pro;
    font-size: medium;
    font-weight: 700;
    line-height: 22px;
    max-width: 330px;
    text-align: center;
    width: 80%;
    height: 58px;
    padding: 18px 16px 18px 16px;
    border-radius: 100px;
    border: #D0D2CC 1px solid;
    gap: 10px;

    color: #D0D2CC;
    margin: 20px auto;


}


.login .input-phone {
    background-color: #dbdbdb;
    border-radius: 5px;
    Border: none;
    outline: none;
    width: 100%;
    padding: 15px;
    margin: 0;
    /* padding: 0; */
    padding-left: 50px;

}

.login .input-code {
    background-color: #dbdbdb;
    border-radius: 5px;
    Border: none;
    outline: none;
    width: auto;
    height: 50px;
    /*padding: 15px;*/
    margin: 0 auto;
    /* padding: 0; */
    text-align: center;
    letter-spacing: 5px;

}

.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 460px;
    margin: 0 auto;
    height: 80vh;

}

.login .flag {
    background-image: url("/img/ru.png");
    width: 37px;
    height: 30px;
    background-size: contain;
    position: absolute;
    margin-left: 17px;
    margin-top: 13px;

}

.login .info {
    text-align: center;
}

.login .checkbox {
    font-family: Cera Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /*letter-spacing: 0.20000000298023224px;*/
    text-align: left;

}

.login .title1 {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;

}

.login .title2 {
    font-family: Cera Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #9E9E9E;
}

.profile-change {
    display: flex;
    flex-direction: column;

    justify-content: center;


}

.profile-change .header {
    padding: 15px;
}

.profile-change .form-profile {
    padding: 15px;
}

.profile-change .back-step {
    position: absolute;
    top: 48px;

}

.profile-change .title {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;

}

.profile-change .changePointBlock {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;


}

.profile-change .changePoint {
    max-width: 670px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50vh;
    background: rgba(13, 38, 63, 0.9);
    border-radius: 20px 20px 0 0;
    color: #FFFFFF;
    padding: 15px;

}


.profile-change .small-title {
    font-family: Cera Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    color: #9E9E9E;

}

.profile-change .input {
    background-color: #F3F3F3;
    border-radius: 9px;
    Border: none;
    outline: none;
    width: 100%;
    padding: 15px;
    margin: 0;
    height: 56px;
    padding-left: 10px;
}

.profile-change .gender {
    justify-content: space-around;
}

.country {
    display: flex;
    flex-direction: column;
    padding: 15px;

}


.country .title {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 15px;

}

.country .back-step {
    position: absolute;
    top: 58px;
}

.search {
    background: #dbdbdb !important;
    /*border-radius: 8px !important;*/
    margin: 0 auto;
    width: 100% !important;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px !important;
    gap: 32px;
    padding-left: 50px !important;
}

/* Выбор города*/
.letter {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    text-transform: uppercase;

    color: #E50040;
}

.header_center_title {
    text-align: center;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    flex-direction: column;
}

.header_left_icon {
    font-size: 25px;
    position: absolute;
    text-align: left;
    height: 50px;
    color: whitesmoke
}

.cityName {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    align-items: center;

    color: #0D263F;
}

.city-point {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;

    color: #0D263F;
}

.point-map {
    background-image: url("/img/pointMap.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.city-point img {
    margin-right: 5px;
}

.alphabet {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 200%;
    width: 90%;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.44em;
    text-transform: uppercase;
    margin: 30px auto;
    justify-content: space-around;
}

.alphabet .letter {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    width: 90%;
    display: block;
    align-items: center;
    text-align: center;
    letter-spacing: 0.44em;
    text-transform: uppercase;
    color: #939393 !important;
    justify-content: space-around;
}

.alphabet .active {

    color: #0D263F !important;

}

/* end Выбор города*/
#point-item {
    padding-bottom: 100px;
}

#point-item .no-record {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#point-item .top-block {
    height: 300px;
    width: 100%;
    background: linear-gradient(180deg, rgba(13, 38, 63, 0.4) 0%, rgba(13, 38, 63, 0.4) 100%), rgba(0, 0, 0, 0.0005);
    color: white;
    padding: 20px;
    padding-top: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    overflow: hidden;

}

#point-item .top-block .logoPoint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    object-fit: cover;
}

#point-item .header-block {
    margin-top: 160px;
    color: white;
    font-size: 20px;
}

#point-item .header-block {
    /*font-size: 25px;*/
    /*color: white;*/
}

#point-item .title {
    font-family: Cera Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: white;

}

#point-item .address {
    font-family: Cera Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;

    color: white;

}

#point-item .top-block .backStep {

    font-size: 25px;
}

#point-item .point-block {

    padding: 20px;
    font-size: large;
    font-weight: 500;
    margin-top: 30px;
}

#point-item .button {
    margin-top: 40px;
}

#point-item .stars-img {
    width: 100% !important;
    height: auto;
}

#point-item .stars {
    width: 100px;
    height: 30px;
}

#staff-block .header_block {
    padding: 20px;
}

#staff-block .stars-img {
    width: 100% !important;
    height: auto;
}

#staff-block .stars {
    width: 100px;
    height: 35px;
}

#service .stars-img {
    width: 100% !important;
    height: auto;
}

#service .stars {
    width: 100px;
    height: 35px;
}

#service .header_block {
    padding: 20px;
}

#point-item a {
    color: #0D263F !important;
}

.service {
    display: flex;
    flex-direction: column;
    padding: 15px;
    /*justify-content: center;*/
}

.service .title {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;

}

.service .service-info {
    margin-bottom: 30px;
}

.service .service-info {
    margin-bottom: 30px;
}

.service .info {
    color: #939393;
    font-family: Cera Pro;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;

}

.service .all-service {
    font-family: Cera Pro;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;


}

.service .price {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;

}

.service .info {

}

.service .service-item {
    margin-top: 15px;
    margin-bottom: 15px;

}

.service .service-title {
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/

}

.service .btn-active {
    position: fixed;
    bottom: 85px;

}

.service .back-step {
    position: absolute;
    top: 48px;
}

.staff {
    display: flex;
    flex-direction: column;
    padding: 15px;
    /*justify-content: center;*/
}

.info-balls {
    background: linear-gradient(rgba(228, 1, 54, 1), rgba(228, 1, 110, 1));
    box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    border-radius: 9px;
    font-family: Cera Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.14px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    justify-content: space-around;
    padding-top: 16px;


}

.staff .title {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;

}

.staff .back-step {
    position: absolute;
    top: 48px;
}

.staff .btn-active {
    position: fixed;
    bottom: 85px;

}

.staff .staff-item {
    display: flex;
    align-items: center;
}

.staff .list-staff {
    margin-top: 50px;
}

.staff .staff-name {
    font-family: Cera Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    color: #0D263F;
}

.staff .staff-info-item {
    font-family: Cera Pro;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: left;
    color: #0D263F;
}

.staff .logo {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-color: #E50040;
    border-radius: 300px;
}

.staff .logo-block {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    background-color: #E50040;
    border-radius: 300px;
}

.staff .staff-item-block {
    padding-left: 10px;
    width: 70%;
}

.date {
    display: flex;
    flex-direction: column;
    padding: 15px;
    /*justify-content: center;*/
}

.date .title {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;

}

.date .back-step {
    position: absolute;
    top: 48px;
}

.date .btn-active {
    position: fixed;
    bottom: 70px;

}

.calendar {
    margin-top: 10px;
    padding: 25px !important;
    background-color: whitesmoke;
    border-radius: 12px;
    z-index: 2!important;
    position: relative;
}

.calendar .day {

    margin-top: 20px;
    width: 14.28%;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height, or 138% */

    /*text-align: center;*/
    letter-spacing: -0.078px;

    /* Label Color/Light/Tertiary */

    color: rgba(60, 60, 67, 0.3);
    display: flex;
    justify-content: center;

}

.calendar .weeks {
    width: 100%;
    display: flex;


}

.calendar .day-num {

    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    /*line-height: 25px;*/
    /* identical to box height, or 125% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.38px;
    width: 14.28%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

/*.calendar .day-num:hover {*/

/*    background: #8c8a8a;*/
/*    color: white;*/
/*}*/

.calendar .active {

    background: #E50040;
    border-radius: 100px;
    color: white;
    width: 35px;
    height: 35px;
    vertical-align: center;
    display: flex;
    justify-content: center;
    align-self: center;

}

.date .date_block {
    padding-bottom: 15px;
    border-bottom: solid 1px #D0D2CC;
}

.date .date_block_item {
    cursor: pointer;
    padding: 5px;
    background: rgba(118, 118, 128, 0.12);
    border-radius: 8px;
    text-align: center;
    margin: 5px
}

.date_block .active {
    color: white;
    background: #E50040;
}

.my-record {
    display: flex;
    flex-direction: column;
    /*padding: 15px;*/
    /*justify-content: center;*/
}

.my-record .header {

    padding: 15px;

}

.my-record .list-my-record {

    padding: 15px;

}


.my-record .title {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    /*margin-top: 15px;*/

}

.my-record .back-step {
    position: absolute;
    top: 48px;
}

.chat {
    display: flex;
    flex-direction: column;

    /*justify-content: center;*/
}

.chat .title {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 15px;

}

.chat .back-step {
    position: absolute;
    top: 48px;
}

.chat .chat-body {

    display: flex;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}

.chat .chat-body .title {

    font-family: Cera Pro;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;

}

.chat .chat-body img {

    object-fit: contain;

}

.chat .chat-body .user {

    background: #FFFFFF;
    border-radius: 8px;
    width: fit-content;
    align-items: flex-end;
    padding: 10px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.chat .chat-body .call-center {

    background: #FFFFFF;
    border-radius: 8px;
    width: fit-content;
    padding: 10px;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.chat .keyboard {
    height: fit-content;
    width: 100%;
    display: flex;
    padding: 15px;
}

.chat .keyboard .input {
    width: 100%;
    min-height: 80px;
}

.chat .from {
    width: 80%;
}

.chat .btn-send {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat .btn-send img {
    width: 70%;
    object-fit: contain;

}

.notifications {
    display: flex;
    flex-direction: column;
    padding: 15px;
    /*justify-content: center;*/
}

.notifications .title {
    font-family: Cera Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;

}

.notifications-body {
    display: flex;
    font-family: Cera Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.notifications-body .title {

    font-family: Cera Pro;
    font-size: large;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: center;
}

.notifications .back-step {
    position: absolute;
    top: 48px;
}

/* preloader   */
.loader,
.loader:before,
.loader:after {
    background: #E50040;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #E50040;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.preloader {
    height: 100%;
    display: flex;
    align-items: center;
}




