.panel-acc {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
}

.tabs {
    margin-top: 50px;
    padding-bottom: 10px;
}

.accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 72px 24px 48px;
    border-radius: 4px;
    color: #ffffff;
    background: #102343;
    cursor: pointer;
}

.accordion span {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.arrow-acc {
    width: 12px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion .arrow-acc:after {
    position: absolute;
    width: 12px;
    height: 24px;
    content: "";
    background: url(https://regslegal.ru/wp-content/themes/regslegal_v2/img/sprite.svg) -58px 0;
}

.accordion.active .arrow-acc {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.tabs-content {
    display: grid;
    grid-gap: 48px;
    grid-auto-flow: row;
}

.tabs__content {
    padding: 48px;
    border: 1px solid #102343;
    border-radius: 0 0 4px 4px;
}

.tabs__wrapper {
    display: grid;
    grid-gap: 24px;
    grid-auto-flow: row;
}

.tabs__panel__item-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs__panel__item-name {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75%;
    padding-right: 12px;
    background: #ffffff;
    font-size: 12px;
}

.tabs__panel__item-cost {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-left: 12px;
    white-space: nowrap;
    background: #ffffff;
    font-weight: 600;
}

.tabs__panel__item-group::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 6px;
    left: 0;
    display: block;
    content: "";
    border-bottom: 1px dotted #000000;
}

[data-accordion-element-content] {
    height: auto;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    /** will-change: height; **/
}

.screen__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 45px;
}

.screen__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

.screen__column:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

.screen__column:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.form-screen {
    margin: 10px 0;
    -webkit-box-shadow: 0 3.3333333333333335px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 3.3333333333333335px 10px 0px rgb(0 0 0 / 10%);
    background-color: rgb(255, 255, 255, 0.75);
    border-radius: 5px;
    border-color: rgb(61, 115, 133);
    border-style: none;
    border-width: 2px;
    opacity: 0;
}
.form-screen.anim {
    animation: ani 3s forwards;
}
@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.form-screen__cover {
    padding: 0px 15px;
}

.form-screen .slick-prev,
.form-screen .slick-prev[aria-disabled="true"] ~ .slick-next {
    left: 15px;
}

.form-screen .slick-prev[aria-disabled="false"] ~ .slick-next {
    left: 145px;
}

.form-screen__cover h3 {
    text-align: center;
    font-size: 19px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    opacity: 1;
    background-color: transparent;
    color: #000;
    padding: 7px 0;
}

.form-screen__radio-list {
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-screen .slick-dotted.slick-slider {
    margin: 0;
}

.form-screen__radio-list .wpcf7-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row wrap;
    gap: 15px
}

.form-screen__radio-list [type="radio"] + .wpcf7-list-item-label {
    position: relative;
    padding-left: 24px;
}

.form-screen__radio-list .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #626262;
    cursor: pointer;
    font-family: Inter, sans-serif;
}

.form-screen__radio-list [type="radio"] {
    position: absolute;
	width: 0;
    height: 0;
    left: -9999px;
}

.form-screen__radio-list [type="radio"] + .wpcf7-list-item-label::before,
.form-screen__radio-list [type="radio"] + .wpcf7-list-item-label::after {
    border-radius: 50%;
}

.form-screen__radio-list [type="radio"] + .wpcf7-list-item-label::before,
.form-screen__radio-list [type="radio"] + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.form-screen__radio-list [type="radio"] + .wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #3f6363;
}

.form-screen__radio-list [type="radio"]:not(:checked) + .wpcf7-list-item-label::after {
    opacity: 0;
    -webkit-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
}

