/*
 * Dev styles
 */

 .seo-text {
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 80px;
}
.seo-text p {
    margin-bottom: 15px;
}
.seo-text h1 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.seo-text h1:after {
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #c4c4c4;
}

.seo-text h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.seo-text h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.seo-text ul {
    margin-bottom: 15px;
    margin-left: 20px;
    list-style-type: disc;
}
.seo-text ol {
    margin-bottom: 15px;
    margin-left: 20px;
    list-style: decimal;
}

.seo-text a {
    display: inline;
}
.seo-text img {
    margin-bottom: 15px;
}
.tab-content__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hero__block {
    display: flex;
    flex-direction: column;
    background: #00000095; 
    border-radius: 20px;
    gap: 36px;
}

.hero__block__wrapper {
    max-width: 460px;
    width: 100%;
    padding: 4px;
    border-radius: 20px;
    border: 1px solid #ffffff40;
}

.hero__title {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 4px;
}

.hero__address {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-bottom: 4px;
    font-style: normal;
}

.hero__form__top__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
}

.hero__form__top {
    padding: 28px;
    border-bottom: 1px solid #ffffff;
}
.hero_form__center {
    padding: 0 28px;
}

.hero_form__center .hero__subtitle{
    font-size: 12px;
    font-weight: 700;
}

.hero_form__bottom {
    padding: 0 28px 28px 28px;
}

.hero__subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #bebebe;
}


.hero_form__center__main .hero__subtitle {
    font-size: 18px;
    color: #fff;
}


.hero__top__value {
    display: flex;
    margin-top: 4px;
    align-items: center;
    gap: 8px;
}

.hero__text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.hero_form__center__info {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.tar {
    text-align: right;
}

.mt-4 {
    margin-top: 4px;
}

.hero_form__center__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}


.hero__block .btn {
    border: solid 1px #fff;
    color: #fff
}

span.error {
    font-size: 10px;
    color: #c50202;
}