
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root{
    --primary-color-tabs: #2962FF;
    --secondary-color-tabs: #476788;
    --dark-blue-tabs: #153D7E;
    --accent-color-tabs: #FFBF5A;
    --bg-primary-tabs: #EFF2FE;
    --text-color-tabs: #415970;
    --color-hover-btn: #0b5ed7;
    --disabled-checked: #5E7E9E;
    --font-size-resize: .8;
}
/* cols */
.tabs-container-sl a{
    box-shadow: none;
}
.tabs-container-sl {
    display: flex;
    padding: 40px 20px;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
    color: var(--text-color-tabs);
    flex-wrap: wrap;
}
.tabs-container-sl svg path {
    stroke-width: 1px;
}
.tab-content-sl {
    flex-basis: calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding: 35px 60px;
    background-color: #fff;
    border-radius: 20px;
}
.tabs-container-sl * {
    box-sizing: border-box;
}
.tabs-container-sl img{
    width: 100%;
    max-width:300px;
}
.row__col{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    width: 100%;
}
section.section__widget .row__col {
    column-gap: 20px;
    row-gap: 20px;
}
.col__30 {
    width: calc(30% - 15px);
}
.col__33 {
    width: calc(33% - 18px);
}
section.section__widget .col__33 {
    width: calc(33% - 11px);
}
.col__40 {
    width: calc(40% - 15px);
}
.col__50 {
    width: calc(50% - 15px);
}
.col__60 {
    width: calc(60% - 15px);
}
.col__70 {
    width: calc(70% - 15px);
}
.col__100 {
    width: 100%;
}
.w__90 {
    max-width: 90%;
    width: 90%;
}
.w__100 {
    width: 100%;
}
.m__0{
    margin: 0 !important;
}
.mt__2{
    margin-top: 20px;
}
.mt__3{
    margin-top: 30px;
}
.tabs-container-sl p{
    font-size: calc(16px * var(--font-size-resize));
}
.center__items{
    align-items: center;
}
.flex__end{
    justify-content: flex-end;
}
.space__between{
    justify-content: space-between;
}
.sub_head__tab{
    font-size: calc(48px * var(--font-size-resize));;
    color: var(--secondary-color-tabs);
    font-weight: bold;
}
.sub_head__tab span{
    color: var(--primary-color-tabs);
}
._title__content {
    font-size: calc(32px * var(--font-size-resize));
    color: var(--dark-blue-tabs);
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .5em;
}
.__btn__container{
    margin-top: 15px;
    width: 100%;
}
.__btn_sl{
    font-size: calc(18px * var(--font-size-resize));
    border-radius: 50px;
    line-height: 1;
    padding: .9em 2.2em;
    border: none;
    text-decoration: none;
    background-color: var(--primary-color-tabs);
    color: #ffffff;
    display: inline-block;
    transition: all .3s ease;
    font-weight: bold;
    cursor: pointer;
}
.__btn_sl:hover{
    background-color: var(--color-hover-btn);
    color: #ffffff;
}
.br__radius{
    border-radius: 20px;
    overflow: hidden;
}
.__bg_box{
    background-color: var(--bg-primary-tabs);
    padding: 50px 50px;
}

.tabs-container-sl .tabs {
    flex-basis: 300px;
    width: 300px;
    max-width: 300px;
    flex-shrink: 0;
}

.tabs-container-sl .tab-links {
    list-style: none;
    padding: 0;
}

.tabs-container-sl .tab-links svg {
    width: .7em;
    margin-right: .2em;
}
.tabs-container-sl .tab-links li a {
    border: none;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px 50px;
    font-size: calc(24px * var(--font-size-resize));
    font-weight: 400;
    color: var(--secondary-color-tabs);
    display: block;
    list-style: none;
    text-decoration: none;
    background: transparent;
    line-height: 1;
    outline: none;

}

.tabs-container-sl .tab-links li.active a {
    color: var(--secondary-color-tabs);
    background: #ffffff;
}

.tabs-container-sl .tab {
    display: none;
}

.tabs-container-sl .tab.active {
    display: block;
}
.__logo__site {
    padding: 10px;
}
.__logo__site svg {
    max-width: 177px;
    width: 100%;
    height: auto;
}

