.main__top {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.rev__list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    gap: 20px;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 10px;
}

.rev__user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.user__name {
    font-weight: 500;
    font-size: 12px;
}

.rev__rate {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.rate__name {
    font-size: 12px;
    font-weight: 600;
}

.rev__text {
    font-size: 14px;
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
}

.date__text {
    font-size: 12px;
}

.rev__text span {
    margin-left: 15px;
}

.rev__text a {
    font-weight: 700;
    color: rgb(0, 136, 255);
}

.main__text {
    font-size: 12px;
    text-align: center;
    margin-top: 50px;
}


.info_text {

    padding: 8px;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    font-size: 80%;
    text-align: center;
    color: #aaa;
}

.custom-txt {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}
.choice-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-image {
    position: relative;
}
.block-image span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
    color: red;
    border-radius: 7px;
    display: inline-block;
    padding: 3px 15px;
}

.choice-box .btn-choice {
    max-width: 175px;
    min-height: 35px;
    padding: 5px 10px;
}

.choice-box .btn-choice:hover {
    background: linear-gradient(-5deg, #d30505, #f8ef01);
    color: #fff;
}
@media (max-width: 475px) {
    .choice-box .btn-choice {
        min-height: 25px;
        padding: 2px 10px;
        font-size: 24px;
        border-width: 1px;
        max-width: 125px;
    }
}
.yczpkS {
    -webkit-animation-name:              shake;    
    -webkit-animation-duration:          3.9s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
.yczpkSS {
    -webkit-animation-name:              shake;    
    -webkit-animation-duration:          3.5s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
@-webkit-keyframes shake {
  0%  { -webkit-transform:     translate(2px, 1px) rotate(0deg); }
  10% { -webkit-transform:     translate(-1px, -2px) rotate(-2deg); }
  20% { -webkit-transform:     translate(-3px, 0px) rotate(3deg); }
  30% { -webkit-transform:     translate(0px, 2px) rotate(0deg); }
  40% { -webkit-transform:     translate(1px, -1px) rotate(1deg); }
  50% { -webkit-transform:     translate(-1px, 2px) rotate(-1deg); }
  60% { -webkit-transform:     translate(-3px, 1px) rotate(0deg); }
  70% { -webkit-transform:     translate(2px, 1px) rotate(-2deg); }
  80% { -webkit-transform:     translate(-1px, -1px) rotate(4deg); }
  90% { -webkit-transform:     translate(2px, 2px) rotate(0deg); }
  100%{ -webkit-transform:     translate(1px, -2px) rotate(-1deg); }
}

header {
background-color: #000;
width: 100%;
text-align: center;
padding: 8px;
/* margin-bottom: 20px; */
}

.page__title {
font-size: 36px;
font-weight: 700;
line-height: 1.4;
margin:  0 auto  !important;
color: white;
}

@media (min-width: 601px) {
.page__title {
font-size: 32px !important;
}
}
@media (max-width: 600px) {
.page__title {
font-size: 22px !important;
}
}