@media (max-width: 1330px) {
    .performance__wrap,
    .client__wrap,
    .info__wrap {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .visit__wrap,
    .cards__wraper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .performance__button {
        margin: 0 auto;
    }
    .wrap__menu {
        width: auto;
    }
    .wrap__menu nav {
        margin-right: 20px;
    }
}

@media (max-width: 1024px) {
    .cards__wraper {
        flex-direction: column;
    }
}

@media (max-width: 830px) {
    #contact_form {
        height: 80px;
    }
    .header__btn-enter {
        padding: 5px;
        width: 150px;
        height: 35px;
        margin-bottom: 0px;
        margin-top: 0px;
        align-self: start;
    }
    img {
        width: 100%;
    }
    .wrap__container {
        padding: 0 15px;
    }
    .performance__title {
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 20px;
    }
    .performance__text {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .performance__img {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .performance__button {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .performance__wrap {
        margin-bottom: 40px;
    }
    .cards__text {
        margin-bottom: 45px;
        font-size: 16px;
    }
    .cars__item-svg {
        width: 35px;
        height: 35px;
        padding: 5px;
    }
    .cards {
        margin-bottom: 80px;
    }
    .info {
        padding: 40px 0;
    }
    .visit__title,
    .client__title,
    .reg__title,
    .info__lids-title {
        font-size: 28px;
    }
    .visit__text,
    .client__text,
    .enter__title,
    .info__lids-text {
        font-size: 14px;
    }
    /*Info*/
    .info__img {
        margin-bottom: 30px;
    }
    .info__lids-text {
        margin-bottom: 40px;
    }
    .info__lids-total {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .info__lids-block {
        flex-direction: column;
        height: 244px;
        padding: 20px;
    }
    .info__lids-base,
    .info__lids-all {
        align-items: center;
    }
    .info__lids-base,
    .info__lids-all {
        font-size: 30px;
    }
    .info__lids-span {
        width: 100%;
        text-align: center;
    }
    .info__lids-block hr {
        transform: rotate(0deg);
        width: 100%;
        right: 0;
        top: 110px;
    }
    .info {
        margin-bottom: 40px;
    }
    .visit__wrap img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .visit__total {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .visit__sum {
        font-size: 30px;
    }
    .visit__block {
        padding: 15px 15px;
    }
    .visit {
        margin-bottom: 40px;
    }
    .client {
        padding: 40px 0;
        margin-bottom: 0px;
    }
    .client__wrap img {
        margin-bottom: 30px;
    }
    .client__contant {
        margin-right: 0;
    }
    .enter__input-city {
        margin-top: 30px;
    }
    .registration__container {
        padding: 0;
    }
    .cards__item {
        width: 100%;
    }
    .visit__summ-max {
        margin-right: 0;
    }
    /*Блок вход*/
    .body.lock {
        overflow: hidden;
    }
    .logo__enter {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .logo__link {
        font-size: 12px;
        line-height: 16px;
        border: none;
        padding: 5px 0px 5px 30px;
    }
    .logo__link span {
        font-size: 21px;
        padding: 3px;
        left: -2px;
        padding-right: 5px;
    }
    .logo {
        border: 4px solid #d7094d;
        border-left: 4px solid #d7094d;
        padding: 0px;
        width: 142px;
        z-index: 2;
    }
    .enter__container,
    .registration__container {
        width: 260px;
    }
    .registration__container .enter__input {
        margin-bottom: 25px;
    }
    .reg__wrap {
        margin-bottom: 80px;
    }
    .footer__wrap span {
        margin-bottom: 15px;
    }
    .footer__wrap {
        padding-bottom: 5px;
        padding-top: 20px;
        flex-direction: column;
    }
    .footer__text span {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .footer__text {
        display: flex;
        flex-direction: column;
    }
    .enter__title {
        margin-bottom: 30px;
        text-align: center;
    }
    .enter__link-psw {
        margin-bottom: 25px;
    }
    .enter__btn {
        flex-direction: column;
        align-items: center;
    }
    .enter__btn .profile__btn {
        width: 100%;
    }
    .enter__btn .profile__btn {
        margin-right: 0;
        margin-bottom: 12px;
    }
    /*Главная*/
    .wraper {
        flex-direction: column;
    }
    .left__block {
        width: 100%;
        padding: 20px 15px 0px 15px;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
    }
    .left__block::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 65px;
        width: 100%;
        background-color: #2b2b33;
        z-index: 1;
    }
    .burger__menu {
        display: block;
        position: relative;
        width: 25px;
        height: 20px;
        z-index: 2;
    }
    .burger__menu::after,
    .burger__menu::before,
    .burger__menu span {
        content: "";
        background-color: #ffffff;
        width: 100%;
        height: 1.5px;
        position: absolute;
        left: 0;
        transition: all 0.3s;
    }
    .burger__menu::after {
        top: 0;
    }
    .burger__menu::before {
        bottom: 0;
    }
    .burger__menu span {
        top: 10px;
    }
    .header__menu {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 45px;
        width: 100%;
    }
    .menu {
        margin-top: 15px;
    }
    .burger__menu.active__burger::after {
        transform: rotate(45deg);
        top: 9px;
    }
    .burger__menu.active__burger::before {
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .burger__menu.active__burger span {
        transform: scale(0);
    }
    .wrap__menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 261px;
        height: 100%;
        padding: 15px;
        padding-bottom: 150px;
        background-color: #2b2b33;
        transition: all 0.3s;
        overflow: auto;
        margin-top: 65px;
        flex-direction: column;
        align-items: start;
    }
    .wrap__menu.active__burger {
        left: 0;
    }
    .rigth__block {
        margin-top: 90px;
    }
    .title__name {
        font-size: 12px;
    }
    .menu__link {
        font-size: 16px;
    }
    .account__block-name {
        justify-content: start;
    }
    .account__name {
        font-size: 14px;
    }
    .account__exit {
        font-size: 14px;
    }
    .balance__total {
        font-size: 24px;
        line-height: 29px;
    }
    .balance__add {
        font-size: 15px;
        line-height: 130%;
    }
    .title__name,
    .balance,
    .manager,
    .account__exit {
        display: block;
    }
    .menu__item:hover {
        background-color: #b40740;
        color: #ffffff;
        border-radius: 10px;
    }
    .menu {
        flex-direction: column;
    }
    .account__exit {
        display: flex;
        padding-left: 15px;
        cursor: pointer;
        opacity: 0.4;
    }
    .account__block {
        flex-direction: column;
        height: 130px;
        padding: 15px;
        justify-content: space-between;
        align-items: start;
        margin-bottom: 30px;
    }
    .account__block hr {
        transform: rotate(0deg);
        width: 100%;
        right: 0;
        top: 70px;
    }
    .balance__add {
        margin: 0;
        width: 100%;
    }
    .account__block .hr__balsnce-total {
        top: 55px;
    }
    .account__manager {
        height: 52px;
    }
    .menu__item:hover a {
        color: #ffffff;
    }
    .menu__item {
        width: 231px;
    }
    .menu__lid::before {
        content: url(../img/UsersThree.svg);
        padding: 15px;
    }
    .menu__prof::before {
        content: url(../img/User.svg);
        padding: 15px;
    }
}

@media (max-width: 510px) {
    .performance__img {
        width: 290px;
        height: 168px;
    }
}

@media (max-width: 470px) {
    .enter__title {
        max-width: 175px;
        margin: 0 auto;
    }
}