body,
html {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
}

.wrap__container {
    padding-left: 120px;
    padding-right: 120px;
    margin: 0 auto;
}


/* Левый блок */

a:hover {
    color: #ffffff;
}


/*Новое*/

.wraper {
    background-color: #2b2b33;
}

.left__block {
    background-color: #2b2b33;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title__name,
.balance,
.manager,
.account__exit {
    display: none;
}

.account {
    margin-bottom: 0;
}

.account__block hr {
    transform: rotate(90deg);
    position: absolute;
    right: 25px;
    top: 31px;
    width: 61px;
}

.menu {
    margin-bottom: 0;
}


/*--------*/

.logo {
    display: flex;
    align-items: center;
    border: 4px solid #d7094d;
    width: 202px;
}

.logo__link span {
    background-color: #d7094d;
    font-style: italic;
    font-weight: 800;
    font-size: 31.1097px;
    line-height: 23px;
    padding: 6px;
    color: #fff;
    position: absolute;
    top: -1px;
    left: -1px;
    padding-right: 8px;
}

.logo__link {
    position: relative;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16.8511px;
    line-height: 23px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 5px 5px 45px;
}

.logo__link:hover {
    color: #ffffff;
}

.menu {
    padding: 0;
    display: flex;
}

.title__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    color: #808085;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.menu__item {
    list-style: none;
    border-radius: 10px;
}

.menu__item:hover a {
    color: #c80948;
}

.menu__link {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #ffffff;
}

.account__block {
    background: #393943;
    border: 1px solid #494954;
    border-radius: 10px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 7px;
    width: 219px;
    position: relative;
}

.wrap__exit {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.wrap__exit:hover {
    color: #d7094d;
}

.svg__exit {
    display: flex;
    align-items: center;
    opacity: 0.4;
}

.wrap__exit:hover .svg__exit svg path {
    transition: 0.3s;
}

.wrap__exit:hover .svg__exit svg path {
    fill: #d7094d;
}

.account__exit:hover::before path {
    fill: #d7094d;
}

.account__exit svg {
    fill: red;
}

.account__block-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account__icon {
    background: #ffffff;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #2b2b33;
    margin-right: 15px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
}

hr {
    margin-top: 0;
    margin-bottom: 11px;
}

.balance__total {
    padding-left: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
}

.balance__add {
    margin: 15px;
    padding: 12px 45px;
    background-color: #d7094d;
    border-radius: 10px;
    cursor: pointer;
}

.balance__add:hover {
    background-color: #b40740;
}

.balance {
    margin-bottom: 30px;
}

.manager__phone {
    text-align: center;
    margin-bottom: 15px;
}


/*Burger*/

.burger__menu {
    display: none;
}

.signature {
    display: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #777777;
}

.enter__input:invalid:not(:placeholder-shown) {
    border-color: #b40740;
    border-color: #b40740;
    border-color: #b40740;
}


/*Переход*/

.transition__windows {
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}


/*Первый блок что такое сеть*/

.performance__img {
    background: url(/landing_img/Group\ 865.png) center no-repeat;
    background-size: cover;
    width: 635px;
    height: 385px;
}

.performance__main {
    max-width: 450px;
}

.performance__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: start;
    margin-top: 80px;
    margin-bottom: 80px;
}

.performance__title {
    font-weight: 600;
    font-size: 64px;
    color: #211e1e;
    margin-bottom: 25px;
    line-height: 1;
}

.performance__title span {
    color: #c80948;
}

.performance__text {
    font-size: 16px;
    color: #585858;
    margin-bottom: 40px;
}

.button {
    padding: 15px 35px;
    border-radius: 10px;
    background: #c80948;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    color: #ffffff;
    transition: 0.3s;
}

.performance__button {
    width: 202px;
}

.button:hover {
    cursor: pointer;
    background-color: #b40740;
}


/*Cards*/

.cards__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #2b2b33;
    margin-bottom: 20px;
}

.cars__item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #211e1e;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.cars__item-text {
    font-size: 14px;
    color: #585858;
}