.form-screen__radio-list [type="radio"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.form-screen__radio-list [type="radio"] + .wpcf7-list-item-label::after {
    top: 2.8px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #3f6363;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form-screen__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-screen__input label {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    color: #333333;
}

.form-screen__input input {
    height: 30px;
    resize: none;
    width: -webkit-fill-available;
    overflow: hidden;
    line-height: 66px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    background: #eef2f7;
    padding: 0 23px;
    outline: none;
    border: none;
    -webkit-transition: linear 0.4s;
    -o-transition: linear 0.4s;
    transition: linear 0.4s;
}

.form-screen__input input[type="submit"] {
    width: 100%;
    height: 35px;
    background: #102343;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    cursor: pointer;
}

.form-screen__input textarea {
    resize: none;
    width: -webkit-fill-available;
    overflow: hidden;
    line-height: 66px;
    font-size: 14px;
    font-weight: 400;
	height: 85px;
    vertical-align: middle;
    background: #eef2f7;
    padding: 0 23px;
    outline: none;
    border: none;
    -webkit-transition: linear 0.4s;
    -o-transition: linear 0.4s;
    transition: linear 0.4s;
}

.form-screen__input span.wpcf7-not-valid-tip,
.form-screen__radio-list span.wpcf7-not-valid-tip {
    position: static;
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
}

.form-screen .wpcf7 form .wpcf7-response-output {
    display: none;
    font-size: 12px;
    background: rgb(255 255 255 / 75%);
}
.form-screen input[type="number"][disabled],
.form-screen input[type="text"][disabled] {
    background-color: #f2f2f2;
}
@media (max-width: 991px) {
    .screen__column:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .screen__column:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 40%;
    }
    .screen__wrap {
        justify-content: center;
    }
}
@media (max-width: 567px) {
    .screen__column:nth-child(2) {
        max-width: 100%;
    }
    .content__column:first-child {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .panel-acc {
        overflow: hidden;
    }
    .tabs__content {
        padding: 24px;
    }
    .tabs__wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        justify-items: center;
    }
    .tabs__panel__item {
        width: 100%;
    }
    .tabs__panel__item-group {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 24px 0;
        text-align: center;
        background: #ecf1f9;
    }
    .tabs__panel__item-name {
        z-index: 0;
        padding-right: 0;
        background: none;
    }
    .tabs__panel__item-cost {
        z-index: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 24px;
        padding-left: 0;
        background: none;
    }
}
.tabs__panel {
    display: none;
}

.tabs__nav {
    list-style: none;
    display: flex;
}

.tabs__panel--active {
    display: block;
}

.tabs__nav-btn:focus {
    color: #fff;
    background-color: #102343;
}

.tabs__nav-btn--active {
    background-color: #102343;
    color: #fff;
}
.tabs li.tabs__nav-item {
    list-style: none;
}
.tabs .tabs__nav {
    margin: 10px 0;
    gap: 20px;
}
.tabs__contents {
    border-top: 1px solid #102343;
    border-bottom: 1px solid #102343;
    padding: 25px 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.shortform {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
    border: 2px solid #102343;
    padding: 15px 8px;
}
.shortform__row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 30px;
}
.shortform__column {
    display: flex;
    flex-flow: column;
    flex: 0 0 48%;
    gap: 10px;
}
.shortform .shortform__column input {
    width: 100%;
    outline: none;
    background-color: #fff;
    border: 1px solid #102343;
    border-radius: 20px;
    padding: 0 10px;
    height: 40px;
}
.shortform .shortform__button {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.shortform .wpcf7-spinner {
    position: absolute;
    bottom: 30px;
    bottom: -50px;
}
.shortform .shortform__button input {
    height: 60px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    background-color: #102343;
    color: #fff;
    box-shadow: 0px 23px 12px -20px #102343;
    border-radius: 20px;
    border: none;
    padding: 0;
    max-width: 200px;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.shortform label {
    font-size: 14px;
}
.shortform label span {
    color: red;
}
.shortform .wpcf7-list-item-label {
    color: #000;
}
.shortform .wpcf7-not-valid-tip {
    position: static;
    margin: 15px;
}
.shortform__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
} 
.shortform__title h2 {
    margin: 0;
}
.shortform__subtitle {
    font-size: 19px;
    font-style: normal;
    line-height: 40px;
}
.text-block-wrap-div {
    font-size: 12px;
}
html .formcraft-css .fc-pagination {
	    display: flex;
    flex-flow: row wrap;
}
html .formcraft-css .fc-pagination-cover {
	height: 100%;
}
@media (max-width: 1200px) {
    .shortform__column {
        flex: 0 0 100%;
    }
}
