@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;

}

#root {
    height: 100%;
    max-width: 670px !important;
}

.global {
    /*padding: 10px;*/
    display: flex;

    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;


}

.block-link {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.link {
    width: 200px;
    height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 9px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.yandex {
    background-color: #20c997;
}

.google {
    background-color: #20c997;
}

.twogis {
    background-color: #20c997;
}

.block-stars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block-stars .title {
    margin-bottom: 50px;
}

.block-reaction-item {
    cursor: pointer;
}

.block-reaction-item img {
    width: 70px;
}

.reactions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badReactions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.badReactions .title {
    display: flex;
    text-align: center;
    margin: 0 auto;
}

.text {
    width: 100%;


}

textarea {
    width: 100%;
    border-radius: 9px;
    border: #6c757d 1px solid;
    height: 120px;
}

.form {
    width: 100%;
}
.input-phone{
    width: 100%;
    border-radius: 9px ;
    border: #6c757d 1px solid;

}
.small-title{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 25px;
}
.btn-active {
    font-family: Cera Pro;
    font-size: 16px;
    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;
    cursor: pointer;


}
.btn-no-active {
    font-family: Cera Pro;
    font-size: 16px;
    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;


}
.phone{

}

@media screen and (min-width: 400px) {


}

@media screen and (min-width: 480px) {

}

@media screen and (max-width: 768px) {
}


.global {
    /*padding: 10px;*/
    background-color: #FFFFFF;
    /*background-color: #d9d9d9;*/
    width: 100%;
    height: 100%;


}


/* 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;
}




