.b-technic__section{
    margin: 0px 0 70px;
    font-style: normal;
}
.b-technic__section.in-section{
    margin-top: 30px;
}
.b-technic__title{
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
}
.b-techic__nav-list{
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #A5A5A5;
}
.b-techic__nav-list .slick-track{
    display: flex !important;
}
.b-technic__nav-item{
    position: relative;
    transition: all .35s ease-in-out;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    color: #A5A5A5;
    text-align: center;
}
.b-technic__nav-item::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12.3px;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 100%;
    height: 3px;
    background-color: #F58220;
    transition: transform 0.5s;
    border-radius: 5px;
}
.b-technic__nav-item.slick-current,
.b-technic__nav-item:hover{
    color: #F58220;
}
.b-technic__nav-item.slick-current::after,
.b-technic__nav-item:hover::after{
    transform: translateX(-50%) scaleX(1);
    color: #F58220;
}
/*.b-technic__nav-item.slick-current {*/
/*    font-weight: bold;*/
/*}*/
.b-technic__nav-item:not(:first-child){
    margin-left: 15px;
}
.b-techic__nav-list{
    margin-bottom: 40px;
}

.b-technic__series-item{
    margin-bottom: 20px;
}
.b-technic__series-title{
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    margin-bottom: 5px;
}
.b-technic__series-link-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.b-technic__series-link-item{
    cursor: pointer;
    display: block;
    padding: 7px 13px;
    color: #F58220 !important;
    outline: unset !important;
    text-decoration: unset !important;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #F58220;
    border-radius: 5px;
    transition: all .35s ease-in-out;
    margin-bottom: 7px;
    text-decoration: unset !important;
    outline: unset !important;
}
.b-technic__series-link-item:not(:last-child){
    margin-right: 7px;
}
.b-technic__series-link-item:hover{
    background-color: #F58220;
    color: white !important;
}
[data-slider="technic_navs"] .slick-list{
    padding-bottom: 12.3px;
}

.b-technic__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-technic__arrows-list{
    display: none;
}
.with-arrows .b-technic__arrows-list{
    display: flex;
    align-items: center;
}
.b-technic__arrow-item{
    transition: all .35s ease-in-out;
    cursor: pointer;
    padding: 17px;
    position: relative;
    border: 1px solid #A0A0A0;
    border-radius: 50%;
}
.b-technic__arrow-item:first-child{
    margin-right: 13px;
}
.b-technic__arrow-item-icon{
    transition: all .35s ease-in-out;
    width: 8px;
    height: 8px;
    border-left: 3px solid #F58220;
    border-top: 3px solid #F58220;
    position: absolute;
    top: 12px;
}
.b-technic__arrow-item:hover{
    border-color: #F58220;
    box-shadow: 0 3px 7px #c2691d;
    background-color: #F58220;
}
.b-technic__arrow-item:hover .b-technic__arrow-item-icon{
    border-color: white;
}
.slick-next .b-technic__arrow-item-icon{
    transform: rotate(135deg);
    right: 13px;
}
.slick-prev .b-technic__arrow-item-icon{
    transform: rotate(-45deg);
    right: 11px;
}
.slick-disabled.b-technic__arrow-item{
    pointer-events: none;
    border-color: #D3D3D3;
}


@media(max-width: 1199px){
    .b-technic__nav-item{
        font-size: 14px;
    }
}
@media(max-width: 991px) {
    .b-technic__body .selectize-control.single .selectize-input,
    .b-technic__body .selectize-control.single .selectize-input:focus {
        border: 1px solid #A5A5A5;
        border-radius: 5px;
        padding: 10px 15px;
        background-color: #FAFAFA !important;
        z-index: 11;
    }

    .b-technic__body .selectize-control.single .selectize-input:after {
        content: "";
        width: 6px;
        height: 6px;
        border: unset;
        border-top: 2px solid #F58220;
        border-right: 2px solid #F58220;
        transform: rotate(135deg);
        position: absolute;
        right: 20px;
        top: 14px;
        margin: unset !important;
        transition: all .3s ease-out;
    }

    .b-technic__body .selectize-control.single .selectize-input.input-active:after {
        transform: rotate(-45deg);
    }

    .b-technic__body .selectize-control.single .selectize-input .item {
        font-size: 16px;
        color: #000000;
    }
    .b-technic__title{
        margin-bottom: 20px;
    }
    .b-technic__body .selectize-control.single{
        margin-bottom: 20px;
    }
    .b-technic__body .selectize-dropdown{
        background-color: #F3F3F3;
        padding: 20px 15px 15px;
        font-size: 16px;
        color: #F58220;
        margin-top: -5px;
    }
    .b-technic__body .selectize-dropdown [data-selectable].option{
        padding: 0;
    }
    .b-technic__body .selectize-dropdown [data-selectable].option.active{
        color: #A5A5A5;
        background-color: unset !important;
    }
    .b-technic__body .selectize-dropdown [data-selectable].option:not(:last-child){
        margin-bottom: 20px;
    }
    .b-techic__series-list [data-item]{
        display: none;
    }
    .b-techic__series-list [data-item].selected{
        display: block;
    }
}



.b-technic__feedback-section{
    background-color: #F9F9F9;;
    border-radius: 10px;
}
.b-technic__feedback-section.in-index{
    margin-bottom: 70px;
}
.b-technic__feedback-block{
    padding: 50px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.in-section .b-technic__feedback-block{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    justify-content: flex-start;*/
/*}*/
.b-technic__feedback-title{
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 140%;
    color: #000000;;
    /*margin-bottom: 25px;*/
}
.b-technic__feedback-btn{
    transition: all .35s ease-in-out;
    cursor: pointer;
    padding: 13px 25px;
    font-size: 16px;
    font-weight: bold;
    background-color: #F58220;
    color: white;
    width: max-content;
    border-radius: 5px;
}
.b-technic__feedback-btn:hover{
    box-shadow: 0 3px 7px #e78a3a8f;
}
.b-char-info__block{
    margin-top: 13px;
    font-size: 13px;
    line-height: 150%;
    color: #A5A5A5;
}
.js-slider__article.desktop .slick-dots {
    justify-content: center;
}
.js-slider__article.desktop .slick-dots li:not(:last-child) {
    margin-right: 5px;
}

@media(max-width: 1199px) {
    .b-technic__feedback-title{
        font-size: 21px;
    }
}
@media(max-width: 991px) {
    .b-technic__feedback-block{
        padding: 50px;
    }
    .b-technic__feedback-title{
        font-size: 21px;
    }
    .b-technic__feedback-btn{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .b-technic__feedback-title{
        text-align: center;
        font-size: 21px;
        margin-bottom: 20px;
    }
    .b-technic__feedback-section{
        border-radius: unset !important;
        margin-left: -15px;
        margin-right: -15px;
    }
    .b-technic__feedback-block{
        padding: 35px 15px;
        flex-direction: column;
    }
}