.adm_amocrm {
    padding-top: 50px;
    padding-bottom: 30px;
    min-height:800px;
    }
    
    .adm_amocrm_header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    }
    
    .adm_amocrm_title {
    font-size: 20px;
    font-weight: 600;
    
    }
    
    .adm_amocrm_button {
    display: flex;
    gap: 10px;
    }
    
    .adm_amocrm_coteg_item {
    padding: 10px;
    border: 1px solid black;
    margin-bottom: 10px;
    cursor: pointer;
    }
    
    .adm_amocrm_coteg_header {
    display: flex;
    align-items: center;
    gap: 10px;
    }
    
    .adm_amocrm_service_list {
    padding-left: 30px;
    margin-top: 10px;
    display: none;
    }
    
    .adm_amocrm_service_item{
    border-bottom: 1px solid rgb(143, 143, 143);
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 30px;
    }
    
    .adm_amocrm_coteg_header div {
    pointer-events: none;
    }
    
    .adm_amocrm_coteg_item.active .adm_amocrm_service_list{
    display: block;
    }
    
    .adm_amocrm_coteg_icon {
        transition: 0.2s ease;
    }
    
    .adm_amocrm_coteg_header.active .adm_amocrm_coteg_icon{
    transform: rotate(180deg);
    transition: 0.2s ease;
    }
    
    .shop_modal_form .amocrm_buy_drop{
    width: 100%;
    }