label.cart__all{
    cursor: pointer;
}
.personals-order-form-buttons{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.personals-order-form-buttons button{
    margin-right: 20px;
}
@media (max-width: 380px){
    .personals-order-form-buttons{
        flex-direction: column;
    }
    .personals-order-form-buttons button{
        margin-right: 0;
        margin-bottom: 20px;
    }
}
label[for="requisites"]{
    cursor: pointer;
}
input#requisites{
    display: none;
}
input.device_document{
    display: none;
}
label.device-document-button, label.device_diagnostic_label, input.device_diagnostic_input{
    cursor: pointer;
}
.success-create-claim{
    margin-bottom: 20px;
}
.header__wrapper{
    line-height: normal;
}
.header__menu .menu__ul{
    margin-bottom: 0;
}
a.menu__item:hover{
    color: #737E8C;
}
/*.header-top__info::before{*/
/*    position: relative;*/
/*    top: 2px;*/
/*}*/
/*.header-top__location::before{*/
/*    position: relative;*/
/*    top: 2px;*/
/*}*/
/*.header-top__tel::before{*/
/*    position: relative;*/
/*    top: 2px;*/
/*}*/
/*.header-main__logo .header-main__logo--svg{*/
/*    margin-top: 0;*/
/*}*/
/*.header-main__logo_cont{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.operator-filter-btn{
    font-family: 'Roboto-300';
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    background-color: #64A70B;
    color: #FFFFFF;
    border: 1px solid #64A70B;
    border-radius: 3px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 8px;
    height: 40px;
    margin-left: 10px;
}
.operator-filter-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.catalog-detail__spec.spec-detail{
    margin-right: 10px;
}
.drop-submenu__nav{
    display: none;
}
.drop-submenu__nav--active{
    display: block;
}

.header-top__location, .header-top__info, .header-top__tel{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 995px){
    .drop-menu{

        justify-content: center;
    }
    .drop-submenu{
        display: none !important;
    }
    .drop-menu__wrapper {
        float: inherit;
        margin: 0 auto;
        width: 73%;
        padding-right: 0px;
        padding-left: 0px;

    }
}
.drop-submenu__nav{
    display: none;
}
.drop-submenu__nav--active{
    display: block;
}

.header-top__location, .header-top__info, .header-top__tel{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 995px){
    .drop-menu{

        justify-content: center;
    }
    .drop-submenu{
        display: none !important;
    }
    .drop-menu__wrapper {
        float: inherit;
        margin: 0 auto;
        width: 73%;
        padding-right: 0px;
        padding-left: 0px;

    }
}
ul.list-unstyled .drop-menu__item{
    cursor: pointer;
}
.drop-submenu__nav{
    display: none;
}
.drop-submenu__nav--active{
    display: block;
}

.header-top__location, .header-top__info, .header-top__tel{
    display: flex;
    align-items: center;
}
.integrator-equip__cell{
    flex-wrap: wrap;
}
.catalog__sort.asc.catalog__sort--active img{
    transform: rotate(180deg);
}
.modall{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.modall-box{
    background: #fff;
    padding: 4px 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 1rem;
}
.modall-title{
    text-align: left;
    padding: 0;
    align-self: flex-start;
}
.modall-img img{
    width: initial;
}
.modall-img p{
    text-align: center;
    font-size: 0.875rem;
    margin: 0 auto;
}
.modall-text{
    text-align: center;
    font-size: 0.875rem;
}
.modall-close{
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}
.catalog-header__title{
    font-family: 'Roboto-400', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #64A70B;
    margin-bottom: 27px;
}
.podborki{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 68px;
    flex-wrap: wrap;
}
.podborki-item-text{
    margin: 0;
    font-family: 'Roboto-300';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #5B6770;
    margin-right: 35px;
}
.podborki-item{
    font-family: 'Roboto-300', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #5B6770;
    padding: 6px 10px 6px 12px;
    border: 1px solid #5B6770;
    border-radius: 3px;
    box-sizing: border-box;
}
.podborki .btn{
    margin-right: 0;
}
.complite-podborki{
    font-family: 'Roboto-300', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    line-height: 21px;
}
.ch-box{
    align-items: center;
    margin-bottom: 40px;
}
.sort{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort-left{
    display: flex;
    align-items: center;
    gap: 12px;
}
.sort-text{
    margin: 0;
    margin-right: 16px;
    font-family: 'Roboto-300', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #5B6770;
}
.catalog__sort{
    margin: 0;
    display: flex;
    align-items: center;
}
.item{
    border-top: 1px solid #ACB1BB;
}
.row.d-none.d-md-block .col-12 #del_filter{
    display: none;
}
.catalog hr{
    border-top: 1px solid #ACB1BB;
}
.pogborki-hide{
    display: none;
}
.politic{
    display: flex;
    align-items: flex-start !important;
    margin: 17px 0 17px;
}
input[type=checkbox]{
    min-width: 18px;
    min-height: 18px;
    margin-right: 5px !important;
    margin-top: 0 !important;
}
.politic-text{
    font-family: 'Roboto-400';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #5B6770;
    margin-top: 0 !important;
}
.politic-link{
    font-family: 'Roboto-400';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #64A70B;
}
.air-datepicker{
    font-family: 'Roboto-400', sans-serif;
}
.air-datepicker-body--day-name{
    color: #669999;
}
.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade-{
    color: #CCC;
}
.air-datepicker-cell.-current-{
    color: #64A70B;
    font-weight: 600;
}
.air-datepicker-cell.-selected-.-focus-{
    background: #5B6770;
}
.air-datepicker-cell.-selected-, .air-datepicker-cell.-selected-.-current- {
    background: #64A70B;
}
.loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(0,0,0, .69);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.loader-active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.loader-active .loader-inner{
    -webkit-animation: rotate-center 2s ease-in-out infinite both;
    animation: rotate-center 2s ease-in-out infinite both;
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fixed-scroll{
    overflow: hidden;
}