
.tabs {
    position: relative;
}

.tabs_theme_default .tabs__header {
    display: flex;
    margin-bottom: -2px;
    justify-content: space-between;
    text-transform: uppercase;
}

.tabs_theme_vertical {
    display: flex;
}

.tabs_theme_vertical .tabs__nav {
    display: block;
}

.tabs_theme_vertical .tabs__items {
    border-top: 0;
    border-left: solid 2px #f5f8fa;
}

.tabs_theme_vertical .tabs__header {
    display: flex;
    margin-right: -1.2rem;
    justify-content: space-between;
    text-transform: uppercase;
    z-index: 2;
}

.tabs__nav {
    list-style: none;
    user-select: none;
    display: flex;
    padding: 0 1rem;
    margin: 0;
}

.tabs__button {
    padding: 0.8rem 1rem;
}

.tabs__items {
    border-top: solid 2px #f5f8fa;
}

.tabs__item {
    display: none;
    padding: 0.8rem 1rem;
}

.tabs__button:hover {
    cursor: pointer;
}

.tabs_theme_default .tabs__button-active {
    cursor: default;
    border-bottom: 2px solid #e95a0c;
}

.tabs_theme_vertical .tabs__button-active {
    cursor: default;
    border-bottom: 2px solid #e95a0c;
}

.show {
    display: block !important;
}

.link {
    text-decoration: none;
    color: #444;
}

.link:hover {
    color: #e20714;
    outline: 0;
}

.icon {
    background-position: center;
    background-repeat: no-repeat;
}

.btn {
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    user-select: none;
    padding: 9px 18px;
    color: #333;
    background-color: #fff;
}

.btn:hover {
    border-color: #b4b4b4f3;
    color: #e20714;
}

.round {
    display: flex;
    border: 1px solid #dedede;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #333;
}

.list {
    padding: 0;
}

.list__item {
    list-style: none;
}

.link_theme_list {
    display: block;
    color: #444;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.link_btn {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown__content {
    display: none;
    background: #fffffffa;
    border-radius: 0.428rem;
    position: absolute;
    color: #000;
    right: 0;
    top: 10px;
    z-index: 100;
    min-width: 160px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.link_theme_phone {
    display: block;
    color: #444;
    font-weight: 700;
    font-size: 14px;
}

.link_theme_phone:hover {
    color: #ea5a0c;
}

.link_theme_bold {
    font-weight: 700;
}

.link_social {
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/vk.svg);
    width: 30px;
    height: 30px;
    border: 0;
}

.link_size_big {
    font-size: 22px;
}

.link_size_small {
    font-size: 10px;
}



.sidebar {
    width: 270px;
    margin-right: 20px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    padding: 0 20px 20px;
    border-radius: 10px;
}

.sidebar__link {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}

.sidebar__link_last {
    padding-bottom: 0;
    border: 0;
}


.link_theme_apply {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 20px 40px;
}

.link_theme_apply:hover {
    background-color: #fff;
    opacity: 0.5;
}

.link_theme_icon {
    display: flex;
    align-items: center;
}

.icon_for-link {
    width: 30px;
    height: 30px;
    padding: 0 10px 0 0;
    background-size: contain;
    background-position: 0;
}

.icon_phone {
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/phone.svg);
}

.icon_address {
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/buiding.svg);
}

.phone-wrapper {
    margin-top: 20px;
}

.link_theme_action {
    margin-top: 10px;
    padding: 13px 20px;
    border-color: #c3c3c3;
    color: #818182;
}

.link_theme_action:hover {
    background-color: #e95a0c;
    color: #fff;
}

.phone_theme_big {
    display: block;
    font-size: 26px;
}

.phone_theme_small {
    display: block;
    font-size: 12px;
    color: #9b9b9b;
    text-decoration: underline;
}

.link-delete {
    position: relative;
    height: 40px;
}

.link-delete__icon {
    position: absolute;
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/close-no-active.svg);
    right: 0;
    top: 10px;
    width: 20px;
    height: 20px;
}

.link-delete__icon:hover {
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/close-active.svg);
}

.pages {
    display: flex;
    justify-content: flex-start;
}

.pages__link,
.pages__link_active {
    margin-right: 5px;
    width: 35px;
    height: 35px;
}

.pages__link:focus,
.pages__link:hover,
.pages__link_active {
    background-color: #e20714;
    color: #fff;
}

.pages__link-arr {
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/arrow_pagination.svg);
    background-size: 50%;
}

.pages__link-arr_right {
    transform: rotate(180deg);
}

.pages__link-arr:hover,
.pages__link-arr:hover {
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/arrow_pagination_white.svg);
}

