
/* professions */
.work-card__img img {
    border-radius: 20px;
}

/* calculator */
.calculator__search-helper {
    padding: 0 24px 0 42px;
    background: #ffffff;
    border: 1px solid #ECEEF3;
    border-top: none;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
    position: absolute;
    left: 24px;
    right: 24px;
    z-index: 33;
    display: none;
}

.calculator__search-helper.active {
    display: block;
}

.calculator__search-helper>li {
    list-style: none;
    display: block;
    cursor: pointer;
    padding: 10px 0 10px;
}

.calculator__search-helper>li.hidden {
    display: none;
}

.calculator__search-helper>li:hover,
.calculator__search-helper>li.active {
    color: #093caa;
}

/*
.calculator__search-helper > li + li {
   padding-top: 0;
}
*/

.calc-tabs__list.position__list {
    display: none;
}

.calc-tabs__list.position__list.active {
    display: grid;
}

/* articles */
.blog__inner_columns {
    flex-wrap: wrap;
}




ul:not([class]) {
    margin: 20px 0;
}

ul:not([class])>li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 22px;
    font-size: 17px;
    line-height: 28px;
    list-style-type: none;
}

ol:not([class])>li {
    position: relative;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 28px;
}

ul:not([class])>li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../../img/vector.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.modal__wrapper-scroll {
 
}

.modal__wrapper-letter-container {

}

.modal__wrapper-letter {

}

.modal__wrapper-scroll a {
    display: block;
    margin-bottom: 10px;
}

.modal__wrapper-scroll a:hover {
    color: #093CAA;
}

.modal__wrapper-scroll a.hidden {
    display: none;
}

.modal__wrapper.domains>.modal__wrapper,
.modal__wrapper.domains {
    max-width: 100%;
}

.textarea.error,
.input.error,
.select.error,
.checkbox.error {
    border: 1px solid #fb494d;
}

#button-10 a {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.works__link+.tagline--center {
    margin-top: 35px;
}