.cards__wraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cars__item-svg {
    background: #c80948;
    padding: 9px 13px;
    border-radius: 100%;
    margin-right: 15px;
    width: 47px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards__item {
    width: 387px;
    padding: 25px;
    border-radius: 12px;
    cursor: pointer;
}

.cards__item:hover {
    background-color: #c80948;
    color: #ffffff;
    transition: 0.6s;
}

.cards__item:hover .cars__item-title,
.cards__item:hover .cars__item-text {
    color: #ffffff;
}

.cards__item:hover .cars__item-svg {
    background: #ffffff;
}

.cards__item:hover .cars__item-svg svg path {
    stroke: #2b2b33;
}

.cards {
    margin-bottom: 140px;
}


/*Info*/

.info {
    background-color: #2b2b33;
    padding: 90px 0px;
    margin-bottom: 100px;
}

.info__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #ffffff;
}

.info__lids-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 20px;
}

.info__lids-text {
    font-size: 16px;
    color: #acacac;
    max-width: 443px;
    margin-bottom: 50px;
}

.info__lids-total {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

.info__lids-block {
    padding: 25px 30px;
    background-color: #393942;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 146px;
}

.info__lids-block span {
    font-size: 14px;
    color: #acacac;
    font-weight: 400;
}

.info__lids-base,
.info__lids-all {
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.info__lids-span {
    display: block;
    max-width: 200px;
}

.info__lids-base p,
.info__lids-all p {
    margin-bottom: 0;
}

.info__lids-block hr {
    position: absolute;
    width: 146px;
    transform: rotate(90deg);
    top: 73px;
    right: 175px;
}

.info__wrap img {
    border-radius: 13px;
}


/*Visit*/

.visit {
    margin-bottom: 100px;
}

.visit__wrap {
    display: flex;
    justify-content: space-between;
}

.visit__wrap img {
    border-radius: 13px;
    margin-right: 40px;
}

.visit__title,
.client__title,
.reg__title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.03em;
}

.visit__text,
.client__text,
.enter__title {
    font-size: 16px;
    line-height: 140%;
    color: #585858;
    margin-bottom: 38px;
}

.visit__text {
    max-width: 443px;
}

.visit__total {
    font-weight: 600;
    font-size: 18px;
    color: #211e1e;
    margin-bottom: 15px;
}

.visit__block {
    padding: 30px 25px;
    background-color: #f9f9f9;
    border-radius: 12px;
}

.visit__block p {
    font-size: 14px;
    color: #585858;
}

.visit__sum {
    font-weight: 600;
    font-size: 40px;
    color: #d7094d;
    margin-right: 11px;
    margin-left: 11px;
}

.visit___money {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}


/*Client*/

.client {
    background: #2b2b33;
    padding-bottom: 90px;
    padding-top: 90px;
    margin-bottom: 140px;
}

.client__wrap {
    display: flex;
    justify-content: space-between;
}

.client__title {
    color: #ffffff;
}

.client__text {
    color: #acacac;
    max-width: 464px;
}

.client__contant {
    margin-right: 165px;
}

.client__wrap img {
    border-radius: 13px;
}


/*Registration*/

.registration__container {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    width: 366px;
}

.reg__wrap {
    background: #2b2b33 url(/landing_img/bg-form.svg);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 150px;
}

.reg__title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}

.enter__title {
    color: #ffffff;
    margin-bottom: 30px;
}

.registration__container .enter__input {
    margin-bottom: 30px;
    height: 51px;
    border-radius: 5px;
    font-size: 16px;
    color: #949494;
    padding: 15px;
    border: none;
}

.block__condition {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    align-items: start;
    margin-bottom: 28px;
}

#input__conditions {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 2px;
    margin-right: 12px;
}

.btn__send {
    width: 100%;
    border: none;
    display: flex;
    justify-content: center;
}


/*Footet*/

.footer__wrap {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #211e1e;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer__text span {
    margin-left: 40px;
    cursor: pointer;
}


/*-------*/

.body {
    background: url(/landing_img/bg-svg.svg) no-repeat;
}

.wrap__menu nav {
    margin-right: 201px;
}

.menu {
    width: 180px;
}

.close__enter {
    display: none;
}

.header__btn-enter {
    padding: 13px;
    width: 150px;
    height: 48px;
    background-color: #c80948;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
    text-align: center;
    cursor: pointer;
    margin-bottom: 8px;
    margin-top: 8px;
    z-index: 3;
}

.header__btn-enter:hover {
    background-color: #b40740;
}

.burger__menu.close__enter {
    display: none;
}

#contact_form {
    height: 0;
}