.link_theme_apply-wrapper {
    background-color: #ea8b57;
    height: 100px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-counter {
    display: flex;
}

.input-counter__btn {
    width: 20px;
    height: 20px;
}

.input-counter__value {
    font-size: 19px;
    width: 22px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #dedede;
    margin: 0 10px;
}

.btn_theme_apply {
    background-color: #e20714;
    border: 0;
    color: #fff;
    border-radius: 5px;
}

.btn_theme_apply:hover {
    color: #fff;
    background-color: #e95a0c;
}

.btn_theme_action {
    border-color: #ea5a0c;
    background-color: #ea5a0c;
    color: #fff;
    border-radius: 10px;
    border: 0;
}

.btn_theme_action:active,
.btn_theme_action:focus,
.btn_theme_action:hover {
    border-color: #f3681e;
    background-color: #f3681e;
    color: #fff;
}

.btn_theme_danger {
    background-color: #ea5455;
    color: #fff;
    border: 0;
    padding: 5px;
}

.btn_theme_danger:hover {
    background: #ed6b6c;
    border-color: #ed6b6c;
    color: #fff;
}

.btn_size_big {
    font-size: 22px;
}

.btn_size_small {
    font-size: 10px;
}

.btn_width_full {
    display: inline-block;
    width: 100%;
}

.btn_theme_search {
    padding: 0;
    border-radius: 8px;
    background-color: #ea5a0c;
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/magnifier.svg);
    height: 40px;
    width: 50px;
    background-size: 44%;
}

.btn_theme_search:hover {
    background-color: #f6a600;
}

.btn_ctrl {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    min-height: 40px;
    min-width: 80px;
}

.btn_ctrl__arr {
    position: absolute;
    z-index: 10;
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/orange.svg);
    height: 40px;
    width: 40px;
    box-shadow: 0 0 15px rgb(246 166 0 / 30%);
    border-color: #f6a600;
}

.btn_ctrl__arr_right {
    right: 0;
    transform: rotate(180deg);
}

.subscribe-wrapper {
    padding: 10px;
    width: 45%;
    background-color: #e95a0c;
}

.subscribe {
    display: flex;
    flex-direction: column;
}

.subscribe__input-field {
    background-color: transparent;
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/input_tri.svg);
    background-repeat: no-repeat;
    border: 0;
    padding-left: 19px;
    padding-right: 17px;
    height: 40px;
    min-width: 240px;
    outline: 0;
}

.subscribe__btn {
    background-color: transparent;
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/btn_footer.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 8px;
    color: #fff;
    height: 43.7px;
    width: 134px;
}

.subscribe__btn:hover {
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/btn_footer_orange.svg);
}

.subscribe__check-label {
    display: flex;
    margin-top: 35px;
    margin-left: 15px;
    align-items: center;
}

.subscribe__label {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}

.switch_select-check-wrapper {
    margin-top: 15px;
}

.switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    vertical-align: middle;
}

.switch__input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch__input:focus {
    outline: 0;
}

.switch__slider,
.switch__slider::before {
    position: absolute;
    transition: 0.4s;
}

.switch__slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
}

.switch__slider.switch__slider-round {
    border-radius: 34px;
}

.switch__slider::before {
    content: "";
    height: 16px;
    width: 16px;
    left: 9px;
    bottom: 4px;
    background-color: #fff;
}

.switch__slider.switch__slider-round::before {
    border-radius: 50%;
}

.switch__input:checked+.switch__slider {
    background-color: #e95a0c;
}

.switch__input:checked+.switch__slider::before {
    transform: translateX(26px);
}

.select-check__input {
    display: none;
}

.select-check__span {
    padding: 15px;
    background-color: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
}

.select-check__input:checked+.select-check__span {
    background-color: #e95a0c;
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/tick.svg);
    background-size: 60%;
}

.toggle-btn__input {
    display: none;
}