.tab-content-sl .title__tab {
    font-size: calc(32px * var(--font-size-resize));
    font-weight: 600;
    color: var(--primary-color-tabs);
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1;
}
.__line_bottom{
    border-bottom: 2px solid var(--accent-color-tabs);
    padding-bottom: 10px;
    display: inline-block;
}
.__line_top {
    border-top: 2px solid var(--accent-color-tabs);
    padding-top: 10px;
}
.tab-content-sl .title__tab svg {
    width: .7em;
    height: auto;
}
.head__title_tab {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
}
/* checks */
.__act_checkbox_tabs {
    border: 1px solid var(--disabled-checked);
    border-radius: 50px;
    overflow: hidden;
    padding: 2px 5px;
    width: 56px;
    line-height: 1;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: var(--disabled-checked);
    background-color: #ffffff;
    color: var(--disabled-checked);
    font-weight: 500;
    cursor: pointer;
    transition: background-color .3s ease;
}
.__act_checkbox_tabs .element__check_act{
    display: flex;
    align-items: center;
}
.__act_checkbox_tabs .__icon__act_check {
    background: var(--disabled-checked);
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    max-width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.__act_checkbox_tabs .__text_act {
    width: 29px;
    flex: 0 0 29px;
    max-width: 29px;
}
.__icon__act_check .__icon__act_on {
    display: none;
}
.__act_checkbox_tabs .__text_act.__text_off {
    text-align: right;
}
.__check__animate input[type="checkbox"]{
    display: none;
}
.__check__animate input[type="checkbox"]:checked + label .__act_checkbox_tabs{
    border-color: var(--primary-color-tabs);
    background-color: var(--primary-color-tabs);
    color: #ffffff;
}
.__check__animate input[type="checkbox"]:checked + label .__icon__act_check{
    background-color: #ffffff;
}
.__check__animate input[type="checkbox"]:checked + label .__icon__act_off {
    display: none;
}
.__check__animate input[type="checkbox"]:checked + label .__icon__act_on {
    display: block;
}
.__check__animate .__act_checkbox_tabs .element__check_act {
    transform: translateX(-30px);
    transition: all .3s ease;
}
.__check__animate input[type="checkbox"]:checked + label .__act_checkbox_tabs .element__check_act {
    transform: translateX(0px);
}
.__flex_act_tabs {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
}
.__action__btn_tabs {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.__all_act {
    font-weight: 500;
    font-size: calc(18px * var(--font-size-resize));
    text-decoration: none;
    color: var(--text-color-tabs);
}
.flex__action_head_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.__box_act__checkbox label {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #CECECE;
    padding: 12px 15px;
    border-radius: 20px;
    font-size: calc(19px* var(--font-size-resize));
    color: var(--text-color-tabs);
    line-height: 1.2;
    font-weight: 600;
    min-height: 80px;
    cursor: pointer;
}
section.section__widget {
    margin-top: 30px;
}
.flex__action_head_box h2 {
    margin: 0;
    color: var(--primary-color-tabs);
    font-size: calc(28px * var(--font-size-resize));
}
@media screen and (max-width: 960px){
    .col__30, .col__40, .col__50, .col__60, .col__70{
        width: 100%;
    }
    .__reverse_mobile{
        flex-direction: row-reverse;
    }
    .tab-content-sl {
        width: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .tabs-container-sl .tabs {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }
    .tabs-container-sl .tab-links {
        display: flex;
        flex-wrap: wrap;
    }
    .tabs-container-sl .tab-links li a {
        border-radius: 10px;
        padding: 15px 20px;
    }
    .tabs-container-sl .tab-links li {
        width: 100%;
        max-width: 50%;
        text-align: center;
    }
    .__action__btn_tabs {
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: flex-end;
    }
    .flex__action_head_box {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    section.section__widget .col__tb_50 {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 768px){
    :root{
        --font-size-resize: .75;
    }
    .tab-content-sl {
        padding: 35px 40px;
    }
    .reverse__mobile{
        flex-direction: column-reverse;
    }
    section.section__widget .col__33 {
        width: 100%;
    }
    .tabs-container-sl .tab-links li a {
        border-radius: 10px;
        padding: 15px 15px;
    }
}