.toggle-btn__span {
    user-select: none;
    background-color: #f3f3f3;
    font-size: 14px;
    padding: 10px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.toggle-btn__span:hover {
    background-color: #bfbfbf;
    color: #fff;
}

.toggle-btn__input:checked+.toggle-btn__span {
    background: #ea5a0c;
    color: #fff;
}


/* Range-slider */

.irs--round .irs-handle {
    border: 4px solid #ea5a0c;
    -webkit-box-shadow: 0 1px 3px #e95a0c26;
    box-shadow: 0 1px 3px #e95a0c26
}

.irs--round .irs-bar {
    background-color: #ea5a0c
}

.btn_theme_dashed {
    font-size: 80%;
    color: black;
    border: 0;
    cursor: pointer;
    border-bottom: 1px dashed black;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.details-wrapper {
    border: 1px solid #d8d8d8;
    padding: 0 20px 20px;
    border-radius: 10px;
    width: 270px;
    /* Опционально */
}

.details {
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.details__summary {
    font-size: 18px;
    position: relative;
    outline-color: transparent;
    cursor: pointer;
    padding: 20px 30px 20px 0;
    list-style: none;
}

.details__summary::after {
    position: absolute;
    content: "";
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/arrow-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.details[open] {
    padding-bottom: 20px;
}

.details[open] .details__summary::after {
    transform: rotate(180deg);
}

.details__summary:focus {
    color: #e95a0c;
}

.details__summary:hover::after {
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/arrow-red-down.svg);
}

.link_showmore {
    display: block;
    color: #ea5a0c;
    width: 129px;
    text-decoration: none;
    padding: 0 0 0 35px;
    position: relative;
    margin-top: 20px;
}

.link_showmore::before {
    content: "";
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/plus-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hidden {
    display: none;
}

.slider-wrapper {
    padding-top: 40px;
    position: relative;
    width: 50%;
    height: 10px;
    max-width: 230px;
    /* опционально */
}

.btn_theme_reset {
    width: 230px;
    box-sizing: border-box;
    background-color: transparent;
    border: 3px solid #9b9b9b;
    color: #9b9b9b;
    margin-top: 10px;
    padding: 10px 0;
}

.btn_theme_reset:hover {
    border: 3px solid #b4b4b4f3;
}

.uikit__row {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.uikit__items {
    display: flex;
}

.uikit__item {
    width: 100%;
    padding: 20px;
}

.field {
    background-color: #fff;
    padding: 15px;
}

.field__label {
    display: block;
    color: #5e5873;
    font-size: 12px;
    margin-bottom: 10px;
}


.input {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ea5a0c;
    border-radius: 10px;
    outline: 0;
}

.input_range-slider {
    width: 100px;
}

.input:hover,
.input:focus {
    border-color: #eaaf0c;
}

.input-wraper {
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 0.438rem 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ea5a0c;
    border-radius: 10px;
    box-sizing: border-box;
}

.input-wraper:hover,
.input-wraper:focus {
    border-color: #eaaf0c;
}

.input_theme_control {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.input_disabled {
    background: #efefef;
    cursor: default;
}

.input_error {
    position: relative;
    border: solid 1px #ed6b6c;
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/warning.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.3625em + 0.219rem) center;
    background-size: calc(0.725em + 0.438rem) calc(0.725em + 0.438rem);
}

.hint {
    position: relative;
    width: fit-content;
}

.btn_theme_transparent {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.hint__content {
    display: none;
    background-color: #fffffffa;
    position: absolute;
    color: #000;
    right: -100px;
    top: -65px;
    z-index: 100;
    min-width: 160px;
    padding: 0.8rem 1rem;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.far {
    font-weight: 400;
}

.fa-eye:before {
    content: "\f06e";
}

.text-error {
    display: block;
    color: #ed6b6c;
}

.input_width_50 {
    width: 50%;
}

.input_width_30 {
    width: 30%;
}

.textarea {
    display: block;
    width: 100%;
    resize: vertical;
    padding: 0.438rem 1rem;
    border: 1px solid #ed6b6c;
    border-radius: 10px;
    margin: 5px 0;
    transition: 0.1s ease-out;
    box-sizing: border-box;
    outline: 0;
}

.textarea:hover,
.textarea:focus {
    border-color: #eaaf0c;
}

.input_theme_datepicker {
    position: relative;
    background-image: url(https://cdn.tehnomaks.ru/assets/images/uikit/calendar.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.3625em + 0.219rem) center;
    background-size: calc(0.725em + 0.438rem) calc(0.725em + 0.438rem);
}

.input_width_20 {
    width: 20%;
}

.checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox__input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.checkbox__input+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.checkbox__input:checked+label::before {
    border-color: #7367f0;
    background-color: #7367f0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox__input:disabled+label::before {
    background-color: #efefef;
    border-color: #06a0b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306a0b3' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox_theme_success .checkbox__input:checked+label::before {
    border-color: #28c76f;
    background-color: #28c76f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox_theme_danger .checkbox__input:checked+label::before {
    border-color: #ea5455;
    background-color: #ea5455;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox_theme_info .checkbox__input:checked+label::before {
    border-color: #06a0b3;
    background-color: #06a0b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.radio__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio__input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.radio__input+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.radio__input:checked+label::before {
    border-color: #7367f0;
    background-color: #7367f0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.radio_theme_success .radio__input:checked+label::before {
    border-color: #28c76f;
    background-color: #28c76f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.radio__input:disabled+label::before {
    background-color: #efefef;
    border-color: #06a0b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2306a0b3'/%3e%3c/svg%3e");
}

.radio_theme_danger .radio__input:checked+label::before {
    border-color: #ea5455;
    background-color: #ea5455;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.radio_theme_info .radio__input:checked+label::before {
    border-color: #06a0b3;
    background-color: #06a0b3;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form {
    position: relative;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ea5a0c;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus {
    border-color: #eaaf0c;
}

.flex-block {
    display: flex;
}

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

.text-right {
    text-align: right;
}

.btn_theme_info {
    background-color: #06a0b3;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 9px 18px;
}

.btn_theme_info:hover {
    color: #fff;
    background-color: #06a0b3bf;
    ;
}

.btn__icon {
    display: inline;
    transform: none !important;
}

.fa-list:before {
    content: "\f03a";
}

.fa-plus-circle:before {
    content: "\f055";
}